summaryrefslogtreecommitdiffstats
path: root/src/util/db2
Commit message (Expand)AuthorAgeFilesLines
* Move the db2 library to the site of its one use, the kdb-db2 module.Ken Raeburn2005-10-04116-50894/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-243-8/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* remove old makefileKen Raeburn2005-06-211-652/+0
* * run.test (getnwords): Run data through "cat -v", because at least one versionKen Raeburn2004-08-272-1/+11
* * run.test (getnwords): Rewrite to drop blank lines before counting lines, no...Ken Raeburn2004-08-152-1/+6
* * run.test (getnwords): New function. Uses sed to get N words from $DICT asKen Raeburn2004-08-122-11/+21
* ignore generated timestamp file autoconf.stmpKen Raeburn2004-06-191-0/+1
* * mpool/mpool.c (mpool_get, mpool_write): Check that the offset calculationKen Raeburn2004-06-192-0/+17
* * Makefile.in (include/generated.stmp): New intermediate target file, toKen Raeburn2004-06-123-5/+18
* * Makefile.in ($(srcdir)/include/config.h.in): Always use --include, never tryKen Raeburn2004-06-082-1/+6
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* Use compile-time tests using system headers to determine byte order on AIX.Ken Raeburn2004-05-234-1/+13
* * configure.in: Check for machine/endian.h too.Ken Raeburn2004-05-074-2/+32
* Since the AES code builds, and doesn't do any configure-time byte order checksKen Raeburn2004-05-065-1/+77
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-222-0/+103
* * btree/bt_seq.c: Include string.hKen Raeburn2004-04-032-0/+5
* ignore some more generated filesKen Raeburn2004-02-241-0/+1
* don't install in-tree libdbTom Yu2003-04-022-1/+5
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-1/+2
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-109-9/+18
* Only system headers should declare errnoSam Hartman2003-01-055-4/+17
* blahSam Hartman2003-01-011-0/+645
* use stdint.h and inttypes.h if availableKen Raeburn2002-09-054-1/+16
* * acconfig.h: Remove file. All handled by configure.in nowEzra Peisach2002-09-032-15/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2910-8/+18
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+4
* * btree/bt_split.c (bt_psplit): Correctly account forTom Yu2002-08-282-2/+9
* * Makefile: DeletedKen Raeburn2002-08-242-23/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2310-8/+18
* * dbtest.c: Include btree.h if we're compiled with -DSTATISTICSTom Yu2002-08-233-1/+21
* * main.c: Disable append(); we don't have R_APPEND in this releaseTom Yu2002-08-232-8/+88
* * Makefile.in (LIBMINOR): Bump due to addition of bt_rseq()Tom Yu2002-08-238-12/+474
* * db.h: Add rename and prototype for bt_rseq(); this is a kludgeTom Yu2002-08-232-0/+7
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-152-0/+5
* * dbtest.c: Test for __STDC__ defined, not nonzero, to decide whether to useKen Raeburn2002-05-082-3/+8
* * run.test: Use "/bin/." instead of "/bin" in find commands in case /bin itselfKen Raeburn2002-02-203-12/+31
* Check test results more carefully.Ken Raeburn2002-01-045-6/+28
* * configure.in: Add optional argument to AC_DEFINE to provideEzra Peisach2001-10-243-11/+16
* * db-config.h.in: Remove unnecessary definitions for includingEzra Peisach2001-10-242-12/+6
* * hash/hash_func.c (hash4): Declare first argument constEzra Peisach2001-07-094-12/+22
* * hash/dbm.c: Include db-dbm.h for prototypesEzra Peisach2001-07-062-0/+5
* * db-dbm.h: New header file which lists the dbm interfacesEzra Peisach2001-07-063-1/+31
* * hash/hash_log2.c: Include hash.h, page.h and extern.h forEzra Peisach2001-07-052-0/+7
* * test/dbtest.c: Cast argument to isspace() to int. Do not shadowEzra Peisach2001-06-215-51/+59
* * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c,Ezra Peisach2001-06-216-68/+76
* * configure.in (AC_COMPILE_TYPE): Declare with AC_DEFUN() insteadEzra Peisach2000-11-012-1/+7
* Add AC_PROG_INSTALL to allow the library to be installedEzra Peisach2000-08-112-0/+5
* * test/dbtest.c: Cleanup gcc -Wall complaints with printf formatEzra Peisach2000-07-042-12/+20
* * recno/rec_seq.c: Include unused sccsid when LIBC_SCCS definedEzra Peisach2000-07-039-11/+44