Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
| | | | | | | lib.h, match.c, match.h, parser.h, parser.l, parser.y, regex.c, regex.h, stream.c, stream.h, txr.1, txr.c, txr.h, unwind.c, unwind.h, utf8.c, utf8.h: Updated copyright year. | ||||
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -0/+1 |
| | |||||
* | More Valgrind support. New option --vg-debug which turns on | Kaz Kylheku | 2009-11-25 | 1 | -0/+3 |
| | | | | | Valgrind protection of free blocks. This works independently of --gc-debug. | ||||
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -2/+2 |
| | | | | | | | | | This is incomplete. There are too many dependencies on wide character support from the C stream I/O library, and implicit use of some encoding which may not be UTF-8. The regex code does not handle wide characters properly. Character type is still int in some places, rather than wchar_t. Test suite passes though. | ||||
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -0/+33 |