summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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