diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-06-11 16:15:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-06-11 16:15:34 -0700 |
commit | 399b4b6a5082aa6f14a98bc50b29baeca686aa39 (patch) | |
tree | fcf71aad074e38aecc2a13a192756791a1e02783 /ChangeLog | |
parent | a6b0130ceaeadce6845d698fb68712dc2786e918 (diff) | |
download | txr-399b4b6a5082aa6f14a98bc50b29baeca686aa39.tar.gz txr-399b4b6a5082aa6f14a98bc50b29baeca686aa39.tar.bz2 txr-399b4b6a5082aa6f14a98bc50b29baeca686aa39.zip |
* eval.c (eval_init): tok-str acquires new parameter
* lib.c (tok_str): New parameter, keep_sep.
* lib.h (tok_str): Declaration updated.
* txr.1: Documentation for tok-str updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2013-06-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): tok-str acquires new parameter + + * lib.c (tok_str): New parameter, keep_sep. + + * lib.h (tok_str): Declaration updated. + + * txr.1: Documentation for tok-str updated. + +2013-06-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): lazy-str's third argument is optional. Added lazy-stringp. Changing names of length-str-{gt,ge,lt,le} to be consistent with the >, >=, < and <= functions. |