summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_parse.c
Commit message (Expand)AuthorAgeFilesLines
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-031-45/+9
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-141-4/+22
* Makefile.in: Added prof_get.c to the list of files to be compiledTheodore Tso1998-11-031-1/+1
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-1/+1
* prof_parse.c (parse_std_line, parse_quoted_string, need_double_quotes,Theodore Tso1998-01-241-5/+108
* Accept either ';' or '#' on the first line of a string as a commentTheodore Tso1996-11-051-1/+1
* Only include stdlib.h if it's availableTheodore Tso1996-06-241-0/+2
* test_profile.c: Add usage message if not enough argumentsTheodore Tso1996-06-121-9/+21
* Make parsing more flexible, so we don't barf over lack of spacesTheodore Tso1996-02-141-16/+12
* Convert C+ comment to older 'standard' C style commentEzra Peisach1995-09-111-1/+1
* Mac Beta 1 submissionKeith Vetter1995-09-111-0/+55
* * prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1995-08-151-2/+2
* Don't try to strip an empty line. This causes memory reference errorTheodore Tso1995-04-281-1/+1
* Got the profile code to work on the PCKeith Vetter1995-04-271-8/+20
* Use correct type for retvalTheodore Tso1995-04-211-1/+1
* Initial checkin of the profile libraryTheodore Tso1995-04-201-0/+220