]> granicus.if.org Git - re2c/shortlog
re2c
2017-04-07 Petr Skociksync --help output w/ manpage 177/head
2017-04-04 Petr Skocikmore manpage fixes 175/head
2017-04-03 Petr SkocikGrammar fixes in the manpage 173/head
2016-11-11 Paulo CustodioFix #163
2016-11-11 Ulya TrofimovichConvert all line endings to LF before writing the gener...
2016-11-07 Ulya TrofimovichRecognize newlines in character strings and classes.
2016-11-05 Paulo CustodioOpen text files with "wb" causes issues on Windows 161/head
2016-11-05 Ulya Trofimovichrun_tests.sh: patch line endings in the generated file.
2016-11-05 Paulo CustodioInconsistent forward declaration of struct/class vs... 159/head
2016-11-03 Paulo CustodioFix #156
2016-06-25 Ulya TrofimovichFixed #147 "Please add symbol name to "can't find symbo...
2016-06-24 Ulya TrofimovichFixed bug #145 "Values for enum YYCONDTYPE are not...
2016-05-11 Ulya TrofimovichFixed bug #142 "segvault with null terminated input"
2016-04-29 Ulya TrofimovichFixed #141 "Tests under Windows".
2016-02-24 Ulya Trofimovichrun_tests.sh: don't crash on absolute filepaths in...
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.
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.
next