summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename .cvsignore files to .gitignoreWill Estes2012-07-22
| | | | | | | | | | | | | | | | | | | The .cvsignore files from the legacy cvs repository tracked what files got autogenerated during various stages of the flex build. Renaming the .cvsignore files to .gitignore lets git do the same thing. git is better about letting higher level .gitignore files not-track files in lower level directories. As I work my way through the test directories, we may add additional .gitignore files from the old .cvsignore files. The po/ directory has a lot of special files used by gettext, so the patterns in po/.gitignore look very different. The doc/.gitignore file accounts for what texinfo/makeinfo do, and so it also has special patterns. The m4 directory is mainly present for autoconf's benefit, but we have to account for it so make can do the right thing. Hence, m4/.gitignore says to ignore *.m4, as counterintuitive as that may seem.
* update NEWS file to note release date of 2.5.36Will Estes2012-07-22
|
* fix call to version in manualWill Estes2012-06-23
|
* add missing argument to call to yylex in manualWill Estes2012-06-22
|
* lintish cleanup in flex.skl; resolves #2040664Will Estes2012-04-27
|
* add a 7 to the c99 octal pattern; resolves #3518269Will Estes2012-04-27
|
* copyedit; resolves #3513670Will Estes2012-03-31
|
* escape backslashes in #line filenames in %top section; resolves #3212400; ↵Will Estes2012-03-23
| | | | patch submitted by scfc_de
* provide malloc() and realloc() for systems that do not have satisfactory ↵Will Estes2012-03-21
| | | | versions; resolves #1899047
* install flex++ as a link; resolves bug #2939681Will Estes2012-03-21
|
* fix dependencies for make -j in test suiteWill Estes2012-03-21
|
* add missing prototypes for yyset_column() and yyget_column(); resolves ↵Will Estes2012-03-19
| | | | #3029024; patch submitted by scfc_de
* wrap yy_fatal_error calls appropriatelyWill Estes2012-03-02
|
* fix overlapping data buffer issue; patch from Tim Landsheet scfc_deWill Estes2012-03-02
|
* better bracket handling in the scannerWill Estes2012-03-02
|
* Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_deWill Estes2012-03-02
|
* fix test for m4 to accept an m4 with -P and not jus tGNU m4; patch from Tim ↵Will Estes2012-03-02
| | | | Landsheet scfc_de on sourceforge
* fix order of td_lolen and td_hilen in documentation; resolves #2913693; ↵Will Estes2012-03-02
| | | | patch submitted by Andreas Gruenbacher <agruen@suse.de>
* correct document of YY_FLUSH_BUFFER; resolves #1723028Will Estes2012-03-02
|
* speed up things for complex inputs; resolves #2891390Will Estes2012-02-17
|
* fix ipv6 pattern in manual; update manual copyright to 2012Will Estes2012-02-17
|
* fremove isatty() declaration; resolves #1984987Will Estes2012-02-17
|
* Add link for RFC 2396Will Estes2012-02-17
|
* resolve #1990170Will Estes2012-02-17
|
* fix documentation to reflect arguments actually used; bug #2783023Will Estes2012-02-17
|
* fix yywrap behavior for reentrant scannersWill Estes2012-02-05
|
* Mmention tr translationWill Estes2012-02-04
|
* prevent unused stuff from being compiled so as to reduce warningsWill Estes2012-02-04
|
* more better error messages; more better memory handlingWill Estes2012-02-03
|
* more careful/paranoiaWill Estes2012-02-03
|
* more careful memory allocation in option processingWill Estes2012-02-03
|
* remove m4/ directory and generally clean up automake/autoconf inputsWill Estes2012-02-03
|
* cvsignore files that need thatWill Estes2012-02-03
|
* check in translationsWill Estes2012-02-03
|
* correct macro definition of yywrapWill Estes2012-02-03
|
* Greater specificity in error messagesWill Estes2012-02-03
|
* improve rule handling at EOFWill Estes2012-02-03
|
* include cstdio for definition of EOF in all casesWill Estes2012-02-03
|
* suppress warning on unused yyguts_tWill Estes2012-02-03
|
* new fi translation from the translation projectWill Estes2010-08-13
|
* Include version.texi after @setfilename,Will Estes2009-03-31
| | | | | | | | so that @set values are correctly evaluated. (Start Conditions, Performance, Lex and Posix): Fix some markup errors. (Cxx): Likewise. Also, fix C++ example to actually be compilable. Patch from Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* remove line break that broke configureWill Estes2008-12-28
|
* specify the title on the title page since @settitle doesn't do that for us; ↵Will Estes2008-12-28
| | | | resolves bug #2043491
* check for regex.h; resolves bug #2337486Will Estes2008-12-28
|
* new ga translation from the translation projectWill Estes2008-07-23
|
* new ca translationWill Estes2008-06-10
|
* move ABOUT-NLS back to EXTRA_DISTWill Estes2008-05-31
|
* create new dist_doc_DATA; move some EXTRA_DIST files to new dist_doc_DATA targetWill Estes2008-05-31
|
* ignore more automake generated config.status* filesWill Estes2008-05-31
|
* flex distribution now built with automake and autoconf versions ...Will Estes2008-05-31
|