summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove some gcc warningsgoEric S. Raymond2020-09-062-2/+2
* correct some indentation in skeletonJoerg Sonnenberger2020-04-241-6/+6
* doc: document release page in READMEWill Estes2019-09-121-1/+1
* doc: new translationsWill Estes2019-06-204-2/+1863
* scanner: Include-guard flexint_shared.hExplorer092018-05-221-16/+20
* scanner: no YYTABLES_NAME macro unless requestedjannick02018-05-221-2/+3
* po: include update_linguas script in distribution.Will Estes2018-05-071-2/+5
* doc: display build status badge in READMEviktor.shepel2018-05-071-0/+2
* doc: describe mailing list usage in more detailSimon Sobisch2018-04-071-3/+4
* doc: amend manual section on state stack functions.Jannick2018-03-131-1/+9
* scanner: fix default of yy_top_state()jannick02018-03-131-1/+1
* scanner: fix default of yy_top_state()jannick02018-03-131-1/+1
* build: Add "-f" flag to "mv" in makefiles.Explorer092018-03-121-2/+2
* build: Fix makefile dist-hook directory permissions.Explorer092018-03-122-1/+2
* scanner: More compatible flex integer type definitions.Explorer092018-03-081-4/+28
* scanner: Skeleton no longer includes integer limit macros.Explorer092018-03-084-25/+32
* scanner: Add a fallback INT_MAX definition.Explorer092018-03-081-0/+3
* scanner: correct comments about __STDC_LIMIT_MACROS.Explorer092018-03-081-2/+2
* scanner: Fix glibc features.h dependency in skeleton.Explorer092018-03-081-4/+14
* scanner: Fix scan.l xgettext warnings.Explorer092018-03-041-12/+12
* travis: '--disable-acl' when building gettextExplorer092018-03-011-1/+2
* travis: Silence build output of automake and gettextExplorer092018-03-012-6/+14
* travis: Hard-code hashes for verifying tarballsKang-Che Sung2018-03-012-6/+26
* build: Move dnl comments out of AC_CHECK_FUNCSExplorer092018-02-281-16/+13
* test: Remove redundant '-o $@' in tableopts.amExplorer092018-02-242-67/+67
* doc: list travis in NEWS [skip ci]Will Estes2018-01-031-0/+3
* initial .travis.yml fileWill Estes2018-01-033-0/+44
* scanner: Allow "--" as option argument.Explorer092017-12-091-2/+1
* scanner: scanopt_err() now returns voidExplorer092017-12-081-8/+10
* scanner: simplify scanopt_usage().Explorer092017-12-081-44/+19
* scanner: prevent overflow in add_action()Explorer092017-12-061-3/+2
* scanner: use calloc to allocate new filter memoryMichael W. Bombardieri2017-11-291-6/+4
* Obsolete yypad64() macro.Explorer092017-11-283-13/+5
* scanner: temporarily protect against ccl overflow & overwriting.Explorer092017-11-281-0/+7
* build: fix ENABLE_NLS preprocessor check.Explorer092017-11-282-3/+5
* scanner: Rename genecs() local variables. No code changes.Explorer092017-11-031-7/+8
* scanner: Remove unused BASENAME() macro.Explorer092017-11-031-1/+0
* build: use #ifdef for ENABLE_NLS check.Alex Richardson2017-11-032-2/+2
* scanner: Define _POSIX_C_SOURCE when needed in skeleton.Explorer092017-11-031-0/+8
* build: Remove custom reallocarray() declaration.Lukasz Baj2017-10-051-4/+0
* scanner: Simplify PRINT_SPACES() macroExplorer092017-10-051-8/+2
* build: AC_USE_SYSTEM_EXTENSIONS in configure.ac.Explorer092017-09-041-0/+2
* doc: document config.h inclusion by flex itselfWill Estes2017-09-031-0/+5
* scanner: Include flexdef.h at %top block of scan.lExplorer092017-09-031-1/+6
* {re,}allocate_array code cleanupExplorer092017-09-021-24/+21
* doc: document libfl targets in MakefileWill Estes2017-09-021-0/+3
* build: Add convenience targets to build libfl onlyExplorer092017-08-311-1/+25
* doc: document src/libfl in NEWSWill Estes2017-08-311-0/+4
* Don't install libfl.pc if --disable-libfl.Explorer092017-08-271-3/+2
* libfl.pc: Rewrite descriptions, remove unneeded Cflags.Explorer092017-08-271-3/+1