]> granicus.if.org Git - re2c/shortlog
re2c
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.
2015-10-08 Ulya TrofimovichAdded '-Wunreachable-rules' warning.
2015-10-07 Ulya TrofimovichFixed memleaks and grouped options in one big macro.
2015-10-07 Ulya TrofimovichMerge default rules on the fly, assign them the same...
2015-10-05 Ulya TrofimovichAutogenerated configuration tests: added default rule...
2015-10-05 Ulya TrofimovichSupport trailing context with '--skeleton'.
2015-10-04 Ulya TrofimovichMoved path-combining magic closer to path definition.
2015-10-04 Ulya TrofimovichFixed bug #116: "empty string with non-empty trailing...
2015-09-30 Ulya Trofimovich'--skeleton': don't forget to jump to start label when...
2015-09-30 Ulya Trofimovich'--skeleton': give more info when reporting unused...
2015-09-30 Ulya Trofimovich'--skeleton': fixed codegen error with '-b' (don't...
2015-09-30 Ulya Trofimovich'--skeleton': added missing newline in the generated...
2015-09-30 Ulya Trofimovich'--skeleton': tell function name when reporting errors...
2015-09-29 Ulya Trofimovich'--skeleton': respect empty string match.
2015-09-29 Ulya TrofimovichFixed skeleton generation in '-r' mode.
2015-09-28 Ulya TrofimovichSplit skeleton arc count limits for permutations, cover...
2015-09-28 Ulya TrofimovichDocs: updated descriptions of some inplace configurations.
2015-09-28 Ulya TrofimovichUnified meaning and mutual relations of some inplace...
2015-09-28 Ulya Trofimovichrun_tests.sh: preserve nested directory structure when...
2015-09-27 Ulya TrofimovichDon't hang forever trying to replace empty configuratio...
2015-09-27 Ulya TrofimovichDefault options should be syncronized as well.
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...
next