summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.5.20flex-2-5-20wlestes2002-09-162-3/+2
* correct typowlestes2002-09-161-2/+2
* note the new tables functionalitywlestes2002-09-161-0/+3
* Fixed `clean' target and .cvsignore.millaway2002-09-162-1/+5
* Serialization works in headers (%option headers).millaway2002-09-168-6/+43
* replace yytables_load with yytables_fload as per millaway's other changeswlestes2002-09-161-2/+2
* Created user API for tables deserialization.millaway2002-09-152-25/+52
* Tables deserialization uses yyalloc/yyfree.millaway2002-09-152-11/+13
* minor upkeep.millaway2002-09-151-0/+1
* Categorized and indexed scanner options in manual.millaway2002-09-151-346/+629
* Initialization of reject vars and %array vars in reentrant scanner.millaway2002-09-151-0/+16
* Created test for reject.millaway2002-09-1316-69/+249
* millaway has been very busywlestes2002-09-131-0/+10
* Added test for multiple tables in one file.millaway2002-09-133-25/+67
* forgot to add .cvsignore on last commit.millaway2002-09-131-0/+9
* Added test-bison-bridge.millaway2002-09-135-0/+252
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.millaway2002-09-1316-220/+275
* documentation of tabels api in manualmillaway2002-09-121-30/+63
* Renamed *_fwrite to *_write to reflect writer abstraction.millaway2002-09-122-28/+26
* Added perl script to read/dump serialized tables in devel/millaway2002-09-111-0/+164
* the debian patch used strlen(yytext) and similar constructs--as millaway poin...wlestes2002-09-111-6/+6
* new de translation from the translation projectwlestes2002-09-112-146/+194
* yytbl_load now checks tables set by name.millaway2002-09-111-25/+58
* make clean before make testwlestes2002-09-101-1/+3
* Fixed deserialization of --fast tables.millaway2002-09-092-4/+11
* fix typo; remove the yylineo entrywlestes2002-09-091-3/+1
* Table deserialization works for everything except --fast scanners.millaway2002-09-0918-276/+525
* flex has better internal diagnosticswlestes2002-09-091-0/+2
* test for presence of __func__ and compensate if absentwlestes2002-09-092-0/+12
* include the intl/ subdirectory when searching for include fileswlestes2002-09-091-1/+1
* new sv, ru translations from the translation projectwlestes2002-09-093-296/+394
* Changed cryptic skeleton markers to readable form.millaway2002-09-072-245/+270
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-0713-170/+568
* new ca translationwlestes2002-09-062-150/+198
* new fr translationwlestes2002-09-061-0/+2
* new french translation from the translation projectwlestes2002-09-061-146/+195
* c99 function defs by defaultwlestes2002-09-051-2/+6
* Added flex_die macro. May need some autoconf massaging.millaway2002-09-052-19/+43
* Flex generates C99 defs now.millaway2002-09-052-15/+12
* Added serialization test to table-opts test.millaway2002-09-052-3/+18
* oops, i made a typoflex-2-5-19wlestes2002-09-051-1/+1
* version 2.5.19wlestes2002-09-052-3/+3
* use FLEX_EXIT(), not exit()wlestes2002-09-051-6/+6
* Added devel/ directory for junk that we don't want in the distribution,millaway2002-09-053-0/+155
* s/exit(1)/exit(EXIT_FAILURE)wlestes2002-09-051-5/+5
* Tables are now generated with %option tables-file=FILE.millaway2002-09-052-46/+136
* catch up on a few thingswlestes2002-09-051-0/+9
* prevent segfault on input lines which are longer than the allocated space (pr...wlestes2002-09-051-2/+50
* Changed option 'header' to 'header-file'. 'header' still works, though.millaway2002-09-054-8/+8
* Tons more work on tables.millaway2002-09-058-195/+660