diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-09 20:46:41 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-09 20:46:41 -0700 |
commit | ae05e0eeea47c2d396cf194b2bda85754505251f (patch) | |
tree | dc4120d8a021e2edbf73fea198235dc465131997 /ChangeLog | |
parent | 91a2d45ba1c5319103a5bdb2535af7ad7c94aa97 (diff) | |
download | txr-ae05e0eeea47c2d396cf194b2bda85754505251f.tar.gz txr-ae05e0eeea47c2d396cf194b2bda85754505251f.tar.bz2 txr-ae05e0eeea47c2d396cf194b2bda85754505251f.zip |
* match.c (vars_to_bindings): Regression fix: recent commit
caused test failure. An empty list not treated as a valid collect
variable list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-10-09 Kaz Kylheku <kaz@kylheku.com> + * match.c (vars_to_bindings): Regression fix: recent commit + caused test failure. An empty list not treated as a valid collect + variable list. + +2011-10-09 Kaz Kylheku <kaz@kylheku.com> + * configure: Fixed indentation. 2011-10-08 Kaz Kylheku <kaz@kylheku.com> |