summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* update ca translationTranslation Project2012-12-04
|
* use cmp instead of diff in some tests for portability reasonsHugh Sasse2012-10-31
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* add CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am filesDennis Clarke2012-10-31
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* add hr to list of translationsWill Estes2012-10-25
|
* add hr translation from the translation projectTranslation Project2012-10-25
|
* new fr translation project from the translation projectTranslation Project2012-10-25
|
* update languages list to include esperanto translationWill Estes2012-09-08
|
* add eo translation from the translation projectTranslation Project2012-09-08
|
* add dist-xz to automake options; resolves #3561837Will Estes2012-08-26
|
* require gettext 0.18; force autoreconf in autogen.sh; resolves #3561759Will Estes2012-08-26
| | | | | | | | | Autoconf had trouble finding the shared libraries for gettext. Using gettext 0.18 fixes that. When updating the gettext version number, autoreconf could fail to update files, since autopoint would assume the gettext-related files had been locally modified. Passing --force prevents that from happening.
* remove README.cvs from dist_doc_DATA in Makefile.amWill Estes2012-08-15
|
* Merge branch 'readme'Will Estes2012-08-13
|\
| * update README with better urls and make a copyediting pass as wellWill Estes2012-08-13
| |
| * append README.cvs contents to READMEWill Estes2012-08-13
| |
* | fix m4 error when useecs and nultrans are true; resolves #1816878Will Estes2012-08-08
| |
* | put user code after yyguts init; resolves #1744516Robert Minsk2012-08-08
| | | | | | | | Signed-off-by: Will Estes <westes575@gmail.com>
* | do not output yy_nxt to header with %option full; resolves #1739922Robert Minsk2012-08-08
|/ | | | Signed-off-by: Will Estes <westes575@gmail.com>
* let flex decide if yymore and reject are needed in lex compatible modeWill Estes2012-08-07
| | | | This resolves bug #3510440.
* new vi translation from the translation projectTranslation Project2012-08-06
|
* add more patterns to .gitignoreWill Estes2012-08-06
| | | | | | Undersome circumstances, the build process will generate conf.in~, which we want to ignore. Also, some patch files will apply but not cleanly and *.orig and *.rej files are generated. We want to ignore them as well.
* rename configure.in to configure.ac to prep for upcoming automake changesWill Estes2012-08-06
|
* Fix two tests to pass under bison 2.6Elias Pipping2012-08-06
| | | | | | | | | Given that bison is moving forward with the %parse-param instead of YYPARSE_PARAM syntax, it makes sense to switch over to using the new style declaration. In particular, this means that flex scanners that use bison features will now require bison 2.6 or higher. Signed-off-by: Will Estes <westes575@gmail.com>
* new nl translation from the translation projectWill Estes2012-08-04
|
* add prototype for lerrsf_fatal to flexdef.hMike Frysinger2012-08-04
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* Change variable types to silence compiler warnings; resolves #3552806nomis522012-08-04
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* update NEWS to reflect changes in 2.5.37Will Estes2012-08-03
|
* update flex version to 2.5.37Will Estes2012-08-03
|
* new de translation from the translation projectWill Estes2012-08-03
|
* new vi translation from the translation projectWill Estes2012-08-02
|
* new pl translation from the translation projectWill Estes2012-08-02
|
* new fi translation from the translation projectWill Estes2012-08-02
|
* Add -f option to LN_S to create flex++Will Estes2012-08-02
| | | | | | | The autoconf macro LN_S needs -f to successfully install flex++ if flex++ already exists. Fortunately, ln, ln -s and cp -p, which are the various forms that LN_S can take all will do the right thing with a -f argument passed.
* replace cvs2cl with git2clWill Estes2012-08-02
| | | | | | Add the git2cl script in tools/ and remove the (now unnecessary) cvs2cl script. Remove tools/cvsauthors since git2cl does not need that file. Account for all the above in Makefile.am and tools/Makefile.am
* rename .cvsignore files in tests/ subdirectories to gitignoreWill Estes2012-07-29
|
* remove unneeded .cvsignore filesWill Estes2012-07-23
|
* add *.o and *.a to top level .gitignoreWill Estes2012-07-22
| | | | | | | The cvs tree did not need these additions because cvs assumed a lot of C-style defaults for .cvsignore files. flex builds *.o object files in the course of compilation and *.a files are built as a part of the libraries that flex compiles in the build process.
* 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
|