]> granicus.if.org Git - re2c/shortlog
re2c
2018-12-06 Ulya TrofimovichLexer: use YYMAXFILL padding and don't forget to shift...
2018-12-06 Ulya TrofimovichCorrectly identify mapped TDFA state with --dump-dfa...
2018-11-29 Ulya TrofimovichMakefile.am: enable RE2C warnings (-W option).
2018-11-29 Ulya TrofimovichFixed read past the end of buffer in configuration...
2018-11-26 Ulya TrofimovichPaper: tweaking TNFA construction.
2018-11-22 Ulya TrofimovichMakefile.am: build autogenerates files before other...
2018-11-21 Ulya TrofimovichUse tags to lex condition goto.
2018-11-21 Ulya TrofimovichStarted using tags in re2c own lexer.
2018-11-21 Ulya TrofimovichRemoved redundant wrapper around output file struct.
2018-11-21 Ulya TrofimovichDump header on stdout if filename is not set, but ...
2018-11-21 Ulya TrofimovichAdded configurations for -o, --output and -t, --type...
2018-11-21 Ulya TrofimovichAdded missing #line info after /*!header:re2c: ......
2018-11-21 Ulya TrofimovichAdded /*!header:re2c:0*/ and /*!header:re2c:1*/ directives.
2018-11-21 Ulya TrofimovichTweaking condition list lexer.
2018-11-21 Ulya TrofimovichMerge pull request #230 from sergeyklay/patch-1
2018-11-21 Serghei IakovlevChanges for upcoming Travis' infra migration 230/head
2018-11-15 Ulya TrofimovichFixed segfault cause by out of bounds access.
2018-11-14 Ulya TrofimovichMoved tests into subdirectories.
2018-11-14 Ulya TrofimovichFixed a couple of lexer/parser errors in flex mode...
2018-11-13 Ulya TrofimovichSuppress -Wnullable warning on <> condition (it has...
2018-11-05 Ulya TrofimovichAdjusting formatting (cosmetic).
2018-11-04 Ulya TrofimovichFixed out of bounds read in configuration lexer (not...
2018-11-01 Ulya TrofimovichSmall tweaks in lexer subroutines for semantic actions.
2018-10-31 Ulya TrofimovichFixed yet another out of bounds read in lexer due to...
2018-10-30 Ulya TrofimovichFixed some more out of bounds reads in lexer due to...
2018-10-29 Ulya TrofimovichAdjusted formatting in the lexer (cosmetic).
2018-10-29 Ulya TrofimovichFixed out of bounds read in lexer.
2018-10-28 Ulya TrofimovichUpdated README in libre2c (added a warning that the...
2018-10-28 Ulya TrofimovichUpdated README.
2018-10-28 Ulya TrofimovichPaper: made TNFA description closer to practice.
2018-10-28 Ulya TrofimovichPaper: tweaks in the TNFA example.
2018-10-28 Ulya TrofimovichPaper: changed description of GOR1 following the rework...
2018-10-28 Ulya TrofimovichPaper: tweaks in picture layout.
2018-10-28 Ulya TrofimovichPaper: added TNFA example.
2018-10-28 Ulya TrofimovichPaper: added example for "empty match is better than...
2018-10-28 Ulya TrofimovichPaper: packed multiple examples of PE comparison in...
2018-10-28 Ulya TrofimovichPaper: dropped explicit submatch indices in TNFA defini...
2018-10-28 Ulya TrofimovichPaper: handle (e) as (e){1,1} to avoid collapsing multi...
2018-10-28 Ulya TrofimovichPaper: minor tweaks in pseudocode.
2018-10-28 Ulya TrofimovichPaper: added description of GTOP closure algorithm.
2018-10-28 Ulya TrofimovichPaper: made GOR pseudocode slightly easier to read.
2018-10-22 Ulya TrofimovichMerge pull request #224 from trofi/master
2018-10-22 Sergei Trofimovichsrc/dfa/closure_posix.cc: fix pack() to drop two highes... 224/head
2018-10-22 Sergei Trofimovichsrc/dfa/closure_posix.cc: fix signed shift overflow
2018-10-17 Ulya TrofimovichMerge pull request #223 from metab0t/master
2018-10-17 NerdFix typo 223/head
2018-10-16 Ulya TrofimovichMerge pull request #222 from trofi/master
2018-10-16 Sergei Trofimovichconfigure.ac: enable xz tarballs instead of gzip by... 222/head
2018-09-29 Ulya TrofimovichPaper: added examples of the three rules of POSIX disam...
2018-09-29 Ulya TrofimovichMerge pull request #220 from trofi/master
2018-09-29 Sergei Trofimovichsrc/dfa/dfa.h: simplify constructor to avoid g++-3... 220/head
2018-09-04 Ulya TrofimovichMerge pull request #216 from trofi/master
2018-09-04 Ulya TrofimovichMerge pull request #217 from trofi/add-msan
2018-09-04 Ulya TrofimovichFixed bug #215 "A memory read overrun issue in s_to_n32...
2018-09-04 Sergei Trofimovich__alltest.sh: add clang's -fsanitize=memory flavour 217/head
2018-09-04 Sergei Trofimovich.travis.yml: run all tests behind 'make check' 216/head
2018-08-30 Ulya TrofimovichRelease 1.1.1. 1.1.1
2018-08-30 Ulya TrofimovichConverted tabs to spaces in .re files and autogenerated...
2018-08-30 Ulya TrofimovichUpdated CHANGELOG.
2018-08-30 Ulya TrofimovichMakefile.am: reduced redundant variables.
2018-08-30 Ulya TrofimovichMakefile.am: simplified clean-up part of bootstrap...
2018-08-30 Ulya TrofimovichRewrote version-to-vernum converter in RE2C; added...
2018-08-29 Sergei Trofimovichvernum: move version-string-to-vernum converter to...
2018-08-28 Mike GilbertRewrite vernum function
2018-08-27 Ulya TrofimovichRelease 1.1. 1.1
2018-08-27 Ulya TrofimovichRegenerated docs.
2018-08-27 Ulya TrofimovichUpdated CHANGELOG.
2018-08-27 Ulya TrofimovichPaper: more tweaks in examples of trace computation.
2018-08-14 Ulya TrofimovichIncrease allocator alignment to pointer size to avoid...
2018-08-13 Ulya TrofimovichFixed memory corruption bug (caused by wrong size passe...
2018-08-13 Ulya TrofimovichReordered function definitions.
2018-08-13 Ulya TrofimovichMoved different closure construction algorithms to...
2018-08-13 Ulya TrofimovichMoved POSIX disambiguation algorithm to a separate...
2018-08-13 Ulya TrofimovichConverted tabs to spaces.
2018-08-13 Ulya TrofimovichRenamed a couple of structs.
2018-08-13 Ulya TrofimovichMerged a couple of small headers into one.
2018-08-12 Ulya TrofimovichGathered all determinization-related data in a struct...
2018-08-12 Ulya TrofimovichUse fixed 32-bit indices in lookup tables instead of...
2018-08-11 Ulya TrofimovichMoved all notes (lengthy comments with names) to the...
2018-08-10 Ulya TrofimovichRearranged the code a bit with a couple of helper subro...
2018-08-10 Ulya TrofimovichDon't use a dedicated struct for returning multiple...
2018-08-10 Ulya TrofimovichSimplified back up / restore of tag actions when mappin...
2018-08-10 Ulya TrofimovichGathered various buffers used for TDFA state mapping...
2018-08-09 Ulya TrofimovichUse somewhat more consistent variable naming.
2018-08-09 Ulya TrofimovichReplaced Kuklewicz POSIX disambiguation algorithm with...
2018-08-06 Ulya TrofimovichPack tag index and sign into one 32-bit field.
2018-08-06 Ulya TrofimovichCompute and store tag "height" (needed for Okui disambi...
2018-08-04 Ulya TrofimovichAlways add structural tags to the RHS of alternative...
2018-08-04 Ulya TrofimovichDon't move the closing tag of POSIX capture group out...
2018-08-04 Ulya TrofimovichAllow default copy for POD struct (fixes [-Wclass-memac...
2018-07-28 Ulya TrofimovichUpdated GOR1 (fixed the core algorithm to avoid useless...
2018-07-28 Ulya TrofimovichPick the shortest available path suffix when generating...
2018-07-28 Ulya TrofimovichChanged the name of a local variable in the test to...
2018-07-28 Ulya TrofimovichPaper: more tweaks of GOR1.
2018-07-28 Ulya TrofimovichFixed error in calculation of maximal skeleton path...
2018-07-25 Ulya TrofimovichPaper: updated version of GOR1.
2018-07-06 Ulya TrofimovichPaper: some tweaks for the examples of traces computation.
2018-07-02 Ulya TrofimovichPaper: another example of traces computation.
2018-06-30 Ulya TrofimovichPaper: added example of PEs and traces computation.
2018-06-25 Ulya TrofimovichFixed processing of #line directives in input files.
next