]> granicus.if.org Git - re2c/shortlog
re2c
2014-01-20 Ulya FokanovaRemoved compatibility encoding mode 'UTF32_16', generat...
2014-01-20 Ulya FokanovaRenamed '-z' flag to '-8' flag.
2014-01-20 Ulya FokanovaRenamed 'uncompile' to 'decompile'.
2014-01-13 Ulya FokanovaChanged 'unsigned int' to 'int' (now comparison '<...
2014-01-11 Ulya FokanovaFixed bugs introduced by UTF-8 support (commit 28ee7c95...
2014-01-11 Ulya FokanovaReplaced 'echo' with 'printf' in generation of switches...
2014-01-10 Ulya FokanovaFixed '.' (dot) in UTF-8 mode.
2014-01-08 Ulya FokanovaMoved all encoding-related stuff to separate class.
2014-01-06 Ulya FokanovaAdded UTF-8 encoding support and tests for it.
2014-01-06 Ulya FokanovaSwitch on valgrind options that reveal memleaks.
2013-12-30 Ulya FokanovaFixed missprint in EBCDIC range expansion and updated...
2013-12-27 Ulya FokanovaTest re2c on it's own scanner.
2013-12-15 Dan NufferFix >> to > > for c++98
2013-12-14 Dan NufferAdd smart_ptr and use it in dfa_map to fix memory leak.
2013-12-14 Dan NufferRemove cvsclean and use git clean instead.
2013-07-05 Dan NufferUpdate version to 0.13.7.dev
2013-07-05 Dan NufferRelease 0.13.6 0.13.6
2013-07-05 Dan NufferSome ignore and build adjustments for git
2013-07-05 Dan NufferUpdate CHANGELOG
2013-07-04 Dan NufferIgnore htdocs/manual.html
2013-07-04 Dan NufferFixed #26: minor man page issues
2013-07-04 Dan NufferRegenerate bootstrap with bison 2.5
2013-07-04 Dan NufferAdd .gitignore
2011-09-26 paulmcqID# 2535084: Sun C 5.8 found int32_t := uint64_t; 2...
2011-09-25 paulmcqID# 3308400: allow Yacc-style %(code brackets}%
2011-01-10 paulmcq#2506253: allow C++ // comments
2009-01-08 nuno-lopesremove trailing ';' char in dot output for consistency
2009-01-08 nuno-lopesadd code to dump a compiled regex
2009-01-02 helly- Applied #2482561 Error in manual section on -r mode.
2009-01-02 helly- Applied #2482572 Typos in error messages.
2009-01-02 helly- Fixed #2478216 Wrong start_label in -c mode
2008-12-06 helly- Use hex for all -e output
2008-11-28 helly- Simplify unescape/xlat usage
2008-11-28 helly- Remove temp files on success
2008-11-28 helly- Fix issues with \a, \b, \f, \n, \r, \t, \v in -e...
2008-11-28 helly- Fixed #2102138 Duplicate case labels on EBCDIC.
2008-11-25 helly- Fix compiling issue reported for HP-UX (unnamed enum).
2008-11-23 helly- Fixed #2186718 Unescaped backslash in file name of...
2008-11-17 helly- Regenerate
2008-11-17 helly- Update changelog
2008-11-17 helly- Enforce case insensitivity
2008-11-17 helly- Improved check for neccessity for translation
2008-11-17 helly- Case sensitivity is required
2008-11-17 helly- Do not translate config values
2008-11-17 helly- Constify translation tables
2008-09-07 helly- Fixed #2038610 ebcdic problem.
2008-09-07 helly- Be more explicit in Str/SubStr and drop unused constr...
2008-08-14 nuno-lopesunbreak the dot export feature that I broke in last...
2008-08-14 nuno-lopesgenerate slighlty better code when testing yyaccept
2008-08-07 nuno-lopesimprove dot support: make char intervals (e.g. [A-Z...
2008-08-07 nuno-lopesspread some static qualifiers around
2008-08-07 nuno-lopesalso disallow -s with -D
2008-08-07 nuno-lopesdisallow -b with -D
2008-05-26 helly- Add info for solaris packages
2008-05-25 helly- Fix html
2008-05-25 helly- This is 0.13.6.dev now
2008-05-25 helly- Fix version
2008-05-25 helly- Date update automatically now
2008-05-25 helly- Correctly handle htdocs/manual.html
2008-05-25 helly- Automatically update release date and version in...
2008-05-25 helly- Fix bug in Scanner::fill(), reported as
2008-04-09 nuno-lopesfix a memory error detected with valgrind in raw_token...
2008-04-05 helly- Add 0.13.4 release
2008-04-03 helly- Added transparent handling of #line directives in...
2008-03-24 helly- Fix token length check
2008-03-24 helly- Update bootstrap scanner
2008-03-24 helly- Move Scanner functions to code.cc
2008-03-24 helly- Respect re2c:flags:w and re2c:flags:u inplace configu...
2008-03-24 helly- Move Scanner state into base new struct ScannerState
2008-03-24 helly- Simplify dfa caching
2008-03-24 helly- Do not drinput in -r mode
2008-03-24 helly- Added re2c:flags:w and re2c:flags:u inplace configura...
2008-03-23 helly- One scannot combine -e and -r
2008-03-23 helly- Improve help on wrong command lines
2008-03-22 helly- Better Any/Dot implementation
2008-03-22 helly- Better overflow protection with yyfill-pre-check
2008-03-22 helly- Speling
2008-03-21 helly- Added re2c:yyfill:check inplace configuration.
2008-03-21 nuno-lopesmake the \n \r \t \v \f chars be represented by their...
2008-03-21 nuno-lopestouch
2008-03-14 helly- This is 0.13.4.dev now
2008-03-14 helly- Fix minor errors
2008-03-13 helly- Update bootstrap files
2008-03-13 helly- Add new tests
2008-03-13 helly- Cleanup
2008-03-13 helly- Fix compiler warnings
2008-03-13 helly- Type fixes
2008-03-13 helly- Type fixes
2008-03-13 helly- More docu
2008-03-13 helly- Add 'make vtest' which triggers valgrind testing...
2008-03-07 helly- Patch to fix limit of scanner buffer, by Jan-Henrik...
2008-03-07 helly- Added -r flag to allow reuse of scanner definitions.
2008-03-05 helly- Correct fill()'s size calculation, detectout of memor...
2008-03-05 helly- Autodetect valgrind for tests
2008-03-03 helly- Actually we can have better checks
2008-03-03 helly- Add overflow tests (we allow 8K max input right now)
2008-03-03 helly- Fix accidentually inserted stuff
2008-03-02 helly- Update manpage
2008-03-02 helly- Improved -F
2008-03-02 helly- Added -F flag to support flex syntax in rules.
next