summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'upstream'Manoj Srivastava2018-02-12
|\
| * Update to a new upstream commit for some bug fixes.Manoj Srivastava2018-02-08
| |\
| | * scanner: Allow "--" as option argument.Explorer092017-12-09
| | * scanner: scanopt_err() now returns voidExplorer092017-12-08
| | * scanner: simplify scanopt_usage().Explorer092017-12-08
| | * scanner: prevent overflow in add_action()Explorer092017-12-06
| | * scanner: use calloc to allocate new filter memoryMichael W. Bombardieri2017-11-29
| | * Obsolete yypad64() macro.Explorer092017-11-28
| | * scanner: temporarily protect against ccl overflow & overwriting.Explorer092017-11-28
| | * build: fix ENABLE_NLS preprocessor check.Explorer092017-11-28
| | * scanner: Rename genecs() local variables. No code changes.Explorer092017-11-03
| | * scanner: Remove unused BASENAME() macro.Explorer092017-11-03
| | * build: use #ifdef for ENABLE_NLS check.Alex Richardson2017-11-03
| | * scanner: Define _POSIX_C_SOURCE when needed in skeleton.Explorer092017-11-03
| | * build: Remove custom reallocarray() declaration.Lukasz Baj2017-10-05
| | * scanner: Simplify PRINT_SPACES() macroExplorer092017-10-05
| | * scanner: Include flexdef.h at %top block of scan.lExplorer092017-09-03
| | * {re,}allocate_array code cleanupExplorer092017-09-02
| | * Don't install libfl.pc if --disable-libfl.Explorer092017-08-27
| | * libfl.pc: Rewrite descriptions, remove unneeded Cflags.Explorer092017-08-27
| | * Move libfl.pc.in to src subdirectory.Explorer092017-08-27
| | * 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
* | | Merge branch 'upstream'Manoj Srivastava2018-02-08
|\| |
| * | New upstream version 2.6.4Manoj Srivastava2018-02-08
| * | Merge tag 'v2.6.4' into upstreamManoj Srivastava2018-02-08
| |\|
| | * 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