summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* Adjust yylineno properly when rewinding trailing contexts.Till Varoquaux2013-07-02
* put user code after yyguts init; resolves #1744516Robert Minsk2012-08-08
* do not output yy_nxt to header with %option full; resolves #1739922Robert Minsk2012-08-08
* Change variable types to silence compiler warnings; resolves #3552806nomis522012-08-04
* lintish cleanup in flex.skl; resolves #2040664Will Estes2012-04-27
* add missing prototypes for yyset_column() and yyget_column(); resolves #30290...Will Estes2012-03-19
* wrap yy_fatal_error calls appropriatelyWill Estes2012-03-02
* fremove isatty() declaration; resolves #1984987Will Estes2012-02-17
* resolve #1990170Will Estes2012-02-17
* fix documentation to reflect arguments actually used; bug #2783023Will Estes2012-02-17
* include cstdio for definition of EOF in all casesWill Estes2012-02-03
* suppress warning on unused yyguts_tWill Estes2012-02-03
* clean up types; resolves 1961902Will Estes2008-05-15
* 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