diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-10-04 08:45:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-10-04 08:45:25 -0700 |
commit | b5d39b26caaef4b061530c584aca8cf8a6eea62a (patch) | |
tree | 47eea6caf4970cae9ccc3b025983e6915bb6edcc /ChangeLog | |
parent | a9d41d03d13b369118a5e12a42898d8af894107f (diff) | |
download | txr-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |