summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.