diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 08:37:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 08:37:51 -0700 |
commit | 4ecca7c0b2ac3d61658d749f51dc1e7fbc408ed8 (patch) | |
tree | 7d53e099bd63c1546eb91bb41eac2700b2ada339 /ChangeLog | |
parent | 7b226277f9ab1d27c657e80e4a44c43c0bedf002 (diff) | |
download | txr-4ecca7c0b2ac3d61658d749f51dc1e7fbc408ed8.tar.gz txr-4ecca7c0b2ac3d61658d749f51dc1e7fbc408ed8.tar.bz2 txr-4ecca7c0b2ac3d61658d749f51dc1e7fbc408ed8.zip |
* hash.c (hash_revget): New function.
* hash.h (hash_revget): Declared.
* eval.c (eval_init): Registered hash-revget intrinsic.
* txr.1: Documented hash-revget.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2015-08-04 Kaz Kylheku <kaz@kylheku.com> + * hash.c (hash_revget): New function. + + * hash.h (hash_revget): Declared. + + * eval.c (eval_init): Registered hash-revget intrinsic. + + * txr.1: Documented hash-revget. + +2015-08-04 Kaz Kylheku <kaz@kylheku.com> + * stream.c (indent_mode_put_string): Function removed, logic hoisted into put_string. (put_string, put_char): Always count column, indent mode or not. |