summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gettext: pulled latest translations; recompiled against current sourcesv2.6.4Will Estes2017-05-0621-4158/+5549
* version 2.6.4Will Estes2017-05-061-1/+1
* note previous versionWill Estes2017-05-061-0/+1
* doc: update NEWS for upcoming releaseWill Estes2017-05-061-5/+61
* doc: Correct typo in C code sample in manualviktor.shepel2017-05-061-1/+1
* scanner: Mention %# comments are removed when building skel.cExplorer092017-05-061-2/+3
* Honor user definitions of yy_* macrosDemi Obenour2017-05-031-2/+8
* Don't leak macro definitions into header filesDemi Obenour2017-05-032-5/+7
* scanner: Check for 0 bracecount when EOL ends quoted literal.Demi Obenour2017-05-031-2/+2
* scanner: when bracelevel is negative, treat as zero.Demi Obenour2017-05-031-9/+9
* test: enable more silent building of tests.Jeff Smith2017-05-033-95/+95
* build: Delete comments from skeleton file.Demi Obenour2017-05-033-11/+21
* build: do not generate lib/Makefile.in.Explorer092017-05-033-5/+0
* gettext: revert listing generated .c filesWill Estes2017-05-021-2/+2
* FLEX_EXIT() is the preferred way to exit flexJeff Smith2017-05-021-3/+3
* Fix myesc() 'sptr' conditionalsExplorer092017-05-021-9/+5
* Obsolete htoui() and otoui(); use strtoul().Explorer092017-05-022-31/+2
* scanner: update yy_buf_size after yyrealloc()Todd C. Miller2017-05-021-0/+2
* build: use lowest versions for gettext, automake.Simon Sobisch2017-05-021-2/+2
* gettext: more recent makevars; new script to update po files.Simon Sobisch2017-05-023-10/+64
* gettext: list generated files instead of flex, bison sources in POTFILES.in.Simon Sobisch2017-05-021-2/+2
* build: only touch ChangeLog if it does not existSimon Sobisch2017-05-021-1/+3
* build: list earliest useable versions for automakeSimon Sobisch2017-05-022-22/+4
* build: check for how to call libtoolize.Simon Sobisch2017-05-021-1/+17
* build: support cross compiling.Alastair Hughes2017-02-233-0/+145
* build: Include <strings.h>; add strcasecmp() check to configure.Explorer092017-02-172-1/+4
* build: Let configure error if missing required functions, headers..Explorer092017-02-172-13/+18
* scanner: compute powers of two faster.Explorer092017-02-162-8/+5
* test: skip pthread test when needed files missing.Explorer092017-02-163-17/+15
* build: mv scan.c when building dist.Will Estes2017-02-161-1/+1
* build: don't assume distdir/scan.c is writeableWill Estes2017-02-061-1/+2
* build: Add dist-hook to force remake scan.c.Explorer092017-02-061-0/+4
* build: respect '--localedir' from configure.Explorer092017-02-061-1/+0
* build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS.Explorer092017-02-061-1/+1
* scanner: fix regcomp's error reporting, double malloc.Explorer092017-02-061-11/+7
* test: Skip bison tests if bison is not availableExplorer092017-01-252-0/+45
* build: remove repeated bison detection from configure.Explorer092017-01-251-6/+5
* build: fix Makefile parse.h dependency clauses.Explorer092017-01-241-2/+6
* test: Remake *_scanner.c if *_scanner.h is missing.Explorer092017-01-241-0/+27
* test: remove BUILT_SOURCES; add missing dependencies.Explorer092017-01-241-17/+13
* build: detect overflow for [re]allocate_array.Explorer092017-01-244-56/+21
* doc: v2.6.4Will Estes2017-01-232-1/+3
* build: more BSD make and vpath build fixes.Thomas Klausner2017-01-231-2/+2
* build: Fix skel.c generation with BSD makeThomas Klausner2017-01-231-1/+1
* Add more defines in the non-reentrant part.Christos Zoulas2017-01-231-2/+14
* scanner: Add yyparse prototypeChristos Zoulas2017-01-231-0/+1
* scanner: move comment for consistencyThomas Klausner2017-01-231-1/+1
* scanner: Use array instead of pointerChristos Zoulas2017-01-231-1/+1
* scanner: manage path to m4 better.Christos Zoulas2017-01-231-2/+3
* scanner: Avoid creating unused labelChristos Zoulas2017-01-231-0/+4