]> granicus.if.org Git - re2c/history - src
Added include/ subdirectory to distribution and updated bootsrap files.
[re2c] / src /
2019-07-25 Ulya TrofimovichFixed code generation for EOF rule with '-f --storable...
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-13 Ulya TrofimovichAdded a few casts to 'printf' args to silence warnings...
2019-07-13 Ulya TrofimovichCosmetic: shortened macro name a bit and removed 'GXX...
2019-07-13 Ulya TrofimovichDisable ceratain warnings on bison-generated output...
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 -Wunused-template.
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 -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-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-06-25 Ulya TrofimovichAdded 'clear()' method to slab allocator.
2019-06-21 Ulya Trofimovichlibre2c: don't add nested negative tags to TNFA, as...
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-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-03-26 Ulya Trofimovichlibre2c: implemented Kuklewicz disambiguation algorithm...
2019-03-25 Ulya TrofimovichParameterize determinization/simulation context directl...
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-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 TrofimovichMoved re2c subdirectory to root directory and renamed...