]> granicus.if.org Git - flex/history - src
mkskel.sh: fix EOL issue for CRLF systems
[flex] / src /
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
2016-10-26 Will Estesbuild: no longer build PIC version of libfl.
2016-10-23 Demi ObenourFix M4 quotation in section 2 prologue and refactor...
2016-10-20 Demi ObenourImproved M4 quotation
2016-10-05 Demi ObenourFix M4 quoting of section 3.
2016-10-05 MightyjoFix yyrestart(NULL) SEGV.
2016-09-25 Demi Obenourscanner: M4 quoting fixes
2016-09-25 Demi ObenourSupport `make indent` for out of source builds
2016-09-25 Demi ObenourSimplify some shell code
2016-09-25 Demi Obenourno longer generate K&R C scanners
2016-09-04 Demi ObenourFix escaping of `[[` and `]]` in strings
2016-05-23 Demetri ObenourDelete action_m4_define from misc.c
2016-04-28 Tobias KlauserAvoid realloc on every call of sf_push()
2016-03-31 rlarfix skel.c dependency (missing tables_shared.c) and
2016-03-31 rlarfix stage1scan.c and stage1scan.l dependency
2016-03-31 rlarwarning in generated code, with -Ca
2016-03-31 rlarconfigure option `--enable-warnings' and `WARNINGFLAGS'
2016-03-31 Tobias KlauserFix potential buffer overflow in strncat()
2016-03-29 Robert.Larice Robe... build: simplified dependency tracking so parallel make...
2016-03-28 rlaravoid warning in generated code, with -Cf
2016-03-18 rlarwarning: conversion to 'flex_uint32_t' from 'long unsig...
2016-03-16 rlarFix two more casts
2016-03-16 Bastian KöcherFixes yyl compare with unsigned warning
2016-03-12 rlargenerated code, in yyensure_buffer_stack(), change...
2016-03-12 rlargenerated code, in yy_get_next_buffer(), change type...
2016-03-12 rlargenerated code, `_yybytes_len' is of type `int', fix...
2016-03-12 rlargenerated code, `max_size' seems to be of type `int...
2016-03-12 rlargenerated code, here `new_size' is of type `int', fix...
2016-03-12 rlargenerated code, `yy_buf_size' is of type `int', fix...
2016-03-12 rlargenerated code, `offset' is of type `int'
2016-03-12 rlargenerated code, `yy_more_len' is of type `int'
2016-03-12 rlarscan.l, rewrite two loops to avoid unneccesairy casting
2016-03-12 rlarimprove readability
2016-03-12 rlaranother cast in tblcmp.c to avoid warning
2016-03-08 rlarcasts in buf_append() to get rid of warnings
2016-03-08 rlarcast to suite type of flex_uint32_t td_lolen
2016-03-08 rlarcast to get rid of warnings
next