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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 180216f94c..58bea73c59 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,13 @@
+Thu Apr 27 10:43:24 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: made to work on the PC.
+ * profile.hin, prof_int.h: use _MSDOS instead of _WINDOWS
+ so we can compile DOS test programs.
+ * *.c: Don't need to include file unistd.h.
+ * test_*.c: Made to work under DOS--used stubs for the com_err stuff.
+ * prof_parse.c: Turned a 2k automatic array into a malloc'ed block
+ because windows dll's shouldn't use up a lot of stack space.
+
Wed Apr 26 09:54:18 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* profile.hin: Only define PROTOTYPE if it is undefined.