summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-09 03:55:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-09 03:55:30 -0800
commitca5cc1b2537004ddc647c1e38374d466adf6c16a (patch)
tree83774204b7083db98ae13dfc12763a5a1b33df8f /ChangeLog
parent9f3aa3c33b18eacd3fc76fd71f1405ca7e7aa682 (diff)
downloadtxr-ca5cc1b2537004ddc647c1e38374d466adf6c16a.tar.gz
txr-ca5cc1b2537004ddc647c1e38374d466adf6c16a.tar.bz2
txr-ca5cc1b2537004ddc647c1e38374d466adf6c16a.zip
* lib.c (lazy_sub_str): New static function.
(sub_str): Bugfix: handle t values of from from and to, and negative indices, just like sub_vec. Special handling for lazy strings introduced. If to is the value t, then the a lazy string can be produced.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bc496a7..a0df06e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-02-09 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (lazy_sub_str): New static function.
+ (sub_str): Bugfix: handle t values of from from and to, and negative
+ indices, just like sub_vec. Special handling for lazy strings
+ introduced. If to is the value t, then the a lazy string can be
+ produced.
+
2012-02-05 Kaz Kylheku <kaz@kylheku.com>
* genman.txr: Updated.