summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Problem with the error routines and windows definitionsKeith Vetter1995-03-172-0/+20
* Ported the error table stuff to the PCKeith Vetter1995-03-177-36/+91
* Remove #ifdef STDC check to see if we should use const --- configureTheodore Tso1995-02-282-4/+5
* * Makefile.in: Avoid recompilation of std_rqs.c every single timeJohn Gilmore1995-02-283-2/+8
* * com_err.3: Document "com_err.h" rather than <com_err.h>John Gilmore1995-02-282-1/+5
* make lndir work with relative path invocationMark Eichin1995-02-272-1/+12
* * mk_cmds.sh: use ${SED} not sed in backtick expressions.Mark Eichin1995-02-232-1/+7
* * mk_cmds.sh: use ${SED} not sed in backtick expressions.Mark Eichin1995-02-232-2/+8
* If util/autoconf isn't built, try to use autoconf utilities found in the user'sTheodore Tso1995-02-032-1/+24
* Added files to .cvsignore which get built when autoconf is built in theTheodore Tso1995-02-032-0/+11
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-034-0/+4
* All routines defined in the com_err library should have extern beforeTheodore Tso1995-02-032-10/+16
* * Makefile.in (SRCS): add com_err.c explicit dependency to workMark Eichin1995-01-262-1/+8
* * autoreconf.sh (ls test): use -Llt to sort, in case we're in aMark Eichin1995-01-262-1/+6
* Auto configure changes. I didn't do anythingChris Provenzano1995-01-131-20/+4
* Workaround more Ultrix sh brain damageTheodore Tso1994-12-202-1/+5
* Work around yet another really horrible Ultrix sh bug. The values ofTheodore Tso1994-12-202-1/+12
* We don't need autoreconf.local anymore. That functionality has beenTheodore Tso1994-11-212-160/+1
* update to autoconf 2.1Mark Eichin1994-11-1816-502/+513
* * configure.in: add caching to perror check (from epeisach).Mark Eichin1994-11-182-2/+15