]> granicus.if.org Git - flex/shortlog
flex
2017-07-09 Will Estesbuild: require gettext at least 0.18, not exactly 0.18 feature/am_gettext_require_version
2017-07-03 Will Estesdoc: NEWS memory leak fix
2017-07-03 viktor.shepelscanner: memory leak free scanner generator.
2017-07-03 viktor.shepelfilter: memory leak free scanner postprocessing.
2017-07-03 Will Estesdoc: NEWS c{i,j}
2017-07-03 NieDzejkobscanner: c{i,j} should preserve case.
2017-07-03 Will Estesdoc: document --backup-file in NEWS
2017-07-03 EricSharkeyscanner: add optionn to specify backup filename.
2017-06-18 Will Estesdoc: new uk translation
2017-06-18 Translation... doc: new uk translation from the Translation Project
2017-06-04 Explorer09doc: formatting fixes in README
2017-06-04 Explorer09test: echo 'set -v' before setting so in shell.
2017-05-26 Will Estesdoc: tableopts rule portability mentioned in NEWS
2017-05-26 Will Estestest: remove duplicate shell options line
2017-05-24 Explorer09test: use portable pattern substitution in tableopts.sh
2017-05-19 Will Estesdoc: document NetBSD build crash fix
2017-05-19 Will Estesbuild: remove automake check-news
2017-05-19 Thomas Klausnerscanner: Use reallocarr() when available.
2017-05-14 Will Estesdoc: list line number directives in NEWS
2017-05-14 Jeff Smithfilter: Output correct #line value for current file.
2017-05-13 Will Estesscanner: corrected typo
2017-05-13 Will Estesdoc: noyyget/set_column options documented
2017-05-13 Will Estesscanner: finish support for noyy{get,set}_column.
2017-05-13 Will Estesbuild: .mailmap for cleaning up shortlog
2017-05-07 Hans-Bernhard... test: rename some files for non-case-sensitive filesystems.
2017-05-07 Will Estesbuild: 2.6.4 is previous version
2017-05-06 Will Estesbuild: ignore .sig files.
2017-05-06 Will Estesbuild: no longer ignore *.tar.bz2
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
next