summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add date of releaseWill Estes2008-02-26
|
* fix bug that prevented comments from working properlyWill Estes2008-02-15
|
* new de translationWill Estes2008-02-12
|
* new vi translationWill Estes2008-02-10
|
* new nl translationWill Estes2008-02-10
|
* new pl translationWill Estes2008-02-09
|
* new de, pt_br translationsWill Estes2008-02-09
|
* generate headers for all functions (resolves bug #1628314)Will Estes2008-02-09
|
* change yy_size_t to be size_t (resolves bug #1849812)Will Estes2008-02-09
|
* start work on version 2.5.35Will Estes2008-02-09
|
* revert NEWS and configure.in to version 2.5.34Will Estes2007-12-12
|
* update version number to 2.5.35Will Estes2007-09-12
|
* Use %option extra-type.Aaron Stone2007-09-10
|
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
|
* new nl translations from the translation projectWill Estes2007-08-15
|
* change release dateWill Estes2007-06-28
|
* adjustment for prefix classes; patch submitted by Petr Machata ↵Will Estes2007-06-28
| | | | <pmachata@redhat.com>
* NEWS item for yy_init_extraWill Estes2007-06-28
|
* 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 ↵Will Estes2007-05-12
| | | | <pmachata@redhat.com
* 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 ↵Will Estes2007-04-23
| | | | from Debian patchset)
* 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 ↵Will Estes2007-04-23
| | | | patchset
* 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
|\ | | | | | | m4 processing; better bracketing of m4 arguments; retool checks as per suggestions from autoscan(1)
| * Option ansi-definitions.John Millaway2003-03-24
| | | | | | | | | | | | Option ansi-prototypes. Cleaned up some of header. Documented bison-locations.
| * 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
| |