- 90a4022 Reland "Fix dependency loop with flex" by Dan Willemsen · 3 years, 2 months ago emu-30-release emu-31-release emu-31-stable-release emu-32-dev emu-32-release emu-33-dev emu-33-release emu-34-release main master
- 4f66ca3 Revert "Fix dependency loop with flex" by David Su · 3 years, 2 months ago
- b8af73e Fix dependency loop with flex by Dan Willemsen · 3 years, 2 months ago
- 3b24cfa Use the built m4 by Dan Willemsen · 3 years, 8 months ago
- c6dfaab Fix METADATA version by Dan Willemsen · 3 years, 9 months ago
- 9445795 Merge commit 'ab49343b08c933e32de8de78132649f9560a3727' into 20180529135747 by Steven Moreland · 5 years ago
- f7ef904 Add an Android.bp to build flex by Dan Willemsen · 5 years ago
- 144b09c Merge commit 'flex-2.5.39^^' by Dan Willemsen · 5 years ago
- ca77438 Initial empty repository by kuantung · 5 years ago
- ab49343 gettext: pulled latest translations; recompiled against current sources by Will Estes · 6 years ago
- 0cfad78 version 2.6.4 by Will Estes · 6 years ago
- 31cdc1f note previous version by Will Estes · 6 years ago
- 3d843a0 doc: update NEWS for upcoming release by Will Estes · 6 years ago
- 7889866 doc: Correct typo in C code sample in manual by viktor.shepel · 6 years ago
- e5c7ad3 scanner: Mention %# comments are removed when building skel.c by Explorer09 · 6 years ago
- a1634aa Honor user definitions of yy_* macros by Demi Obenour · 6 years ago
- d564d45 Don't leak macro definitions into header files by Demi Obenour · 6 years ago
- ba530cd scanner: Check for 0 bracecount when EOL ends quoted literal. by Demi Obenour · 6 years ago
- b1c2957 scanner: when bracelevel is negative, treat as zero. by Demi Obenour · 6 years ago
- 8b746fa test: enable more silent building of tests. by Jeff Smith · 6 years ago
- 2f21eda build: Delete comments from skeleton file. by Demi Obenour · 6 years ago
- 2592576 build: do not generate lib/Makefile.in. by Explorer09 · 6 years ago
- 9131b84 gettext: revert listing generated .c files by Will Estes · 6 years ago
- 88b8e2a FLEX_EXIT() is the preferred way to exit flex by Jeff Smith · 6 years ago
- 47d6a45 Fix myesc() 'sptr' conditionals by Explorer09 · 6 years ago
- d4ab90f Obsolete htoui() and otoui(); use strtoul(). by Explorer09 · 6 years ago
- 09697fb scanner: update yy_buf_size after yyrealloc() by Todd C. Miller · 6 years ago
- c2ceb3e build: use lowest versions for gettext, automake. by Simon Sobisch · 6 years ago
- 5b30b23 gettext: more recent makevars; new script to update po files. by Simon Sobisch · 6 years ago
- 3211921 gettext: list generated files instead of flex, bison sources in POTFILES.in. by Simon Sobisch · 6 years ago
- 4efcf28 build: only touch ChangeLog if it does not exist by Simon Sobisch · 6 years ago
- 634ef8a build: list earliest useable versions for automake by Simon Sobisch · 6 years ago
- 0a9687d build: check for how to call libtoolize. by Simon Sobisch · 6 years ago
- 89f10ee build: support cross compiling. by Alastair Hughes · 7 years ago
- d1b195b build: Include <strings.h>; add strcasecmp() check to configure. by Explorer09 · 7 years ago
- dbb4e94 build: Let configure error if missing required functions, headers.. by Explorer09 · 7 years ago
- c7a545a scanner: compute powers of two faster. by Explorer09 · 7 years ago
- 122e589 test: skip pthread test when needed files missing. by Explorer09 · 7 years ago
- 2e820b6 build: mv scan.c when building dist. by Will Estes · 7 years ago
- 44f10b3 build: don't assume distdir/scan.c is writeable by Will Estes · 7 years ago
- a7adbf2 build: Add dist-hook to force remake scan.c. by Explorer09 · 7 years ago
- dae5c22 build: respect '--localedir' from configure. by Explorer09 · 7 years ago
- dec3a38 build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS. by Explorer09 · 7 years ago
- e2d5690 scanner: fix regcomp's error reporting, double malloc. by Explorer09 · 7 years ago
- 3c0ccc4 test: Skip bison tests if bison is not available by Explorer09 · 7 years ago
- 546851b build: remove repeated bison detection from configure. by Explorer09 · 7 years ago
- a2fccbe build: fix Makefile parse.h dependency clauses. by Explorer09 · 7 years ago
- e8cb34e test: Remake *_scanner.c if *_scanner.h is missing. by Explorer09 · 7 years ago
- afc687f test: remove BUILT_SOURCES; add missing dependencies. by Explorer09 · 7 years ago
- 9c54eb6 build: detect overflow for [re]allocate_array. by Explorer09 · 7 years ago
- 7e4d538 doc: v2.6.4 by Will Estes · 7 years ago
- 0a89eef build: more BSD make and vpath build fixes. by Thomas Klausner · 7 years ago
- b61b0fe build: Fix skel.c generation with BSD make by Thomas Klausner · 7 years ago
- 078b46c Add more defines in the non-reentrant part. by Christos Zoulas · 7 years ago
- 726c8da scanner: Add yyparse prototype by Christos Zoulas · 7 years ago
- 6bf98d9 scanner: move comment for consistency by Thomas Klausner · 7 years ago
- 1a94687 scanner: Use array instead of pointer by Christos Zoulas · 7 years ago
- 43a5beb scanner: manage path to m4 better. by Christos Zoulas · 7 years ago
- fb175a4 scanner: Avoid creating unused label by Christos Zoulas · 7 years ago
- f01ab4f Cast argument to avoid arithmetic on void *. by Christos Zoulas · 7 years ago
- 7ca7603 scanner: Use strncpy by Christos Zoulas · 7 years ago
- f5d87f1 scanner: Use prefix when defining yywrap to avoid redefinition. by Christos Zoulas · 7 years ago
- 6f47a52 scanner: Include stdarg.h for va_list by Christos Zoulas · 7 years ago
- d0d0573 scanner: Rename warn to lwarn. by Christos Zoulas · 7 years ago
- da071cf test: document automake convention for skipped exit status. by Explorer09 · 7 years ago
- dd7c6d4 test: let testwrapper scripts be run by ${SHELL}. by Explorer09 · 7 years ago
- bcf7a07 test: Remove test scripts bashisms. by Explorer09 · 7 years ago
- 8c8691c test: exit on '-1' test non-zero status. by Explorer09 · 7 years ago
- bb92951 build: Fix 'make indent' target by Explorer09 · 7 years ago
- 8db5267 build: Simplify indent program detection by Explorer09 · 7 years ago
- de0c5e9 filter: Don't emit #line if %option noline set by Tobias Klauser · 7 years ago
- 84a9a4b translation: refresh po files from translation project by Will Estes · 7 years ago
- e666829 c++: Fix yyrestart(NULL) SEGV. by Harald van Dijk · 7 years ago
- 7f263e3 scanner: join symbol list. by luistung · 7 years ago
- a58086a scanner: remove void cast before fprintf by Will Estes · 7 years ago
- 581ef6d doc: update NEWS for 2.6.3 release by Will Estes · 7 years ago
- adddfba build: New configure option '--disable-bootstrap'. by Explorer09 · 7 years ago
- 6964073 build: "make clean" deletes stage1scan.c, stage1flex by Explorer09 · 7 years ago
- 935478c build: allow building libfl even with --disable-libfl. by Explorer09 · 7 years ago
- a33e6fd scanner: remove trailing whitespace in skeleton by Alexis La Goutte · 7 years ago
- 8d4aa5c scanner: Disallow, overquote '[' and ']' in prefix by Demi Obenour · 7 years ago
- 7975c43 scanner: allocate correct buffer size for m4 path. by Samuel Thibault · 7 years ago
- 6bea32e doc: note no more libcompat in NEWS by Will Estes · 7 years ago
- 223f297 build: explain empty lib/Makefile.am by Will Estes · 7 years ago
- 44fa758 build: warn about cross compiling with *alloc by Explorer09 · 7 years ago
- 713f5a0 build: Link $(LIBOBJS) from src/ dir, remove libcompat.la. by Explorer09 · 7 years ago
- 11c445c build: Let stage1flex respect LFLAGS by Explorer09 · 7 years ago
- 9961278 doc: describe --disable-libfl in NEWS by Will Estes · 7 years ago
- 5d71e9f build: Add --disable-libfl configure option. by Explorer09 · 7 years ago
- 347652c fix backwards incompatible changes in 2.6.2. by Demi Obenour · 7 years ago
- d374b87 git: ignore quote_in_comment artifacts by Will Estes · 7 years ago
- c8ad3d6 Fixes a major bug in Flex's own lexing of literals. by Demi Obenour · 7 years ago
- 0af671a Fix unportable test(1) operator. by Thomas Klausner · 7 years ago
- 14846e5 Add more escaping tests by Demi Obenour · 7 years ago
- e1038db Fix another escaping bug by Demi Obenour · 7 years ago
- 75f4305 build: fix false negatives for help2man and texi2dvi by Alastair Hughes · 7 years ago
- c503eaf doc: Don't delete flex.1 during "make distclean". by Explorer09 · 7 years ago
- 92311a5 Only regenerate the man page when required. by Alastair Hughes · 7 years ago
- 2bf2ad6 build: no longer build PIC version of libfl. by Will Estes · 7 years ago
- 023cd4f doc: README.md formatting fixes by Explorer09 · 7 years ago