summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78e14054..77694b90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-04-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.
+
+ * lib.c (obj_init): Change spelling of nongreedy operator and put
+ it into the user package so that it is available for use with
+ regex-compile.
+
+ * regex.c (match_regex, search_regex): Bugfix: optional start
+ position argument argument not defaulting to zero.
+
+ * txr.1: Documented regex-compile and regexp.
+
+ * txr.vim: Highlighting regex-compile and regexp.
+
2012-04-09 Kaz Kylheku <kaz@kylheku.com>
Port to NetBSD (5.1).