]> granicus.if.org Git - flex/history - src
doc: document release page in README
[flex] / src /
2018-05-22 Explorer09scanner: Include-guard flexint_shared.h
2018-05-22 jannick0scanner: no YYTABLES_NAME macro unless requested
2018-03-13 jannick0scanner: fix default of yy_top_state()
2018-03-13 jannick0scanner: fix default of yy_top_state()
2018-03-12 Explorer09build: Add "-f" flag to "mv" in makefiles.
2018-03-12 Explorer09build: Fix makefile dist-hook directory permissions.
2018-03-08 Explorer09scanner: More compatible flex integer type definitions.
2018-03-08 Explorer09scanner: Skeleton no longer includes integer limit...
2018-03-08 Explorer09scanner: Add a fallback INT_MAX definition.
2018-03-08 Explorer09scanner: correct comments about __STDC_LIMIT_MACROS.
2018-03-08 Explorer09scanner: Fix glibc features.h dependency in skeleton.
2018-03-04 Explorer09scanner: Fix scan.l xgettext warnings.
2017-12-09 Explorer09scanner: Allow "--" as option argument.
2017-12-08 Explorer09scanner: scanopt_err() now returns void
2017-12-08 Explorer09scanner: simplify scanopt_usage().
2017-12-06 Explorer09scanner: prevent overflow in add_action()
2017-11-29 Michael W. Bombardieriscanner: use calloc to allocate new filter memory
2017-11-28 Explorer09Obsolete yypad64() macro.
2017-11-28 Explorer09scanner: temporarily protect against ccl overflow ...
2017-11-28 Explorer09build: fix ENABLE_NLS preprocessor check.
2017-11-03 Explorer09scanner: Rename genecs() local variables. No code changes.
2017-11-03 Explorer09scanner: Remove unused BASENAME() macro.
2017-11-03 Alex Richardsonbuild: use #ifdef for ENABLE_NLS check.
2017-11-03 Explorer09scanner: Define _POSIX_C_SOURCE when needed in skeleton.
2017-10-05 Lukasz Bajbuild: Remove custom reallocarray() declaration.
2017-10-05 Explorer09scanner: Simplify PRINT_SPACES() macro
2017-09-04 Explorer09scanner: Include flexdef.h at %top block of scan.l
2017-09-02 Explorer09{re,}allocate_array code cleanup
2017-08-26 Explorer09Don't install libfl.pc if --disable-libfl.
2017-08-26 Explorer09libfl.pc: Rewrite descriptions, remove unneeded Cflags.
2017-08-26 Explorer09Move libfl.pc.in to src subdirectory.
2017-08-24 Explorer09Hardcode flex name in --help text
2017-08-24 Explorer09Remove an unneeded gettext() in --version output
2017-08-24 Explorer09scanner: remove BASENAME(); don't strip path from progr...
2017-08-24 Michael Haubenwallnerhave libobjs depend on libobjdir (#244)
2017-07-18 Jannickscanner: #define BASENAME, remove #include libgen.h
2017-07-18 Jannickmkskel.sh: fix EOL issue for CRLF systems
2017-07-15 jannick0scanner: Ignore comment lines in skeleton files.
2017-07-15 Explorer09filter: faster is_blank_line implementation
2017-07-13 Explorer09filter: new internal function is_blank_line()
2017-07-03 viktor.shepelscanner: memory leak free scanner generator.
2017-07-03 viktor.shepelfilter: memory leak free scanner postprocessing.
2017-07-03 NieDzejkobscanner: c{i,j} should preserve case.
2017-07-03 EricSharkeyscanner: add optionn to specify backup filename.
2017-05-19 Thomas Klausnerscanner: Use reallocarr() when available.
2017-05-14 Jeff Smithfilter: Output correct #line value for current file.
2017-05-13 Will Estesscanner: corrected typo
2017-05-13 Will Estesscanner: finish support for noyy{get,set}_column.
2017-05-06 Explorer09scanner: Mention %# comments are removed when building...
2017-05-03 Demi ObenourHonor user definitions of yy_* macros
2017-05-03 Demi ObenourDon't leak macro definitions into header files
2017-05-03 Demi Obenourscanner: Check for 0 bracecount when EOL ends quoted...
2017-05-03 Demi Obenourscanner: when bracelevel is negative, treat as zero.
2017-05-03 Demi Obenourbuild: Delete comments from skeleton file.
2017-05-02 Jeff SmithFLEX_EXIT() is the preferred way to exit flex
2017-05-02 Explorer09Fix myesc() 'sptr' conditionals
2017-05-02 Explorer09Obsolete htoui() and otoui(); use strtoul().
2017-05-02 Todd C. Millerscanner: update yy_buf_size after yyrealloc()
2017-02-23 Alastair Hughesbuild: support cross compiling.
2017-02-17 Explorer09build: Include <strings.h>; add strcasecmp() check...
2017-02-17 Explorer09build: Let configure error if missing required function...
2017-02-16 Explorer09scanner: compute powers of two faster.
2017-02-16 Will Estesbuild: mv scan.c when building dist.
2017-02-06 Will Estesbuild: don't assume distdir/scan.c is writeable
2017-02-06 Explorer09build: Add dist-hook to force remake scan.c.
2017-02-06 Explorer09build: respect '--localedir' from configure.
2017-02-06 Explorer09build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS.
2017-02-06 Explorer09scanner: fix regcomp's error reporting, double malloc.
2017-01-24 Explorer09build: fix Makefile parse.h dependency clauses.
2017-01-24 Explorer09build: detect overflow for [re]allocate_array.
2017-01-23 Thomas Klausnerbuild: more BSD make and vpath build fixes.
2017-01-23 Thomas Klausnerbuild: Fix skel.c generation with BSD make
2017-01-23 Christos ZoulasAdd more defines in the non-reentrant part.
2017-01-23 Christos Zoulasscanner: Add yyparse prototype
2017-01-23 Thomas Klausnerscanner: move comment for consistency
2017-01-23 Christos Zoulasscanner: Use array instead of pointer
2017-01-23 Christos Zoulasscanner: manage path to m4 better.
2017-01-23 Christos Zoulasscanner: Avoid creating unused label
2017-01-23 Christos ZoulasCast argument to avoid arithmetic on void *.
2017-01-23 Christos Zoulasscanner: Use strncpy
2017-01-23 Christos Zoulasscanner: Use prefix when defining yywrap to avoid redef...
2017-01-23 Christos Zoulasscanner: Include stdarg.h for va_list
2017-01-23 Christos Zoulasscanner: Rename warn to lwarn.
2017-01-12 Explorer09build: Fix 'make indent' target
2017-01-12 Tobias Klauserfilter: Don't emit #line if %option noline set
2017-01-12 Harald van Dijkc++: Fix yyrestart(NULL) SEGV.
2017-01-11 luistungscanner: join symbol list.
2017-01-11 Will Estesscanner: remove void cast before fprintf
2016-12-29 Explorer09build: New configure option '--disable-bootstrap'.
2016-12-29 Explorer09build: "make clean" deletes stage1scan.c, stage1flex
2016-12-29 Explorer09build: allow building libfl even with --disable-libfl.
2016-12-29 Alexis La Gouttescanner: remove trailing whitespace in skeleton
2016-12-29 Demi Obenourscanner: Disallow, overquote '[' and ']' in prefix
2016-12-29 Samuel Thibaultscanner: allocate correct buffer size for m4 path.
2016-11-24 Explorer09build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.
2016-11-16 Explorer09build: Let stage1flex respect LFLAGS
2016-11-14 Explorer09build: Add --disable-libfl configure option.
2016-11-12 Demi Obenourfix backwards incompatible changes in 2.6.2.
2016-11-08 Demi ObenourFixes a major bug in Flex's own lexing of literals.
2016-11-02 Demi ObenourFix another escaping bug
next