summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Obsolete htoui() and otoui(); use strtoul().Explorer092017-05-02
* scanner: update yy_buf_size after yyrealloc()Todd C. Miller2017-05-02
* build: use lowest versions for gettext, automake.Simon Sobisch2017-05-02
* gettext: more recent makevars; new script to update po files.Simon Sobisch2017-05-02
* gettext: list generated files instead of flex, bison sources in POTFILES.in.Simon Sobisch2017-05-02
* build: only touch ChangeLog if it does not existSimon Sobisch2017-05-02
* build: list earliest useable versions for automakeSimon Sobisch2017-05-02
* build: check for how to call libtoolize.Simon Sobisch2017-05-02
* build: support cross compiling.Alastair Hughes2017-02-23
* build: Include <strings.h>; add strcasecmp() check to configure.Explorer092017-02-17
* build: Let configure error if missing required functions, headers..Explorer092017-02-17
* scanner: compute powers of two faster.Explorer092017-02-16
* test: skip pthread test when needed files missing.Explorer092017-02-16
* build: mv scan.c when building dist.Will Estes2017-02-16
* build: don't assume distdir/scan.c is writeableWill Estes2017-02-06
* build: Add dist-hook to force remake scan.c.Explorer092017-02-06
* build: respect '--localedir' from configure.Explorer092017-02-06
* build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS.Explorer092017-02-06
* scanner: fix regcomp's error reporting, double malloc.Explorer092017-02-06
* test: Skip bison tests if bison is not availableExplorer092017-01-25
* build: remove repeated bison detection from configure.Explorer092017-01-25
* build: fix Makefile parse.h dependency clauses.Explorer092017-01-24
* test: Remake *_scanner.c if *_scanner.h is missing.Explorer092017-01-24
* test: remove BUILT_SOURCES; add missing dependencies.Explorer092017-01-24
* build: detect overflow for [re]allocate_array.Explorer092017-01-24
* doc: v2.6.4Will Estes2017-01-23
* build: more BSD make and vpath build fixes.Thomas Klausner2017-01-23
* build: Fix skel.c generation with BSD makeThomas Klausner2017-01-23
* Add more defines in the non-reentrant part.Christos Zoulas2017-01-23
* scanner: Add yyparse prototypeChristos Zoulas2017-01-23
* scanner: move comment for consistencyThomas Klausner2017-01-23
* scanner: Use array instead of pointerChristos Zoulas2017-01-23
* scanner: manage path to m4 better.Christos Zoulas2017-01-23
* scanner: Avoid creating unused labelChristos Zoulas2017-01-23
* Cast argument to avoid arithmetic on void *.Christos Zoulas2017-01-23
* scanner: Use strncpyChristos Zoulas2017-01-23
* scanner: Use prefix when defining yywrap to avoid redefinition.Christos Zoulas2017-01-23
* scanner: Include stdarg.h for va_listChristos Zoulas2017-01-23
* scanner: Rename warn to lwarn.Christos Zoulas2017-01-23
* test: document automake convention for skipped exit status.Explorer092017-01-20
* test: let testwrapper scripts be run by ${SHELL}.Explorer092017-01-17
* test: Remove test scripts bashisms.Explorer092017-01-17
* test: exit on '-1' test non-zero status.Explorer092017-01-17
* build: Fix 'make indent' targetExplorer092017-01-12
* build: Simplify indent program detectionExplorer092017-01-12
* filter: Don't emit #line if %option noline setTobias Klauser2017-01-12
* translation: refresh po files from translation projectWill Estes2017-01-12
* c++: Fix yyrestart(NULL) SEGV.Harald van Dijk2017-01-11
* scanner: join symbol list.luistung2017-01-11
* scanner: remove void cast before fprintfWill Estes2017-01-11