]> granicus.if.org Git - re2c/shortlog
re2c
2019-10-11 Ulya TrofimovichChanged the decsription of tags in docs to avoid ambiguity. master
2019-09-01 Ulya TrofimovichAdded ninja lexers to tests.
2019-09-01 Ulya TrofimovichMoved tests into subdirectories and deleted some of...
2019-08-29 Ulya Trofimovichlibre2c: added prefix 'TOKEN_' to all parser tokens...
2019-08-28 Ulya TrofimovichFixed documentation regarding '...:naked' configurations.
2019-08-28 Ulya TrofimovichRespect 're2c:define:YYFILL:naked' and 're2c:yyfill...
2019-08-25 Ulya TrofimovichUpdated documentation for the new 're2c:sentinel' confi...
2019-08-25 Ulya TrofimovichAdded some tests for 're2c:sentinel' configuration.
2019-08-25 Ulya TrofimovichAdded -Wsentinel-in-midrule warning and 're2c:sentinel...
2019-08-17 Ulya TrofimovichGot rid of PACKAGE_DATE variable altogether (it was...
2019-08-14 Ulya TrofimovichMerge pull request #258 from lamby/934697-re2c-please...
2019-08-13 Chris LambMake the build reproducible 258/head
2019-08-13 Ulya TrofimovichMerge pull request #256 from certik/license
2019-08-13 Ulya TrofimovichUpdated bootstrap manpage.
2019-08-13 Ulya TrofimovichMerge pull request #255 from jcfp/master
2019-08-13 Ondřej ČertíkPackage LICENSE file in the release tarball 256/head
2019-08-12 jcfpfix documentation typos 255/head
2019-08-11 Ulya TrofimovichRelease 1.2.1. 1.2.1
2019-08-11 Ulya TrofimovichUpdated CHANGELOG.
2019-08-07 Ulya TrofimovichInstall standard library files in $(datadir)/re2c/stdli...
2019-08-05 Ulya TrofimovichAllow to reset 're2c:eof' configuration.
2019-08-02 Ulya TrofimovichRelease 1.2. 1.2
2019-08-02 Ulya TrofimovichUpdated release script.
2019-08-02 Ulya TrofimovichAdded include/ subdirectory to distribution and updated...
2019-08-02 Ulya TrofimovichFixed release date in CHANGELOG.
2019-08-01 Ulya TrofimovichRe-applied manpage updates (accidentally reverted by...
2019-08-01 Ulya TrofimovichUpdated CHANGELOG (converted to RST format to be in...
2019-07-29 Ulya TrofimovichUpdated manpage.
2019-07-26 Ulya TrofimovichRegenerated bootstrap files (some files were not update...
2019-07-26 Ulya TrofimovichPaper: cleaned up source files (mostly removed unused...
2019-07-25 Ulya TrofimovichFixed code generation for EOF rule with '-f --storable...
2019-07-24 Ulya TrofimovichPaper: added acknowledgements and adjusted formatting.
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...
next