summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
* and it needs PROTOTYPE() around it..Mark Eichin1995-04-272-2/+2
* * test_parse.c (main): can't make function declarations local toMark Eichin1995-04-272-1/+7
* Got the profile code to work on the PCKeith Vetter1995-04-2711-36/+113
* Only define PROTOTYPE if not previously defined. (avoid conflictingEzra Peisach1995-04-272-0/+6
* Add AC_CONST for machines that do not support constEzra Peisach1995-04-252-0/+5
* * Makefile.in (all): Use ARADD to facilitate incrementalEzra Peisach1995-04-254-1/+17
* Fix Sanitize files to reflect current treeTheodore Tso1995-04-251-0/+48
* Rename profile.h.in to profile.hin to, make things easier for systemsTheodore Tso1995-04-223-2/+7
* configure.in: Add SUBDIR rule in so this directory can be included intoTheodore Tso1995-04-223-14/+50
* Fix type const vs. non-const problemsTheodore Tso1995-04-211-1/+3
* Add new functions profile_get_string() and profile_get_integer(), forTheodore Tso1995-04-212-2/+91
* Use correct type for retvalTheodore Tso1995-04-211-1/+1
* Fixed references to sources to use $(srcdir)Theodore Tso1995-04-211-7/+7
* Added required include for <sys/types.h>Theodore Tso1995-04-211-0/+1
* Use $(CC) instead of ccTheodore Tso1995-04-201-3/+3
* Add include of <errno.h>Theodore Tso1995-04-202-0/+2
* Initial checkin of the profile libraryTheodore Tso1995-04-2016-0/+1880