]> granicus.if.org Git - re2c/shortlog
re2c
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.
2018-06-24 Ulya TrofimovichPaper: re-worked the theorem about compatibility of...
2018-06-24 Ulya TrofimovichPaper: started re-working the theorem about compatibili...
2018-06-23 Ulya TrofimovichPaper: made example about parse trees consistent with...
2018-06-23 Ulya TrofimovichPaper: continued restructuring the part about indexed...
2018-06-20 Ulya TrofimovichPaper: restructured the IRE construction example.
2018-06-18 Ulya TrofimovichPaper: added an example of IRE construction.
2018-06-17 Ulya TrofimovichPaper: added introduction to the second chapter.
2018-06-16 Ulya TrofimovichPaper: revise basic definitions before introducing...
2018-06-13 Ulya Trofimovichpaper: taken care of Angelo's remarks.
2018-06-11 Ulya TrofimovichAdded option "--conditions" (an alias for "-c" and...
2018-05-24 Ulya TrofimovichAdded first part of TDFA paper v2.
2018-04-25 Ulya TrofimovichImproved error reporting in fuzz-testing script.
2018-04-14 Ulya TrofimovichIf the input starts with a re2c block, apply re2c confi...
2018-04-13 Ulya TrofimovichEscape backslashes in file names (see #201).
2017-11-08 Ulya TrofimovichRelease 1.0.3. 1.0.3
2017-11-08 Ulya TrofimovichFix for #198. mac_ports
2017-09-14 Ulya TrofimovichFixed typo in docs (found by Maxim Reznik).
2017-08-28 Ulya TrofimovichRemoved unaccurate example.
2017-08-26 Ulya TrofimovichRelease 1.0.2. 1.0.2
2017-08-26 Ulya TrofimovichUpdated changelog.
2017-08-26 Ulya TrofimovichSome more fixes to the documentation.
2017-08-26 Ulya TrofimovichUpdated documentation.
2017-08-26 Ulya TrofimovichDisallow condition names and named definitions to start...
2017-08-22 Ulya TrofimovichRenamed tests.
2017-08-22 Ulya TrofimovichUpdated examples and added them to 'run_tests.sh' script.
2017-08-22 Ulya TrofimovichUpdated changelog.
2017-08-22 Ulya TrofimovichAdded forgotten 'genhelp.sh' to distribution files.
2017-08-18 Ulya TrofimovichAdded examples to test suite.
2017-08-16 Ulya TrofimovichAdded benchmarks to test suite.
2017-08-11 Ulya TrofimovichUpdated changelog for 1.0.1 version.
2017-08-11 Ulya TrofimovichRelease 1.0.1. 1.0.1
2017-08-11 Ulya TrofimovichMakefile.am: add paper on Lookahead TDFA to distribution.
2017-08-11 Ulya TrofimovichFixed #193: "1.0 build failure on macOS: error: calling...
2017-08-11 Ulya TrofimovichRelease 1.0. 1.0
2017-08-11 Ulya TrofimovichPaper on lookahead TDFA: finished.
2017-08-10 Ulya TrofimovichUpdated help and manpage.
next