summaryrefslogtreecommitdiffstats
path: root/src/util/db2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/ChangeLog')
-rw-r--r--src/util/db2/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog
index 937a35256..85f711094 100644
--- a/src/util/db2/ChangeLog
+++ b/src/util/db2/ChangeLog
@@ -1,3 +1,20 @@
+2000-07-01 Tom Yu <tlyu@mit.edu>
+
+ * clib/strerror.c: #include config.h.
+
+ * clib/mkstemp.c: #include config.h.
+
+ * clib/memmove.c: #include config.h.
+
+ * clib/Makefile.in (LOCALINCLUDES): Add -I../include to get
+ config.h.
+
+ * configure.in: Generate two config headers, one for internal use
+ and one for external use. Rework clib replacement code to use
+ AC_DEFINE rather than ADD_DEF.
+
+ * Makefile.in (STOBJLISTS): Add clib.
+
2000-06-30 Tom Yu <tlyu@mit.edu>
* configure.in: Rework to use krb5 build system.