aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-13 07:06:29 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-13 07:06:29 +0800
commitc49f88cd8e8cf1cb21308fe89e841255b49e6458 (patch)
tree81be9f6d0b2d9c45deb41417681abf0e8da8052f /libibex/ChangeLog
parentf594c3ec304f3a4b45fddab0b636b9f7967d1162 (diff)
downloadgsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.tar
gsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.tar.gz
gsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.tar.bz2
gsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.tar.lz
gsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.tar.xz
gsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.tar.zst
gsoc2013-evolution-c49f88cd8e8cf1cb21308fe89e841255b49e6458.zip
Made cache_sanity only be included if d(x) is defined as x.
2000-12-12 Christopher James Lahey <clahey@helixcode.com> * wordindex.c (cache_sanity): Made cache_sanity only be included if d(x) is defined as x. * wordindexmem.c: Made node_sanity and cache_sanity only be included if d(x) is defined as x or if MALLOC_CHECK is defined. Made sync_value only be included if d(x) is defined as x. svn path=/trunk/; revision=6947
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r--libibex/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog
index fa7e3dc48a..4aa7650b0a 100644
--- a/libibex/ChangeLog
+++ b/libibex/ChangeLog
@@ -1,3 +1,12 @@
+2000-12-12 Christopher James Lahey <clahey@helixcode.com>
+
+ * wordindex.c (cache_sanity): Made cache_sanity only be included
+ if d(x) is defined as x.
+
+ * wordindexmem.c: Made node_sanity and cache_sanity only be
+ included if d(x) is defined as x or if MALLOC_CHECK is defined.
+ Made sync_value only be included if d(x) is defined as x.
+
2000-11-28 Not Zed <NotZed@HelixCode.com>
* index.h: Turn off index stats by default.