summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Collapse)AuthorAge
* Added missing #endif.John Millaway2002-02-16
|
* millaway: Fixed yytext_ptr when using %array in reentrant scannerWill Estes2001-11-20
|
* more from the same batchWill Estes2001-11-14
|
* millaway simplified the reentrant api; here's the resultWill Estes2001-10-26
|
* phew, millaway's latest batchWill Estes2001-10-22
|
* flex.skl should come up in C modeWill Estes2001-10-21
|
* apparently, isatty and c++ need help getting along (from octave)Will Estes2001-10-21
|
* oops, lost a line somewhere in the merge process on millaway's workWill Estes2001-10-19
|
* merge latest batch of millaway's changesWill Estes2001-10-17
|
* commit the backwash from the branch mergesWill Estes2001-09-19
|
* made preliminary c++ fixes; the intent is to make it work with recent c++ ↵Will Estes2001-09-19
| | | | compilers
* Changed // comments to /* */ comments in skeleton.John Millaway2001-08-21
|
* Added missing argument to yy_flex_free.John Millaway2001-08-01
|
* include c++ STD fixes from quanstro@quanstro.netWill Estes2001-06-24
|
* change some int types to size_t as per FreeBSD 28364 from avn@any.ruWill Estes2001-06-24
|
* remove extraneous notice from flex.sklWill Estes2001-06-18
|
* patch memory leak as per millawayWill Estes2001-06-18
|
* added punctuationWill Estes2001-06-17
|
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* save errno as per Theo de RaadtWill Estes2001-06-08
|
* commit john millaway's YY_G wrapper correctionsWill Estes2001-05-27
|
* john millaway's reentrancy patchWill Estes2001-05-18
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* explicit include of iostream.hVern Paxson2000-08-21
|
* fixed memory leakVern Paxson1997-06-23
|
* use delete [] for yy_state_bufVern Paxson1996-12-13
|
* fixed %option noinputVern Paxson1996-10-29
|
* free(char*) fix ... Sigh ...Vern Paxson1996-10-29
|
* "str" -> "yy_str"Vern Paxson1996-09-10
|
* (attempted) fix for input() crossing a file boundaryVern Paxson1996-07-02
|
* initialize yy_more_offset etc. for yyFlexLexer classVern Paxson1996-05-25
|
* niggling cosmetic tweakVern Paxson1996-05-25
|
* bug fixes for yymore (especially with %array)Vern Paxson1996-05-25
|
* snapshot of cscope yymore fixes, prior to switching yymore-on-%array approachVern Paxson1996-05-25
|
* (char*) cast for reallocVern Paxson1995-04-24
|
* yy_delete_buffer allows nil buffer pointerVern Paxson1995-04-20
|
* rearrange some definitions; fix YY_NO_UNPUTVern Paxson1995-04-20
|
* const -> yyconstVern Paxson1995-04-20
|
* %option yylineno supportVern Paxson1995-03-20
|
* Added yy_flush_bufferVern Paxson1995-03-05
|
* added switch_streamsVern Paxson1995-03-05
|
* yyFlexLexer initialization of yy_flex_debugVern Paxson1995-03-05
|
* moved position of yy_init = 0Vern Paxson1995-03-04
|
* added YY_EXIT_FAILUREVern Paxson1995-03-04
|
* better fix for #pragma problemVern Paxson1995-01-09
|
* comment out Turbo C #pragma'sVern Paxson1995-01-09
|
* isatty() externVern Paxson1995-01-09
|
* YY_FLEX_{MAJOR,MINOR}_VERSIONVern Paxson1994-12-28
| | | | fixed bug in unput trashing yytext even with %array
* YY_SKIP_YYWRAPVern Paxson1994-12-17
| | | | yyFlexLexer constructor, destructor
* added YY_FLEX_VERSIONVern Paxson1994-12-10
|