]> granicus.if.org Git - re2c/shortlog
re2c
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.
2017-08-10 Ulya TrofimovichLeave the definition of 'yynmatch' and 'yypmatch' to...
2017-08-09 Ulya TrofimovichUpdated options list and regenerated docs.
2017-08-09 Ulya TrofimovichAdded short option '-P' corresponding to '--posix-captu...
2017-08-09 Ulya TrofimovichFixed includes with 'include-what-you-use'.
2017-08-09 Ulya TrofimovichPaper on Lookahead TDFA: added bibliography.
2017-08-09 Ulya TrofimovichAmended README instructions for benchmarks.
2017-08-07 Ulya TrofimovichPaper on Lookahead TDFA: added pictures.
2017-08-07 Ulya TrofimovichPaper on Lookahead TDFA: fixed captions and ran through...
2017-08-05 Ulya TrofimovichPaper on Lookahead TDFA: added benchmark results and...
2017-08-04 Ulya TrofimovichPaper on Lookahead TDFA: reformatted examples.
2017-08-04 Ulya TrofimovichTweaked CXXFLAGS in asan build script.
2017-08-04 Ulya TrofimovichA small tweak in benchmarking scripts that reduces...
2017-08-03 Ulya TrofimovichFuzzers: a bunch of small tweaks.
2017-08-03 Ulya TrofimovichSkeleton: fixed initialization of maximal path length.
2017-08-02 Ulya TrofimovichFixed cppcheck 'style' warnings.
2017-08-02 Ulya TrofimovichFixed headers that were not self-contained.
2017-08-02 Ulya TrofimovichBenchmarks: added README and small samples of input...
2017-08-02 Ulya TrofimovichAdded scripts that run benchmarks.
2017-08-01 Ulya TrofimovichAdded fuzzers (contributed by Sergei Trofimovich).
2017-08-01 Ulya TrofimovichDon't loose mtag versions in TDFA intitalizer.
2017-08-01 Ulya TrofimovichMakefile.am: use portable POSIX primitive to get direct...
2017-08-01 Ulya TrofimovichAdded some testing scripts for various CXX/CXXFLAGS...
2017-08-01 Ulya TrofimovichMakefile.am: fixed other custom rules to avoid writing...
2017-08-01 Ulya TrofimovichMakefile.am (building docs): create target directory...
2017-08-01 Ulya TrofimovichMakefile.am (rebuilding docs): create target directory...
2017-08-01 Ross BurtonMakefile.am: create target directory before writing... 192/head
2017-08-01 Ulya TrofimovichDon't assert that comparator arguments are non-equal.
2017-07-31 Ross BurtonMakefile.am: create target directory before writing... 191/head
2017-07-31 Ulya Trofimovichrun_tests.sh: avoid using 'sed -i' as it is non-portable.
2017-07-31 Ulya TrofimovichUse explicit stack instead of implicit recursion.
2017-07-31 Ulya TrofimovichFixed unaligned memory access.
next