~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/util/db2/include/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2004-05-23  Ken Raeburn  <raeburn@mit.edu>
2
 
 
3
 
        * db-int.h: Include sys/param.h if available.
4
 
 
5
 
2004-05-07  Ken Raeburn  <raeburn@mit.edu>
6
 
 
7
 
        * db-int.h: Include machine/endian.h if available.  Check for
8
 
        __LITTLE_ENDIAN__ and __BIG_ENDIAN__, _MIPSEB and _MIPSEL.
9
 
 
10
 
2004-05-05  Ken Raeburn  <raeburn@mit.edu>
11
 
 
12
 
        * db-int.h: Include stdlib.h, and endian.h if available.
13
 
        (LITTLE_ENDIAN, BIG_ENDIAN, BYTE_ORDER): If not defined, and if
14
 
        versions with one or two leading underscores are defined, define
15
 
        the no-underscore form in terms of the with-underscore one.
16
 
        (DB_BYTE_ORDER): Define by checking LITTLE_ENDIAN, BIG_ENDIAN, and
17
 
        BYTE_ORDER; report an error if that doesn't work.  Don't check
18
 
        WORDS_BIGENDIAN.
19
 
 
20
 
2002-09-05  Ken Raeburn  <raeburn@mit.edu>
21
 
 
22
 
        * db-int.h: If stdint.h or inttypes.h are found, include them.
23
 
 
24
 
2002-08-23  Tom Yu  <tlyu@mit.edu>
25
 
 
26
 
        * db.h: Add rename and prototype for bt_rseq(); this is a kludge
27
 
        to avoid stuffing more things into the DB handle.
28
 
 
29
 
2001-10-24  Ezra Peisach  <epeisach@mit.edu>
30
 
 
31
 
        * db-config.h.in: Remove unnecessary definitions for including
32
 
        db.h header file. These include WORDS_BIGENDIAN, ssize_t, u_short,
33
 
        int8_t, u_int8_t, int16_t, u_int16_t, int32_t.
34
 
 
35
 
2001-07-06  Ezra Peisach  <epeisach@mit.edu>
36
 
 
37
 
        * db-dbm.h: New header file which lists the dbm interfaces.
38
 
 
39
 
        * db-ndbm.h: Change prototype from dirinfo to dirfno which matches
40
 
        code and ndbm API.
41
 
 
42
 
2000-07-01  Tom Yu  <tlyu@mit.edu>
43
 
 
44
 
        * db-config.h.in: New file; contains useful tidbits from
45
 
        config.h.in generated by autoheader.  It is needed because
46
 
        config.h.in has some thing we don't want to leak, like renaming of
47
 
        missing libc functions.
48
 
 
49
 
        * .cvsignore: Twiddle to reflect current reality.
50
 
 
51
 
        * db-int.h: #include config.h since db.h includes db-config.h
52
 
        which is not quite the same now.
53
 
 
54
 
2000-06-30  Tom Yu  <tlyu@mit.edu>
55
 
 
56
 
        * db-int.h: Remove renaming for memmove, strerror, mkstemp since
57
 
        this is now done by the build system.
58
 
 
59
 
Fri Feb 13 14:39:25 1998  Tom Yu  <tlyu@mit.edu>
60
 
 
61
 
        * db-int.h: Additional renaming.
62
 
 
63
 
        * db.h: Rename dbopen to avoid collision with NetBSD libc.
64
 
 
65
 
        * db-ndbm.h: Rename lots of functions to avoid collisions with
66
 
        native dbm implementations.
67
 
 
68
 
        * db-int.h: Rename __hash_open to avoid potential collision with
69
 
        NetBSD libc.
70
 
 
71
 
Thu Aug 15 15:41:12 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
72
 
 
73
 
        * db-ndbm.h: Add prototypes for missing functions dbm_error() and
74
 
                dbm_clearerror().