summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Changes to let flex crosscompiledebian/2.6.0-2Manoj Srivastava2016-01-25
| | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* A bug fixing point releaseManoj Srivastava2016-01-25
| | | | | | Drop patch from upstream about line numbering that is not working Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Revert "[fix-off-by-one-error]: generatred line numbers are off by one"Manoj Srivastava2016-01-25
| | | | | This reverts commit d78a3072cf6268d48110735485f163e1588c23aa. The error seems to have been independently fixed.
* New upstream version 2.6.0debian/2.6.0-1Manoj Srivastava2016-01-24
| | | | | | | | Updated the VCS-Git field of the control file to use HTTPS transport Updated the copyright file to DEP-5 format. Reverted to source format 1.0 , and use dgit Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Merge branch 'upstream'Manoj Srivastava2016-01-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org> # Conflicts: # INSTALL # Makefile.in # aclocal.m4 # build-aux/compile # build-aux/config.guess # build-aux/config.sub # build-aux/depcomp # build-aux/install-sh # build-aux/mdate-sh # build-aux/texinfo.tex # configure # doc/Makefile.in # doc/flex.1 # doc/flex.info # doc/flex.info-1 # doc/flex.info-2 # doc/flex.pdf # doc/stamp-vti # doc/version.texi # examples/Makefile.in # examples/fastwc/Makefile.in # examples/manual/Makefile.in # src/config.h.in # tests/Makefile.in # tests/test-bison-nr/Makefile.am # tests/test-bison-yylloc/Makefile.am # tests/test-bison-yylval/Makefile.am # tools/Makefile.in
| * Imported Upstream version 2.6.0Manoj Srivastava2016-01-22
| |
| * Merge tag 'v2.6.0' into upstreamManoj Srivastava2016-01-22
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flex v2.6.0 release Signed-off-by: Manoj Srivastava <srivasta@debian.org> # gpg: Signature made Sat 05 Dec 2015 11:42:31 AM PST using RSA key ID 4F8BC9A4 # gpg: requesting key 4F8BC9A4 from hkp server pool.sks-keyservers.net # gpg: no valid OpenPGP data found. # gpg: Total number processed: 0 # gpg: keyserver communications error: key not found # gpg: keyserver communications error: bad public key # gpg: Can't check signature: public key not found # Conflicts: # Makefile.am # NEWS # autogen.sh # configure.ac # doc/Makefile.am # doc/flex.texi # examples/fastwc/mywc.c # lib/Makefile.am # lib/malloc.c # lib/realloc.c # po/POTFILES.in # po/ca.po # po/da.po # po/de.po # po/eo.po # po/es.po # po/fi.po # po/fr.po # po/ga.po # po/hr.po # po/ko.po # po/nl.po # po/pl.po # po/pt_BR.po # po/ro.po # po/ru.po # po/sr.po # po/sv.po # po/tr.po # po/vi.po # po/zh_CN.po # po/zh_TW.po # tests/Makefile.am # tests/README
| | * Declared version 2.6.0Will Estes2015-11-17
| | |
| | * Dated, described flex release 2.6.0Will Estes2015-11-17
| | |
| | * Declared version 2.6.0rc1Will Estes2015-11-13
| | |
| | * Supplied versioning information in flex libraries.lukeallardyce2015-11-13
| | | | | | | | | | | | Resolves sourceforge bug #182. On OSX, and possibly other platforms, building the libfl libraries without versioning information caused a build failures.
| | * Cleaned up more precisely after make check.Will Estes2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILT_SOURCES is now just the list of headers built as per the automake manual. We provide the list of files to clean to make rebuilding the test suite programs easier. We then use the CLEANFILES list in a dist-hook to clean up the distribution that automake gathers since not distributing flex generated files is foreign to automake's mindset, but we need exactly that. Additionally, we locate inputs to the tables-related tests more precisely. Some files are in srcdir and some are in builddir, which the arguments to the log compiler are now made aware of.
| | * Pulled out scripts in tests/Makefile.amWill Estes2015-11-11
| | |
| | * Added srcdir to tableopts.am includeWill Estes2015-11-11
| | |
| | * Changed man page dependencies.Will Estes2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The man page is just the --help output as reformatted by help2man. The --help option is most likely to change when the flex skeleton changes or one of the option parsing files changes or the configure.ac script itself changes. The dependencies reflect this now. It is still necessary, under some circumstances, to rebuild flex explicitly before building the man page. In theory, it's possible to have automake arrange to do this all the time, but doing so works out to be fragile, given the rest of the build system.
| | * Called libtoolize directly because autoreconf fails to pick up LT_INIT properlyWill Estes2015-11-10
| | |
| | * Added tableopts.sh to EXTRA_DISTWill Estes2015-11-10
| | |
| | * Made tests depend on the built flex binary.Mightyjo2015-11-10
| | |
| | * Merge branch 'master' into streamrefsMightyjo2015-11-08
| | |\
| | | * Cleaned more generated sources.Mightyjo2015-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added skel.c explicitly to MAINTAINERCLEANFILES in src/Makefile.am. Added a bunch of files to built_SOURCES in tests/Makefile.am so that the suite is easier to clean up.
| | * | Updated documentation to reflect the revisions to FlexLexer.hMightyjo2015-11-07
| | | |
| | * | Changed several pointers to istream (and ostream) to references in c++-only ↵Mightyjo2015-11-07
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sections of the skeleton. Patched up a variety of expected errors caused by changing istream* to istream&. Added a stray 'make' at line 545. Oops. Changed the buffer_state struct to store std::streambuf* instead of std::istream* for C++ mode. Changed interfaces in FlexLexer.h to take std::istream& instead of *. Backward compatibility temporarily broken. Patched up backward compatibility with reasonable behavior in the presence of null pointers. Re-added backward-compatible versions of the yyFlexLexer methods that take iostream pointers. All tests passing.
| | * new zh_CN translation from the translation projectTranslation Project2015-09-29
| | |
| | * fix possible resource leak with yynultrans_tblJaska Uimonen2015-08-06
| | |
| | * fix possible uninitialized array valuesJaska Uimonen2015-08-06
| | |
| | * add %{...%} block to example in manualWill Estes2015-08-05
| | |
| | * initialize libtool earlier in build system generationWill Estes2015-07-15
| | |
| | * new da translation from the Translation ProjectTranslation Project2015-05-08
| | |
| | * Fix `label unused` warningMariusz Pluciński2014-11-26
| | |
| | * Fix two "signed/unsigned" warningsMariusz Pluciński2014-11-26
| | |
| | * Fix `unused function` warnings in testsMariusz Pluciński2014-11-26
| | |
| | * Fix `implicit function declaration` warnings in testsMariusz Pluciński2014-11-25
| | |
| | * Remove a few `unused variable` warningsMariusz Pluciński2014-11-25
| | |
| | * Remove unused variable from src/filter.c:filter_fix_linedirsMariusz Pluciński2014-11-25
| | |
| | * Remove unused argument and variable from src/scanopt.c:scanopt_errMariusz Pluciński2014-11-23
| | |
| | * Fix a few "unused parameter" warningsMariusz Pluciński2014-11-23
| | |
| | * Fix warning about redefined macro when multiple scanners are used.Mariusz Pluciński2014-11-23
| | |
| | * Avoid passing `const char*` argument as `char*` in test-bison-nrMariusz Pluciński2014-11-23
| | |
| | * Fix -Wdocumentation warningsAlexis La Goutte2014-11-21
| | |
| | * document new suite layoutWill Estes2014-11-16
| | |
| | * remove unused files after test suite refactorWill Estes2014-11-16
| | |
| | * Ignore directories build-aux/, m4/Will Estes2014-11-14
| | | | | | | | | | | | | | | | | | Since build-aux/ now contains a number of files previously at the top level, we ignore build-aux/. Therefore, it's not necessary to list any files that are now kept in it. Also, explicitly mark m4/ as a directory to ignore.
| | * added back call to AC_CONFIG_AUX_DIR.Will Estes2014-11-14
| | | | | | | | | | | | | | | | | | In an effort to reduce top level directory clutter, reintroduced the call to AC_CONFIG_AUX_DIR. Moved the call to LT_INIT to after that call so configure will be able to find its files.
| | * use unofficial bash strict mode and cleanups in supporting bash scriptsWill Estes2014-11-12
| | |
| | * split apart table options tests into tests per threading, table option, ↵Will Estes2014-11-12
| | | | | | | | | | | | serialization and verification
| | * add tableopts.sh scriptWill Estes2014-11-12
| | |
| | * use automake conditional around pthread testWill Estes2014-11-12
| | |
| | * refactor lineno_trailing test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor lineno_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor lineno_nr test for new test suite layoutWill Estes2014-11-12
| | |