summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* 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
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
* adjustment for prefix classes; patch submitted by Petr Machata <pmachata@redh...Will Estes2007-06-28
* Changes to resolve SF bugs 1568325 and 1563589.Aaron Stone2007-05-31
* Better checking after yyalloc/yyrealloc (resolves bug #1595967)Aaron Stone2007-05-08
* 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
* better handling of class that use the prefix functionality; from submitted patchWill Estes2007-04-13
* fix skeleton for reentrant scannersWill Estes2007-04-13
* fix skeleton for reentrant scanners, resolves bug #1694318Will Estes2007-04-12
* SourceForge feature request #1658379:Aaron Stone2007-03-29
* apply patches submitted by sodabrewWill Estes2007-03-07
* memory leak issues in c++ scannerWill Estes2006-10-20
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...John Millaway2006-03-21
* Fixed buffer overflow in reject state buffer.John Millaway2006-02-16
* Reverted num_read from size_t back to int.John Millaway2006-02-16
* Transfered bugs list from lex.sf.net to BUGS file.John Millaway2006-02-15
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
* Removed unused local vars.John Millaway2006-02-14
* Removed certain offending #undefs.John Millaway2006-02-14
* Included <sys/types.h> for serialized tables.John Millaway2006-02-14
* Fixed bug 1257093 yy_init_globals in header fileJohn Millaway2005-12-22
* flex_*int* type fixesWill Estes2003-07-16
* undef yytext_ptr has some bad side effectsWill Estes2003-07-16
* patches from manoj via sourceforgeWill Estes2003-05-20
* Renamed some internal variables.John Millaway2003-04-01
* yylineno is per-buffer in the reentrant scanner.John Millaway2003-03-30
* Minor documentation.John Millaway2003-03-28
* merge millaway's m4 branch workWill Estes2003-03-25
* Added growable buffer stack to C++ scanner as well.John Millaway2003-03-04
* Removed awkward %push %pop syntax from skeleton.John Millaway2003-03-02
* Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflectJohn Millaway2003-03-02
* Removed yy_current_buffer from the planet.John Millaway2003-02-28
* Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.John Millaway2003-01-18
* Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL compi...John Millaway2003-01-09
* more c++ fixesWill Estes2003-01-09
* type cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>Will Estes2003-01-09
* apparently some lints are happier with fllthrough without a spaceWill Estes2002-12-09
* Fixed bug in SECOND yyless definition where argument was not enclosed in pare...John Millaway2002-11-29
* Fixed bug in yyless definition where argument was not enclosed in parentheses.John Millaway2002-11-29
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-22
* use c-style header names in c++ for now; at some point we'll have a separate ...Will Estes2002-10-22
* FLEX_BETA defined if flex is betaWill Estes2002-10-18
* include unistd.h and not cunistd as cunistd only seems to be present on very ...Will Estes2002-10-10
* redo integral types again; add flexint.h; change dependencies caused by addin...Will Estes2002-10-10