aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
AgeCommit message (Expand)AuthorFilesLines
1996-02-14Make parsing more flexible, so we don't barf over lack of spacesTheodore Tso3-16/+21
1996-01-27 * krb5.conf: use host:portnum in example files, not host,portnumMark Eichin2-2/+6
1996-01-11 * profile.hin: Add profile_init_path prototypeEzra Peisach2-0/+7
1995-12-21* configure.in: Check for the stat call, since profile_update_fileTheodore Tso3-4/+24
1995-10-07Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso2-1/+5
1995-10-02* prof_init.c (profile_init_path): Add const declarationsEzra Peisach2-2/+6
1995-10-02 * prof_init.c (profile_init_path): takes a single string entryMark Eichin3-0/+77
1995-09-25Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso2-6/+5
1995-09-23prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso3-9/+18
1995-09-11Convert C+ comment to older 'standard' C style commentEzra Peisach2-1/+5
1995-09-11Mac Beta 1 submissionKeith Vetter4-0/+175
1995-08-29Add serialization support for profilePaul Park3-0/+183
1995-08-15* prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach3-3/+25
1995-07-06prof_int.h must be included after stdio.h for prototypesEzra Peisach2-2/+7
1995-07-06Changes for Macintosh implementationKeith Vetter4-3/+24
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-2/+5
1995-06-08Add install targetTheodore Tso2-0/+6
1995-05-27Add support for building shared librariesTheodore Tso1-1/+1
1995-05-27Add support for building shared librariesTheodore Tso3-2/+18
1995-05-09Include prof_int.h. This programs relies on internal functions andEzra Peisach2-1/+6
1995-05-05prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso3-0/+11
1995-05-05prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso3-3/+10
1995-05-04Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1-0/+1
1995-04-28Don't try to strip an empty line. This causes memory reference errorTheodore Tso2-1/+6
1995-04-28Makefile.in (clean-unix): Remove profile.h and test_profileTheodore Tso2-1/+6
1995-04-27and it needs PROTOTYPE() around it..Mark Eichin2-2/+2
1995-04-27 * test_parse.c (main): can't make function declarations local toMark Eichin2-1/+7
1995-04-27Got the profile code to work on the PCKeith Vetter11-36/+113
1995-04-27Only define PROTOTYPE if not previously defined. (avoid conflictingEzra Peisach2-0/+6
1995-04-25Add AC_CONST for machines that do not support constEzra Peisach2-0/+5
1995-04-25 * Makefile.in (all): Use ARADD to facilitate incrementalEzra Peisach4-1/+17
1995-04-25Fix Sanitize files to reflect current treeTheodore Tso1-0/+48
1995-04-22Rename profile.h.in to profile.hin to, make things easier for systemsTheodore Tso3-2/+7
1995-04-22configure.in: Add SUBDIR rule in so this directory can be included intoTheodore Tso3-14/+50
1995-04-21Fix type const vs. non-const problemsTheodore Tso1-1/+3
1995-04-21Add new functions profile_get_string() and profile_get_integer(), forTheodore Tso2-2/+91
1995-04-21Use correct type for retvalTheodore Tso1-1/+1
1995-04-21Fixed references to sources to use $(srcdir)Theodore Tso1-7/+7
1995-04-21Added required include for <sys/types.h>Theodore Tso1-0/+1
1995-04-20Use $(CC) instead of ccTheodore Tso1-3/+3
1995-04-20Add include of <errno.h>Theodore Tso2-0/+2
1995-04-20Initial checkin of the profile libraryTheodore Tso16-0/+1880