summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-11 01:21:17 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-11 01:21:17 -0800
commita32e4c21286764c013950015108d745fbdcd97ae (patch)
tree69f35b4dd96b0cf2d99fdcea6068ef13969ec411 /ChangeLog
parent1e90ef3c7658e2770940f6cb870bb671733cc188 (diff)
downloadtxr-a32e4c21286764c013950015108d745fbdcd97ae.tar.gz
txr-a32e4c21286764c013950015108d745fbdcd97ae.tar.bz2
txr-a32e4c21286764c013950015108d745fbdcd97ae.zip
* combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New
static functions. (comb): Support hash tables. * hash.c (print_key_val): When values are nil, print in a more condensed way by omitting the second element. This notation is accepted as input already by the parser. (hash_insert_pair): New function. * txr.1: Description of comb updated to indicate that it works over hashes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a899e546..ae58f4a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+ * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New
+ static functions.
+ (comb): Support hash tables.
+
+ * hash.c (print_key_val): When values are nil, print in a more condensed
+ way by omitting the second element. This notation is accepted as
+ input already by the parser.
+ (hash_insert_pair): New function.
+
+ * txr.1: Description of comb updated to indicate that it works over
+ hashes.
+
+2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c: Remove inclusion of unneeded headers: <limits.h>
and <dirent.h>.