| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 10 | -8/+18 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 2 | -0/+4 |
| * | * btree/bt_split.c (bt_psplit): Correctly account for | Tom Yu | 2002-08-28 | 2 | -2/+9 |
| * | * Makefile: Deleted | Ken Raeburn | 2002-08-24 | 2 | -23/+2 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 10 | -8/+18 |
| * | * dbtest.c: Include btree.h if we're compiled with -DSTATISTICS | Tom Yu | 2002-08-23 | 3 | -1/+21 |
| * | * main.c: Disable append(); we don't have R_APPEND in this release | Tom Yu | 2002-08-23 | 2 | -8/+88 |
| * | * Makefile.in (LIBMINOR): Bump due to addition of bt_rseq() | Tom Yu | 2002-08-23 | 8 | -12/+474 |
| * | * db.h: Add rename and prototype for bt_rseq(); this is a kludge | Tom Yu | 2002-08-23 | 2 | -0/+7 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-15 | 2 | -0/+5 |
| * | * dbtest.c: Test for __STDC__ defined, not nonzero, to decide whether to use | Ken Raeburn | 2002-05-08 | 2 | -3/+8 |
| * | * run.test: Use "/bin/." instead of "/bin" in find commands in case /bin itself | Ken Raeburn | 2002-02-20 | 3 | -12/+31 |
| * | Check test results more carefully. | Ken Raeburn | 2002-01-04 | 5 | -6/+28 |
| * | * configure.in: Add optional argument to AC_DEFINE to provide | Ezra Peisach | 2001-10-24 | 3 | -11/+16 |
| * | * db-config.h.in: Remove unnecessary definitions for including | Ezra Peisach | 2001-10-24 | 2 | -12/+6 |
| * | * hash/hash_func.c (hash4): Declare first argument const | Ezra Peisach | 2001-07-09 | 4 | -12/+22 |
| * | * hash/dbm.c: Include db-dbm.h for prototypes | Ezra Peisach | 2001-07-06 | 2 | -0/+5 |
| * | * db-dbm.h: New header file which lists the dbm interfaces | Ezra Peisach | 2001-07-06 | 3 | -1/+31 |
| * | * hash/hash_log2.c: Include hash.h, page.h and extern.h for | Ezra Peisach | 2001-07-05 | 2 | -0/+7 |
| * | * test/dbtest.c: Cast argument to isspace() to int. Do not shadow | Ezra Peisach | 2001-06-21 | 5 | -51/+59 |
| * | * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c, | Ezra Peisach | 2001-06-21 | 6 | -68/+76 |
| * | * configure.in (AC_COMPILE_TYPE): Declare with AC_DEFUN() instead | Ezra Peisach | 2000-11-01 | 2 | -1/+7 |
| * | Add AC_PROG_INSTALL to allow the library to be installed | Ezra Peisach | 2000-08-11 | 2 | -0/+5 |
| * | * test/dbtest.c: Cleanup gcc -Wall complaints with printf format | Ezra Peisach | 2000-07-04 | 2 | -12/+20 |
| * | * recno/rec_seq.c: Include unused sccsid when LIBC_SCCS defined | Ezra Peisach | 2000-07-03 | 9 | -11/+44 |
| * | * clib/strerror.c: #include config.h | Tom Yu | 2000-07-01 | 7 | -13/+43 |
| * | * db-config.h.in: New file; contains useful tidbits from | Tom Yu | 2000-07-01 | 4 | -3/+44 |
| * | add include file copying | Tom Yu | 2000-06-30 | 1 | -2/+17 |
| * | * configure.in: Rework to use krb5 build system | Tom Yu | 2000-06-30 | 10 | -23/+149 |
| * | * db-int.h: Remove renaming for memmove, strerror, mkstemp since | Tom Yu | 2000-06-30 | 2 | -12/+5 |
| * | Move .cvsignore from obj to include to reflect the discontinuation of | Tom Yu | 2000-06-30 | 3 | -174/+1 |
| * | * btree/bt_put.c (__bt_put): Initialize "e" | Ken Raeburn | 2000-06-26 | 2 | -1/+5 |
| * | * dbtest.c (err): Add format attribute to decl, for typechecking under GNU C | Ken Raeburn | 2000-06-26 | 2 | -1/+12 |
| * | merge from krb5-1-2-beta4 | Ken Raeburn | 2000-06-23 | 2 | -2/+7 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -38/+39 |
| * | * README.NOT.SLEEPYCAT.DB: New file; pointer to README to | Tom Yu | 1999-08-16 | 4 | -41/+70 |
| * | Rename CHANGELOG to CHANGELOG.db2 to avoid messing up things under Windows | Theodore Tso | 1999-04-08 | 1 | -0/+0 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 4 | -2/+11 |
| * | Document previous changes | Tom Yu | 1998-02-13 | 1 | -0/+15 |
| * | * recno/extern.h: Additional renaming | Tom Yu | 1998-02-13 | 1 | -0/+18 |
| * | * hash/extern.h: Additional renaming | Tom Yu | 1998-02-13 | 4 | -3/+40 |
| * | * mpool/mpool.h: Additional renaming | Tom Yu | 1998-02-13 | 1 | -0/+10 |
| * | * btree/extern.h: Additional renaming | Tom Yu | 1998-02-13 | 1 | -0/+29 |
| * | * db-int.h: Additional renaming | Tom Yu | 1998-02-13 | 2 | -0/+6 |
| * | * hash/hash.c (__kdb2_hash_open): Rename to avoid potential | Tom Yu | 1998-02-13 | 4 | -26/+37 |
| * | * db.h: Rename dbopen to avoid collision with NetBSD libc | Tom Yu | 1998-02-13 | 4 | -0/+24 |
| * | * btree/bt_open.c: Added O_BINARY for __CYGWIN32__. | Ezra Peisach | 1998-01-21 | 21 | -31/+67 |
| * | * hash/hash_bigkey.c (collect_key, collect_data): Cast malloc | Ezra Peisach | 1998-01-15 | 4 | -6/+36 |