aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/testindex.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a next pointer so we keep the list intact as we scan it.Not Zed2001-08-151-1/+2
| | | | | | | | | 2001-08-16 Not Zed <NotZed@Ximian.com> * ibex_block.c (ibex_use): Use a next pointer so we keep the list intact as we scan it. svn path=/trunk/; revision=12049
* Oops, fix build.Michael Zucci2001-04-031-1/+3
| | | | svn path=/trunk/; revision=9110
* heavier testing of libbbexMichael Zucci2001-04-031-17/+134
| | | | svn path=/trunk/; revision=9109
* Header shuffling. Move glibc headers before gnome stuff. Same here. AddedKjartan Maraas2001-03-261-1/+1
| | | | | | | | | | | | 2001-03-26 Kjartan Maraas <kmaraas@gnome.org> * disktail.c: Header shuffling. Move glibc headers before gnome stuff. * testindex.c: Same here. * wordindexmem.c: Added <string.h> and <stdlib.h> to quench warnings from newer gcc. svn path=/trunk/; revision=8938
* Merge from camel-mt-branch.Not Zed2000-12-241-1/+43
| | | | | | | | 2000-12-24 Not Zed <NotZed@HelixCode.com> * Merge from camel-mt-branch. svn path=/trunk/; revision=7152
* If we have the namecache active, and there is no name there, we add itNot Zed2000-11-271-0/+158
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