summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Docs and example for yylex_init_extra.Aaron Stone2007-06-12
* ignore OUTPUT file in test-alloc-extraWill Estes2007-06-01
* add description of concatenated options testWill Estes2007-06-01
* add missing .cvsignore to test-alloc-extraWill Estes2007-05-31
* Changes to resolve SF bugs 1568325 and 1563589.Aaron Stone2007-05-31
* Adding test cases for yylex_init_extra.Aaron Stone2007-05-31
* fixes to test-pthreadWill Estes2007-05-12
* NEWS item for concatenated optionsWill Estes2007-05-12
* unit test to verify concatenated options parsingWill Estes2007-05-12
* parse multiple short concatenated options; patch submitted by Petr Machata <p...Will Estes2007-05-12
* remove --force option from autogen.sh; much faster without itWill Estes2007-05-11
* version 2.5.34Will Estes2007-05-11
* Better checking after yyalloc/yyrealloc (resolves bug #1595967)Aaron Stone2007-05-08
* change title of manual to 'Lexical Analysis with Flex'Will Estes2007-05-01
* c++ memory leak plugWill Estes2007-04-25
* roll back c++ memory patch as it causes the test suite no end of griefWill Estes2007-04-23
* fix function definitions for non-ANSI environments (from Manoj Srivastava fro...Will Estes2007-04-23
* fix c++ memory leak (from Manoj Srivastava from Debian patchset)Will Estes2007-04-23
* fix parameter name in comment (patch from Manoj Srivastava from the debian pa...Will Estes2007-04-23
* add a size_t cast (patch from Manoj Srivastava from the debian patchsetWill Estes2007-04-23
* cleanups to handle VPATH builds better; passifies make distcheckWill Estes2007-04-16
* drop using the \ in \ escaping as it throws pdf generation for a loopWill Estes2007-04-16
* add compile and *.tar.bz2 to .cvsignoreWill Estes2007-04-14
* add call to setlocale for ctype as per debian patchsetWill Estes2007-04-14
* provide for a PIC version of libfl.a for shared libraries using flex scannersWill Estes2007-04-14
* annotate endifs since they're a bit far from their opening #if statementsWill Estes2007-04-13
* refactor and slightly redo alloca testing, resolves bug #1675899Will Estes2007-04-13
* overhaul configure.in: use octathorps for comments so they're passed through ...Will Estes2007-04-13
|\
| * Option ansi-definitions.John Millaway2003-03-24
| * Escaped m4 macros in scan.l which would cause bootstrapping issues.John Millaway2003-03-24
| * Cleaning up the skel.John Millaway2003-03-21
| * Fixed allocation of slightly more memory than needed.John Millaway2003-03-19
| * Start conditions now generated in a single place.John Millaway2003-03-19
| * cosmetic changes to TODO listWill Estes2003-03-19
| * Cleaned up warnings so multiple headers could coincide.John Millaway2003-03-19
| * Moved prefixes to m4.John Millaway2003-03-19
| * Removed Paxson/Berkeley copyright restriction from filter.c and regex.c.John Millaway2003-03-19
| * Fixed #line directives.John Millaway2003-03-18
| * Added regex.c for regex-related code.John Millaway2003-03-17
| * Added some TODOs.John Millaway2003-03-14
| * Bison bridge was simplified to rely less on bison output.John Millaway2003-03-14
| * Filters are now direct children of main process.John Millaway2003-03-14
| * Added internal filter ability.John Millaway2003-03-14
| * Keeping tests up to date with m4 changes.John Millaway2003-03-14
| * Moved test-tables to m4.John Millaway2003-03-14
| * Moved bison bridge code to m4.John Millaway2003-03-14
| * Moved YY_USE_LINENO to m4.John Millaway2003-03-13
| * Added function buf_m4_undefine.John Millaway2003-03-13
| * Replaced YY_ALWAYS_INTERACTIVE with m4.John Millaway2003-03-13
| * Moved YY_TEXT_IS_ARRAY to m4.John Millaway2003-03-13