diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-10-04 23:38:37 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-10-04 23:38:37 +0000 |
| commit | 745cddfcd791359ff5ae5c2f33db3b196f6df481 (patch) | |
| tree | 4a5081d158f5f0e3ec784b1c2190d9870dceaa41 /src/util/db2/include/ChangeLog | |
| parent | a6759444a5cc94637576e92cf425efda13a791ea (diff) | |
| download | krb5-745cddfcd791359ff5ae5c2f33db3b196f6df481.tar.gz krb5-745cddfcd791359ff5ae5c2f33db3b196f6df481.tar.xz krb5-745cddfcd791359ff5ae5c2f33db3b196f6df481.zip | |
Move the db2 library to the site of its one use, the kdb-db2 module.
Update configuration scripts, pathname make variables, etc., accordingly.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17407 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/include/ChangeLog')
| -rw-r--r-- | src/util/db2/include/ChangeLog | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog deleted file mode 100644 index 676bbd44a..000000000 --- a/src/util/db2/include/ChangeLog +++ /dev/null @@ -1,74 +0,0 @@ -2004-05-23 Ken Raeburn <raeburn@mit.edu> - - * db-int.h: Include sys/param.h if available. - -2004-05-07 Ken Raeburn <raeburn@mit.edu> - - * db-int.h: Include machine/endian.h if available. Check for - __LITTLE_ENDIAN__ and __BIG_ENDIAN__, _MIPSEB and _MIPSEL. - -2004-05-05 Ken Raeburn <raeburn@mit.edu> - - * db-int.h: Include stdlib.h, and endian.h if available. - (LITTLE_ENDIAN, BIG_ENDIAN, BYTE_ORDER): If not defined, and if - versions with one or two leading underscores are defined, define - the no-underscore form in terms of the with-underscore one. - (DB_BYTE_ORDER): Define by checking LITTLE_ENDIAN, BIG_ENDIAN, and - BYTE_ORDER; report an error if that doesn't work. Don't check - WORDS_BIGENDIAN. - -2002-09-05 Ken Raeburn <raeburn@mit.edu> - - * db-int.h: If stdint.h or inttypes.h are found, include them. - -2002-08-23 Tom Yu <tlyu@mit.edu> - - * db.h: Add rename and prototype for bt_rseq(); this is a kludge - to avoid stuffing more things into the DB handle. - -2001-10-24 Ezra Peisach <epeisach@mit.edu> - - * db-config.h.in: Remove unnecessary definitions for including - db.h header file. These include WORDS_BIGENDIAN, ssize_t, u_short, - int8_t, u_int8_t, int16_t, u_int16_t, int32_t. - -2001-07-06 Ezra Peisach <epeisach@mit.edu> - - * db-dbm.h: New header file which lists the dbm interfaces. - - * db-ndbm.h: Change prototype from dirinfo to dirfno which matches - code and ndbm API. - -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(). |
