summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Hardcode flex name in --help textExplorer092017-08-24
* Remove an unneeded gettext() in --version outputExplorer092017-08-24
* scanner: remove BASENAME(); don't strip path from program_nameExplorer092017-08-24
* have libobjs depend on libobjdir (#244)Michael Haubenwallner2017-08-24
* scanner: #define BASENAME, remove #include libgen.hJannick2017-07-17
* mkskel.sh: fix EOL issue for CRLF systemsJannick2017-07-18
* scanner: Ignore comment lines in skeleton files.jannick02017-07-15
* filter: faster is_blank_line implementationExplorer092017-07-15
* filter: new internal function is_blank_line()Explorer092017-07-13
* scanner: memory leak free scanner generator.viktor.shepel2017-07-03
* filter: memory leak free scanner postprocessing.viktor.shepel2017-07-03
* scanner: c{i,j} should preserve case.NieDzejkob2017-07-03
* scanner: add optionn to specify backup filename.EricSharkey2017-07-03
* scanner: Use reallocarr() when available.Thomas Klausner2017-05-19
* filter: Output correct #line value for current file.Jeff Smith2017-05-14
* scanner: corrected typoWill Estes2017-05-13
* scanner: finish support for noyy{get,set}_column.Will Estes2017-05-13
* scanner: Mention %# comments are removed when building skel.cExplorer092017-05-06
* Honor user definitions of yy_* macrosDemi Obenour2017-05-03
* Don't leak macro definitions into header filesDemi Obenour2017-05-03
* scanner: Check for 0 bracecount when EOL ends quoted literal.Demi Obenour2017-05-03
* scanner: when bracelevel is negative, treat as zero.Demi Obenour2017-05-03
* build: Delete comments from skeleton file.Demi Obenour2017-05-03
* FLEX_EXIT() is the preferred way to exit flexJeff Smith2017-05-02
* Fix myesc() 'sptr' conditionalsExplorer092017-05-02
* Obsolete htoui() and otoui(); use strtoul().Explorer092017-05-02
* scanner: update yy_buf_size after yyrealloc()Todd C. Miller2017-05-02
* build: support cross compiling.Alastair Hughes2017-02-23
* build: Include <strings.h>; add strcasecmp() check to configure.Explorer092017-02-17
* build: Let configure error if missing required functions, headers..Explorer092017-02-17
* scanner: compute powers of two faster.Explorer092017-02-16
* build: mv scan.c when building dist.Will Estes2017-02-16
* build: don't assume distdir/scan.c is writeableWill Estes2017-02-06
* build: Add dist-hook to force remake scan.c.Explorer092017-02-06
* build: respect '--localedir' from configure.Explorer092017-02-06
* build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS.Explorer092017-02-06
* scanner: fix regcomp's error reporting, double malloc.Explorer092017-02-06
* build: fix Makefile parse.h dependency clauses.Explorer092017-01-24
* build: detect overflow for [re]allocate_array.Explorer092017-01-24
* build: more BSD make and vpath build fixes.Thomas Klausner2017-01-23
* build: Fix skel.c generation with BSD makeThomas Klausner2017-01-23
* Add more defines in the non-reentrant part.Christos Zoulas2017-01-23
* scanner: Add yyparse prototypeChristos Zoulas2017-01-23
* scanner: move comment for consistencyThomas Klausner2017-01-23
* scanner: Use array instead of pointerChristos Zoulas2017-01-23
* scanner: manage path to m4 better.Christos Zoulas2017-01-23
* scanner: Avoid creating unused labelChristos Zoulas2017-01-23
* Cast argument to avoid arithmetic on void *.Christos Zoulas2017-01-23
* scanner: Use strncpyChristos Zoulas2017-01-23
* scanner: Use prefix when defining yywrap to avoid redefinition.Christos Zoulas2017-01-23