summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include/ChangeLog
blob: 76b41c24519fb8ed4d2309d1c8452468380a1dd7 (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
2000-07-01  Tom Yu  <tlyu@mit.edu>

	* db-config.h.in: New file; contains useful tidbits from
	config.h.in generated by autoheader.  It is needed because
	config.h.in has some thing we don't want to leak, like renaming of
	missing libc functions.

	* .cvsignore: Twiddle to reflect current reality.

	* db-int.h: #include config.h since db.h includes db-config.h
	which is not quite the same now.

2000-06-30  Tom Yu  <tlyu@mit.edu>

	* db-int.h: Remove renaming for memmove, strerror, mkstemp since
	this is now done by the build system.

Fri Feb 13 14:39:25 1998  Tom Yu  <tlyu@mit.edu>

	* db-int.h: Additional renaming.

	* db.h: Rename dbopen to avoid collision with NetBSD libc.

	* db-ndbm.h: Rename lots of functions to avoid collisions with
	native dbm implementations.

	* db-int.h: Rename __hash_open to avoid potential collision with
	NetBSD libc.

Thu Aug 15 15:41:12 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* db-ndbm.h: Add prototypes for missing functions dbm_error() and
	 	dbm_clearerror().