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