]> granicus.if.org Git - re2c/shortlog
re2c
2015-09-07 Ulya TrofimovichFixed eternal loop in path cover generation algorithm...
2015-09-05 Ulya TrofimovichWith '--skeleton', store input data in binary form...
2015-09-04 Ulya TrofimovichWith '-skeleton', dump data to file immediately as...
2015-09-03 Ulya TrofimovichChanged '.keys' file format (generated with '--skeleton').
2015-09-03 Ulya TrofimovichSplit ".data" files (generated with '--skeleton') into...
2015-09-03 Ulya TrofimovichCombined path cover generation with path cover size...
2015-09-02 Ulya TrofimovichOmit some highly unlikely conditional exits from deep...
2015-09-02 Ulya TrofimovichSplit large source file into smaller files with distinc...
2015-09-02 Ulya TrofimovichNarrowed the scope of ".data" file.
2015-09-02 Ulya TrofimovichHid internals of skeleton paths under construction.
2015-09-01 Ulya TrofimovichRenamed and fixed warning about undefined control flow...
2015-08-28 Ulya TrofimovichNo need to NULL-terminate array of known size.
2015-08-28 Ulya TrofimovichNarrowed scope of local variables.
2015-08-28 Ulya TrofimovichSimplified array bounds check.
2015-08-28 Ulya TrofimovichAnother minor simplification of control flow.
2015-08-28 Ulya TrofimovichClarified control flow in nested loops.
2015-08-28 Ulya TrofimovichNarrowed scope of local variables.
2015-08-28 Ulya TrofimovichPass signed integer to 'std::setw' to avoid [-Wsign...
2015-08-27 Ulya TrofimovichDon't mix up empty code block with nonexistent one...
2015-08-27 Ulya TrofimovichDelay '-Wcondition-order' reporting until we have neces...
2015-08-27 Ulya TrofimovichAdded warning '-Wcondition-order'.
2015-08-26 Ulya TrofimovichSimplified tracking of condition order.
2015-08-25 Ulya TrofimovichFixed bug #119: "-f with -b/-g generates incorrect...
2015-08-24 Ulya TrofimovichMakefile.am: update bootstrap parser when necessary.
2015-08-24 Ulya Trofimovichdistcheck.sh can only run from top source directory.
2015-08-24 Ulya TrofimovichExplicit cast of signed nonnegative to unsigned (found...
2015-08-23 Ulya TrofimovichParse configuration strings in the same way as characte...
2015-08-22 Ulya TrofimovichTests: simple tests for parsing inplace configurations.
2015-08-22 Ulya TrofimovichParse inplace configuration names in lexer.
2015-08-20 Ulya TrofimovichZero-extend code units when casing them from 'signed...
2015-08-20 Ulya TrofimovichForbid newline in strings and character classes.
2015-08-20 Ulya TrofimovichTests: code points that exceed maximum for current...
2015-08-20 Ulya TrofimovichCheck if code point exceeds maximum. Correctly cast...
2015-08-19 Ulya TrofimovichParse unquoted flex-like strings in lexer.
2015-08-19 Ulya TrofimovichParse character strings in lexer.
2015-08-18 Ulya TrofimovichRemoved unused function.
2015-08-18 Ulya TrofimovichAdded warning '-Wuseless-escape'.
2015-08-18 Ulya TrofimovichAdded warning '-Wswapped-range'.
2015-08-18 Ulya TrofimovichParse character classes in lexer.
2015-08-16 Ulya TrofimovichLexer: no need to have "{0,}" special case.
2015-08-16 Ulya TrofimovichRestored explicit cast that was removed in 7af5d437e498...
2015-08-16 Ulya TrofimovichForce definition of some conditionally defined parts...
2015-08-16 Ulya TrofimovichFixed [-Wsign-conversion] warnings in 'testrange' sources.
2015-08-16 Ulya TrofimovichUse custom function instead of 'atoi' to read 32-bit...
2015-08-15 Ulya TrofimovichDon't use special regexp type for counted repetitions.
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...
next