blob: 042c84f9c992b9de431e1d28c6f4a3dd245d09a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
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.
|