summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* 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
* Flex generates C99 defs now.John Millaway2002-09-05
* Removed core of yylex_destroy from c++ scanner -- hack!John Millaway2002-08-22
* Dynamically allocate REJECT state buffer.John Millaway2002-08-20
* More work on tables serialization.John Millaway2002-08-19
* Working on tables API.John Millaway2002-08-17
* Prelimary work on tables API.John Millaway2002-08-16
* only include <cunistd> if we have itWill Estes2002-08-15
* Fixed type mismatch in printf.John Millaway2002-08-12
* fix typo which propogates out to generated scannersWill Estes2002-08-09
* Fixed yyunput prototype.John Millaway2002-08-02
* Added some comments.John Millaway2002-07-28
* Fixed bug where yyless did not consider yylineno.John Millaway2002-07-28
* Fixed test-c-cpp to actually use the C++ compiler for the test.John Millaway2002-07-27
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
* All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DE...John Millaway2002-07-25
* s/yy_globals_t/yyguts_t/gJohn Millaway2002-07-23
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway2002-07-17
* Fixed prefix issue with get/set debug functions.John Millaway2002-07-10
* Memory functions are no longer static.John Millaway2002-07-09
* Added yylex_destroy() to non-reentrant scanner.John Millaway2002-07-09