summaryrefslogtreecommitdiffstats
path: root/src/util/profile/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/ChangeLog')
-rw-r--r--src/util/profile/ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 49a1c296d..ce8c0c226 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,8 +1,17 @@
+2000-06-26 Ezra Peisach <epeisach@zif.mit.edu>
+
+ * prof_init.c (profile_init_path): Use profile_filespec_t instead
+ of char *. (change provided by Nathan Neulinger <nneul@umr.edu>)
+
+ * profile.hin: Make definition of const_profile_filespec_t to be
+ based on profile_filespec_t.
+
2000-05-15 Alexandra Ellwood <lxs@mit.edu>
- * prof_get.c:
- prof_parse_boolean () was missing some curly brackets
- and was failing to check all the values in the list of
- possible strings.
+
+ * prof_get.c:
+ prof_parse_boolean () was missing some curly brackets
+ and was failing to check all the values in the list of
+ possible strings.
2000-04-03 Jeffrey Altman <jaltman@columbia.edu>