diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-08-31 14:47:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-08-31 14:47:48 -0700 |
commit | 7a4304462d4004d51f748ed83bb9e7dcd6a958cd (patch) | |
tree | 170932ba31cd0f9b20c566b041b96e0240b19cb9 /ChangeLog | |
parent | 0714b2d3316b4a15d2e74854951d31d8a9fd525e (diff) | |
download | txr-7a4304462d4004d51f748ed83bb9e7dcd6a958cd.tar.gz txr-7a4304462d4004d51f748ed83bb9e7dcd6a958cd.tar.bz2 txr-7a4304462d4004d51f748ed83bb9e7dcd6a958cd.zip |
* eval.c (expand): Bugfix: failure to handle regular
expression syntax, resulting in (set ...) syntax being regarded as
assignment (due to another recent change).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-08-31 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (expand): Bugfix: failure to handle regular + expression syntax, resulting in (set ...) syntax being regarded as + assignment (due to another recent change). + 2012-08-30 Kaz Kylheku <kaz@kylheku.com> * txr.1: Documented chain, andf, orf and iff. |