summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reorganize flex skeleton and m4 processingbug-2172046Will Estes2012-08-0786-2786/+9591
* new vi translation from the translation projectTranslation Project2012-08-061-4/+4
* add more patterns to .gitignoreWill Estes2012-08-061-0/+3
* rename configure.in to configure.ac to prep for upcoming automake changesWill Estes2012-08-061-0/+0
* Fix two tests to pass under bison 2.6Elias Pipping2012-08-064-11/+5
* new nl translation from the translation projectWill Estes2012-08-041-85/+126
* add prototype for lerrsf_fatal to flexdef.hMike Frysinger2012-08-041-0/+3
* Change variable types to silence compiler warnings; resolves #3552806nomis522012-08-042-2/+2
* update NEWS to reflect changes in 2.5.37flex-2.5.37Will Estes2012-08-031-0/+10
* update flex version to 2.5.37Will Estes2012-08-031-1/+1
* new de translation from the translation projectWill Estes2012-08-031-82/+120
* new vi translation from the translation projectWill Estes2012-08-021-139/+182
* new pl translation from the translation projectWill Estes2012-08-021-82/+120
* new fi translation from the translation projectWill Estes2012-08-021-82/+120
* Add -f option to LN_S to create flex++Will Estes2012-08-021-1/+1
* replace cvs2cl with git2clWill Estes2012-08-025-1988/+377
* rename .cvsignore files in tests/ subdirectories to gitignoreWill Estes2012-07-2948-0/+0
* remove unneeded .cvsignore filesWill Estes2012-07-235-11/+0
* add *.o and *.a to top level .gitignoreWill Estes2012-07-221-0/+2
* rename .cvsignore files to .gitignoreWill Estes2012-07-224-0/+0
* update NEWS file to note release date of 2.5.36Will Estes2012-07-221-1/+1
* fix call to version in manualflex-2-5-36Will Estes2012-06-231-1/+1
* add missing argument to call to yylex in manualWill Estes2012-06-221-1/+1
* lintish cleanup in flex.skl; resolves #2040664Will Estes2012-04-271-1/+1
* add a 7 to the c99 octal pattern; resolves #3518269Will Estes2012-04-271-1/+1
* copyedit; resolves #3513670Will Estes2012-03-311-1/+1
* escape backslashes in #line filenames in %top section; resolves #3212400; pat...Will Estes2012-03-231-6/+13
* provide malloc() and realloc() for systems that do not have satisfactory vers...Will Estes2012-03-216-0/+61
* install flex++ as a link; resolves bug #2939681Will Estes2012-03-211-0/+4
* fix dependencies for make -j in test suiteWill Estes2012-03-213-9/+15
* add missing prototypes for yyset_column() and yyget_column(); resolves #30290...Will Estes2012-03-191-0/+16
* wrap yy_fatal_error calls appropriatelyWill Estes2012-03-023-22/+22
* fix overlapping data buffer issue; patch from Tim Landsheet scfc_deWill Estes2012-03-021-4/+8
* better bracket handling in the scannerWill Estes2012-03-021-2/+2
* Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_deWill Estes2012-03-023-37/+4
* fix test for m4 to accept an m4 with -P and not jus tGNU m4; patch from Tim L...Will Estes2012-03-021-16/+10
* fix order of td_lolen and td_hilen in documentation; resolves #2913693; patch...Will Estes2012-03-021-7/+7
* correct document of YY_FLUSH_BUFFER; resolves #1723028Will Estes2012-03-021-3/+3
* speed up things for complex inputs; resolves #2891390Will Estes2012-02-174-85/+23
* fix ipv6 pattern in manual; update manual copyright to 2012Will Estes2012-02-171-10/+22
* fremove isatty() declaration; resolves #1984987Will Estes2012-02-171-19/+0
* Add link for RFC 2396Will Estes2012-02-171-3/+3
* resolve #1990170Will Estes2012-02-171-1/+1
* fix documentation to reflect arguments actually used; bug #2783023Will Estes2012-02-171-2/+2
* fix yywrap behavior for reentrant scannersWill Estes2012-02-051-3/+5
* Mmention tr translationWill Estes2012-02-041-1/+1
* prevent unused stuff from being compiled so as to reduce warningsWill Estes2012-02-041-0/+5
* more better error messages; more better memory handlingWill Estes2012-02-036-11/+60
* more careful/paranoiaWill Estes2012-02-031-3/+3
* more careful memory allocation in option processingWill Estes2012-02-031-6/+5