summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAgeFilesLines
* memory leak issues in c++ scannerwlestes2006-10-201-8/+13
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...john432006-03-211-2/+3
* Fixed buffer overflow in reject state buffer.john432006-02-161-2/+7
* Reverted num_read from size_t back to int.john432006-02-161-1/+1
* Transfered bugs list from lex.sf.net to BUGS file.john432006-02-151-1/+4
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.john432006-02-151-46/+64
* Removed unused local vars.john432006-02-141-3/+1
* Removed certain offending #undefs.john432006-02-141-0/+3
* Included <sys/types.h> for serialized tables.john432006-02-141-7/+8
* Fixed bug 1257093 yy_init_globals in header filejohn432005-12-221-1/+1
* flex_*int* type fixeswlestes2003-07-161-43/+43
* undef yytext_ptr has some bad side effectswlestes2003-07-161-1/+0
* patches from manoj via sourceforgewlestes2003-05-201-10/+12
* Renamed some internal variables.flex-2-5-30millaway2003-04-011-39/+39
* yylineno is per-buffer in the reentrant scanner.millaway2003-03-301-6/+102
* Minor documentation.millaway2003-03-281-0/+4
* merge millaway's m4 branch workwlestes2003-03-251-618/+1083
* Added growable buffer stack to C++ scanner as well.millaway2003-03-041-9/+34
* Removed awkward %push %pop syntax from skeleton.millaway2003-03-021-176/+147
* Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflectmillaway2003-03-021-48/+48
* Removed yy_current_buffer from the planet.millaway2003-02-281-64/+205
* Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.millaway2003-01-181-8/+8
* Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL compi...millaway2003-01-091-2/+2
* more c++ fixeswlestes2003-01-091-0/+3
* type cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>wlestes2003-01-091-1/+1
* apparently some lints are happier with fllthrough without a spacewlestes2002-12-091-1/+1
* Fixed bug in SECOND yyless definition where argument was not enclosed in pare...millaway2002-11-291-3/+4
* Fixed bug in yyless definition where argument was not enclosed in parentheses.millaway2002-11-291-2/+3
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.millaway2002-11-221-4/+3
* use c-style header names in c++ for now; at some point we'll have a separate ...wlestes2002-10-221-2/+2
* FLEX_BETA defined if flex is betawlestes2002-10-181-1/+4
* include unistd.h and not cunistd as cunistd only seems to be present on very ...wlestes2002-10-101-1/+1
* redo integral types again; add flexint.h; change dependencies caused by addin...wlestes2002-10-101-60/+5
* current swipe at header magic; int types be damnedwlestes2002-10-081-22/+3
* ok, here goes; try to handle integral typedefs in one swell foopwlestes2002-10-071-1/+79
* include a single, automatically generated version number in flex scannerswlestes2002-09-251-3/+3
* move stdint.h include to table-serialization section; we'll still need to thi...wlestes2002-09-201-1/+1
* bison-bridge skel handled via %if/%endif pairs.millaway2002-09-201-15/+19
* reentrant skel handled via %if/%endif pairs.millaway2002-09-191-40/+44
* skeleton uses %push/%pop to keep skelout() scope sane.millaway2002-09-191-95/+138
* Added %push and %pop operations to skel processing.millaway2002-09-191-4/+11
* Serialization works in headers (%option headers).millaway2002-09-161-0/+2
* Tables deserialization uses yyalloc/yyfree.millaway2002-09-151-9/+11
* Initialization of reject vars and %array vars in reentrant scanner.millaway2002-09-151-0/+16
* Created test for reject.millaway2002-09-131-3/+2
* Added test for multiple tables in one file.millaway2002-09-131-1/+1
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.millaway2002-09-131-21/+78
* yytbl_load now checks tables set by name.millaway2002-09-111-25/+58
* Fixed deserialization of --fast tables.millaway2002-09-091-2/+11
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-67/+143