summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-2/+6
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+6
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-272-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-2/+6
* * Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2002-08-152-0/+14
* * prof_parse.c (strip_line): Simplify loop by preserving "p" rather thanKen Raeburn2002-06-192-9/+6
* use strdupKen Raeburn2002-06-193-9/+26
* update dependenciesKen Raeburn2002-06-151-7/+7
* * prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so weKen Raeburn2002-06-042-8/+22
* * prof_get.c (conf_yes, conf_no): Now const.Ken Raeburn2002-05-082-3/+8
* shlib version number updates from 1.2.x branchKen Raeburn2002-03-071-1/+2
* make a log entry more readableKen Raeburn2002-03-061-4/+5
* * Makefile.in (LIBMINOR): BumpKen Raeburn2002-02-202-1/+5
* prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil...Alexandra Ellwood2002-01-233-3/+17
* * test_profile.c (main): Call profile_release() before exitingEzra Peisach2001-12-052-0/+6
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-7/+7
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-13/+13
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-104-83/+74
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-062-1/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-066-24/+12
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-045-43/+46
* dependenciesKen Raeburn2001-09-021-5/+13
* * prof_tree.c (struct profile_iterator): Member "names" now points to const.Ken Raeburn2001-07-195-6/+19
* * prof_int.h: Provide prototypes for profile_ser_size,Ezra Peisach2001-07-022-0/+13
* * test_profile.c: Include <string.h> for strcmp() prototypeEzra Peisach2001-06-112-1/+4
* * argv_parse.c (argv_parse): Cast argument to isspace() as int.Ezra Peisach2001-06-113-5/+11
* * Makefile.in (MLIBS): Do not link against libgen.a for testEzra Peisach2001-06-112-1/+6
* * krb5.conf: Test with trailing whitespace on "default_realm"Tom Yu2001-02-022-2/+7
* * configure.in: Use AC_C_CONST instead of AC_CONST andEzra Peisach2000-11-012-2/+7
* * krb5.conf: Test with a space after ']' and '{'Ezra Peisach2000-08-023-3/+14
* * prof_init.c: Cleanup internal type warnings in calls to profile_initEzra Peisach2000-07-245-8/+23
* Fix email address in ChangeLogEzra Peisach2000-06-261-1/+1
* * prof_init.c (profile_init_path): Use profile_filespec_t insteadEzra Peisach2000-06-263-8/+17
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* 2000-05-15 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-152-6/+14
* 2000-04-03 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-042-1/+7
* 2000-04-03 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-042-6/+12
* Added profile_get_booleanMiro Jurisic2000-03-245-1/+97
* Include string.h for strlen prototypeEzra Peisach2000-03-182-0/+5
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-3/+1
* Danilo's const_profile_filespec_t and other changes from 1.1 branchKen Raeburn1999-09-016-14/+32
* Removed com_err functions from profile.expMiro Jurisic1999-08-182-3/+5
* Remove profile_free_string because we already have profile_release_stringDanilo Almeida1999-08-053-13/+2
* Add profile_free_string to free strings allocated by profile_get_stringDanilo Almeida1999-08-053-0/+18
* prof_file.c (profile_open_file)Alexandra Ellwood1999-08-031-0/+6
* Added line to initialize profile->magic on the Macintosh because all of the o...Alexandra Ellwood1999-08-031-0/+1
* Updating changelogJeffrey Altman1999-07-231-0/+6
* 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-214-20/+25