* mmprivate.h: New file, was mmalloc.h.
authorStan Shebs <shebs@codesourcery.com>
Fri, 28 Oct 1994 23:53:29 +0000 (23:53 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 28 Oct 1994 23:53:29 +0000 (23:53 +0000)
(mmalloc.h): Include.
* mmalloc.h: Remove all but declarations of mmalloc functions.
(ansidecl.h): Include.
* attach.c, et al: Include mmprivate.h instead of mmalloc.h.

mmalloc/.Sanitize
mmalloc/ChangeLog

index 196bd074658ddf62356450d4307991ec768e6f11..fa6339b8a4d5638c12141d22c36ba50247313ca3 100644 (file)
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/mmalloc.
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
@@ -13,7 +11,7 @@
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
@@ -42,6 +40,7 @@ mmalloc.texi
 mmap-sup.c
 mmcheck.c
 mmemalign.c
+mmprivate.h
 mmstats.c
 mmtrace.awk
 mmtrace.c
index e5b294f187bd46f0eeefe8ee999665a828f62db6..71e92aafb5a2db9638380d2771ba7e8256817695 100644 (file)
@@ -1,3 +1,39 @@
+Fri Oct 28 16:46:58 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * mmprivate.h: New file, was mmalloc.h.
+       (mmalloc.h): Include.
+       * mmalloc.h: Remove all but declarations of mmalloc functions.
+       (ansidecl.h): Include.
+       * attach.c, et al: Include mmprivate.h instead of mmalloc.h.
+
+Wed Aug 24 12:55:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in: Change i[34]86 to i[345]86.
+
+Mon Aug 22 11:36:40 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * Makefile.in (distclean): Separate from realclean.
+       (realclean): Remove mmalloc.info.
+
+Fri May  6 13:04:25 1994  Steve Chamberlain  (sac@cygnus.com)
+
+        * config/go32.mh: New file
+       * configure.in (host==go32):  Use new fragment.
+
+Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mmtrace.c (tr_freehook, tr_mallochook, tr_reallochook):
+       Cast addresses put out via fprintf to unsigned long and use %lx.
+
+Tue Nov 16 20:33:17 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * COPYING.LIB: New file (standard version 2 LGPL, as already cited
+       by the source files).
+
+Fri Nov  5 11:47:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (info dvi install-info): Actually make the manual.
+
 Mon Nov  1 14:20:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * mmalloc.texi: Fix typo ("for for" -> "for").
This page took 0.026936 seconds and 4 git commands to generate.