]> granicus.if.org Git - re2c/shortlog
re2c
2015-09-24 Ulya TrofimovichReduced redundant global flags.
2015-09-24 Ulya TrofimovichHandle all inplace configurations in a uniform way.
2015-09-23 Ulya TrofimovichAutomatically resync options on read acccess (if they...
2015-09-23 Ulya TrofimovichMerged 'DFlag' and 'flag_skeleton' into one option...
2015-09-23 Ulya TrofimovichSeparated user config and effective config.
2015-09-22 Ulya TrofimovichPrepare to separate user config and effective config.
2015-09-21 Ulya TrofimovichKeep name table together with other options.
2015-09-21 Ulya TrofimovichGrouped options together in a struct.
2015-09-17 Ulya TrofimovichDocumentation: added warning descriptions to manpage...
2015-09-17 Ulya TrofimovichDocumentation: added warning descriptions to '-h, ...
2015-09-17 Ulya TrofimovichRemoved unused method declaration.
2015-09-17 Ulya TrofimovichGather some DFA statistics and use it to omit unused...
2015-09-17 Ulya TrofimovichOmit usseless 'yyaccept' variable in '--skeleton' programs.
2015-09-17 Ulya TrofimovichGenerate better code with '--skeleton': C90-compliant...
2015-09-16 Ulya TrofimovichCheck 'fread' return value in program generated with...
2015-09-16 Ulya TrofimovichSupport '--skeleton' with conditions and multiple re2c...
2015-09-15 Ulya TrofimovichMake 'filesize' function for '--skeleton' preserve...
2015-09-15 Ulya TrofimovichFixed MINGW builds where 'sizeof (int)' is equal to...
2015-09-15 Ulya TrofimovichChanged '-Wcondition-order' to warn even if 'YYSETCONDI...
2015-09-15 Ulya TrofimovichMore accurate handling of default rule for '--skeleton'.
2015-09-14 Ulya TrofimovichThe generated '--skeleton' program now warns about...
2015-09-14 Ulya TrofimovichFixed error in calculation of maximal path length in...
2015-09-14 Ulya TrofimovichCompacted keys representation (with '--skeleton').
2015-09-11 Ulya TrofimovichStore keys for '--skeleton' in binary.
2015-09-09 Ulya TrofimovichEstimate maximal path length in skeleton and abort...
2015-09-09 Ulya TrofimovichFixed memleaks (skeleton nodes were not destructed...
2015-09-09 Ulya TrofimovichMake skeleton a part of DFA.
2015-09-09 Ulya TrofimovichSuffixes of skeleton end nodes should be initialized...
2015-09-08 Ulya TrofimovichRenamed function.
2015-09-08 Ulya TrofimovichA more logical way to update rules when constructing...
2015-09-08 Ulya TrofimovichReduced the time of path generation with '--skeleton'.
2015-09-08 Ulya TrofimovichRenamed and restructured various kinds of skeleton...
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...
next