summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-05 23:47:58 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-05 23:47:58 -0800
commit43fa874fd295b2c765cddd14939a60a47e190148 (patch)
tree19e9205efe84ec5b66e1b0b47f8bf732edde9909 /ChangeLog
parentf128b3e3f1ab9fb724d09486b59ae2a2b4cab29c (diff)
downloadtxr-43fa874fd295b2c765cddd14939a60a47e190148.tar.gz
txr-43fa874fd295b2c765cddd14939a60a47e190148.tar.bz2
txr-43fa874fd295b2c765cddd14939a60a47e190148.zip
* regex.c (regex_compile): Handle string input.
* regex.h (regex_compile): Don't call argument regex_sexp, since it can be a string. * txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b240a42..1e46b46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2013-12-05 Kaz Kylheku <kaz@kylheku.com>
+ * regex.c (regex_compile): Handle string input.
+
+ * regex.h (regex_compile): Don't call argument
+ regex_sexp, since it can be a string.
+
+ * txr.1: Updated.
+
+2013-12-05 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Registered regex_parse as new
intrinsic function and std_null as new variable.