summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a redundant assignment in libprofileGreg Hudson2012-05-131-2/+0
* Add support for loadable profile modulesGreg Hudson2011-07-201-8/+29
* Fix Windows buildGreg Hudson2010-11-251-0/+39
* Fix a resource leak in the profile include supportGreg Hudson2010-08-291-5/+8
* Revise the profile include design so that included files areGreg Hudson2010-08-251-15/+20
* Correct a commentGreg Hudson2010-08-241-2/+2
* add profile include supportGreg Hudson2010-08-241-13/+92
* Mark and reindent util, with some exceptionsTom Yu2009-12-071-394/+395
* make mark-cstyleTom Yu2009-10-311-4/+4
* profile write code should only quote empty stringsAlexandra Ellwood2008-08-191-1/+1
* profile library memory leaks introduced when malloc returns 0Ezra Peisach2007-09-261-0/+2
* profile stores empty string values without double quotesJeffrey Altman2007-04-251-2/+4
* Allow whitespace in front of comments. Patch from Jeremie KoenigRuss Allbery2006-06-121-3/+3
* Permit exporting profile file data into a bufferKen Raeburn2004-10-271-32/+105
* * prof_parse.c (parse_std_line): Rewrite handling of whitespace in and afterKen Raeburn2004-08-281-6/+15
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-4/+0
* ProtoizeKen Raeburn2004-02-191-27/+11
* move prof-int.h to be the first include file in order to obtainJeffrey Altman2003-12-141-2/+2
* Support \r as additional line separator on Mac OS XKen Raeburn2003-01-091-0/+50
* * prof_parse.c (strip_line): Simplify loop by preserving "p" rather thanKen Raeburn2002-06-191-9/+3
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-1/+1
* * argv_parse.c (argv_parse): Cast argument to isspace() as int.Ezra Peisach2001-06-111-3/+3
* * krb5.conf: Test with a space after ']' and '{'Ezra Peisach2000-08-021-1/+5
* 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