]> granicus.if.org Git - re2c/shortlog
re2c
2015-08-15 Ulya TrofimovichRemoved unused struct field.
2015-08-14 Ulya TrofimovichStore lexer buffer size inside of lexer class.
2015-08-14 Ulya TrofimovichSome more explicit casts in lexer fill procedure (found...
2015-08-14 Ulya TrofimovichLexer: unified token length calculation.
2015-08-14 Ulya TrofimovichUse different local variables for unrelated tasks.
2015-08-12 Ulya TrofimovichFixed '#27 re2c crashes reading files containing %...
2015-08-12 Ulya TrofimovichLexer: reduced unnecessary macro.
2015-08-12 Ulya TrofimovichLexer: glued together two variables with almost identic...
2015-08-12 Ulya TrofimovichAdded tests for occasionally fixed bug in code generation.
2015-08-11 Ulya TrofimovichMore accurate loop counting (inspired by [-Wsign-compare]).
2015-08-11 Ulya TrofimovichLoop counter should be unsigned (found with [-Wsign...
2015-08-11 Ulya TrofimovichSimplified regexp construction for case insensitive...
2015-08-11 Ulya TrofimovichExplicit cast of 'char' to 'unsigned char' in cmd optio...
2015-08-11 Ulya TrofimovichExplicit cast of 'char' to 'unsigned char' in lexer.
2015-08-11 Ulya TrofimovichSimplified pretty-printing individual characters.
2015-08-11 Ulya Trofimovichrun_tests.sh: a minor tweak to speed up tests (a little).
2015-08-10 Ulya TrofimovichA better way to avoid GCC [-Wreturn-type] false positives.
2015-08-10 Ulya Trofimovichconfigure.ac: added warning to CXXFLAGS: -Wsign-conversion
2015-08-10 Ulya TrofimovichMakefile.am: dropped bison flags: -y -d --no-lines.
2015-08-10 Ulya Trofimovichrun_tests.sh: separate stdout and stderr, diff with...
2015-08-10 Ulya TrofimovichStop loosing arcs in DFA loops when building path cover...
2015-08-10 Ulya TrofimovichYet one more explicit cast of pointer difference to...
2015-08-10 Ulya TrofimovichYet another explicit cast of pointer difference to...
2015-08-10 Ulya TrofimovichAnother explicit cast of pointer difference to uint32_t...
2015-08-10 Ulya TrofimovichExplicit cast of pointer difference to uint32_t: it...
2015-08-10 Ulya TrofimovichPrint single character as char rather than convert...
2015-08-10 Ulya TrofimovichFixes some hidden NULL pointer dereferencing.
2015-08-10 Ulya TrofimovichExplicit cast of pointer difference to uint32_t: it...
2015-08-10 Ulya Trofimovich'DFA::kCount' type should be ptrdiff_t as it's involved...
2015-08-10 Ulya TrofimovichAllow generic container to have size_t elements rather...
2015-08-09 Ulya TrofimovichUse 32 bits insted of 8 for warning status.
2015-08-09 Ulya TrofimovichUse ptrdiff_t instead of uint32_t to represent offset...
2015-08-09 Ulya TrofimovichRemoved useless piece of code (pretty-printing octal...
2015-08-09 Ulya TrofimovichUse size_t to store the length of path in skeleton.
2015-08-09 Ulya TrofimovichAdded comment.
2015-08-09 Ulya TrofimovichA special truncated unsigned 32-bit type for overflow...
2015-08-09 Ulya TrofimovichEncodings: use 32-bit unsigned arithmetics instead...
2015-08-09 Ulya Trofimovichconfigure.ac: added warning to CXXFLAGS: -Wconversion
2015-08-06 Ulya TrofimovichMakefile.am: dropped re2c flag '-i'.
2015-08-06 Ulya TrofimovichForgot to update bootstrap lexer (changed by commit...
2015-08-05 Ulya TrofimovichNow -Werror-<warning> turns on <warning> (unlike -Werro...
2015-08-04 Ulya TrofimovichBetter representation for rule actions; omit line info...
2015-08-04 Ulya TrofimovichFree memory allocated for range suffies at the same...
2015-08-04 Ulya TrofimovichAdded simple struct to store locations of parsed elemen...
2015-08-04 Ulya TrofimovichNew condition belongs to the whole rule rather than...
2015-08-04 Ulya TrofimovichRemoved unused 'strdup' function and autoconf check.
2015-07-30 Ulya TrofimovichSome tests for windows-style newlines (CR LF).
2015-07-30 Ulya TrofimovichFixed bug #115 "flex-style named definitions cause...
2015-07-29 Ulya TrofimovichFixed segfault on options that expect an argument but...
2015-07-29 Ulya TrofimovichForce custom input API with "--skeleton" option.
2015-07-29 Ulya TrofimovichRemoved extra newline at the end of some error messages.
2015-07-29 Ulya TrofimovichOutput error message when passed multiple arguments...
2015-07-29 Ulya TrofimovichCommented parser conflict.
2015-07-27 Ulya TrofimovichImproved warning messages with '-Werror'.
2015-07-27 Ulya TrofimovichOutput condition name with '-Wnaked-default' in '-c...
2015-07-27 Ulya TrofimovichUpdated tests.
2015-07-27 Ulya TrofimovichUnified location output in warning messages.
2015-07-27 Ulya TrofimovichRenames '-Wempty-rule' -> '-Wmatch-empty-string' and...
2015-07-27 Ulya TrofimovichEnable warnings globally for tests.
2015-07-27 Ulya TrofimovichDon't lose stdout and stderr when testing with -o.
2015-07-27 Ulya TrofimovichDon't output generated code when failed with -Werror.
2015-07-27 Ulya TrofimovichAdded warinigs: -W, -Werror.
2015-07-24 Ulya TrofimovichFixed typos in release script, updated release guidelines.
2015-07-21 Ulya TrofimovichSplit release script into tw parts: distcheck and every...
2015-07-21 Ulya TrofimovichMakefile.am: remved nonexistent file 'doc/index.html'.
2015-07-21 Ulya TrofimovichSite front page 'doc/index.html' gone to branch 'gh...
2015-07-21 Ulya TrofimovichMakefile.am: added forgotten header.
2015-07-21 Ulya TrofimovichFixed re2c behaviour with "--" command line option.
2015-07-21 Ulya TrofimovichAllow to specify exacly one input file and at most...
2015-07-20 Ulya TrofimovichFixed GXX warning '-Wsuggest-attribute=format'.
2015-07-20 Ulya TrofimovichUse 'vfprintf' instead of 'fprintf' to print variadic...
2015-07-20 Ulya TrofimovichModified release script to try build with bmake as...
2015-07-20 Ulya TrofimovichMakefile.am: drop non-POSIX make feature: '$<' in targe...
2015-07-20 Ulya TrofimovichMakefile.am: respect various 'make' alternatives: use...
2015-07-20 Ulya TrofimovichMakefile.am: use inference rule '.re.cc' to avoid rule...
2015-07-19 Ulya TrofimovichNew re2c-based parser for command line options.
2015-06-29 Ulya TrofimovichRemoved unused class variable.
2015-06-26 Ulya TrofimovichDon't check range bounds in pretty-printing function.
2015-06-26 Ulya TrofimovichRemoved unused function.
2015-06-23 Ulya TrofimovichComment on test for character class operations.
2015-06-23 Ulya TrofimovichAdded test for operations on character classes (additio...
2015-06-22 Ulya TrofimovichOperations on character classes: fixed subtraction...
2015-06-16 Ulya TrofimovichMore tests for "--empty-class" option.
2015-06-16 Ulya TrofimovichUpdated docs (added new options an long variants for...
2015-06-16 Ulya TrofimovichMakefile.am: added forgotten header.
2015-06-16 Ulya TrofimovichAdded cmd option "--empty-class <match-empty|match...
2015-06-16 Ulya TrofimovichPartial fix for bug #61 "empty character class [] match...
2015-06-15 Ulya TrofimovichConstruct non-NULL regexps from NULL ranges (for variab...
2015-06-15 Ulya TrofimovichCrash on attempt to create range with lower bound great...
2015-06-15 Ulya TrofimovichNow range internals are only visible to union/differenc...
2015-06-15 Ulya TrofimovichSimplified implementation of range union and difference.
2015-06-13 Ulya TrofimovichExplicitly shallow-copy ranges instead of using obscure...
2015-06-10 Ulya TrofimovichRestructured sources layout, improved formatting.
2015-06-09 Ulya TrofimovichUnified macro names in header guards.
2015-06-09 Ulya TrofimovichDistinct restricted type for rule priority.
2015-06-08 Ulya TrofimovichSimplified creation of rule states and backup states.
2015-06-08 Ulya TrofimovichA better data structure for mapping 'yyaccept' values...
2015-06-08 Ulya TrofimovichTried to improve code readability.
2015-06-08 Ulya TrofimovichTrack backup states only if DFA has default state.
2015-06-07 Ulya TrofimovichReduced redundant variable.
next