summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
* On Windows builds, add -DHAVE_STDLIB_HTheodore Tso1996-07-132-1/+6
* Only include stdlib.h if it's availableTheodore Tso1996-06-249-0/+21
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* test_profile.c: Add usage message if not enough argumentsTheodore Tso1996-06-127-15/+58
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Make parsing more flexible, so we don't barf over lack of spacesTheodore Tso1996-02-143-16/+21
* * krb5.conf: use host:portnum in example files, not host,portnumMark Eichin1996-01-272-2/+6
* * profile.hin: Add profile_init_path prototypeEzra Peisach1996-01-112-0/+7
* * configure.in: Check for the stat call, since profile_update_fileTheodore Tso1995-12-213-4/+24
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-1/+5
* * prof_init.c (profile_init_path): Add const declarationsEzra Peisach1995-10-022-2/+6
* * prof_init.c (profile_init_path): takes a single string entryMark Eichin1995-10-023-0/+77
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-6/+5
* prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso1995-09-233-9/+18
* Convert C+ comment to older 'standard' C style commentEzra Peisach1995-09-112-1/+5
* Mac Beta 1 submissionKeith Vetter1995-09-114-0/+175
* Add serialization support for profilePaul Park1995-08-293-0/+183
* * prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1995-08-153-3/+25
* prof_int.h must be included after stdio.h for prototypesEzra Peisach1995-07-062-2/+7
* Changes for Macintosh implementationKeith Vetter1995-07-064-3/+24
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-2/+5
* Add install targetTheodore Tso1995-06-082-0/+6
* Add support for building shared librariesTheodore Tso1995-05-271-1/+1
* Add support for building shared librariesTheodore Tso1995-05-273-2/+18
* 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
* 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
* 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
* 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-251-0/+48
* 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
* 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
* Initial checkin of the profile libraryTheodore Tso1995-04-2016-0/+1880