]> granicus.if.org Git - flex/shortlog
flex
2017-05-06 Will Estesgettext: pulled latest translations; recompiled against... v2.6.4
2017-05-06 Will Estesversion 2.6.4
2017-05-06 Will Estesnote previous version
2017-05-06 Will Estesdoc: update NEWS for upcoming release
2017-05-06 viktor.shepeldoc: Correct typo in C code sample in manual
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 Jeff Smithtest: enable more silent building of tests.
2017-05-03 Demi Obenourbuild: Delete comments from skeleton file.
2017-05-03 Explorer09build: do not generate lib/Makefile.in.
2017-05-03 Will Estesgettext: revert listing generated .c files
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-05-02 Simon Sobischbuild: use lowest versions for gettext, automake.
2017-05-02 Simon Sobischgettext: more recent makevars; new script to update...
2017-05-02 Simon Sobischgettext: list generated files instead of flex, bison...
2017-05-02 Simon Sobischbuild: only touch ChangeLog if it does not exist
2017-05-02 Simon Sobischbuild: list earliest useable versions for automake
2017-05-02 Simon Sobischbuild: check for how to call libtoolize.
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 Explorer09test: skip pthread test when needed files missing.
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-25 Explorer09test: Skip bison tests if bison is not available
2017-01-25 Explorer09build: remove repeated bison detection from configure.
2017-01-24 Explorer09build: fix Makefile parse.h dependency clauses.
2017-01-24 Explorer09test: Remake *_scanner.c if *_scanner.h is missing.
2017-01-24 Explorer09test: remove BUILT_SOURCES; add missing dependencies.
2017-01-24 Explorer09build: detect overflow for [re]allocate_array.
2017-01-23 Will Estesdoc: v2.6.4
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-20 Explorer09test: document automake convention for skipped exit...
2017-01-18 Explorer09test: let testwrapper scripts be run by ${SHELL}.
2017-01-18 Explorer09test: Remove test scripts bashisms.
2017-01-18 Explorer09test: exit on '-1' test non-zero status.
2017-01-12 Explorer09build: Fix 'make indent' target
2017-01-12 Explorer09build: Simplify indent program detection
2017-01-12 Tobias Klauserfilter: Don't emit #line if %option noline set
2017-01-12 Will Estestranslation: refresh po files from translation project
2017-01-12 Harald van... c++: Fix yyrestart(NULL) SEGV.
2017-01-11 luistungscanner: join symbol list.
2017-01-11 Will Estesscanner: remove void cast before fprintf
2016-12-30 Will Estesdoc: update NEWS for 2.6.3 release v2.6.3
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 Will Estesdoc: note no more libcompat in NEWS
2016-11-24 Will Estesbuild: explain empty lib/Makefile.am
2016-11-24 Explorer09build: warn about cross compiling with *alloc
2016-11-24 Explorer09build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.
2016-11-16 Explorer09build: Let stage1flex respect LFLAGS
2016-11-14 Will Estesdoc: describe --disable-libfl in NEWS
2016-11-14 Explorer09build: Add --disable-libfl configure option.
2016-11-12 Demi Obenourfix backwards incompatible changes in 2.6.2.
2016-11-08 Will Estesgit: ignore quote_in_comment artifacts
2016-11-08 Demi ObenourFixes a major bug in Flex's own lexing of literals.
2016-11-06 Thomas KlausnerFix unportable test(1) operator.
2016-11-02 Demi ObenourAdd more escaping tests
2016-11-02 Demi ObenourFix another escaping bug
2016-10-29 Alastair Hughesbuild: fix false negatives for help2man and texi2dvi
2016-10-28 Explorer09doc: Don't delete flex.1 during "make distclean".
2016-10-27 Alastair HughesOnly regenerate the man page when required.
2016-10-26 Will Estesbuild: no longer build PIC version of libfl.
2016-10-25 Explorer09doc: README.md formatting fixes
2016-10-25 Will Estesbuild: version 2.6.3 begins
2016-10-24 Will Estesdoc: mark 2.6.2 release date v2.6.2
2016-10-24 Will Estesbuild: switch xz to lzip
2016-10-23 Demi ObenourFix M4 quotation in section 2 prologue and refactor...
2016-10-22 Alex KennedyUpdate flex.texi: Removed repedative wording
2016-10-20 Demi ObenourImproved M4 quotation
2016-10-19 Will Estesbuild: for automake, flex is foreign
2016-10-19 Will Estesdoc: mv README to README.md
2016-10-19 Will Estesdoc: touch up README
next