diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 19:55:24 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 19:55:24 -0800 |
commit | dd40488f746cab80f33a4a30508afc4d7ace1516 (patch) | |
tree | 16781dc4fab9b9968b0ce0d6ec45a154ad03a5dc /ChangeLog | |
parent | add776841ac5f54e4333da43b5f6db8e3638643a (diff) | |
download | txr-dd40488f746cab80f33a4a30508afc4d7ace1516.tar.gz txr-dd40488f746cab80f33a4a30508afc4d7ace1516.tar.bz2 txr-dd40488f746cab80f33a4a30508afc4d7ace1516.zip |
Fix broken LSTR and FUN cases in equal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + * lib.c (equal): Fix broken LSTR and FUN cases. + +2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Got "make tests" working in separate build directory, with .out files going to local tests/ tree. |