diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 23:45:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 23:45:14 -0800 |
commit | ad7636e62e32d60a320145f8a727a2f2ffc9f6b4 (patch) | |
tree | 8c4ce63a3527e86e92e7a20c2a5e399a4249cf72 /ChangeLog | |
parent | fb96a3ee7732129d0ee475d7d8438aeffe39d80e (diff) | |
download | txr-ad7636e62e32d60a320145f8a727a2f2ffc9f6b4.tar.gz txr-ad7636e62e32d60a320145f8a727a2f2ffc9f6b4.tar.bz2 txr-ad7636e62e32d60a320145f8a727a2f2ffc9f6b4.zip |
Bug #35718. Workaround good enough to get some code working.
* eval.c (cons_find): New function.
(expand_op): Use cons_find rather than tree_find to look for
rest_gensym.
* regex.c (regsub): Rearranged arguments so that the string
is last. This is better for partial evaluaton via the op
operator.
* regex.h (regsub): Updated declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2012-03-04 Kaz Kylheku <kaz@kylheku.com> + Bug #35718. Workaround good enough to get some code working. + + * eval.c (cons_find): New function. + (expand_op): Use cons_find rather than tree_find to look for + rest_gensym. + + * regex.c (regsub): Rearranged arguments so that the string + is last. This is better for partial evaluaton via the op + operator. + + * regex.h (regsub): Updated declaration. + +2012-03-04 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): New intrinsic function, regsub. * regex.c (regsub): New function. |