]> granicus.if.org Git - re2c/shortlog
re2c
2019-07-23 Ulya TrofimovichPaper: use pgfplots instead of gnuplot to render benchm...
2019-07-23 Ulya TrofimovichPaper: taken care of Angelo's remarks (mostly grammar...
2019-07-18 Ulya TrofimovichDon't generate 'YYFILL' calls when EOF rule is used...
2019-07-18 Ulya TrofimovichFixed the case of missing default label which is used...
2019-07-18 Ulya TrofimovichOmit unnecessary 'else' when generating code for EOF...
2019-07-18 Ulya TrofimovichRenamed misleadingly named parameter.
2019-07-17 Ulya TrofimovichUpdated CHANGELOG.
2019-07-17 Ulya TrofimovichUpdated documentation for new options and directives.
2019-07-15 Ulya TrofimovichMoved include file with definitions of Unicode categori...
2019-07-13 Ulya TrofimovichUse cast to 'void' instead of attribute 'unused', other...
2019-07-13 Ulya TrofimovichAdded a few casts to 'printf' args to silence warnings...
2019-07-13 Ulya Trofimovichlibre2c test: always run Cox algorithm and skip expecte...
2019-07-13 Ulya TrofimovichCosmetic: shortened macro name a bit and removed 'GXX...
2019-07-13 Ulya TrofimovichMarked a few debug variables as unused to avoid warning...
2019-07-13 Ulya TrofimovichMakefile.am: added forgotten 'AM_V_GEN' prefix to a...
2019-07-13 Ulya TrofimovichDisable ceratain warnings on bison-generated output...
2019-07-13 Ulya TrofimovichFixed Clang warning -Wshift-sign-overflow.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wexit-time-destructors.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wconditional-uninitialized.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wmissing-variable-declarations.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wunused-template.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wunreachable-code (these were...
2019-07-13 Ulya TrofimovichFixed Clang warning -Wunreachable-code-return.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wmissing-prototypes.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wc++11-extensions.
2019-07-13 Ulya TrofimovichFixed Clang warning -Wmismatched-tags.
2019-07-13 Ulya TrofimovichFixed Clang warnings -Wswitch-enum and -Wcovered-switch...
2019-07-13 Ulya TrofimovichFixed Clang warning -Wshadow.
2019-07-13 Ulya TrofimovichFixed Clang warnings -Wextra-semi and -Wextra-semi...
2019-07-13 Ulya Trofimovichconfigure.ac: silenced a few Clang warnings (too noisy...
2019-07-12 Ulya TrofimovichFixed test (added forgotten qualification after moving...
2019-07-12 Ulya TrofimovichAdded build script that checks that all headers are...
2019-07-12 Ulya TrofimovichFixed includes using include-what-you-use.
2019-07-12 Ulya TrofimovichAdded build script for include-what-you-use.
2019-07-11 Ulya TrofimovichUpdated Mingw build scripts to workaround libtool/slibt...
2019-07-11 Ulya Trofimovichrun_tests.sh: check for re2c existence after (possibly...
2019-07-11 Ulya TrofimovichBuild scripts: changed -j5 to -j$(nproc).
2019-07-10 Ulya TrofimovichPaper: fixed broken references.
2019-07-10 Ulya TrofimovichPaper: references and spell-checking.
2019-07-08 Ulya TrofimovichPaper: updated and fixed all the proofs.
2019-06-26 Ulya TrofimovichPaper: reworked "Benchmarks" section, added "Conclusion...
2019-06-26 Ulya Trofimovichlibre2c: don't forget to free static lists (AST nodes...
2019-06-26 Ulya Trofimovichlibre2c: clean up cache after matching in lazy algorith...
2019-06-25 Ulya TrofimovichAdded 'clear()' method to slab allocator.
2019-06-22 Ulya TrofimovichPaper: removed nested negative tags from TNFA and added...
2019-06-21 Ulya Trofimovichlibre2c: don't add nested negative tags to TNFA, as...
2019-06-17 Ulya Trofimovichlibre2c benchmark: make a couple of warmup iterations...
2019-06-17 Ulya TrofimovichPaper: added "Benchmarks" section.
2019-06-17 Ulya Trofimovichlibre2c benchmark: print size of each regular expressio...
2019-06-13 Ulya Trofimovichlibre2c: removed unused variable.
2019-06-13 Ulya TrofimovichMakefile.am: added 'bench_libre2c' to noinst_PROGRAMS...
2019-06-12 Ulya TrofimovichPaper: added section about lazy disambiguation.
2019-05-24 Ulya TrofimovichAdded a test for '--input-encoding utf8' option.
2019-05-24 Ulya TrofimovichAdded option --input-encoding <ascii | utf8> that allow...
2019-05-24 Ulya TrofimovichAllow to mix multiple /*!rules:re2c*/, /*!use:re2c...
2019-05-18 Ulya Trofimovichlibre2c: added GOR1 option for lazy disambiguation...
2019-05-09 Ulya Trofimovichlibre2c: do not include benchmark in 'make check' programs.
2019-05-09 Ulya Trofimovichlibre2c: added forgotten benchmark data samples.
2019-05-09 Ulya Trofimovichlibre2c: added missing include.
2019-05-09 Ulya Trofimovichlibre2c: updated benchmark.
2019-05-08 Ulya Trofimovichlibre2c: extended lexer to handle some escape sequences...
2019-05-08 Ulya TrofimovichInlined closure cleanup in the pruning procedure to...
2019-05-08 Ulya TrofimovichMake unreachable rule analysis conditional to further...
2019-05-08 Ulya TrofimovichRewrite of closure pruning function to speedup determin...
2019-05-08 Ulya TrofimovichHash in 4-byte chunks to speedup determinization on...
2019-05-08 Ulya TrofimovichUse correct formula to find the next aligned address.
2019-04-09 Ulya TrofimovichPaper: updated "TNFA construction" section.
2019-04-06 Ulya Trofimovichconfigure.ac: use AC_USE_SYSTEM_EXTENSIONS, as --std...
2019-04-06 Ulya TrofimovichMakefile.am: reflected the rename of README to README.md.
2019-04-05 Ulya TrofimovichPaper: updated sections about representation of paths...
2019-04-05 Ulya TrofimovichPaper: rearranged "epsilon-closure" section.
2019-04-02 Ulya TrofimovichPaper: updated pseudocode for precedence procedures.
2019-04-01 Ulya TrofimovichPaper: restructured "formalization" section.
2019-04-01 Ulya TrofimovichPaper: wrote "main idea" section.
2019-03-30 Ulya Trofimovichlibre2c: restructured main loop to avoid double call...
2019-03-29 Ulya TrofimovichPaper: wrote the "introduction" section.
2019-03-26 Ulya TrofimovichFixed compilation error caused by extra namespace quali...
2019-03-26 Ulya TrofimovichFixed compilation error caused by extra namespace quali...
2019-03-26 Ulya Trofimovichlibre2c: implemented Kuklewicz disambiguation algorithm...
2019-03-25 Ulya Trofimovichlibre2c: free tag history after each step (it's no...
2019-03-25 Ulya TrofimovichParameterize determinization/simulation context directl...
2019-03-25 Ulya TrofimovichAdded logs with test failures of backward matching...
2019-03-24 Ulya Trofimovichlibre2c: added Cox backward matching algorithm (incorre...
2019-03-24 Ulya TrofimovichFictive tags for right alt/cat must be added after...
2019-03-24 Ulya TrofimovichDebug: don't print NFA in-degree in each node, it takes...
2019-03-16 Ulya Trofimovichlibre2c: added POSIX tests that show why closure can...
2019-03-08 Ulya TrofimovichUse state index in closure instead of core index, and...
2019-03-07 Ulya TrofimovichAdded tests for errors in case of out-of-bounds EOF...
2019-03-07 Ulya TrofimovichGive a concise error message when EOF rule is present...
2019-03-07 Ulya TrofimovichUpdated .gitignore.
2019-03-07 Ulya TrofimovichUpdating .travis.yml after global move.
2019-03-07 Ulya TrofimovichMoved re2c subdirectory to root directory and renamed...
2019-03-07 Ulya TrofimovichMakefile.am: use wildcard instead of braces in macro...
2019-03-07 Ulya TrofimovichAvoid using ULLONG_MAX as it is non-standard prior...
2019-03-07 Ulya TrofimovichHandle cases when rename() fails because destination...
2019-03-06 Ulya TrofimovichAdded more tests for EOF rule.
2019-03-06 Ulya TrofimovichImproved label generation with EOF rule (removed unused...
2019-03-06 Ulya TrofimovichAdded some tests for EOF rule.
2019-03-06 Ulya TrofimovichFixed EOF rule handling in case when EOF symbol is...
2019-03-06 Ulya Trofimovichrun_tests.sh: ignore difference in trailing whitespace...
next