summaryrefslogtreecommitdiffstats
path: root/src/util/berk_db
Commit message (Expand)AuthorAgeFilesLines
* Removing last remnants of berk_dbTheodore Tso1996-07-244-218/+0
* Removing berk_db, since it is now replaced by db2Theodore Tso1996-07-2461-9826/+0
* cvsignore hackeryTom Yu1996-06-103-3/+0
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-062-1/+6
* Update use of libupdate to use the new command line argumentsTheodore Tso1996-05-212-8/+7
* print an error when dsize test failsMark Eichin1996-03-141-2/+6
* * configure.in, Makefile.inRichard Basch1996-02-042-2/+3
* Add /usr/lib/ispell/ispell.words for LinuxEzra Peisach1995-10-302-0/+7
* Fix handling of index so db test compiles on AIXSam Hartman1995-10-122-3/+8
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-074-2/+10
* Makefile.in (check-unix): Changed building of library from check to check-unixEzra Peisach1995-10-022-1/+6
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-254-6/+10
* Makefile.in (check): Only build libdb.a when making the self checks. DoEzra Peisach1995-09-183-20/+10
* Remove __dbtest after done with make checkPaul Park1995-09-012-0/+9
* Update file listTheodore Tso1995-08-248-1/+20
* Fix previous change by removing configure.in dependency onSam Hartman1995-07-193-2/+6
* Update Makefile.in to use $(STEXT) so shared libs under AIX workSam Hartman1995-07-182-4/+11
* Added test for pgno_t that should avoid breaking NetBSDSam Hartman1995-07-142-1/+16
* Add DEPLIBS, needed by shared library rulePaul Park1995-07-072-0/+5
* * Makefile.in (libdb.a): Quiet the if statementTom Yu1995-07-033-5/+10
* * configure.in: Don't check for pgno_t; it's not in sys/types.h onTom Yu1995-07-022-1/+6
* Add shared library supportPaul Park1995-06-306-2/+44
* * configure.in: int*_t and pgno_t declarations fromMark Eichin1995-06-282-0/+12
* * configure.in: use AC_CHECK_FUNCS and check for memmove.Mark Eichin1995-06-283-1/+10
* * dbtest.c (xmalloc): use memcpy, memmove isn't needed.Mark Eichin1995-06-283-2/+10
* * run.test: look in /usr/share/lib/dict/words to find the wordsMark Eichin1995-06-282-1/+8
* * db.h: *int*_t are likely to collide with native types,Mark Eichin1995-06-282-15/+7
* * configure.in: *int*_t are likely to collide with native types,Mark Eichin1995-06-282-1/+14
* Compiler warning cleanupPaul Park1995-06-272-1/+5
* Fix run.test to run under UltrixPaul Park1995-06-162-6/+12
* Really check for /bin/sh5Paul Park1995-06-131-1/+1
* Fix test for Ultrix and SolarisPaul Park1995-06-134-1/+19
* * configure.in: fix intial value of CDEFS_INCLUDE so that makeTom Yu1995-06-112-1/+6
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-7/+10
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+7
* configure.in (CDEFS_INCLUDE): /bin/sh doesn't grok $(foo); it wants ${foo}!Theodore Tso1995-06-074-2/+10
* Use sys/cdefs.h if present (e.g. linux)Paul Park1995-05-306-2/+27
* If the size field of a struct datum != size field of DBT, you need to copyEzra Peisach1995-05-303-0/+104
* Check for the signal type in compiling testsEzra Peisach1995-05-303-1/+9
* Check in Berkeley Database code version 1.85Paul Park1995-05-2665-0/+9685