diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-20 13:44:49 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-20 13:44:49 -0400 |
commit | 23fd309975d53460ec46e69dc150a79db8a15b42 (patch) | |
tree | 500fddc49afd1a275b083458411b5bb968bdc29e /ChangeLog | |
parent | 2645a50a726d7925e0a144a40729f1da13a66934 (diff) | |
download | txr-23fd309975d53460ec46e69dc150a79db8a15b42.tar.gz txr-23fd309975d53460ec46e69dc150a79db8a15b42.tar.bz2 txr-23fd309975d53460ec46e69dc150a79db8a15b42.zip |
Version 040txr-040
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ 2011-10-19 Kaz Kylheku <kaz@kylheku.com> + Version 040 + + Single unescaped space behaves like @/ +/ reges. + + Ported to native Windows via MinGW. + + Bugfixes for Cygwin and more robust handling of + errors arising from Windows not having proper + Unicode support (16 bit wide characters only). + + Nasty GC bug fixed for all platforms, exposed by gcc 4.5.2, x86_64. + + [Internal] The huge functions match_line and match_files have been + broken up into functions dispatched by hash table lookup on directive + symbols. + + [Internal] Hashing of some objects improved. + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + +2011-10-19 Kaz Kylheku <kaz@kylheku.com> + Task #11425 * match.c (repeat_spec_k): New symbol variable |