]>
granicus.if.org Git - flex/log
Will Estes [Mon, 31 Mar 2003 13:21:40 +0000 (13:21 +0000)]
yylineno is now per-buffer in reentrant scanners
John Millaway [Mon, 31 Mar 2003 02:04:00 +0000 (02:04 +0000)]
Added TODO item.
John Millaway [Sun, 30 Mar 2003 19:58:44 +0000 (19:58 +0000)]
yylineno is per-buffer in the reentrant scanner.
support for yycolumn exists, but is not yet developed.
John Millaway [Fri, 28 Mar 2003 21:08:40 +0000 (21:08 +0000)]
Minor documentation.
Will Estes [Fri, 28 Mar 2003 14:17:06 +0000 (14:17 +0000)]
added %top directive
John Millaway [Thu, 27 Mar 2003 18:02:58 +0000 (18:02 +0000)]
Added %top block syntax.
Added test for %top block.
Documented %top block.
John Millaway [Thu, 27 Mar 2003 04:02:15 +0000 (04:02 +0000)]
Documented the m4 dependency.
Will Estes [Wed, 26 Mar 2003 21:43:48 +0000 (21:43 +0000)]
check for sys/wait.h since we use wait(2)
Will Estes [Wed, 26 Mar 2003 21:35:19 +0000 (21:35 +0000)]
reorder include directives so as to catch system integer types before flex defined values for same
Will Estes [Wed, 26 Mar 2003 19:19:08 +0000 (19:19 +0000)]
assign tasks due before major release can happen; remove
--enable-maintainer-mode entry
Will Estes [Wed, 26 Mar 2003 19:15:31 +0000 (19:15 +0000)]
only rebuild the ChangeLog if we're inside a cvs working directory
Will Estes [Wed, 26 Mar 2003 19:05:27 +0000 (19:05 +0000)]
add tools/ subdirectory to distribution
Will Estes [Wed, 26 Mar 2003 19:05:14 +0000 (19:05 +0000)]
remove maintainer_mode conditional; add filter.c and regex.c to indentfiles; reformat and sort indentfiles so it's easier to add files in the future
Will Estes [Wed, 26 Mar 2003 19:04:07 +0000 (19:04 +0000)]
clean up flex.texi processing leftovers with cleanfiles
Will Estes [Wed, 26 Mar 2003 18:29:45 +0000 (18:29 +0000)]
an awk script wasn't included in the distribution
John Millaway [Wed, 26 Mar 2003 16:52:53 +0000 (16:52 +0000)]
Added test for yypush_buffer_state and yypop_buffer_state.
John Millaway [Wed, 26 Mar 2003 03:27:36 +0000 (03:27 +0000)]
Removed items from TODO list.
John Millaway [Wed, 26 Mar 2003 03:26:50 +0000 (03:26 +0000)]
Added test for #line directives.
John Millaway [Wed, 26 Mar 2003 01:37:33 +0000 (01:37 +0000)]
Added test for noansi (traditional) options.
Reordered the tests so the basic ones are first.
Will Estes [Tue, 25 Mar 2003 20:51:51 +0000 (20:51 +0000)]
remove maintainer-mode conditional around rebuilding of manpage
Will Estes [Tue, 25 Mar 2003 20:45:46 +0000 (20:45 +0000)]
mention doc/ for user documentation
Will Estes [Tue, 25 Mar 2003 20:45:25 +0000 (20:45 +0000)]
rework distribution items
Will Estes [Tue, 25 Mar 2003 20:45:11 +0000 (20:45 +0000)]
mention m4 processing
Will Estes [Tue, 25 Mar 2003 20:44:52 +0000 (20:44 +0000)]
update instructions for running test suite
Will Estes [Tue, 25 Mar 2003 16:39:08 +0000 (16:39 +0000)]
merge millaway's m4 branch work
Will Estes [Thu, 20 Mar 2003 20:10:15 +0000 (20:10 +0000)]
we want to move the contents of to.do/Wishlist to top level TODO
John Millaway [Thu, 20 Mar 2003 18:09:36 +0000 (18:09 +0000)]
Assessment of every item in Wish-List.
Will Estes [Wed, 5 Mar 2003 19:52:56 +0000 (19:52 +0000)]
move texinfo.tex to doc/
Will Estes [Wed, 5 Mar 2003 19:37:48 +0000 (19:37 +0000)]
update TODO
Will Estes [Wed, 5 Mar 2003 19:37:40 +0000 (19:37 +0000)]
version 2.5.29
John Millaway [Tue, 4 Mar 2003 23:43:53 +0000 (23:43 +0000)]
Added growable buffer stack to C++ scanner as well.
yyensure_buffer_stack is now static.
John Millaway [Sun, 2 Mar 2003 01:45:17 +0000 (01:45 +0000)]
Removed awkward %push %pop syntax from skeleton.
John Millaway [Sun, 2 Mar 2003 00:34:12 +0000 (00:34 +0000)]
Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflect
its purpose.
John Millaway [Fri, 28 Feb 2003 20:19:37 +0000 (20:19 +0000)]
made entry on input buffer stacks.
Will Estes [Fri, 28 Feb 2003 14:23:44 +0000 (14:23 +0000)]
build on . in top level first; this will simplify calling help2man
John Millaway [Fri, 28 Feb 2003 11:27:10 +0000 (11:27 +0000)]
Removed yy_current_buffer from the planet.
Input buffer states are now in an internal unbounded stack.
Added new internal function, yyensure_buffer_stack.
Added new API function, yypush_buffer_state.
Added new API function, yypop_buffer_state.
Documented the new API calls in the manual.
Macro YY_BUFFER_STATE now refers to top of stack.
This revision breaks the C++ scanner (again.)
John Millaway [Fri, 28 Feb 2003 09:02:03 +0000 (09:02 +0000)]
Removed some symbols from the undef list. They are needed for multiple headers
to coexist.
Will Estes [Thu, 27 Feb 2003 15:37:44 +0000 (15:37 +0000)]
move flex.texi and flex.1 to new doc/ subdirectory
Will Estes [Thu, 27 Feb 2003 14:44:19 +0000 (14:44 +0000)]
namespace cleanups
John Millaway [Wed, 26 Feb 2003 23:23:43 +0000 (23:23 +0000)]
Added a few macros to the undef list.
John Millaway [Wed, 26 Feb 2003 23:17:43 +0000 (23:17 +0000)]
Put the undef macros in an array.
Will Estes [Wed, 12 Feb 2003 21:54:42 +0000 (21:54 +0000)]
version 2.5.28
Will Estes [Mon, 10 Feb 2003 14:11:25 +0000 (14:11 +0000)]
update documentation to reflect the sourceforge move
Will Estes [Thu, 6 Feb 2003 21:00:34 +0000 (21:00 +0000)]
update according to current thinking
Will Estes [Thu, 6 Feb 2003 20:12:53 +0000 (20:12 +0000)]
mcvs reviewed
Will Estes [Thu, 6 Feb 2003 14:06:29 +0000 (14:06 +0000)]
sourceforge migration tasks
Will Estes [Tue, 4 Feb 2003 14:10:34 +0000 (14:10 +0000)]
Flex now warns if always-interactive is specified with fast or full;
Fixed trailing slash bug in YY_INPUT macro def
John Millaway [Fri, 31 Jan 2003 22:30:03 +0000 (22:30 +0000)]
Flex now warns if always-interactive is specified with fast or full.
Will Estes [Fri, 31 Jan 2003 17:37:50 +0000 (17:37 +0000)]
switch to using cvs2cl.pl to generate the ChangeLog
Will Estes [Fri, 31 Jan 2003 17:12:18 +0000 (17:12 +0000)]
we're going to be switching how we handle our ChangeLog
John Millaway [Wed, 29 Jan 2003 20:16:42 +0000 (20:16 +0000)]
Fixed trailing slash bug in YY_INPUT macro def.
Will Estes [Wed, 29 Jan 2003 18:09:12 +0000 (18:09 +0000)]
upgrade texinfo to 4.3d
Will Estes [Wed, 29 Jan 2003 18:07:28 +0000 (18:07 +0000)]
the @copying construct works now; thanks to the texinfo maintainers for finding the problem
Will Estes [Tue, 21 Jan 2003 13:33:26 +0000 (13:33 +0000)]
version 2.5.27
Will Estes [Tue, 21 Jan 2003 13:32:01 +0000 (13:32 +0000)]
flex now works with recent bison versions
John Millaway [Sat, 18 Jan 2003 18:54:23 +0000 (18:54 +0000)]
Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.
Will Estes [Wed, 15 Jan 2003 13:33:00 +0000 (13:33 +0000)]
new pt_br translation
Will Estes [Tue, 14 Jan 2003 15:51:39 +0000 (15:51 +0000)]
version 2.5.26
Will Estes [Tue, 14 Jan 2003 14:12:59 +0000 (14:12 +0000)]
Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols <bryce@bnichols.org>
John Millaway [Sun, 12 Jan 2003 03:30:45 +0000 (03:30 +0000)]
Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols <bryce@bnichols.org>.
Will Estes [Fri, 10 Jan 2003 14:05:00 +0000 (14:05 +0000)]
add version numbers for some tools and explain about version.texi and --enable-maintainer-mode
Will Estes [Fri, 10 Jan 2003 13:59:16 +0000 (13:59 +0000)]
catch news up
John Millaway [Thu, 9 Jan 2003 23:06:50 +0000 (23:06 +0000)]
Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what we want?
John Millaway [Thu, 9 Jan 2003 22:20:45 +0000 (22:20 +0000)]
Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL compilation.
Will Estes [Thu, 9 Jan 2003 16:15:36 +0000 (16:15 +0000)]
catch news up
Will Estes [Thu, 9 Jan 2003 16:15:28 +0000 (16:15 +0000)]
more c++ fixes
Will Estes [Thu, 9 Jan 2003 15:43:00 +0000 (15:43 +0000)]
add a spec file
Will Estes [Thu, 9 Jan 2003 15:25:05 +0000 (15:25 +0000)]
type cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>
Will Estes [Wed, 8 Jan 2003 17:58:40 +0000 (17:58 +0000)]
new es translation
Will Estes [Wed, 8 Jan 2003 17:57:45 +0000 (17:57 +0000)]
new spanish translation
John Millaway [Thu, 19 Dec 2002 03:17:27 +0000 (03:17 +0000)]
Fixed bug where YY_G(0) sometimes occurs (created by my previous commit.)
John Millaway [Tue, 17 Dec 2002 23:53:06 +0000 (23:53 +0000)]
Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use of
yylineno, reentrant, and yymore together caused a compile-time error.
Will Estes [Tue, 17 Dec 2002 21:57:51 +0000 (21:57 +0000)]
update NEWS
John Millaway [Tue, 17 Dec 2002 20:28:21 +0000 (20:28 +0000)]
Documented new behavior with character ranges.
John Millaway [Mon, 16 Dec 2002 23:33:08 +0000 (23:33 +0000)]
Fixed bug submitted by Bruce Lilly <blilly@erols.com> where character
ranges would yield unexpected behavior in a caseless scanner.
Also, flex now emits a warning if the range looks like trouble.
John Millaway [Mon, 16 Dec 2002 23:28:22 +0000 (23:28 +0000)]
Added utility functions to deal with character case.
Will Estes [Mon, 9 Dec 2002 14:14:49 +0000 (14:14 +0000)]
we don't really need int64 anyway
Will Estes [Mon, 9 Dec 2002 14:13:59 +0000 (14:13 +0000)]
apparently some lints are happier with fllthrough without a space
Will Estes [Mon, 2 Dec 2002 20:50:58 +0000 (20:50 +0000)]
version 2.5.25
Will Estes [Mon, 2 Dec 2002 20:48:44 +0000 (20:48 +0000)]
enclose flex.1 target in MAINTERNER_MODE
Will Estes [Mon, 2 Dec 2002 13:39:44 +0000 (13:39 +0000)]
new pt_br translation
John Millaway [Sun, 1 Dec 2002 18:31:24 +0000 (18:31 +0000)]
Indexed some more faqs.
John Millaway [Fri, 29 Nov 2002 03:34:05 +0000 (03:34 +0000)]
Fixed bug in SECOND yyless definition where argument was not enclosed in parentheses.
John Millaway [Fri, 29 Nov 2002 03:29:10 +0000 (03:29 +0000)]
Fixed bug in yyless definition where argument was not enclosed in parentheses.
Will Estes [Wed, 27 Nov 2002 18:42:51 +0000 (18:42 +0000)]
flex uses flex_int*_t types
Will Estes [Wed, 27 Nov 2002 18:41:07 +0000 (18:41 +0000)]
integer types for non-C99 systems flexint.h
John Millaway [Wed, 27 Nov 2002 14:43:24 +0000 (14:43 +0000)]
Changed int types to flex_intX_t. The build is now broken until typedef's are
established.
Will Estes [Wed, 27 Nov 2002 14:05:27 +0000 (14:05 +0000)]
MAINTAINERCLEANFILES: new variable: try to make it so that make maintainer-clean erases everything not under version control
Will Estes [Wed, 27 Nov 2002 13:53:14 +0000 (13:53 +0000)]
remove config.rpath
Will Estes [Wed, 27 Nov 2002 13:52:44 +0000 (13:52 +0000)]
just list location of betas
Will Estes [Tue, 26 Nov 2002 14:46:31 +0000 (14:46 +0000)]
__STDC_VERSION__ needs an L suffix
Will Estes [Tue, 26 Nov 2002 13:22:54 +0000 (13:22 +0000)]
new pt_br translation from the translation project
Will Estes [Mon, 25 Nov 2002 16:19:35 +0000 (16:19 +0000)]
include inttypes.h for folks who really are C99
Will Estes [Mon, 25 Nov 2002 14:17:02 +0000 (14:17 +0000)]
fix a typo
Will Estes [Mon, 25 Nov 2002 13:53:23 +0000 (13:53 +0000)]
version 2.5.24
Will Estes [Sat, 23 Nov 2002 17:59:53 +0000 (17:59 +0000)]
try to make sure we have GNU m4
Will Estes [Sat, 23 Nov 2002 17:56:06 +0000 (17:56 +0000)]
include tests/test-c++-multipl-scanners/test.input
Will Estes [Sat, 23 Nov 2002 17:28:41 +0000 (17:28 +0000)]
more portability fixes
Will Estes [Sat, 23 Nov 2002 16:50:32 +0000 (16:50 +0000)]
apparently on some BSD systems, we need sys/params.h; reported by millaway
Will Estes [Fri, 22 Nov 2002 21:04:23 +0000 (21:04 +0000)]
update NEWS