summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-04 08:37:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-04 08:37:51 -0700
commit4ecca7c0b2ac3d61658d749f51dc1e7fbc408ed8 (patch)
tree7d53e099bd63c1546eb91bb41eac2700b2ada339 /ChangeLog
parent7b226277f9ab1d27c657e80e4a44c43c0bedf002 (diff)
downloadtxr-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60f541e2..b1840dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.