summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: update NEWS for 2.6.3 releasev2.6.3Will Estes2016-12-301-1/+22
* build: New configure option '--disable-bootstrap'.Explorer092016-12-292-4/+20
* build: "make clean" deletes stage1scan.c, stage1flexExplorer092016-12-291-1/+1
* build: allow building libfl even with --disable-libfl.Explorer092016-12-292-3/+3
* scanner: remove trailing whitespace in skeletonAlexis La Goutte2016-12-291-27/+27
* scanner: Disallow, overquote '[' and ']' in prefixDemi Obenour2016-12-293-2/+6
* scanner: allocate correct buffer size for m4 path.Samuel Thibault2016-12-291-14/+12
* doc: note no more libcompat in NEWSWill Estes2016-11-241-0/+4
* build: explain empty lib/Makefile.amWill Estes2016-11-241-1/+3
* build: warn about cross compiling with *allocExplorer092016-11-241-0/+6
* build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.Explorer092016-11-244-15/+3
* build: Let stage1flex respect LFLAGSExplorer092016-11-151-1/+1
* doc: describe --disable-libfl in NEWSWill Estes2016-11-141-0/+4
* build: Add --disable-libfl configure option.Explorer092016-11-142-8/+14
* fix backwards incompatible changes in 2.6.2.Demi Obenour2016-11-122-6/+7
* git: ignore quote_in_comment artifactsWill Estes2016-11-081-0/+2
* Fixes a major bug in Flex's own lexing of literals.Demi Obenour2016-11-084-8/+30
* Fix unportable test(1) operator.Thomas Klausner2016-11-061-1/+1
* Add more escaping testsDemi Obenour2016-11-021-2/+22
* Fix another escaping bugDemi Obenour2016-11-011-65/+64
* build: fix false negatives for help2man and texi2dviAlastair Hughes2016-10-291-3/+3
* doc: Don't delete flex.1 during "make distclean".Explorer092016-10-281-1/+1
* Only regenerate the man page when required.Alastair Hughes2016-10-272-2/+8
* build: no longer build PIC version of libfl.Will Estes2016-10-262-8/+7
* doc: README.md formatting fixesExplorer092016-10-251-42/+51
* build: version 2.6.3 beginsWill Estes2016-10-252-1/+3
* doc: mark 2.6.2 release datev2.6.2Will Estes2016-10-241-1/+1
* build: switch xz to lzipWill Estes2016-10-243-2/+4
* Fix M4 quotation in section 2 prologue and refactor duplicated codeDemi Obenour2016-10-232-22/+32
* Update flex.texi: Removed repedative wordingAlex Kennedy2016-10-211-1/+1
* Improved M4 quotationDemi Obenour2016-10-198-74/+84
* build: for automake, flex is foreignWill Estes2016-10-192-2/+2
* doc: mv README to README.mdWill Estes2016-10-191-0/+0
* doc: touch up READMEWill Estes2016-10-191-5/+0
* doc: README no longer mentions sourceforgeWill Estes2016-10-191-10/+2
* doc: update NEWS with more post-2.6.1 additionsWill Estes2016-10-061-0/+15
* Fix M4 quoting of section 3.Demi Obenour2016-10-0528-145/+177
* Fix yyrestart(NULL) SEGV.Mightyjo2016-10-055-1/+60
* scanner: M4 quoting fixesDemi Obenour2016-09-251-16/+25
* Support `make indent` for out of source buildsDemi Obenour2016-09-251-0/+1
* Simplify some shell codeDemi Obenour2016-09-252-11/+9
* no longer generate K&R C scannersDemi Obenour2016-09-2513-430/+102
* Fix escaping of `[[` and `]]` in stringsDemi Obenour2016-09-041-1/+3
* new sv translationTranslation Project2016-06-202-429/+358
* Delete action_m4_define from misc.cDemetri Obenour2016-05-231-24/+0
* test: run direct tests from srcdirWill Estes2016-05-202-2/+20
* Exited with error code on some conditions in include testsEgor Pugin2016-05-203-3/+24
* test: drop .exe when making input file namesWill Estes2016-05-201-4/+4
* test: removed dependencies for include testsWill Estes2016-05-201-6/+0
* Avoid realloc on every call of sf_push()Tobias Klauser2016-04-281-1/+2