summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_init.c
Commit message (Expand)AuthorAgeFilesLines
* * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn2006-03-311-10/+7
* * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable...Alexandra Ellwood2004-11-041-0/+30
* Permit exporting profile file data into a bufferKen Raeburn2004-10-271-0/+12
* Allow profile library caller to write the modified data to a differentKen Raeburn2004-10-181-0/+13
* * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn2004-10-151-4/+2
* Fix small memory leak in repeated krb5 context creation and deletion:Ken Raeburn2004-10-131-2/+0
* * prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long,Ken Raeburn2004-02-191-1/+1
* ProtoizeKen Raeburn2004-02-191-34/+15
* move prof-int.h to be the first include file in order to obtainJeffrey Altman2003-12-141-2/+2
* * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood2003-03-061-70/+0
* Merge some Mac-specific changes from meeroh's branch:Ken Raeburn2002-12-311-18/+70
* Checkpoint first step of merge.Ken Raeburn2002-12-071-19/+6
* prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil...Alexandra Ellwood2002-01-231-1/+1
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-6/+6
* * prof_init.c: Cleanup internal type warnings in calls to profile_initEzra Peisach2000-07-241-3/+5
* * prof_init.c (profile_init_path): Use profile_filespec_t insteadEzra Peisach2000-06-261-2/+2
* Danilo's const_profile_filespec_t and other changes from 1.1 branchKen Raeburn1999-09-011-4/+4
* If no filespecs are provided, then return an empty profileJeffrey Altman1999-07-231-9/+13
* * prof_int.h (profile_t): Delete typedef, since Miro changed prof_int.h toKen Raeburn1999-07-211-3/+3
* Profile library now uses MacOS native file specifiers on MacOS, and file path...Miro Jurisic1999-07-211-13/+44
* Check whether profile is valid before partying on itDanilo Almeida1999-06-231-0/+6
* Fix memory leak in profile_init_path()Danilo Almeida1999-06-171-0/+1
* prof_init.c (profile_abandon): New function which frees the profileTheodore Tso1999-04-141-0/+13
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-031-0/+13
* prof_tree.c: Add new functions profile_get_node_name,Theodore Tso1999-03-031-3/+6
* * prof_init.c (profile_init): Fix a problem whereby if the lastGeoffrey King1998-11-051-3/+6
* Makefile.in: Added prof_get.c to the list of files to be compiledTheodore Tso1998-11-031-325/+56
* Export profile_get_values() for krb4 library (win16/win32)Richard Basch1997-02-181-1/+2
* Only include stdlib.h if it's availableTheodore Tso1996-06-241-0/+2
* * prof_init.c (profile_init_path): Add const declarationsEzra Peisach1995-10-021-2/+2
* * prof_init.c (profile_init_path): takes a single string entryMark Eichin1995-10-021-0/+62
* prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso1995-09-231-4/+0
* Mac Beta 1 submissionKeith Vetter1995-09-111-0/+54
* Add serialization support for profilePaul Park1995-08-291-0/+175
* prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso1995-05-051-0/+3
* Got the profile code to work on the PCKeith Vetter1995-04-271-6/+0
* * Makefile.in (all): Use ARADD to facilitate incrementalEzra Peisach1995-04-251-0/+5
* configure.in: Add SUBDIR rule in so this directory can be included intoTheodore Tso1995-04-221-12/+45
* Add new functions profile_get_string() and profile_get_integer(), forTheodore Tso1995-04-211-2/+83
* Add include of <errno.h>Theodore Tso1995-04-201-0/+1
* Initial checkin of the profile libraryTheodore Tso1995-04-201-0/+157