diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-28 21:05:01 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-28 21:05:01 +0800 |
commit | ce4905721c40da7acbdb02caa5d2e24476590e4b (patch) | |
tree | ccb1be553fffc570f6da2e8f89e12f293f9346d3 /libibex/ChangeLog | |
parent | 00890b71cf68d861e9ec72a459fa7e43464f4569 (diff) | |
download | gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.gz gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.bz2 gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.lz gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.xz gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.tar.zst gsoc2013-evolution-ce4905721c40da7acbdb02caa5d2e24476590e4b.zip |
Turn off index stats by default.
2000-11-28 Not Zed <NotZed@HelixCode.com>
* index.h: Turn off index stats by default.
* ibex_block.c (ibex_save): And here.
(ibex_close): Debug out printfs.
* wordindexmem.c (ibex_create_word_index_mem): And here.
(num): Made buf static.
* block.c (ibex_block_cache_open): Debug out some printfs.
(ibex_block_read): And here.
svn path=/trunk/; revision=6691
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 1d74b73898..fa7e3dc48a 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,16 @@ +2000-11-28 Not Zed <NotZed@HelixCode.com> + + * index.h: Turn off index stats by default. + + * ibex_block.c (ibex_save): And here. + (ibex_close): Debug out printfs. + + * wordindexmem.c (ibex_create_word_index_mem): And here. + (num): Made buf static. + + * block.c (ibex_block_cache_open): Debug out some printfs. + (ibex_block_read): And here. + 2000-11-17 Not Zed <NotZed@HelixCode.com> * wordindexmem.c (add_list): If we have the namecache active, and |