summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* html from #95gh-pagesWill Estes2016-10-222-2/+2
* manual: import current manualWill Estes2016-10-20222-0/+30752
* clear out source codeWill Estes2016-10-20246-64344/+0
* 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
* build: prettified command to build man pageWill Estes2016-03-311-3/+5
* build: added man page to DISTCLEANFILESWill Estes2016-03-311-0/+1
* remove unused TODO, BUGS filesWill Estes2016-03-312-173/+0
* removed to.do/ directoryWill Estes2016-03-3117-18384/+0
* gettext: removed flex.skl from POTFILES.in file listWill Estes2016-03-311-1/+0
* fix skel.c dependency (missing tables_shared.c) andrlar2016-03-311-4/+4
* fix flex.1 dependencyrlar2016-03-311-6/+3
* fix stage1scan.c and stage1scan.l dependencyrlar2016-03-311-6/+5
* gettext: list src/flex.skl in po/POTFILES.inWill Estes2016-03-311-1/+1
* warning in generated code, with -Carlar2016-03-311-18/+4
* suppress `WARNINGFLAGS' for the almost obsolete `noansi' test casesrlar2016-03-311-0/+2
* configure option `--enable-warnings' and `WARNINGFLAGS'rlar2016-03-313-0/+18
* Fix potential buffer overflow in strncat()Tobias Klauser2016-03-311-1/+1
* build: simplified dependency tracking so parallel make runs succeedRobert.Larice Robert Larice2016-03-291-35/+14
* avoid warning in generated code, with -Cfrlar2016-03-283-12/+7
* mention v2.6.2; summarize changes since 2.6.1Will Estes2016-03-182-1/+21
* doc: corrected example in manual, gh#67Will Estes2016-03-181-1/+1
* warning: conversion to 'size_t' from 'int' may change the sign of the result ...rlar2016-03-183-4/+4
* warning: conversion to 'long unsigned int' from 'int' may change the sign of ...rlar2016-03-183-3/+3
* warning: conversion to 'flex_uint32_t' from 'long unsigned int' may alter its...rlar2016-03-181-4/+4
* warning: redundant redeclaration of '...' [-Wredundant-decls]rlar2016-03-184-7/+0
* warning: no previous prototype for '...' [-Wmissing-prototypes]rlar2016-03-184-4/+4
* warning: unused variable 'fp' [-Wunused-variable]rlar2016-03-181-1/+0
* main(), warning: redundant redeclaration of 'main' [-Wredundant-decls]rlar2016-03-181-2/+0
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-184-12/+4
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-1820-20/+20
* Fix two more castsrlar2016-03-162-2/+4