]> granicus.if.org Git - re2c/shortlog
re2c
2016-05-14 Ulya TrofimovichDon't forget to dereference tag aliases.
2016-05-13 Ulya TrofimovichMoved dispatch on fixed/variable tags inside of tag...
2016-05-13 Ulya TrofimovichFixed tag substitution.
2016-05-11 Ulya TrofimovichCode cleanup: removed useless/added missing includes.
2016-05-11 Ulya TrofimovichDon't use '-Werror-nondeterministic-tags' with '-T...
2016-05-11 Ulya TrofimovichFixed bug #142 "segvault with null terminated input"
2016-05-11 Ulya TrofimovichDon't loose tags on epsilon-loops in NFA.
2016-05-11 Ulya TrofimovichAdded tests for tags (nondeterminism, unsuccessfull...
2016-05-11 Ulya TrofimovichRestore user warnings after temporarily enforcing a...
2016-05-11 Ulya TrofimovichFixed memleak.
2016-05-11 Ulya TrofimovichAllow to override output and header filenames with...
2016-05-10 Ulya TrofimovichFixed parsing of some configurations (forgot to parse...
2016-05-10 Ulya TrofimovichAdded tests for bug #121 "trailing contexts are fundame...
2016-05-10 Ulya TrofimovichCode cleanup: use anonymous union to shorten names.
2016-05-10 Ulya TrofimovichRenamed 'contexts' to 'tags' (and all related stuff...
2016-05-09 Ulya TrofimovichKeep fixed and variable tags together in one array.
2016-05-06 Ulya TrofimovichDon't force mutations of immutable regexp AST.
2016-05-05 Ulya TrofimovichAllow tags in any part of regexp, not only on top-level...
2016-05-02 Ulya TrofimovichFixed comparison for struct 'kitem_t' (constified both...
2016-05-02 Ulya TrofimovichBind contexts (a.k.a. tags) to DFA transitions, not...
2016-05-01 Ulya TrofimovichKeep rule number in each NFA state (not only in final...
2016-05-01 Ulya TrofimovichCleanup in codegen (minor changes in '-D, --emit-dot...
2016-05-01 Ulya TrofimovichMore precise liveness analyses for context deduplication.
2016-04-30 Ulya TrofimovichCleanup in code generation (mostly formatting).
2016-04-30 Ulya TrofimovichSimplified rule tracking during DFA construction.
2016-04-30 Ulya TrofimovichSimplified collecting context names during code generation.
2016-04-30 Ulya TrofimovichRule contexts are consecutive, so we only need to store...
2016-04-30 Ulya TrofimovichCount contexts after deduplication.
2016-04-30 Ulya TrofimovichBreak from loop if the remaining iterations have no...
2016-04-30 Ulya TrofimovichCleaned up code that merges arcs while tunneling DFA.
2016-04-05 Ulya TrofimovichMoved conditions and contexts from global scope to...
2016-04-05 Ulya TrofimovichAdded configurations for all command-line options.
2016-04-03 Ulya TrofimovichSeparated .dot code generation from common case.
2016-04-03 Ulya TrofimovichOmit some useless newlines in the generated code.
2016-04-02 Ulya TrofimovichLexer: minor code cleanup (check errors before doing...
2016-04-02 Ulya TrofimovichLexer: moved 'end of comment' sublexer to a separate...
2016-04-02 Ulya TrofimovichLexer: unified handling of various re2c directives.
2016-04-02 Ulya TrofimovichLexer: drop useless rule.
2016-04-02 Ulya TrofimovichLexer: don't care if end of comment is followed by...
2016-04-02 Ulya TrofimovichLexer: suppressed directives in skeleton mode, cleaned...
2016-04-01 Ulya TrofimovichExplicitely handle empty string in lexer.
2016-04-01 Ulya TrofimovichAdded directive '/*!contexts:re2c ... */'.
2016-03-29 Ulya TrofimovichParser grammar cleanup.
2016-03-29 Ulya TrofimovichOptimized pointer arithmetics generated with '-C, ...
2016-03-29 Ulya TrofimovichAdded some configurations related to '-C, --contexts...
2016-03-28 Ulya TrofimovichUse 'std::valarray' instead of 'std::vector' to avoid...
2016-03-28 Ulya TrofimovichUse 'size_t' instead of 'uint32_t' to avoid 'static_cast'.
2016-03-28 Ulya TrofimovichMake sure that default rule is handled together with...
2016-03-28 Ulya TrofimovichMoved nontrivial context handling from parser to NFA...
2016-03-23 Ulya TrofimovichAdded partial submatch extraction.
2016-03-16 Ulya TrofimovichMoved loop counters out of skeleton; they belong to...
2016-03-16 Ulya TrofimovichPack all stuff relevant to skeleton data generation...
2016-03-16 Ulya TrofimovichUse distinct type for path suffixes during skeleton...
2016-03-16 Ulya TrofimovichAddress skeleton nodes by indices rather than by pointers.
2016-03-15 Ulya TrofimovichReuse the same struct to represent different kinds...
2016-03-15 Ulya Trofimovich[-Wundefined-control-flow] analyses: simplified path...
2016-03-15 Ulya TrofimovichAdded comments.
2016-03-15 Ulya TrofimovichMoved comment.
2016-03-15 Ulya TrofimovichMoved calculation of fallback states to earlier stage...
2016-03-14 Ulya TrofimovichEradicated occasional copy-paste.
2016-03-14 Ulya TrofimovichMoved function definitions out of header.
2016-03-14 Ulya TrofimovichSkeleton: simplified path structure.
2016-03-14 Ulya TrofimovichSkeleton: respect fixed-length contexts.
2016-02-26 Ulya Trofimovichrun_tests.sh: fixed cleanup of intermediate files with...
2016-02-24 Ulya Trofimovichrun_tests.sh: don't crash on absolute filepaths in...
2016-02-22 Ulya TrofimovichCode cleanup: moved rule construction to a separate...
2016-02-22 Ulya TrofimovichMark rules as nullable rather than keep a separate...
2016-02-22 Ulya TrofimovichNow regexp AST is immutable.
2016-02-22 Ulya TrofimovichCode cleanup: replaced Regexp inheritance hierarchy...
2016-02-22 Ulya TrofimovichCode cleanup: factored RuleInfo out of RuleOp.
2016-02-17 Ulya TrofimovichSimplified tracking of fixed-length trailing contexts.
2016-02-17 Ulya TrofimovichFixed an old bug in function calculating regexp length.
2016-02-17 Ulya TrofimovichSimplified [-Wmatch-empty-rule] analyses.
2016-02-07 Ulya Trofimovichrun_tests.sh: avoid another '+=' in bash arrays (compat...
2016-02-07 Ulya Trofimovichrun_tests.sh: avoid '+=' in bash arrays (compatibility...
2016-02-07 Sergei Trofimovichadd basic support for travis-ci.org integration 136/head
2016-02-07 Sergei Trofimovichre2c/Makefile.am: use RST2MAN variable instead of hardc...
2016-01-21 Ulya TrofimovichRelease 0.16. 0.16
2016-01-21 Ulya TrofimovichMerged branch 'devel'.
2016-01-21 Ulya TrofimovichUpdated CHANGELOG (preparing release 0.16).
2016-01-20 Ulya TrofimovichMakefile.am: fixed path to header.
2016-01-20 Ulya TrofimovichRemoved forgotten 'typename' kewyword in non-template...
2016-01-19 Ulya TrofimovichFixed includes (applied some of 'include-what-you-use...
2016-01-17 Ulya TrofimovichApplied #131: "Use bash-specific '[[' builtin".
2016-01-16 Ulya TrofimovichStabilized the list of shadowing rules reported by...
2016-01-15 Ulya TrofimovichMerged two small headers into one.
2016-01-13 Ulya TrofimovichCompact DFA states after minimization.
2016-01-13 Ulya TrofimovichReplaced class method with function.
2016-01-13 Ulya TrofimovichKeep data relevant to DFA determinization outsde of...
2016-01-11 Ulya TrofimovichMoved YYFILL points calculation to the earlier stage...
2016-01-07 Ulya TrofimovichSerialize '--skeleton' generated data in little-endian.
2016-01-07 Ulya TrofimovichSerialize '--skeleton' generated data in little-endian.
2016-01-06 Ulya Trofimovichconfigure.ac: fixed error message.
2016-01-06 Ulya Trofimovichconfigure.ac: check for 'rst2man' as well as 'rst2man...
2016-01-05 Ulya TrofimovichExplicitely handle default state as special case during...
2016-01-02 Ulya TrofimovichCheck accumulated parameter before entering recursion.
2016-01-01 Ulya TrofimovichRenamed files and function.
2015-12-31 Ulya TrofimovichMoved source subdirectory.
2015-12-31 Ulya TrofimovichMoved source files to a proper subdirectory.
2015-12-31 Ulya TrofimovichRemoved obsolete code deduplication mechanism.
next