]> granicus.if.org Git - re2c/shortlog
re2c
2017-07-31 Ulya TrofimovichFixed GCC warnings with '-m32'.
2017-07-31 Ulya TrofimovichFixed some of the warnings that Clang emits with '...
2017-07-30 Ulya TrofimovichMerge remote-tracking branch 'origin/devel'.
2017-07-30 Petr Skocikfix documentation issue #184 devel
2017-07-30 Ulya TrofimovichManpage: removed occasionally copy-pasted section.
2017-07-30 Ulya TrofimovichAutogenerate help from manpage.
2017-07-30 Ulya TrofimovichManpage: include paths must be relative to 'top_srcdir'.
2017-07-30 Petr Skocikcompose manpage out of rsts from gh-pages-gen
2017-07-30 Petr Skociksync --help output w/ manpage
2017-07-30 Petr SkocikGrammar fixes in the manpage
2017-07-30 Ulya TrofimovichRecognize newlines in character strings and classes.
2017-07-30 Ulya TrofimovichFixed line endings in output files on Windows (#162...
2017-07-30 Ulya TrofimovichFixed #147 "Please add symbol name to "can't find symbo...
2017-07-30 Ulya TrofimovichFixed bug #145 "Values for enum YYCONDTYPE are not...
2017-07-30 Ulya Trofimovichrun_tests.sh: fix permissions after copying source...
2017-07-30 Ulya Trofimovichrun_tests.sh: patch line endings in the generated file.
2017-07-30 Ulya TrofimovichFixed #141 "Tests under Windows".
2017-07-30 Ulya TrofimovichMakefile.am: removed inexistent header.
2017-07-29 Ulya TrofimovichUpdated paper on Lookahead TDFA.
2017-07-29 Ulya TrofimovichExplicitly pass line/column info in all error messages.
2017-07-28 Ulya TrofimovichRenamed simple tags into 'stags' and tags with history...
2017-07-28 Ulya TrofimovichPOSIX disambiguation: use the same comparison algorithm...
2017-07-19 Ulya TrofimovichPaper on Lookahead TDFA: added benchmarks.
2017-07-18 Ulya TrofimovichReset '--no-lookahead' to default value if '--tags...
2017-07-18 Ulya TrofimovichApply tag version compaction even with '--no-optimize...
2017-07-18 Ulya TrofimovichSplit source file in two.
2017-07-17 Ulya TrofimovichReplaced configuration 'no-lookahead' with 'lookahead...
2017-07-17 Ulya TrofimovichAdded option '--no-optimize-tags' (switches off tag...
2017-07-17 Ulya TrofimovichFixed memory leak.
2017-07-17 Ulya TrofimovichForbid merging of tag variables for tags with and witho...
2017-07-16 Ulya TrofimovichAdded directive '/*!taglists:re2c ... */' to handle...
2017-07-12 Ulya TrofimovichPaper on Lookahead TDFA: added section about implementa...
2017-07-12 Ulya TrofimovichNicer output with '--dump-dfa-raw' and '--dump-nfa'.
2017-07-11 Ulya TrofimovichAllocate final/fallback tag versions beforehand.
2017-07-10 Ulya TrofimovichFirst part of the paper on Lookahead TDFA.
2017-07-07 Ulya TrofimovichNicer output with '--dump-dfa-raw' and '--posix-captures'.
2017-07-07 Ulya TrofimovichUse different closure algorithms for leftmost greedy...
2017-07-02 Ryan MastFix for possible invalidated iterator after resize
2017-07-02 Ryan MastAdd const to newver_t operator()
2017-07-02 Ulya TrofimovichAllow trivial cycles (of length 1) in tag commands.
2017-06-27 Ulya TrofimovichFixed typo that caused miscalculation of new tag version.
2017-06-27 Ulya TrofimovichInvert comparison result instead of negating its arguments.
2017-06-27 Ulya TrofimovichSkip (non-orbit) start tags during POSIX disambiguation.
2017-06-27 Ulya TrofimovichOnce again fixed history comparison for POSIX disambigu...
2017-06-06 Ulya TrofimovichUse Goldberg-Radzik shortest path algorithm for closure...
2017-06-05 Ulya TrofimovichCompare full tag histories, not just the last subhistories.
2017-05-24 Ulya TrofimovichSimplified queue handling in epsilon-closure algorithm.
2017-05-22 Ulya TrofimovichUse the same comparison functions for closure construct...
2017-05-21 Ulya TrofimovichUse two tags instead of three for captures under iteration.
2017-05-20 Ulya TrofimovichSilenced '-Wnondeterministic-tags' warning with '-...
2017-05-19 Ulya TrofimovichSkeleton should ignore fictive tags.
2017-05-19 Ulya TrofimovichForbid mixing leftmost greedy and POSIX disambiguation.
2017-05-19 Ulya TrofimovichSimplified POSIX disambiguation by reconstructing captu...
2017-05-16 Ulya TrofimovichFixed history comparison in case both latest subhistori...
2017-05-16 Ulya TrofimovichAvoid exponential blowup in tagged epsilon-closure...
2017-04-29 Ulya TrofimovichDon't split tag history into individual sub-histories...
2017-04-20 Petr Skocikfix documentation issue #184
2017-04-16 Ulya TrofimovichSkeleton: constified tag variables to get rid of compil...
2017-04-16 Ulya TrofimovichCommand normalization: update pointer to last command...
2017-04-16 Ulya TrofimovichAdded comment.
2017-04-16 Ulya Trofimovichrelease.sh: added cppcheck and headers check to wish...
2017-04-14 Ulya TrofimovichForbid dependency cycles in tag commands.
2017-04-14 Ulya TrofimovichTag interference analysis: compare actual values, not...
2017-04-13 Ulya TrofimovichSkeleton: don't forget to return error in case of tag...
2017-04-12 Ulya TrofimovichFinal tag versions in unreachable rules should be marke...
2017-04-12 Ulya Trofimovich'--dump-adfa': fixed pretty-printing of tag commands.
2017-04-12 Ulya TrofimovichPreserve order of commands when adding fallback tags.
2017-04-12 Ulya TrofimovichAdded debug for tag optimizations (CFG and interference...
2017-04-12 Ulya TrofimovichRecord full history for history-based tags on epsilon...
2017-04-11 Ulya TrofimovichKeep tag histories for the whole time of determinization.
2017-04-10 Ulya TrofimovichManpage: removed occasionally copy-pasted section.
2017-04-10 Ulya TrofimovichAutogenerate help from manpage.
2017-04-09 Ulya TrofimovichManpage: include paths must be relative to 'top_srcdir'.
2017-04-09 Ulya Trofimovichrun_tests.sh: fix permissions after copying source...
2017-04-09 Petr Skocikcompose manpage out of rsts from gh-pages-gen 179/head
2017-04-08 Ulya TrofimovichTopsort: always initialize in-degree with zeroes.
2017-04-08 Ulya TrofimovichDon't forget final and fallback commands when looking...
2017-04-08 Ulya TrofimovichMerged a couple of slightly different 'topsort' version...
2017-04-08 Ulya Trofimovich'save' commands also need topological sorting: they...
2017-04-08 Ulya TrofimovichWhen mapping states, avoid double substitution in ...
2017-04-07 Petr Skociksync --help output w/ manpage 177/head
2017-04-07 Ulya TrofimovichFixed checking duplicates when creating tag commands.
2017-04-07 Ulya TrofimovichDon't forget histories when comparing right hand sides...
2017-04-07 Ulya TrofimovichSkeleton: don't emit declarations for tags that are...
2017-04-07 Ulya TrofimovichDon't forget initial tag command when looking for histo...
2017-04-07 Ulya TrofimovichTag histories in commands must be addressed by absolute...
2017-04-07 Ulya TrofimovichDon't sort and deduplicate 'save' commands for tags...
2017-04-07 Ulya Trofimovich'save' commands for tags with history may need fallback...
2017-04-07 Ulya TrofimovichAdded skeleton support for tags with history.
2017-04-06 Ulya TrofimovichFixed order of tag commands.
2017-04-06 Ulya TrofimovichChanged generic API for tags.
2017-04-06 Ulya TrofimovichAdded codegen primitives for tags with history.
2017-04-06 Ulya TrofimovichFixed tag optimizations to respect tags with history.
2017-04-05 Ulya TrofimovichAdded syntax for tags with history.
2017-04-05 Ulya TrofimovichStarted to add optional history for each tag.
2017-04-05 Ulya TrofimovichSeparated lookahead tags from tag versions in closure...
2017-04-04 Petr Skocikmore manpage fixes 175/head
2017-04-04 Ulya TrofimovichFixed liveness analysis inside of basic block.
2017-04-04 Ulya TrofimovichMerge 'save' and 'copy' command lists into one common...
2017-04-03 Petr SkocikGrammar fixes in the manpage 173/head
next