summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAgeFilesLines
* Hand-merged (not cvs merge) this branch with main branch.millaway2002-03-201-40/+30
* Fixed yytext_ptr when using %array in reentrant scanner.millaway2001-11-191-18/+18
* Created type 'yyscan_t' for reentrant API, instead of 'void*' everywhere.millaway2001-10-281-15/+21
* Cleaned up preprocessor namespace in generated header.millaway2001-10-271-2/+17
* Reentrant API further simplified by eliminating "_r" macros.millaway2001-10-261-55/+56
* Added ability for developers to make comments in the skel.millaway2001-10-221-19/+36
* flex now generates header file upon request.millaway2001-10-171-8/+33
* bring over preliminary c++ fixeswlestes2001-09-191-20/+14
* revert size_t yyleng to int yyleng as per silly standardswlestes2001-09-191-3/+3
* Changed type of yyleng to size_t anywhere it was marked as int.millaway2001-09-181-1/+1
* merge the main trunk for our sanitywlestes2001-08-211-1/+1
* Added missing argument to yy_flex_free.millaway2001-08-011-1/+1
* include c++ STD fixes from quanstro@quanstro.netwlestes2001-06-241-7/+17
* change some int types to size_t as per FreeBSD 28364 from avn@any.ruwlestes2001-06-241-3/+3
* remove extraneous notice from flex.sklwlestes2001-06-181-3/+0
* patch memory leak as per millawaywlestes2001-06-181-0/+12
* added punctuationwlestes2001-06-171-1/+1
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-0/+3
* save errno as per Theo de Raadtwlestes2001-06-081-0/+4
* commit john millaway's YY_G wrapper correctionswlestes2001-05-271-31/+36
* john millaway's reentrancy patchwlestes2001-05-181-210/+720
* remove extraneous rcs keywordswlestes2001-05-031-4/+0
* explicit include of iostream.hvern2000-08-211-2/+2
* fixed memory leakvern1997-06-231-1/+2
* use delete [] for yy_state_bufvern1996-12-131-2/+2
* fixed %option noinputvern1996-10-291-2/+5
* free(char*) fix ... Sigh ...vern1996-10-291-2/+2
* "str" -> "yy_str"vern1996-09-101-7/+10
* (attempted) fix for input() crossing a file boundaryvern1996-07-021-15/+22
* initialize yy_more_offset etc. for yyFlexLexer classvern1996-05-251-1/+2
* niggling cosmetic tweakvern1996-05-251-2/+1
* bug fixes for yymore (especially with %array)vern1996-05-251-10/+24
* snapshot of cscope yymore fixes, prior to switching yymore-on-%array approachvern1996-05-251-6/+14
* (char*) cast for reallocvern1995-04-241-2/+9
* yy_delete_buffer allows nil buffer pointervern1995-04-201-1/+4
* rearrange some definitions; fix YY_NO_UNPUTvern1995-04-201-25/+31
* const -> yyconstvern1995-04-201-17/+17
* %option yylineno supportvern1995-03-201-3/+4
* Added yy_flush_buffervern1995-03-051-15/+39
* added switch_streamsvern1995-03-051-1/+13
* yyFlexLexer initialization of yy_flex_debugvern1995-03-051-1/+2
* moved position of yy_init = 0vern1995-03-041-3/+3
* added YY_EXIT_FAILUREvern1995-03-041-3/+6
* better fix for #pragma problemvern1995-01-091-12/+3
* comment out Turbo C #pragma'svern1995-01-091-3/+10
* isatty() externvern1995-01-091-2/+11
* YY_FLEX_{MAJOR,MINOR}_VERSIONvern1994-12-281-6/+6
* YY_SKIP_YYWRAPvern1994-12-171-2/+34
* added YY_FLEX_VERSIONvern1994-12-101-1/+2
* input() maintains BOLvern1994-12-061-2/+2