summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up prototypes for error_message. I think we may need to insert a test ...Sam Hartman1995-07-132-2/+10
* Do not include stdlib.h unless it existsEzra Peisach1995-07-122-0/+6
* Remove LDFLAGSPaul Park1995-07-072-1/+4
* Make symlink in TOPLIBD for libssPaul Park1995-07-072-0/+6
* Add DEPLIBS, needed by shared library rulePaul Park1995-07-074-1/+10
* prof_int.h must be included after stdio.h for prototypesEzra Peisach1995-07-062-2/+7
* Checking in the change of removing makeshlibEzra Peisach1995-07-061-0/+4
* Remove makeshlib on cleanEzra Peisach1995-07-061-1/+1
* Changes for Macintosh implementationKeith Vetter1995-07-068-5/+35
* * makeshlib.sh: Add support for NetBSD shared librariesTom Yu1995-07-042-0/+13
* * Makefile.in (libdb.a): Quiet the if statementTom Yu1995-07-033-5/+10
* * Replace Gcc test from top level configure.in with one fromSam Hartman1995-07-033-10/+16
* * 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
* Rename ct_c.*.in to ct_c_*.in, so that the sources will unpack cleanlyTheodore Tso1995-06-284-8/+14
* Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed toTheodore Tso1995-06-285-14/+27
* * 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-274-2/+12
* Made makeshlib produced by Makefile, so I can know whether I'm running Gcc. ...Sam Hartman1995-06-264-5/+53
* * configure.in: fix typo; appended "all" rule needs two colons toTom Yu1995-06-242-1/+6
* * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPESTom Yu1995-06-232-3/+4
* Fixed typos that prevent static libs from working. Add codeSam Hartman1995-06-232-2/+9
* Change done to DONE for shared library rulesPaul Park1995-06-232-4/+9
* Forgot to add Changelog entrySam Hartman1995-06-231-0/+4
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-234-5/+63
* put -Llt back, sent email to djmMark Eichin1995-06-221-2/+2
* Installed autoconf 2.4 in the Kerberos V5 tree. This reverted a fewTheodore Tso1995-06-2137-1274/+2768
* * getsyms, getsyms.sed: fix a few random bugsTom Yu1995-06-203-25/+62
* * getsyms, getsyms.sed: simple scripts to find #ifdef's thatTom Yu1995-06-193-0/+71
* Fix run.test to run under UltrixPaul Park1995-06-162-6/+12
* * libupdate.sh: oops they were right to begin with; hackTom Yu1995-06-162-2/+5
* * libupdate.sh: ARADD and ARCHIVE were backwardsTom Yu1995-06-162-2/+5
* Remove status message from OSF/1 shared library buildPaul Park1995-06-161-1/+0
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-152-5/+19
* Really check for /bin/sh5Paul Park1995-06-131-1/+1
* Fix test for Ultrix and SolarisPaul Park1995-06-134-1/+19
* * Makefile.in: don't install libss.aTom Yu1995-06-132-8/+4
* * 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-0912-16/+30
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-11/+14
* error.c (ss_error): remove const declaration from local variable. (it isEzra Peisach1995-06-094-2/+16
* list_req.c, ss_internal.h: Clean up -Wall flamesTheodore Tso1995-06-095-15/+29