summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removed flex_realloc().Michael McConville2015-12-09
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
* Remove allocation castsMichael McConville2015-12-07
* Built flex with itself.Will Estes2015-12-07
* Use NULL rather than (type *) 0.Michael McConville2015-12-05
* Replace copy_unsigned_string() with xstrdup().Michael McConville2015-12-05
* Cleaned up white space.Akim Demaille2015-12-05
* Removed struct keyword before yy_buffer_stateAkim Demaille2015-12-05
* Replaced FLEX_STD macro with std::.Akim Demaille2015-12-05
* Generated skel.c explicitly in srcdir.Akim Demaille2015-12-04
* Called glibtoolize if libtoolize run fails.Akim Demaille2015-12-04
* Checked for (g)texi2dvi. Better bison, help2man checks.Mightyjo2015-12-03
* Made string copying more standard.Michael McConville2015-12-02
* Error on unbalanced parentheses in rules section.Serguey Parkhomovsky2015-11-30
* Cleaned up BUILT_SOURCES list.Will Estes2015-11-29
* Sorted file names in flex_SOURCESWill Estes2015-11-29
* Replaced CHAR macro with unsigned char type.Mightyjo2015-11-29
* updated syntax of AC_INIT call as per autoupdateWill Estes2015-11-21
* removed extra call to a _CPPFLAGS variableWill Estes2015-11-21
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-19
* Used in-tree header file for c++ tests.Mightyjo2015-11-18
* 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
* Cleaned up more precisely after make check.Will Estes2015-11-12
* 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
* 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
* | Updated documentation to reflect the revisions to FlexLexer.hMightyjo2015-11-07
* | Changed several pointers to istream (and ostream) to references in c++-only s...Mightyjo2015-11-07
|/
* 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