summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/libdb2/test
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/plugins/kdb/db2/libdb2/test
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
Remove ChangeLog files from the source tree. From now on, the
subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/test')
-rw-r--r--src/plugins/kdb/db2/libdb2/test/ChangeLog85
-rw-r--r--src/plugins/kdb/db2/libdb2/test/btree.tests/ChangeLog17
2 files changed, 0 insertions, 102 deletions
diff --git a/src/plugins/kdb/db2/libdb2/test/ChangeLog b/src/plugins/kdb/db2/libdb2/test/ChangeLog
deleted file mode 100644
index 91d5c1f6d..000000000
--- a/src/plugins/kdb/db2/libdb2/test/ChangeLog
+++ /dev/null
@@ -1,85 +0,0 @@
-2005-12-16 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (PROG_LIBPATH, DB_DEPLIB): Look for library in
- .. instead of $TOPLIBD.
- (myfulldir): Updated for directory rename.
-
-2005-10-04 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (BUILDTOP, myfulldir): Updated for directory move.
- (DB_LIB, DB_DEPLIB): Define here now.
-
-2004-08-27 Ken Raeburn <raeburn@mit.edu>
-
- * run.test (getnwords): Run data through "cat -v", because at
- least one version of Debian Linux has an English dictionary with
- Latin-1 characters and a "rev" that seems to default to some sort
- of Unicode.
-
-2004-08-15 Ken Raeburn <raeburn@mit.edu>
-
- * run.test (getnwords): Rewrite to drop blank lines before
- counting lines, not after.
-
-2004-08-12 Ken Raeburn <raeburn@mit.edu>
-
- * run.test (getnwords): New function. Uses sed to get N words
- from $DICT as other functions did before, but discards blank
- lines.
- (test1, test2, test12, test13, test20): Call getnwords.
-
-2003-01-05 Sam Hartman <hartmans@mit.edu>
-
- * SEQ_TEST/t.c (main): Remove declaration of errno
-
-2002-08-29 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Revert $(S)=>/ change, for Windows support.
-
-2002-08-23 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile: Deleted.
-
- * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
-
-2002-08-23 Tom Yu <tlyu@mit.edu>
-
- * dbtest.c: Include btree.h if we're compiled with -DSTATISTICS.
-
- * Makefile.in: Add rules for bttest; also add a clean rule.
-
-2002-05-08 Ken Raeburn <raeburn@mit.edu>
-
- * dbtest.c: Test for __STDC__ defined, not nonzero, to decide
- whether to use stdarg.h or varargs.h.
- (err): Similarly for function signature.
-
-2002-02-19 Ken Raeburn <raeburn@mit.edu>
-
- * run.test: Use "/bin/." instead of "/bin" in find commands in
- case /bin itself is a symlink.
- (test8): Check exit status of dbtest program.
-
- * dbtest.c (compare): Exit with error indication if comparison of
- contents indicates a difference.
- (get): Exit with error indication after printing message if key
- not found.
-
-2002-01-04 Ken Raeburn <raeburn@mit.edu>
-
- * run.test (test8): If test reports an error, exit with error
- indication.
-
- * dbtest.c (compare): Exit with error indication if size
- comparison fails.
-
-2000-06-26 Ken Raeburn <raeburn@mit.edu>
-
- * dbtest.c (err): Add format attribute to decl, for typechecking
- under GNU C.
-
-1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * dbtest.c (main): POSIX states that getopt returns -1
- when it is done parsing options, not EOF.
-
diff --git a/src/plugins/kdb/db2/libdb2/test/btree.tests/ChangeLog b/src/plugins/kdb/db2/libdb2/test/btree.tests/ChangeLog
deleted file mode 100644
index 339db618a..000000000
--- a/src/plugins/kdb/db2/libdb2/test/btree.tests/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2002-08-23 Tom Yu <tlyu@mit.edu>
-
- * main.c: Disable append(); we don't have R_APPEND in this release
- of DB for some reason. Disable load() due to lack of fgetline().
- Conditionalize lots of things on -DSTATISTICS or -DDEBUG as
- appropriate.
- (rlist): New function; does recursive listing of principals.
- (main): Fix up naming of *_ENDIAN macros. Default to read-only
- open, with new "-w" option for opening read/write. Actually call
- db->sync with the correct number of arguments.
- (show): Update call to __bt_dpage().
- (usage): Update.
-
-1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * main.c (main): POSIX states that getopt returns -1
- when it is done parsing options, not EOF.