diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-09 03:55:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-09 03:55:30 -0800 |
commit | ca5cc1b2537004ddc647c1e38374d466adf6c16a (patch) | |
tree | 83774204b7083db98ae13dfc12763a5a1b33df8f /ChangeLog | |
parent | 9f3aa3c33b18eacd3fc76fd71f1405ca7e7aa682 (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |