aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-29 23:38:26 +0000
committerFred Fish <fnf@specifix.com>1992-06-29 23:38:26 +0000
commite33e766a1a2977cd280fad8a3ec137f33c714ad0 (patch)
treea6fd3e61117fc428b8688dd24da95fce32bbce8a /mmalloc/ChangeLog
parenta403a2efacc7f0b1ebd5f793dfae678dc2a550ad (diff)
downloadfsf-binutils-gdb-e33e766a1a2977cd280fad8a3ec137f33c714ad0.zip
fsf-binutils-gdb-e33e766a1a2977cd280fad8a3ec137f33c714ad0.tar.gz
fsf-binutils-gdb-e33e766a1a2977cd280fad8a3ec137f33c714ad0.tar.bz2
* mmtrace.c: Lint.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r--mmalloc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index 3a77e6b..d40444b 100644
--- a/mmalloc/ChangeLog
+++ b/mmalloc/ChangeLog
@@ -1,3 +1,16 @@
+Mon Jun 29 10:45:25 1992 Fred Fish (fnf at cygnus.com)
+
+ * mmtrace.c: Lint.
+
+Mon Jun 15 12:20:16 1992 Fred Fish (fnf@cygnus.com)
+
+ * mmalloc.h (struct mdesc): Change member "errno" to
+ "saved_errno" to avoid possible conflict with ANSI C environments,
+ where it is allowed to be a macro.
+ * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
+ it is broken on ncr 3000's.
+ * config/mh-ncr3000 (RANLIB): Use RANLIB=true.
+
Fri Jun 12 21:34:21 1992 John Gilmore (gnu at cygnus.com)
* mmap-sup.c: Avoid ANSI C "empty translation unit" idiocy.