]> granicus.if.org Git - re2c/shortlog
re2c
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.
2015-12-31 Ulya TrofimovichRemoved obsolete comments.
2015-12-31 Ulya TrofimovichAdded test for bug #128 "very slow DFA construction...
2015-12-31 Ulya TrofimovichAdded DFA minimization and option '--dfa-minimization...
2015-12-30 Ulya TrofimovichSplit DFA intermediate representation in two parts...
2015-12-21 Ulya TrofimovichMerge branch 'master' of git://github.com/jcfp/re2c
2015-12-21 jcfpmissed some occurrences... 130/head
2015-12-21 Ulya TrofimovichMerge branch 'master' into devel
2015-12-21 Ulya TrofimovichMerge branch 'jcfp-master'
2015-12-21 jcfptyp0 fixes 129/head
2015-12-19 Ulya TrofimovichKeep DFA states in a hash map (to speedup lookup fo...
2015-12-18 Ulya TrofimovichDFA construction: epsilon-closure of NFA states: pick...
2015-12-18 Ulya TrofimovichChanged bytecode intermediate representation to a simpl...
2015-12-15 Ulya TrofimovichBase '+' (one or more repetitions) on '*' (zero or...
2015-12-14 Ulya TrofimovichNo need to preserve special order of states while build...
2015-12-14 Ulya TrofimovichDropped the difference between left and right default...
2015-12-14 Ulya TrofimovichReordered states in DFA.
2015-12-09 Ulya TrofimovichFixed bug #127: "code generation error with wide chars...
2015-12-05 Ulya TrofimovichSimplified handling of character ranges in DFA construc...
2015-12-05 Ulya TrofimovichOptimized charset representation.
2015-12-02 Ulya TrofimovichRelease 0.15.3. 0.15.3
2015-12-01 Ulya TrofimovichPrepare release 0.15.3: updated CHANGELOG.
2015-12-01 Ulya TrofimovichAdded description of '--no-version' option to help...
2015-12-01 Ulya TrofimovichFixed '#include's (appied most of 'include-what-you...
2015-12-01 Ulya TrofimovichPrefixed all tokens with 'TOKEN_'.
2015-12-01 Ulya TrofimovichMakefile.am: use 'AM_V_GEN' prefix to report custom...
2015-12-01 Ulya Trofimovichrun_tests.sh (with '--skeleton'): clarified message...
2015-11-30 Ulya TrofimovichRenamed tests that contained uppercase letters in file...
2015-11-30 Ulya Trofimovichconfigure.ac: suppress some warnings with '-Weverything'.
2015-11-30 Ulya Trofimovich'-Wundefined-control-flow': fixed patterns ordering...
2015-11-29 Ulya TrofimovichRemoved one particularly fat test from test collection.
2015-11-29 Ulya TrofimovichSubstitute template class with non-template, as only...
2015-11-29 Ulya TrofimovichSkeleton data generation: suffix should be multipath...
2015-11-29 Ulya TrofimovichSkeleton data generation: cover all edges in 1-byte...
2015-11-29 Ulya TrofimovichSkeleton data generation: dropped exponential algorithm...
2015-11-29 Ulya TrofimovichRemoved obsolete '__STDC_LIMIT_MACROS' and '__STDC_CONS...
2015-11-29 Ulya TrofimovichFixed [-Wconversion] warning.
2015-11-29 Ulya Trofimovichrun_tests.sh: use '--no-version --no-generation-date...
2015-11-29 Ulya TrofimovichAdded option '--no-version' that omits version in finge...
2015-11-28 Sergei TrofimovichGet rid of UINT32_MAX and friends 124/head
2015-11-28 Ulya TrofimovichFixed crashes of 'ostream& operator<< (ostream& os...
2015-11-28 Ulya Trofimovichrun_tests.sh: use '/usr/bin/env bash' to locate bash.
2015-11-28 Ulya TrofimovichMakefile.am: use '=' instead of '==' to compare strings.
2015-11-28 Ulya TrofimovichDon't use overloaded constructors with integral types.
2015-11-28 Oleksii TaranFix "CODE" symbol collision on OS X (see #122)
2015-11-27 Ulya TrofimovichAllowed chaining for all 'OutputFile' methods; renamed...
2015-11-27 Ulya TrofimovichUse local re2c (in '$(top_bulddir)') rather than system...
2015-11-27 Ulya TrofimovichDon't use 'operator <<' overloads with integral types...
2015-11-23 Ulya TrofimovichRelease 0.15.2. 0.15.2
2015-11-23 Ulya TrofimovichPrepare release 0-15.2: updated CHANGELOG.
2015-11-23 Ulya TrofimovichMakefile.am: lexer dependends on bison-generated parser...
2015-11-22 Ulya TrofimovichRelease 0.15.1. 0.15.1
2015-11-22 Ulya TrofimovichPrepare release 0.15.1: updated CHANGELOG.
2015-11-22 Ulya Trofimovichrun_tests.sh: fix the order of files in test results.
2015-11-22 Ulya Trofimovichrelease.sh: don't forget to push tags.
2015-11-22 Ulya TrofimovichRelease 0.15. 0.15
2015-11-22 Ulya TrofimovichPrepare release 0.15: updated release instructions.
2015-11-22 Ulya TrofimovichPrepare release 0.15: updated CHANGELOG.
2015-11-22 Ulya TrofimovichUse 'rst2man.py' to build manpage; updated manpage.
2015-11-21 Ulya TrofimovichMerge branch 'master' into simplified_codegen.
2015-11-18 Ulya TrofimovichSkeleton: data generation (linear): don't forget to...
2015-11-16 Ulya TrofimovichSkeleton: changed formatting of the generated code...
2015-11-16 Ulya TrofimovichSkeleton: disregard default rule when estimating maximu...
2015-11-10 Ulya TrofimovichLex strings and character classes in a more elegant...
2015-11-09 Ulya TrofimovichRecognize escaped dash '\-' in character class.
2015-10-16 Ulya TrofimovichFixed tests for bug #119: "-f with -b/-g generates...
2015-10-15 Ulya Trofimovichrun_tests.sh: tried to clarify regexp that splits optio...
2015-10-14 Ulya Trofimovichrun_tests.sh: run each test in a separate directory...
2015-10-14 Ulya Trofimovichrun_tests.sh: don't change filenames to '<stdout>'.
2015-10-14 Ulya Trofimovichrun_tests.sh: paste type headers into source file and...
2015-10-14 Ulya Trofimovichrun_tests.sh: use '-o' option. Added tests for '--skele...
2015-10-13 Ulya TrofimovichOmit unnecessary null pointer check (suggested by Marku...
2015-10-13 Ulya Trofimovichrun_tests.sh: added option '--keep-tmp-files'.
2015-10-13 Ulya Trofimovichrun_tests.sh: added '--skeleton' option.
2015-10-12 Ulya TrofimovichSplit main lexer and configuration lexer in two separat...
2015-10-12 Ulya TrofimovichFactored out some common lexing pieces into separate...
2015-10-12 Ulya TrofimovichParse inplace configurations in lexer; don't pass them...
2015-10-08 Ulya TrofimovichImproved '-Wmatch-empty-string' warning.
next