aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/prof_parse.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-03test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1-45/+9
1998-11-14Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1-4/+22
1998-11-03Makefile.in: Added prof_get.c to the list of files to be compiledTheodore Tso1-1/+1
1998-07-17Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1-1/+1
1998-01-24prof_parse.c (parse_std_line, parse_quoted_string, need_double_quotes,Theodore Tso1-5/+108
1996-11-05Accept either ';' or '#' on the first line of a string as a commentTheodore Tso1-1/+1
1996-06-24Only include stdlib.h if it's availableTheodore Tso1-0/+2
1996-06-12test_profile.c: Add usage message if not enough argumentsTheodore Tso1-9/+21
1996-02-14Make parsing more flexible, so we don't barf over lack of spacesTheodore Tso1-16/+12
1995-09-11Convert C+ comment to older 'standard' C style commentEzra Peisach1-1/+1
1995-09-11Mac Beta 1 submissionKeith Vetter1-0/+55
1995-08-15* prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1-2/+2
1995-04-28Don't try to strip an empty line. This causes memory reference errorTheodore Tso1-1/+1
1995-04-27Got the profile code to work on the PCKeith Vetter1-8/+20
1995-04-21Use correct type for retvalTheodore Tso1-1/+1
1995-04-20Initial checkin of the profile libraryTheodore Tso1-0/+220