aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-12Snap for 6758058 from 90a4022e091f39d3534a30bbb9d02986f2f5ad9b to build-tools...build-tools-releaseandroid-build-prod (mdb)
2020-08-06Reland "Fix dependency loop with flex"HEADmastermainemu-35-1-releaseemu-34-releaseemu-34-3-releaseemu-34-2-releaseemu-34-2-devemu-33-releaseemu-33-devemu-32-releaseemu-32-devemu-31-stable-releaseemu-31-releaseemu-30-releaseDan Willemsen
2020-08-03Snap for 6732530 from 4f66ca349520a6a7f69fadbbcf97aa678bf57658 to build-tools...android-build-prod (mdb)
2020-07-24Revert "Fix dependency loop with flex"David Su
2020-07-20Fix dependency loop with flexDan Willemsen
2020-01-27Use the built m4Dan Willemsen
2019-12-26Fix METADATA versionDan Willemsen
2018-05-30Merge commit 'ab49343b08c933e32de8de78132649f9560a3727' into 20180529135747Steven Moreland
2018-05-22Add an Android.bp to build flexDan Willemsen
2018-05-22Merge commit 'flex-2.5.39^^'Dan Willemsen
2018-05-15Initial empty repositorykuantung
2017-05-06gettext: pulled latest translations; recompiled against current sourcesWill Estes
2017-05-06version 2.6.4Will Estes
2017-05-06note previous versionWill Estes
2017-05-06doc: update NEWS for upcoming releaseWill Estes
2017-05-06doc: Correct typo in C code sample in manualviktor.shepel
2017-05-06scanner: Mention %# comments are removed when building skel.cExplorer09
2017-05-03Honor user definitions of yy_* macrosDemi Obenour
2017-05-03Don't leak macro definitions into header filesDemi Obenour
2017-05-03scanner: Check for 0 bracecount when EOL ends quoted literal.Demi Obenour
2017-05-03scanner: when bracelevel is negative, treat as zero.Demi Obenour
2017-05-03test: enable more silent building of tests.Jeff Smith
2017-05-03build: Delete comments from skeleton file.Demi Obenour
2017-05-03build: do not generate lib/Makefile.in.Explorer09
2017-05-02gettext: revert listing generated .c filesWill Estes
2017-05-02FLEX_EXIT() is the preferred way to exit flexJeff Smith
2017-05-02Fix myesc() 'sptr' conditionalsExplorer09
2017-05-02Obsolete htoui() and otoui(); use strtoul().Explorer09
2017-05-02scanner: update yy_buf_size after yyrealloc()Todd C. Miller
2017-05-02build: use lowest versions for gettext, automake.Simon Sobisch
2017-05-02gettext: more recent makevars; new script to update po files.Simon Sobisch
2017-05-02gettext: list generated files instead of flex, bison sources in POTFILES.in.Simon Sobisch
2017-05-02build: only touch ChangeLog if it does not existSimon Sobisch
2017-05-02build: list earliest useable versions for automakeSimon Sobisch
2017-05-02build: check for how to call libtoolize.Simon Sobisch
2017-02-23build: support cross compiling.Alastair Hughes
2017-02-17build: Include <strings.h>; add strcasecmp() check to configure.Explorer09
2017-02-17build: Let configure error if missing required functions, headers..Explorer09
2017-02-16scanner: compute powers of two faster.Explorer09
2017-02-16test: skip pthread test when needed files missing.Explorer09
2017-02-16build: mv scan.c when building dist.Will Estes
2017-02-06build: don't assume distdir/scan.c is writeableWill Estes
2017-02-06build: Add dist-hook to force remake scan.c.Explorer09
2017-02-06build: respect '--localedir' from configure.Explorer09
2017-02-06build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS.Explorer09
2017-02-06scanner: fix regcomp's error reporting, double malloc.Explorer09
2017-01-25test: Skip bison tests if bison is not availableExplorer09
2017-01-25build: remove repeated bison detection from configure.Explorer09
2017-01-24build: fix Makefile parse.h dependency clauses.Explorer09
2017-01-24test: Remake *_scanner.c if *_scanner.h is missing.Explorer09