summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Option ansi-definitions.flex-m4-merge-1m4millaway2003-03-248-169/+233
| | | | | | Option ansi-prototypes. Cleaned up some of header. Documented bison-locations.
* Escaped m4 macros in scan.l which would cause bootstrapping issues.millaway2003-03-241-34/+34
|
* Cleaning up the skel.millaway2003-03-213-106/+187
|
* Fixed allocation of slightly more memory than needed.millaway2003-03-191-1/+1
|
* Start conditions now generated in a single place.millaway2003-03-197-7/+37
|
* cosmetic changes to TODO listwlestes2003-03-191-5/+5
|
* Cleaned up warnings so multiple headers could coincide.millaway2003-03-191-17/+21
|
* Moved prefixes to m4.millaway2003-03-193-187/+92
|
* Removed Paxson/Berkeley copyright restriction from filter.c and regex.c.millaway2003-03-197-203/+298
| | | | | | Inline documentation of much of the generated API. Line directives now fixed for header and stdin/stdout. Blank lines squeezed from generated scanner.
* Fixed #line directives.millaway2003-03-184-55/+131
|
* Added regex.c for regex-related code.millaway2003-03-174-1/+171
| | | | Worked on fixing line directives;incomplete.
* Added some TODOs.millaway2003-03-141-0/+10
|
* Bison bridge was simplified to rely less on bison output.millaway2003-03-147-12/+25
| | | | New option bison-locations.
* Filters are now direct children of main process.millaway2003-03-147-47/+124
| | | | Header file now generated through m4.
* Added internal filter ability.millaway2003-03-145-24/+91
| | | | Deleted various unused variables.
* Keeping tests up to date with m4 changes.millaway2003-03-142-6/+9
| | | | Proper wait for all children.
* Moved test-tables to m4.millaway2003-03-142-8/+9
|
* Moved bison bridge code to m4.millaway2003-03-143-84/+106
|
* Moved YY_USE_LINENO to m4.millaway2003-03-134-28/+33
|
* Added function buf_m4_undefine.millaway2003-03-133-1/+19
|
* Replaced YY_ALWAYS_INTERACTIVE with m4.millaway2003-03-133-20/+27
| | | | Replaced YY_NEVER_INTERACTIVE with m4.
* Moved YY_TEXT_IS_ARRAY to m4.millaway2003-03-132-7/+9
|
* Renaming macros from YY_* to M4_YY_* where appropriate.millaway2003-03-124-181/+186
|
* Now using local variable "yyg" instead of lengthly YY_G expansion.millaway2003-03-123-5/+74
|
* More m4 macro conversions.millaway2003-03-1210-29/+100
| | | | Added debugging option --preproc-level=NUM.
* Replaced many CPP macros with m4 equivalents.millaway2003-03-118-308/+410
|
* Added filter.cmillaway2003-03-106-12/+213
| | | | | | Added filter.c rules to Makefile.am Added filter prototypes to flexdef.h Flex now filters output through m4.
* move texinfo.tex to doc/wlestes2003-03-052-6342/+0
|
* update TODOflex-2-5-29wlestes2003-03-051-3/+3
|
* version 2.5.29wlestes2003-03-052-3/+3
|
* Added growable buffer stack to C++ scanner as well.millaway2003-03-042-11/+43
| | | | yyensure_buffer_stack is now static.
* Removed awkward %push %pop syntax from skeleton.millaway2003-03-022-182/+156
|
* Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflectmillaway2003-03-021-48/+48
| | | | its purpose.
* made entry on input buffer stacks.millaway2003-02-281-0/+2
|
* build on . in top level first; this will simplify calling help2manwlestes2003-02-282-4/+2
|
* Removed yy_current_buffer from the planet.millaway2003-02-285-87/+296
| | | | | | | | | | 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.)
* Removed some symbols from the undef list. They are needed for multiple headersmillaway2003-02-281-4/+4
| | | | to coexist.
* move flex.texi and flex.1 to new doc/ subdirectorywlestes2003-02-276-17/+53
|
* namespace cleanupswlestes2003-02-271-0/+4
|
* Added a few macros to the undef list.millaway2003-02-261-0/+17
|
* Put the undef macros in an array.millaway2003-02-261-145/+155
|
* version 2.5.28flex-2-5-28wlestes2003-02-122-2/+4
|
* update documentation to reflect the sourceforge movewlestes2003-02-104-9/+13
|
* update according to current thinkingwlestes2003-02-061-2/+0
|
* mcvs reviewedwlestes2003-02-061-2/+0
|
* sourceforge migration taskswlestes2003-02-061-0/+14
|
* Flex now warns if always-interactive is specified with fast or full;wlestes2003-02-041-0/+6
| | | | Fixed trailing slash bug in YY_INPUT macro def
* Flex now warns if always-interactive is specified with fast or full.millaway2003-01-311-0/+2
|
* switch to using cvs2cl.pl to generate the ChangeLogwlestes2003-01-311-2/+2
|
* we're going to be switching how we handle our ChangeLogwlestes2003-01-312-0/+1980
|