summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-04 08:45:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-04 08:45:25 -0700
commitb5d39b26caaef4b061530c584aca8cf8a6eea62a (patch)
tree47eea6caf4970cae9ccc3b025983e6915bb6edcc /ChangeLog
parenta9d41d03d13b369118a5e12a42898d8af894107f (diff)
downloadtxr-b5d39b26caaef4b061530c584aca8cf8a6eea62a.tar.gz
txr-b5d39b26caaef4b061530c584aca8cf8a6eea62a.tar.bz2
txr-b5d39b26caaef4b061530c584aca8cf8a6eea62a.zip
Printing of regular expression objects implemented.
* regex.c (regex_print): New static function. (regex_obj_ops): Registered regex_print. (print_class_char, paren_print_rec, print_rec): New static functions. * dep.mk: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db72ecee..58ff762f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-10-04 Kaz Kylheku <kaz@kylheku.com>
+ Printing of regular expression objects implemented.
+
+ * regex.c (regex_print): New static function.
+ (regex_obj_ops): Registered regex_print. (print_class_char,
+ paren_print_rec, print_rec): New static functions.
+
+ * dep.mk: Regenerated.
+
+2014-10-04 Kaz Kylheku <kaz@kylheku.com>
+
Keep regex source code in regex objects, in anticipation
of pretty-printing. Fix object construction bugs.