summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Check in Berkeley Database code version 1.85Paul Park1995-05-2665-0/+9685
* For OSF/1, maintain a local shared library registry. (allows forEzra Peisach1995-05-262-3/+7
* Add support for Dec-alpha. Will currently only work (without warning)Ezra Peisach1995-05-262-0/+16
* Added shell script for creating shared librariesTheodore Tso1995-05-262-0/+29
* Include prof_int.h. This programs relies on internal functions andEzra Peisach1995-05-092-1/+6
* prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso1995-05-053-0/+11
* prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso1995-05-053-3/+10
* Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1995-05-041-0/+1
* * Makefile.in: remove spurious whitespace from blank lineTom Yu1995-05-034-2/+10
* * lndir (ls): use ls -a to get dotfiles tooMark Eichin1995-04-282-1/+5
* Don't try to strip an empty line. This causes memory reference errorTheodore Tso1995-04-282-1/+6
* Makefile.in (clean-unix): Remove profile.h and test_profileTheodore Tso1995-04-282-1/+6
* * reconf (usage): fix the whole messageMark Eichin1995-04-282-1/+5
* and it needs PROTOTYPE() around it..Mark Eichin1995-04-272-2/+2
* * test_parse.c (main): can't make function declarations local toMark Eichin1995-04-272-1/+7
* Got the profile code to work on the PCKeith Vetter1995-04-2711-36/+113
* Only define PROTOTYPE if not previously defined. (avoid conflictingEzra Peisach1995-04-272-0/+6
* Use posix signals if present on the system (for OS's that only haveEzra Peisach1995-04-277-5/+112
* * reconf (usage): fix pathname in message.Mark Eichin1995-04-262-1/+12
* Add AC_CONST for machines that do not support constEzra Peisach1995-04-252-0/+5
* * Makefile.in (all): Use ARADD to facilitate incrementalEzra Peisach1995-04-254-1/+17
* Fix Sanitize files to reflect current treeTheodore Tso1995-04-252-0/+50
* Rename profile.h.in to profile.hin to, make things easier for systemsTheodore Tso1995-04-223-2/+7
* configure.in: Add SUBDIR rule in so this directory can be included intoTheodore Tso1995-04-223-14/+50
* Also remove pathnames of the form /mit/cygnus.... from the generatedTheodore Tso1995-04-212-0/+6
* Fix type const vs. non-const problemsTheodore Tso1995-04-211-1/+3
* Add new functions profile_get_string() and profile_get_integer(), forTheodore Tso1995-04-212-2/+91
* Use correct type for retvalTheodore Tso1995-04-211-1/+1
* Fixed references to sources to use $(srcdir)Theodore Tso1995-04-211-7/+7
* Added required include for <sys/types.h>Theodore Tso1995-04-211-0/+1
* Use $(CC) instead of ccTheodore Tso1995-04-201-3/+3
* Add include of <errno.h>Theodore Tso1995-04-202-0/+2
* Add profile directoryTheodore Tso1995-04-202-1/+5
* Initial checkin of the profile libraryTheodore Tso1995-04-2016-0/+1880
* Sed script which postprocesses the output from cc -M for "make depend"Theodore Tso1995-04-181-0/+32
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-1413-0/+965
* com_err.h: If FAR is not defined, define it awayTheodore Tso1995-04-142-0/+7
* Windows global stuff:Keith Vetter1995-04-146-7/+12
* Bug fixes or better error handling for the following 4 Windows bugsKeith Vetter1995-04-062-2/+6
* * def.h: Replace STDARG_PROTOTYPES with HAVE_STDARG_HJohn Gilmore1995-03-292-1/+6
* * Makefile.in: Fix up Mac makefile.John Gilmore1995-03-294-6/+13
* * Makefile.in (all): Run all-$(WHAT).John Gilmore1995-03-292-2/+13
* * Makefile.in (all): Split into all-$(WHAT).John Gilmore1995-03-292-3/+14
* Fixed breakage introduced by windows port. com_err() is supposed toTheodore Tso1995-03-242-0/+9
* Fixed problem in com_err.c due to the fact that the PC doesn't use autoconf andKeith Vetter1995-03-222-1/+7
* Fixed bugs in the com_err library so that it's callable from windows programsKeith Vetter1995-03-224-9/+28
* * configure.in: Use AC_CHECK_HEADERS(stdarg.h), not CHECK_STDARG.John Gilmore1995-03-193-3/+8
* * com_err.c, com_err.h: Use HAVE_STDARG_H, not STDARG_PROTOTYPES.John Gilmore1995-03-194-6/+13
* Forgot to check this in earlierJohn Gilmore1995-03-191-0/+7
* * acgeneral.m4: Report the update status of the cache better;John Gilmore1995-03-182-10/+24