diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-19 10:24:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-19 10:24:50 -0800 |
commit | f5b18ec696f2c176a2f9f49a3c3a5e158291d00f (patch) | |
tree | 6474cb799e78df8dfe063cac06e6d32b5cde97c3 /ChangeLog | |
parent | 6fc929b1384a97dd7922af731667dd2539819a49 (diff) | |
download | txr-f5b18ec696f2c176a2f9f49a3c3a5e158291d00f.tar.gz txr-f5b18ec696f2c176a2f9f49a3c3a5e158291d00f.tar.bz2 txr-f5b18ec696f2c176a2f9f49a3c3a5e158291d00f.zip |
Version 024.txr-024
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2009-11-19 Kaz Kylheku <kkylheku@gmail.com> + Version 024 + + Fixed show-stopper breakage in parse error diagnostic function. + + Fixed bug introduced back in 015: collects that don't yield + any variable bindings being wrongly treated as failed. + + * txr.c (version): Bumped to 024. + + * txr.1: Bumped version to 024. + +2009-11-19 Kaz Kylheku <kkylheku@gmail.com> + Use unsigned char * as allocator return value. * lib.c (chk_malloc, chk_realloc): Return unsigned char *. |