diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-27 10:05:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-27 10:05:14 +0800 |
commit | 6c45c449cae597f00cf57d5c9914489871ba916e (patch) | |
tree | 0f4e0184070be3b08dea0ca97641f18d99add985 /libibex/ChangeLog | |
parent | 918ead73323ed08bc182e5827a1cab2e719f48b6 (diff) | |
download | gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.tar gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.tar.gz gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.tar.bz2 gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.tar.lz gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.tar.xz gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.tar.zst gsoc2013-evolution-6c45c449cae597f00cf57d5c9914489871ba916e.zip |
If we have the namecache active, and there is no name there, we add it
2000-11-17 Not Zed <NotZed@HelixCode.com>
* wordindexmem.c (add_list): If we have the namecache active, and
there is no name there, we add it directly and dont look it up
first.
* testindex.c: Some performance testing & stat gathering stuff.
svn path=/trunk/; revision=6677
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index de9cb8dd40..1d74b73898 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,11 @@ +2000-11-17 Not Zed <NotZed@HelixCode.com> + + * wordindexmem.c (add_list): If we have the namecache active, and + there is no name there, we add it directly and dont look it up + first. + + * testindex.c: Some performance testing & stat gathering stuff. + 2000-11-16 Not Zed <NotZed@HelixCode.com> * wordindexmem.c (ibex_create_word_index_mem): Initialise nameinit |