summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-19 02:11:48 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-19 02:11:48 -0400
commit915e76c509e3e2bda2ef5f81b10deb61c3add08e (patch)
treef3dad965b1649ca16f8495daeb042dfab5b85539 /ChangeLog
parent29228d6ea14fe216ee7eaf8ee141085257aaf589 (diff)
downloadtxr-915e76c509e3e2bda2ef5f81b10deb61c3add08e.tar.gz
txr-915e76c509e3e2bda2ef5f81b10deb61c3add08e.tar.bz2
txr-915e76c509e3e2bda2ef5f81b10deb61c3add08e.zip
Task #11425
* match.c (v_accept_fail, v_next, v_parallel, v_collect, v_flatten, v_forget_local, v_merge, v_bind, v_cat, v_output, v_try, v_define, v_defex, v_throw, v_deffilter, v_eof): New functions. (match_files): Remaining directives moved to functions. (dir_tables_init): New functions entered into hash table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6bf9bbc..1d69e003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-10-19 Kaz Kylheku <kaz@kylheku.com>
+ Task #11425
+
+ * match.c (v_accept_fail, v_next, v_parallel, v_collect,
+ v_flatten, v_forget_local, v_merge, v_bind, v_cat, v_output,
+ v_try, v_define, v_defex, v_throw, v_deffilter, v_eof):
+ New functions.
+ (match_files): Remaining directives moved to functions.
+ (dir_tables_init): New functions entered into hash table.
+
+2011-10-19 Kaz Kylheku <kaz@kylheku.com>
+
* hash.c (ll_hash): Hashing of pointers should take into
account alignment, otherwise only values divisible by the
alignment occur. This patch takes into considerations that