summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-04 23:45:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-04 23:45:14 -0800
commitad7636e62e32d60a320145f8a727a2f2ffc9f6b4 (patch)
tree8c4ce63a3527e86e92e7a20c2a5e399a4249cf72 /ChangeLog
parentfb96a3ee7732129d0ee475d7d8438aeffe39d80e (diff)
downloadtxr-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a26863dd..b50f786f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.