]> granicus.if.org Git - re2c/shortlog
re2c
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.
2015-04-21 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-20 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-20 Ulya TrofimovichAdded portable version of <stdint.h>, converted the...
2015-04-20 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-20 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-20 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-20 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-19 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-19 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-19 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-17 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-17 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-17 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-16 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-16 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-15 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-15 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-15 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-08 Ulya TrofimovichCode cleanup.
2015-04-08 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-07 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-06 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-05 Ulya TrofimovichRemoved useless type of DFA state.
2015-04-05 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-03 Ulya TrofimovichDetermine action type in a simpler way.
2015-04-03 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-03 Ulya TrofimovichRemoved useless NULL check (all NULL destination states...
2015-04-02 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-04-02 Ulya TrofimovichOmit useless check for NULL: default transitions are...
2015-04-02 Ulya TrofimovichSome output should be generated with "--skeleton",...
2015-04-02 Ulya TrofimovichMakefile.am: added "-O2" to CXXFLAGS
2015-04-02 Ulya TrofimovichPrettified debug output.
2015-03-30 Ulya TrofimovichContinued adding "--skeleton" switch.
2015-03-27 Ulya TrofimovichStarted adding "--skeleton" switch.
2015-03-27 Ulya TrofimovichTesting script: trap SIGINT in child threads.
2015-03-26 Ulya TrofimovichA little code cleanup.
2015-03-26 Ulya TrofimovichDon't output YYCTXMARKER stuff in .dot mode.
2015-03-26 Ulya TrofimovichRun tests in parallel with "-j<threads>" option.
2015-03-26 Ulya TrofimovichComment
2015-03-26 Ulya TrofimovichAdded text file 'sf-cheatsheet' to make some notes...
2015-03-26 Ulya TrofimovichRemoved unused funtion.
2015-03-18 Ulya TrofimovichMake 'Go' hierarchy independent of relabelling.
2015-03-18 Ulya Trofimovich- Track used labels in a separate traversal of 'Go...
2015-03-18 Ulya TrofimovichAbstracted common used constant in a class variable.
2015-03-18 Ulya TrofimovichSeparated 'Go' stuff: construction and output.
2015-03-17 Ulya TrofimovichReduced redundant parameter.
2015-03-17 Ulya TrofimovichSplit control flow codegen in two phases:
2015-03-15 Ulya TrofimovichExtracted duplicated code to a function.
2015-03-15 Ulya TrofimovichUpdated test results (changed due to the previous commit).
2015-03-15 Ulya TrofimovichRemoved YYDEBUG call before switch.
2015-03-13 Ulya TrofimovichDon't segfault if span has zero length.
2015-03-12 Ulya TrofimovichSimplified codegen decision between switches/ifs.
2015-03-11 Ulya TrofimovichRemoved unreachable condition.
2015-03-11 Ulya TrofimovichNumber of high (wide) spans not necessarily depends...
2015-03-11 Ulya TrofimovichMoved bitmap statistics counting inside of 'Go' class.
2015-03-11 Ulya TrofimovichMoved bitmap statistics to 'Go' class.
2015-03-11 Ulya TrofimovichMoved methods out of class.
2015-03-11 Ulya TrofimovichReduced useless wrappers.
2015-03-11 Ulya TrofimovichPass limited span instead of checking range all the...
2015-03-11 Ulya TrofimovichSimplify handling of high/low spans.
2015-03-10 Ulya TrofimovichMoved wide span barrier to 0x100 rather than 0xFF.
2015-03-10 Ulya TrofimovichRemoved useless statistics counter.
2015-03-10 Ulya TrofimovichReclaced class member with a local variable.
2015-03-10 Ulya TrofimovichReplaced class member with a local variable.
2015-03-10 Ulya TrofimovichEliminated redundant variable.
2015-03-10 Ulya TrofimovichRemoved unused variable.
2015-03-10 Ulya TrofimovichRemoved dead code.
2015-03-10 Ulya TrofimovichExtracted common functionality in codegen -g and -b...
2015-03-07 Ulya TrofimovichRemoved obsolete condition (makes no sense in single...
2015-03-07 Ulya TrofimovichSimplified .dot codegen:
2015-03-05 Ulya TrofimovichSimplified switch generetion in codegen.
2015-03-04 Ulya TrofimovichContinued separating .dot case from other cases in...
2015-03-04 Ulya TrofimovichContinued separating .dot case from other cases in...
2015-03-04 Ulya TrofimovichContinued separating .dot case from other cases in...
2015-03-04 Ulya TrofimovichContinued separating .dot case from other cases in...
2015-03-04 Ulya TrofimovichContinued separating .dot case from other cases in...
2015-03-04 Ulya TrofimovichStarted to separate .dot case from other cases in codegen.
2015-03-04 Ulya TrofimovichRemoved dead code.
2015-03-02 Ulya TrofimovichHided 'OutputFile' structure.
2015-03-02 Ulya TrofimovichCode cleanup in input/output:
2015-02-27 Ulya TrofimovichFinally get rid of 'file_info' and 'stream_lc.h'
2015-02-26 Ulya TrofimovichReduce 'file_info' usage (in order to get rid of 'strea...
2015-02-26 Ulya Trofimovich'token.h' no longer depends on 'file_info'.
2015-02-26 Ulya TrofimovichNow input stream is simple 'FILE *'.
2015-02-26 Ulya TrofimovichDead code elimination.
2015-02-26 Ulya TrofimovichRemoved unused enum members.
2015-02-26 Ulya TrofimovichMoved operator definition to where it belongs.
next