diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-19 02:11:48 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-19 02:11:48 -0400 |
commit | 915e76c509e3e2bda2ef5f81b10deb61c3add08e (patch) | |
tree | f3dad965b1649ca16f8495daeb042dfab5b85539 /ChangeLog | |
parent | 29228d6ea14fe216ee7eaf8ee141085257aaf589 (diff) | |
download | txr-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |