]> granicus.if.org Git - flex/log
flex
21 years agoRenamed some internal variables. flex-2-5-30
John Millaway [Tue, 1 Apr 2003 01:51:38 +0000 (01:51 +0000)]
Renamed some internal variables.

21 years agoyylineno is now per-buffer in reentrant scanners
Will Estes [Mon, 31 Mar 2003 13:21:40 +0000 (13:21 +0000)]
yylineno is now per-buffer in reentrant scanners

21 years agoAdded TODO item.
John Millaway [Mon, 31 Mar 2003 02:04:00 +0000 (02:04 +0000)]
Added TODO item.

21 years agoyylineno is per-buffer in the reentrant scanner.
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.

21 years agoMinor documentation.
John Millaway [Fri, 28 Mar 2003 21:08:40 +0000 (21:08 +0000)]
Minor documentation.

21 years agoadded %top directive
Will Estes [Fri, 28 Mar 2003 14:17:06 +0000 (14:17 +0000)]
added %top directive

21 years agoAdded %top block syntax.
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.

21 years agoDocumented the m4 dependency.
John Millaway [Thu, 27 Mar 2003 04:02:15 +0000 (04:02 +0000)]
Documented the m4 dependency.

21 years agocheck for sys/wait.h since we use wait(2)
Will Estes [Wed, 26 Mar 2003 21:43:48 +0000 (21:43 +0000)]
check for sys/wait.h since we use wait(2)

21 years agoreorder include directives so as to catch system integer types before flex defined...
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

21 years agoassign tasks due before major release can happen; remove
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

21 years agoonly rebuild the ChangeLog if we're inside a cvs working directory
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

21 years agoadd tools/ subdirectory to distribution
Will Estes [Wed, 26 Mar 2003 19:05:27 +0000 (19:05 +0000)]
add tools/ subdirectory to distribution

21 years agoremove maintainer_mode conditional; add filter.c and regex.c to indentfiles; reformat...
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

21 years agoclean up flex.texi processing leftovers with cleanfiles
Will Estes [Wed, 26 Mar 2003 19:04:07 +0000 (19:04 +0000)]
clean up flex.texi processing leftovers with cleanfiles

21 years agoan awk script wasn't included in the distribution
Will Estes [Wed, 26 Mar 2003 18:29:45 +0000 (18:29 +0000)]
an awk script wasn't included in the distribution

21 years agoAdded test for yypush_buffer_state and yypop_buffer_state.
John Millaway [Wed, 26 Mar 2003 16:52:53 +0000 (16:52 +0000)]
Added test for yypush_buffer_state and yypop_buffer_state.

21 years agoRemoved items from TODO list.
John Millaway [Wed, 26 Mar 2003 03:27:36 +0000 (03:27 +0000)]
Removed items from TODO list.

21 years agoAdded test for #line directives.
John Millaway [Wed, 26 Mar 2003 03:26:50 +0000 (03:26 +0000)]
Added test for #line directives.

21 years agoAdded test for noansi (traditional) options.
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.

21 years agoremove maintainer-mode conditional around rebuilding of manpage
Will Estes [Tue, 25 Mar 2003 20:51:51 +0000 (20:51 +0000)]
remove maintainer-mode conditional around rebuilding of manpage

21 years agomention doc/ for user documentation
Will Estes [Tue, 25 Mar 2003 20:45:46 +0000 (20:45 +0000)]
mention doc/ for user documentation

21 years agorework distribution items
Will Estes [Tue, 25 Mar 2003 20:45:25 +0000 (20:45 +0000)]
rework distribution items

21 years agomention m4 processing
Will Estes [Tue, 25 Mar 2003 20:45:11 +0000 (20:45 +0000)]
mention m4 processing

21 years agoupdate instructions for running test suite
Will Estes [Tue, 25 Mar 2003 20:44:52 +0000 (20:44 +0000)]
update instructions for running test suite

21 years agomerge millaway's m4 branch work
Will Estes [Tue, 25 Mar 2003 16:39:08 +0000 (16:39 +0000)]
merge millaway's m4 branch work

21 years agowe want to move the contents of to.do/Wishlist to top level TODO
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

21 years agoAssessment of every item in Wish-List.
John Millaway [Thu, 20 Mar 2003 18:09:36 +0000 (18:09 +0000)]
Assessment of every item in Wish-List.

21 years agomove texinfo.tex to doc/
Will Estes [Wed, 5 Mar 2003 19:52:56 +0000 (19:52 +0000)]
move texinfo.tex to doc/

21 years agoupdate TODO flex-2-5-29
Will Estes [Wed, 5 Mar 2003 19:37:48 +0000 (19:37 +0000)]
update TODO

21 years agoversion 2.5.29
Will Estes [Wed, 5 Mar 2003 19:37:40 +0000 (19:37 +0000)]
version 2.5.29

21 years agoAdded growable buffer stack to C++ scanner as well.
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.

21 years agoRemoved awkward %push %pop syntax from skeleton.
John Millaway [Sun, 2 Mar 2003 01:45:17 +0000 (01:45 +0000)]
Removed awkward %push %pop syntax from skeleton.

21 years agoRenamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflect
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.

21 years agomade entry on input buffer stacks.
John Millaway [Fri, 28 Feb 2003 20:19:37 +0000 (20:19 +0000)]
made entry on input buffer stacks.

21 years agobuild on . in top level first; this will simplify calling help2man
Will Estes [Fri, 28 Feb 2003 14:23:44 +0000 (14:23 +0000)]
build on . in top level first; this will simplify calling help2man

21 years agoRemoved yy_current_buffer from the planet.
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.)

21 years agoRemoved some symbols from the undef list. They are needed for multiple headers
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.

21 years agomove flex.texi and flex.1 to new doc/ subdirectory
Will Estes [Thu, 27 Feb 2003 15:37:44 +0000 (15:37 +0000)]
move flex.texi and flex.1 to new doc/ subdirectory

21 years agonamespace cleanups
Will Estes [Thu, 27 Feb 2003 14:44:19 +0000 (14:44 +0000)]
namespace cleanups

21 years agoAdded a few macros to the undef list.
John Millaway [Wed, 26 Feb 2003 23:23:43 +0000 (23:23 +0000)]
Added a few macros to the undef list.

21 years agoPut the undef macros in an array.
John Millaway [Wed, 26 Feb 2003 23:17:43 +0000 (23:17 +0000)]
Put the undef macros in an array.

21 years agoversion 2.5.28 flex-2-5-28
Will Estes [Wed, 12 Feb 2003 21:54:42 +0000 (21:54 +0000)]
version 2.5.28

21 years agoupdate documentation to reflect the sourceforge move
Will Estes [Mon, 10 Feb 2003 14:11:25 +0000 (14:11 +0000)]
update documentation to reflect the sourceforge move

21 years agoupdate according to current thinking
Will Estes [Thu, 6 Feb 2003 21:00:34 +0000 (21:00 +0000)]
update according to current thinking

21 years agomcvs reviewed
Will Estes [Thu, 6 Feb 2003 20:12:53 +0000 (20:12 +0000)]
mcvs reviewed

21 years agosourceforge migration tasks
Will Estes [Thu, 6 Feb 2003 14:06:29 +0000 (14:06 +0000)]
sourceforge migration tasks

21 years agoFlex now warns if always-interactive is specified with fast or full;
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

21 years agoFlex now warns if always-interactive is specified with fast or full.
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.

21 years agoswitch to using cvs2cl.pl to generate the ChangeLog
Will Estes [Fri, 31 Jan 2003 17:37:50 +0000 (17:37 +0000)]
switch to using cvs2cl.pl to generate the ChangeLog

21 years agowe're going to be switching how we handle our 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

21 years agoFixed trailing slash bug in YY_INPUT macro def.
John Millaway [Wed, 29 Jan 2003 20:16:42 +0000 (20:16 +0000)]
Fixed trailing slash bug in YY_INPUT macro def.

21 years agoupgrade texinfo to 4.3d
Will Estes [Wed, 29 Jan 2003 18:09:12 +0000 (18:09 +0000)]
upgrade texinfo to 4.3d

21 years agothe @copying construct works now; thanks to the texinfo maintainers for finding the...
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

21 years agoversion 2.5.27 flex-2-5-27
Will Estes [Tue, 21 Jan 2003 13:33:26 +0000 (13:33 +0000)]
version 2.5.27

21 years agoflex now works with recent bison versions
Will Estes [Tue, 21 Jan 2003 13:32:01 +0000 (13:32 +0000)]
flex now works with recent bison versions

21 years agoCheck for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.
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.

21 years agonew pt_br translation
Will Estes [Wed, 15 Jan 2003 13:33:00 +0000 (13:33 +0000)]
new pt_br translation

21 years agoversion 2.5.26 flex-2-5-26
Will Estes [Tue, 14 Jan 2003 15:51:39 +0000 (15:51 +0000)]
version 2.5.26

21 years agoFixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols...
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>

21 years agoFixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols...
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>.

21 years agoadd version numbers for some tools and explain about version.texi and --enable-mainta...
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

21 years agocatch news up
Will Estes [Fri, 10 Jan 2003 13:59:16 +0000 (13:59 +0000)]
catch news up

21 years agoChanged size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what we...
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?

21 years agoChanged type of yyleng from size_t to int. This fixes bug in PostgreSQL compilation.
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.

21 years agocatch news up
Will Estes [Thu, 9 Jan 2003 16:15:36 +0000 (16:15 +0000)]
catch news up

21 years agomore c++ fixes
Will Estes [Thu, 9 Jan 2003 16:15:28 +0000 (16:15 +0000)]
more c++ fixes

21 years agoadd a spec file
Will Estes [Thu, 9 Jan 2003 15:43:00 +0000 (15:43 +0000)]
add a spec file

21 years agotype cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>
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>

21 years agonew es translation
Will Estes [Wed, 8 Jan 2003 17:58:40 +0000 (17:58 +0000)]
new es translation

21 years agonew spanish translation
Will Estes [Wed, 8 Jan 2003 17:57:45 +0000 (17:57 +0000)]
new spanish translation

21 years agoFixed bug where YY_G(0) sometimes occurs (created by my previous commit.)
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.)

21 years agoFixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use of
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.

21 years agoupdate NEWS
Will Estes [Tue, 17 Dec 2002 21:57:51 +0000 (21:57 +0000)]
update NEWS

21 years agoDocumented new behavior with character ranges.
John Millaway [Tue, 17 Dec 2002 20:28:21 +0000 (20:28 +0000)]
Documented new behavior with character ranges.

21 years agoFixed bug submitted by Bruce Lilly <blilly@erols.com> where character
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.

21 years agoAdded utility functions to deal with character case.
John Millaway [Mon, 16 Dec 2002 23:28:22 +0000 (23:28 +0000)]
Added utility functions to deal with character case.

21 years agowe don't really need int64 anyway
Will Estes [Mon, 9 Dec 2002 14:14:49 +0000 (14:14 +0000)]
we don't really need int64 anyway

21 years agoapparently some lints are happier with fllthrough without a space
Will Estes [Mon, 9 Dec 2002 14:13:59 +0000 (14:13 +0000)]
apparently some lints are happier with fllthrough without a space

21 years agoversion 2.5.25 flex-2-5-25
Will Estes [Mon, 2 Dec 2002 20:50:58 +0000 (20:50 +0000)]
version 2.5.25

21 years agoenclose flex.1 target in MAINTERNER_MODE
Will Estes [Mon, 2 Dec 2002 20:48:44 +0000 (20:48 +0000)]
enclose flex.1 target in MAINTERNER_MODE

21 years agonew pt_br translation
Will Estes [Mon, 2 Dec 2002 13:39:44 +0000 (13:39 +0000)]
new pt_br translation

21 years agoIndexed some more faqs.
John Millaway [Sun, 1 Dec 2002 18:31:24 +0000 (18:31 +0000)]
Indexed some more faqs.

21 years agoFixed bug in SECOND yyless definition where argument was not enclosed in parentheses.
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.

21 years agoFixed bug in 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.

21 years agoflex uses flex_int*_t types
Will Estes [Wed, 27 Nov 2002 18:42:51 +0000 (18:42 +0000)]
flex uses flex_int*_t types

21 years agointeger types for non-C99 systems flexint.h
Will Estes [Wed, 27 Nov 2002 18:41:07 +0000 (18:41 +0000)]
integer types for non-C99 systems flexint.h

21 years agoChanged int types to flex_intX_t. The build is now broken until typedef's are
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.

21 years agoMAINTAINERCLEANFILES: new variable: try to make it so that make maintainer-clean...
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

21 years agoremove config.rpath
Will Estes [Wed, 27 Nov 2002 13:53:14 +0000 (13:53 +0000)]
remove config.rpath

21 years agojust list location of betas
Will Estes [Wed, 27 Nov 2002 13:52:44 +0000 (13:52 +0000)]
just list location of betas

21 years ago__STDC_VERSION__ needs an L suffix
Will Estes [Tue, 26 Nov 2002 14:46:31 +0000 (14:46 +0000)]
__STDC_VERSION__ needs an L suffix

21 years agonew pt_br translation from the translation project
Will Estes [Tue, 26 Nov 2002 13:22:54 +0000 (13:22 +0000)]
new pt_br translation from the translation project

21 years agoinclude inttypes.h for folks who really are C99
Will Estes [Mon, 25 Nov 2002 16:19:35 +0000 (16:19 +0000)]
include inttypes.h for folks who really are C99

21 years agofix a typo
Will Estes [Mon, 25 Nov 2002 14:17:02 +0000 (14:17 +0000)]
fix a typo

21 years agoversion 2.5.24 flex-2-5-24
Will Estes [Mon, 25 Nov 2002 13:53:23 +0000 (13:53 +0000)]
version 2.5.24

21 years agotry to make sure we have GNU m4
Will Estes [Sat, 23 Nov 2002 17:59:53 +0000 (17:59 +0000)]
try to make sure we have GNU m4

21 years agoinclude tests/test-c++-multipl-scanners/test.input
Will Estes [Sat, 23 Nov 2002 17:56:06 +0000 (17:56 +0000)]
include tests/test-c++-multipl-scanners/test.input

21 years agomore portability fixes
Will Estes [Sat, 23 Nov 2002 17:28:41 +0000 (17:28 +0000)]
more portability fixes

21 years agoapparently on some BSD systems, we need sys/params.h; reported by millaway
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