summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update TODOflex-2-5-29Will Estes2003-03-051-3/+3
* version 2.5.29Will Estes2003-03-052-3/+3
* Added growable buffer stack to C++ scanner as well.John Millaway2003-03-042-11/+43
* Removed awkward %push %pop syntax from skeleton.John Millaway2003-03-022-182/+156
* Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflectJohn Millaway2003-03-021-48/+48
* made entry on input buffer stacks.John Millaway2003-02-281-0/+2
* build on . in top level first; this will simplify calling help2manWill Estes2003-02-282-4/+2
* Removed yy_current_buffer from the planet.John Millaway2003-02-285-87/+296
* Removed some symbols from the undef list. They are needed for multiple headersJohn Millaway2003-02-281-4/+4
* move flex.texi and flex.1 to new doc/ subdirectoryWill Estes2003-02-276-17/+53
* namespace cleanupsWill Estes2003-02-271-0/+4
* Added a few macros to the undef list.John Millaway2003-02-261-0/+17
* Put the undef macros in an array.John Millaway2003-02-261-145/+155
* version 2.5.28flex-2-5-28Will Estes2003-02-122-2/+4
* update documentation to reflect the sourceforge moveWill Estes2003-02-104-9/+13
* update according to current thinkingWill Estes2003-02-061-2/+0
* mcvs reviewedWill Estes2003-02-061-2/+0
* sourceforge migration tasksWill Estes2003-02-061-0/+14
* Flex now warns if always-interactive is specified with fast or full;Will Estes2003-02-041-0/+6
* Flex now warns if always-interactive is specified with fast or full.John Millaway2003-01-311-0/+2
* switch to using cvs2cl.pl to generate the ChangeLogWill Estes2003-01-311-2/+2
* we're going to be switching how we handle our ChangeLogWill Estes2003-01-312-0/+1980
* Fixed trailing slash bug in YY_INPUT macro def.John Millaway2003-01-292-4/+4
* upgrade texinfo to 4.3dWill Estes2003-01-291-1/+1
* the @copying construct works now; thanks to the texinfo maintainers for findi...Will Estes2003-01-291-39/+42
* version 2.5.27flex-2-5-27Will Estes2003-01-212-2/+2
* flex now works with recent bison versionsWill Estes2003-01-211-0/+2
* Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.John Millaway2003-01-181-8/+8
* new pt_br translationWill Estes2003-01-152-31/+36
* version 2.5.26flex-2-5-26Will Estes2003-01-142-2/+2
* Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Ni...Will Estes2003-01-141-0/+2
* Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Ni...John Millaway2003-01-121-1/+1
* add version numbers for some tools and explain about version.texi and --enabl...Will Estes2003-01-101-9/+11
* catch news upWill Estes2003-01-101-0/+3
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what...John Millaway2003-01-092-5/+5
* Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL compi...John Millaway2003-01-091-2/+2
* catch news upWill Estes2003-01-091-0/+5
* more c++ fixesWill Estes2003-01-091-0/+3
* add a spec fileWill Estes2003-01-093-0/+45
* type cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>Will Estes2003-01-091-1/+1
* new es translationWill Estes2003-01-081-0/+2
* new spanish translationWill Estes2003-01-081-89/+119
* Fixed bug where YY_G(0) sometimes occurs (created by my previous commit.)John Millaway2002-12-191-3/+3
* Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use ofJohn Millaway2002-12-171-1/+1
* update NEWSWill Estes2002-12-171-0/+7
* Documented new behavior with character ranges.John Millaway2002-12-171-4/+25
* Fixed bug submitted by Bruce Lilly <blilly@erols.com> where characterJohn Millaway2002-12-161-7/+40
* Added utility functions to deal with character case.John Millaway2002-12-162-0/+62
* we don't really need int64 anywayWill Estes2002-12-091-10/+0
* apparently some lints are happier with fllthrough without a spaceWill Estes2002-12-091-1/+1