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