summaryrefslogtreecommitdiffstats
path: root/src/util/berk_db/test/ChangeLog
blob: fea3885b11359ed95a1151ea22a6ba8f555002a7 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Sun Oct 29 20:07:29 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* run.test: Add /usr/lib/ispell/ispell.words for Linux

Thu Oct 12 01:18:07 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* dbtest.c (rfile):  Don't declare index.
	(setflags setinfo): Same change


Fri Sep 1 11:18:25 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Remove __dbtest after done with make check.

Thu Aug 24 18:40:48 1995  Theodore Y. Ts'o  <tytso@dcl>

	* .Sanitize: Update file list

Wed Jun 28 03:06:32 1995  Mark Eichin  <eichin@cygnus.com>

	* configure.in: int*_t and pgno_t declarations from
	hash/configure.in.

Wed Jun 28 00:19:52 1995  Mark Eichin  <eichin@cygnus.com>

	* dbtest.c (xmalloc): use memcpy, memmove isn't needed.

Wed Jun 28 00:17:44 1995  Mark Eichin  <eichin@cygnus.com>

	* configure.in: use AC_CHECK_FUNCS for index, and check for memmove.

Wed Jun 28 00:04:07 1995  Mark Eichin  <eichin@cygnus.com>

	* run.test: look in /usr/share/lib/dict/words to find the words
	file under SGI Irix 5.

Fri Jun 16 16:57:24 EDT 1995	Paul Park	(pjpark@mit.edu)
	* run.test - Remove argument processing loop and only do the first one
		because Ultrix' /bin/sh5 is lame.


Tue Jun 13 16:00:18 EDT 1995	Paul Park	(pjpark@mit.edu)
	* dbtest.c - Check for HAVE_INDEX.  If we have it, then use it,
		otherwise use strchr.
	* configure.in - check for index(3).
	* Makefile.in - check for /bin/sh5, if present, use it because some
		system's /bin/sh doesn't understand some Bourne shell syntax.

Sun Jun 11 02:33:32 1995  Tom Yu  (tlyu@dragons-lair)

	* configure.in: fix intial value of CDEFS_INCLUDE so that make
		check doesn't end up with a "-I "

Fri Jun  9 19:00:00 1995    <tytso@rsx-11.mit.edu>

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

Wed Jun  7 09:27:39 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>

	* configure.in (CDEFS_INCLUDE): /bin/sh doesn't grok $(foo); it
		wants ${foo}!

Tue May 30 10:42:06 EDT 1995	Paul Park	(pjpark@mit.edu)
	* configure.in: Check for sys/cdefs.h.
	* Makefile.in: If sys/cdefs.h present, don't use the one in PORT/krb5.

Tue May 30 06:30:08 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* Makefile.in (CFLAGS): Added $(DEFS) so that configure determined
		CFLAGS can be included

	* configure.in: Added CHECK_SIGNALS