]> granicus.if.org Git - re2c/shortlog
re2c
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.
2015-06-06 Ulya TrofimovichFixed bug #60 "redundant use of YYMARKER".
2015-06-04 Ulya TrofimovichFixed bug #59 "bogus 'yyaccept' in '-c' mode".
2015-06-02 Ulya TrofimovichUse autoconf to locate bison.
2015-06-02 Ulya TrofimovichRespect user CXXFLAGS.
2015-06-02 Ulya TrofimovichAdded missing header (revealed by mingw build).
2015-06-02 Ulya TrofimovichCheck CXXFLAGS in configure.
2015-06-02 Ulya TrofimovichSupport 'make distcheck'.
2015-06-02 Ulya TrofimovichFixed build system to support automake's 'subdir-object...
2015-06-01 Ulya TrofimovichEnable silent builds by default.
2015-06-01 Ulya TrofimovichIgnore one more autoconf-generated script.
2015-06-01 Ulya TrofimovichRemoved remnants of CVS ("# $Id$" in the beginning...
2015-06-01 Ulya TrofimovichUse autoreconf.
2015-05-28 Ulya TrofimovichSplit header and appropriate source file into smaller...
2015-05-28 Ulya TrofimovichMoved another utility class to a separate file in ...
2015-05-28 Ulya TrofimovichMoved utility class to a separate file in 'src/util/'.
2015-05-28 Ulya TrofimovichDon't output newline instead if label in initial DFA...
2015-05-28 Ulya TrofimovichIntroduced a distinct type for labels.
2015-05-27 Ulya TrofimovichMoved label assignment out of global scope to 're2c...
2015-05-27 Ulya TrofimovichSome renaming and comment updating.
2015-05-27 Ulya TrofimovichAdded some more on 're2c:startlabel = <integer>;' confi...
2015-05-27 Ulya TrofimovichClarified which label is used.
2015-05-27 Ulya TrofimovichIsolated label counting.
2015-05-27 Ulya TrofimovichSeparated code generation for DFA actions and DFA states.
2015-05-27 Ulya TrofimovichGather all label counting in one place prior to code...
2015-05-27 Ulya TrofimovichMoved start label configuration out of global scope.
2015-05-26 Ulya TrofimovichOutput user-defines start label in the appropriate...
2015-05-26 Ulya TrofimovichDon't hide the ugly fact that default state in '-f...
2015-05-26 Ulya TrofimovichClarify which label is relevant to initial state.
2015-05-26 Ulya TrofimovichCompare DFA states rather than labels.
2015-05-24 Ulya TrofimovichClarify which label is relevant to initial state.
2015-05-24 Ulya TrofimovichClarify that initial state stores 'start_label', not...
2015-05-21 Ulya TrofimovichCompare DFA states rather than labels.
2015-05-20 Ulya TrofimovichRegenerated documentation (changed by previous commit).
2015-05-20 Ulya TrofimovichFinally removed auxiliary code generation pass to ...
2015-05-19 Ulya TrofimovichPass only that part of output needed by 're2c::State...
2015-05-19 Ulya TrofimovichFixed clang's "warning: declaration shadows a local...
2015-05-19 Ulya Trofimovich're2c::emit_init' doesn't generate anything useful...
2015-05-19 Ulya TrofimovichAnother part of tracking label usage moved out from...
2015-05-19 Ulya TrofimovichSimplified 're2c::Action' class and its usage.
2015-05-18 Ulya TrofimovichFixed clang's "warning: declaration shadows a local...
2015-05-16 Ulya TrofimovichDon't copy <*> regexps for each condition.
2015-05-14 Ulya TrofimovichForbid copying of 're2c::Substr'.
2015-05-14 Ulya TrofimovichRemoved obsolete 're2c::Str' stuff.
2015-05-14 Ulya TrofimovichPass unquoted strings to parsing functions.
2015-05-14 Ulya TrofimovichNow 're2c::Token' uses 'std::string' instead of 're2c...
2015-05-14 Ulya TrofimovichSimplified handling of named definitions in parser.
2015-05-14 Ulya TrofimovichFixed mismatched new/delelte (found by valgrind).
2015-05-13 Ulya TrofimovichMoved 're2c::Symbol' class to a separate header and...
2015-05-13 Ulya TrofimovichReplaced 're2c::Str' with 'std::string'.
2015-05-13 Ulya TrofimovichCXXFLAGS: removed -DPEDANTIC, added -Weffc++. Fixed...
2015-05-13 Ulya TrofimovichSplit 'src/dfa/dfa.h' into parts: DFA states, DFA actio...
2015-05-12 Ulya TrofimovichMoved functions declarations and typedefs to a proper...
2015-05-12 Ulya TrofimovichMerged 'src/codegen/translate.cc' into 'src/codegen...
2015-05-12 Ulya TrofimovichSplit 'src/codegen/code.cc' into parts.
2015-05-12 Ulya TrofimovichRenamed struct to avoid confusion.
2015-05-12 Ulya TrofimovichMoved 're2c::BitMap' methods to a separate source file.
2015-05-12 Ulya TrofimovichRemoved some useless includes from 'src/codegen/code...
2015-05-12 Ulya TrofimovichMoved lexing functions to proper file.
2015-05-11 Ulya TrofimovichRemoved useless include.
2015-05-11 Ulya TrofimovichReduced "src/codegen/print.h" dependency for some unrel...
2015-05-11 Ulya TrofimovichImproved source files layout.
2015-05-11 Ulya TrofimovichAdded mingw builds for windows.
2015-05-11 Ulya TrofimovichDon't recompile scanner by default.
2015-05-11 Ulya TrofimovichDon't rebuild docs by default.
2015-05-08 Ulya TrofimovichUpdated build system.
2015-04-23 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-22 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-22 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-22 Ulya TrofimovichContinued adding "--skeleton" switch.
next