]> granicus.if.org Git - re2c/shortlog
re2c
2019-01-03 Ulya TrofimovichPaper: simplifying GOR1 initialization pseudocode.
2019-01-02 Ulya TrofimovichSmall cosmetic simplifications in POSIX precedence.
2019-01-02 Ulya TrofimovichUse a specialized simplified version of POSIX compariso...
2019-01-01 Ulya TrofimovichIntrinsic options that do not have configurations shoul...
2019-01-01 Ulya TrofimovichAdded debug option --dump-closure-stats.
2018-12-31 Ulya TrofimovichAdjust TNFA construction for bounded repetition to...
2018-12-31 Ulya TrofimovichOrder initial configurations by POSIX precedence in...
2018-12-31 Ulya TrofimovichAdded option --posix-closure <gor1|gtop>. Removed confi...
2018-12-31 Ulya TrofimovichAdded GTOP SSSP algorithm for computing epsilon-closure...
2018-12-31 Ulya Trofimovichrun_tests.sh: cleanup .inc files.
2018-12-30 Ulya TrofimovichConverting tabs to spaces (cosmetic).
2018-12-30 Ulya TrofimovichEh, some of the asserts were doing useful work and...
2018-12-30 Ulya TrofimovichAdded assert wrapper that is turned on/off with --enabl...
2018-12-30 Ulya TrofimovichFixed errors in packing of signed integers.
2018-12-30 Ulya TrofimovichReduce boilerplate in option parser with a few macros.
2018-12-30 Ulya TrofimovichUse a couple of helper functions to make string constru...
2018-12-30 Ulya TrofimovichCorrectly parse -I option with or without space before...
2018-12-29 Ulya Trofimovichrun_tests.sh: use paths relative to build directory...
2018-12-29 Ulya TrofimovichAdding forgotten files to git.
2018-12-29 Ulya TrofimovichMore tests for include directive.
2018-12-29 Ulya TrofimovichResolve names of included files relative to including...
2018-12-29 Ulya TrofimovichUse correct order when unreading files from lexer buffer.
2018-12-27 Ulya TrofimovichSimplified lexing of include directive.
2018-12-27 Ulya TrofimovichTweaking a couple of labels in lexer to simplify updati...
2018-12-27 Ulya TrofimovichRemoved unused struct field.
2018-12-27 Ulya TrofimovichAdded test for EOF rule.
2018-12-27 Ulya TrofimovichTrack current line of each input file separately.
2018-12-26 Ulya TrofimovichCorrectly handle current directory '.' in include paths.
2018-12-26 Ulya TrofimovichAdded -I option (paths to include directories).
2018-12-25 Ulya TrofimovichAdded /*!include:re2c ... */ directive.
2018-12-23 Ulya TrofimovichPreparations to support #include: keep input files...
2018-12-23 Ulya Trofimovichconfigure.ac: set -Wreturn-type to error.
2018-12-22 Ulya TrofimovichInitial support of EOF rule.
2018-12-22 Ulya TrofimovichUpdated unicode tests and test generators for newer...
2018-12-20 Ulya TrofimovichPaper: added two output() functions that convert t...
2018-12-18 Ulya TrofimovichPaper: tweaked TNFA construction.
2018-12-06 Ulya TrofimovichLexer: use YYMAXFILL padding and don't forget to shift...
2018-12-06 Ulya TrofimovichCorrectly identify mapped TDFA state with --dump-dfa...
2018-11-29 Ulya TrofimovichMakefile.am: enable RE2C warnings (-W option).
2018-11-29 Ulya TrofimovichFixed read past the end of buffer in configuration...
2018-11-26 Ulya TrofimovichPaper: tweaking TNFA construction.
2018-11-22 Ulya TrofimovichMakefile.am: build autogenerates files before other...
2018-11-21 Ulya TrofimovichUse tags to lex condition goto.
2018-11-21 Ulya TrofimovichStarted using tags in re2c own lexer.
2018-11-21 Ulya TrofimovichRemoved redundant wrapper around output file struct.
2018-11-21 Ulya TrofimovichDump header on stdout if filename is not set, but ...
2018-11-21 Ulya TrofimovichAdded configurations for -o, --output and -t, --type...
2018-11-21 Ulya TrofimovichAdded missing #line info after /*!header:re2c: ......
2018-11-21 Ulya TrofimovichAdded /*!header:re2c:0*/ and /*!header:re2c:1*/ directives.
2018-11-21 Ulya TrofimovichTweaking condition list lexer.
2018-11-21 Ulya TrofimovichMerge pull request #230 from sergeyklay/patch-1
2018-11-21 Serghei IakovlevChanges for upcoming Travis' infra migration 230/head
2018-11-15 Ulya TrofimovichFixed segfault cause by out of bounds access.
2018-11-14 Ulya TrofimovichMoved tests into subdirectories.
2018-11-14 Ulya TrofimovichFixed a couple of lexer/parser errors in flex mode...
2018-11-13 Ulya TrofimovichSuppress -Wnullable warning on <> condition (it has...
2018-11-05 Ulya TrofimovichAdjusting formatting (cosmetic).
2018-11-04 Ulya TrofimovichFixed out of bounds read in configuration lexer (not...
2018-11-01 Ulya TrofimovichSmall tweaks in lexer subroutines for semantic actions.
2018-10-31 Ulya TrofimovichFixed yet another out of bounds read in lexer due to...
2018-10-30 Ulya TrofimovichFixed some more out of bounds reads in lexer due to...
2018-10-29 Ulya TrofimovichAdjusted formatting in the lexer (cosmetic).
2018-10-29 Ulya TrofimovichFixed out of bounds read in lexer.
2018-10-28 Ulya TrofimovichUpdated README in libre2c (added a warning that the...
2018-10-28 Ulya TrofimovichUpdated README.
2018-10-28 Ulya TrofimovichPaper: made TNFA description closer to practice.
2018-10-28 Ulya TrofimovichPaper: tweaks in the TNFA example.
2018-10-28 Ulya TrofimovichPaper: changed description of GOR1 following the rework...
2018-10-28 Ulya TrofimovichPaper: tweaks in picture layout.
2018-10-28 Ulya TrofimovichPaper: added TNFA example.
2018-10-28 Ulya TrofimovichPaper: added example for "empty match is better than...
2018-10-28 Ulya TrofimovichPaper: packed multiple examples of PE comparison in...
2018-10-28 Ulya TrofimovichPaper: dropped explicit submatch indices in TNFA defini...
2018-10-28 Ulya TrofimovichPaper: handle (e) as (e){1,1} to avoid collapsing multi...
2018-10-28 Ulya TrofimovichPaper: minor tweaks in pseudocode.
2018-10-28 Ulya TrofimovichPaper: added description of GTOP closure algorithm.
2018-10-28 Ulya TrofimovichPaper: made GOR pseudocode slightly easier to read.
2018-10-22 Ulya TrofimovichMerge pull request #224 from trofi/master
2018-10-22 Sergei Trofimovichsrc/dfa/closure_posix.cc: fix pack() to drop two highes... 224/head
2018-10-22 Sergei Trofimovichsrc/dfa/closure_posix.cc: fix signed shift overflow
2018-10-17 Ulya TrofimovichMerge pull request #223 from metab0t/master
2018-10-17 NerdFix typo 223/head
2018-10-16 Ulya TrofimovichMerge pull request #222 from trofi/master
2018-10-16 Sergei Trofimovichconfigure.ac: enable xz tarballs instead of gzip by... 222/head
2018-09-29 Ulya TrofimovichPaper: added examples of the three rules of POSIX disam...
2018-09-29 Ulya TrofimovichMerge pull request #220 from trofi/master
2018-09-29 Sergei Trofimovichsrc/dfa/dfa.h: simplify constructor to avoid g++-3... 220/head
2018-09-04 Ulya TrofimovichMerge pull request #216 from trofi/master
2018-09-04 Ulya TrofimovichMerge pull request #217 from trofi/add-msan
2018-09-04 Ulya TrofimovichFixed bug #215 "A memory read overrun issue in s_to_n32...
2018-09-04 Sergei Trofimovich__alltest.sh: add clang's -fsanitize=memory flavour 217/head
2018-09-04 Sergei Trofimovich.travis.yml: run all tests behind 'make check' 216/head
2018-08-30 Ulya TrofimovichRelease 1.1.1. 1.1.1
2018-08-30 Ulya TrofimovichConverted tabs to spaces in .re files and autogenerated...
2018-08-30 Ulya TrofimovichUpdated CHANGELOG.
2018-08-30 Ulya TrofimovichMakefile.am: reduced redundant variables.
2018-08-30 Ulya TrofimovichMakefile.am: simplified clean-up part of bootstrap...
2018-08-30 Ulya TrofimovichRewrote version-to-vernum converter in RE2C; added...
2018-08-29 Sergei Trofimovichvernum: move version-string-to-vernum converter to...
2018-08-28 Mike GilbertRewrite vernum function
next