summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* 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
* current swipe at header magic; int types be damnedWill Estes2002-10-08
* ok, here goes; try to handle integral typedefs in one swell foopWill Estes2002-10-07
* include a single, automatically generated version number in flex scannersWill Estes2002-09-25
* move stdint.h include to table-serialization section; we'll still need to thi...Will Estes2002-09-20
* bison-bridge skel handled via %if/%endif pairs.John Millaway2002-09-20
* reentrant skel handled via %if/%endif pairs.John Millaway2002-09-19
* skeleton uses %push/%pop to keep skelout() scope sane.John Millaway2002-09-19
* Added %push and %pop operations to skel processing.John Millaway2002-09-19
* Serialization works in headers (%option headers).John Millaway2002-09-16
* Tables deserialization uses yyalloc/yyfree.John Millaway2002-09-15
* Initialization of reject vars and %array vars in reentrant scanner.John Millaway2002-09-15
* Created test for reject.John Millaway2002-09-13
* Added test for multiple tables in one file.John Millaway2002-09-13
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* yytbl_load now checks tables set by name.John Millaway2002-09-11
* Fixed deserialization of --fast tables.John Millaway2002-09-09
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* Changed cryptic skeleton markers to readable form.John Millaway2002-09-07
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-07