summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAgeFilesLines
* Removed core of yylex_destroy from c++ scanner -- hack!millaway2002-08-221-0/+4
* Dynamically allocate REJECT state buffer.millaway2002-08-201-0/+16
* More work on tables serialization.millaway2002-08-191-11/+1
* Working on tables API.millaway2002-08-171-0/+7
* Prelimary work on tables API.millaway2002-08-161-0/+15
* only include <cunistd> if we have itwlestes2002-08-151-0/+2
* Fixed type mismatch in printf.millaway2002-08-121-2/+15
* fix typo which propogates out to generated scannerswlestes2002-08-091-1/+1
* Fixed yyunput prototype.millaway2002-08-021-4/+1
* Added some comments.millaway2002-07-281-0/+7
* Fixed bug where yyless did not consider yylineno.millaway2002-07-281-0/+14
* Fixed test-c-cpp to actually use the C++ compiler for the test.millaway2002-07-271-3/+11
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-1/+4
* All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DE...millaway2002-07-251-127/+104
* s/yy_globals_t/yyguts_t/gmillaway2002-07-231-13/+14
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...millaway2002-07-171-303/+139
* Fixed prefix issue with get/set debug functions.millaway2002-07-101-26/+26
* Memory functions are no longer static.millaway2002-07-091-6/+6
* Added yylex_destroy() to non-reentrant scanner.millaway2002-07-091-26/+42
* Added prototypes for the get/set debug functions.millaway2002-07-091-0/+9
* Made yy_flex_debug non-global in reentrant scanner.millaway2002-07-091-1/+31
* Removed CFront 1.2 -specific code from skeleton, because CFront now defines _...millaway2002-03-181-36/+20
* Fixed C++ #ifdef problem.millaway2002-02-211-2/+3
* Added missing #endif.millaway2002-02-161-2/+3
* millaway: Fixed yytext_ptr when using %array in reentrant scannerwlestes2001-11-201-18/+18
* more from the same batchwlestes2001-11-141-17/+38
* millaway simplified the reentrant api; here's the resultwlestes2001-10-261-55/+56
* phew, millaway's latest batchwlestes2001-10-221-19/+36
* flex.skl should come up in C modewlestes2001-10-211-0/+1
* apparently, isatty and c++ need help getting along (from octave)wlestes2001-10-211-0/+3
* oops, lost a line somewhere in the merge process on millaway's workwlestes2001-10-191-0/+1
* merge latest batch of millaway's changeswlestes2001-10-171-8/+32
* commit the backwash from the branch mergeswlestes2001-09-191-16/+10
* made preliminary c++ fixes; the intent is to make it work with recent c++ com...wlestes2001-09-191-2/+2
* Changed // comments to /* */ comments in skeleton.millaway2001-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