summaryrefslogtreecommitdiffstats
path: root/src/util/db2/ChangeLog
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1996-11-11 22:03:50 +0000
committerMark Eichin <eichin@mit.edu>1996-11-11 22:03:50 +0000
commit28208a459a7c3305dd2f7b0e4076b2cd74412bee (patch)
tree5aaedfa852fe72a5caa38050c2e7d5d4e01e5faa /src/util/db2/ChangeLog
parentb4e07db1468aa2b627f2472c3c88bda0877ca009 (diff)
* db2: overflow_page fixes, __P redef
* db2 tests: better alternate dictionary support (orignal ChangeLogs included) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9373 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/ChangeLog')
-rw-r--r--src/util/db2/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog
index 6d4f9fa34..fdabe09b0 100644
--- a/src/util/db2/ChangeLog
+++ b/src/util/db2/ChangeLog
@@ -1,3 +1,28 @@
+Mon Nov 11 17:01:29 1996 Mark Eichin <eichin@cygnus.com>
+
+ * db2: overflow_page fixes, __P redef
+ * db2 tests: better alternate dictionary support
+
+ Tue Oct 8 22:55:01 1996 Mark W. Eichin <eichin@cygnus.com>
+
+ * hash/hash.h (DEF_BUCKET_SIZE, DEF_SEGSIZE): now derived from
+ DEF_BUCKET_SHIFT and DEF_SEGSIZE_SHIFT respectively, for
+ consistency.
+
+ Tue Oct 8 22:43:26 1996 Mark W. Eichin <eichin@cygnus.com>
+
+ * hash/hash_page.c (__add_ovflpage, __add_bigpage): overflow_page
+ can return a 0 indicating a failure -- callers must check it
+ instead of corrupting the database.
+ (overflow_page): document apparent error return.
+
+ Fri Aug 30 20:05:57 1996 Ken Raeburn <raeburn@cygnus.com>
+
+ * test/dictionary: New file, list of garbage words.
+ * test/run.test (main): Use it if no other dictionary can be
+ found. Set dictsize with size of dictionary.
+ (test12, test20): Skip if dictionary is too small.
+
Wed Aug 28 17:25:10 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Add check for SIZEOF_INT.