+
+ * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER.
+
+
+ * configure.in: add check for stddef.h
+ * mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
+
+
+ * configure.in: add AC_HEADER_STDC check.
+
+ * mmalloc.h: check if STDC_HEADERS instead of __STDC__.
+
+ * mmprivate.h: check if STDC_HEADERS instead of __STDC__.
+
+
+ * mmprivate.h: Remove declarations (PTR, etc) that are already
+ provided by ansidecl.h, include mmalloc.h earlier in file.
+
+
+ * Makefile.in (BISON): Remove macro.
+
+
+ * Makefile.in (maintainer-clean): New target, synonym for
+ realclean. Add GNU standard maintainer-clean echos.
+
+
+ * Update all FSF addresses except those in COPYING* files
+ and shar archive of original FSF files.
+
+
+ * Makefile.in (distclean, realclean): Remove config.cache and
+ config.log.
+
+
+ * Makefile.in (Makefile): Added config.status to dependency list.
+ (config.status): New target.
+
+
+ * mmap-sup.c: Removed munmap prototype. Some systems have a
+ slightly different prototype.
+
+
+ * Makefile.in, configure.in: Converted to use autoconf.
+ * configure: New file, generated with autoconf 2.3.
+ * config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4,
+ mh-sysv4}: Removed.
+
+
+ * Makefile.in (install-info): Name destination file correctly,
+ rather than using undefined shell variable.
+
+
+ * 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.
+
+
+ * configure.in: Change i[34]86 to i[345]86.
+
+
+ * Makefile.in (distclean): Separate from realclean.
+ (realclean): Remove mmalloc.info.
+
+
+ * config/go32.mh: New file
+ * configure.in (host==go32): Use new fragment.
+
+
+ * mmtrace.c (tr_freehook, tr_mallochook, tr_reallochook):
+ Cast addresses put out via fprintf to unsigned long and use %lx.
+
+
+ * COPYING.LIB: New file (standard version 2 LGPL, as already cited
+ by the source files).
+
+
+ * Makefile.in (info dvi install-info): Actually make the manual.
+
+
+ * mmalloc.texi: Fix typo ("for for" -> "for").
+
+
+ * test1.c: New file which tests for bug fixed below.
+ * Makefile.in (check): Put in commands to run it (but commented out
+ because it won't work for Canadian cross).
+
+ * mmalloc.c (mmalloc): When extending a free block at the end of the
+ heap, check whether which block is at the end changed.
+
+ * Makefile.in (TAGS): make work when srcdir != objdir.
+
+
+ * attach.c, detach.c: Include <sys/types.h> before <fcntl.h>.
+
+
+ * Makefile.in: Add mostlyclean and realclean targets.
+
+Wed Mar 24 01:58:12 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
+
+ * Makefile.in: add dvi and installcheck targets
+
+Fri Mar 12 18:35:43 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
+ number of people want to call SunOS 4.1.2 "solaris1.0" and get it right)
+
+
+ * Makefile.in (distclean): Add.
+
+
+ * Makefile.in, attach.c, detach.c, keys.c, mmap-sup.c, mmtrace.c,
+ sbrk-sup.c: Use GNU Library General Public License, like other
+ files.
+
+
+ * configure.in: Regularize list of host configs.
+
+
+ * mmalloc.texi: Add missing doubled @. Bugfix by Paul Eggert.
+
+Fri Oct 23 01:50:52 1992 Stu Grossman (grossman at cygnus.com)
+
+ * configure.in: Handle solaris same as sysv4.
+
+Thu Oct 1 23:34:20 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: use cpu-vendor-os triple instead of nested cases
+
+
+ * sbrk-sup.c (__mmalloc_brk_init): Ensure base of sbrk'd region
+
+
+ * Makefile.in: always create installation directories.
+
+
+ * mrealloc.c: Minor code format style changes for consistency.
+
+
+ * attach.c, detach.c, mcalloc.c, mmalloc.c, mmtrace.c, mrealloc.c,
+ sbrk-sup.c: Remove "(void)" casts from function calls where the
+ return value is ignored, in accordance with GNU coding standards.
+
+
+ * mmalloc.h (struct mdesc): Add FIXME comments to point out the
+ need to save some data on a per-process basis for mapped regions
+ that are shared.
+ * attach.c (reuse): Update the morecore field for reused mapped
+ regions to be correct for the current process.
+
+Mon Jun 29 10:45:25 1992 Fred Fish (fnf at cygnus.com)
+
+ * mmtrace.c: Lint.
+
+
+ * 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.
+
+
+ * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL using
+ /usr/ucb/install.
+
+
+ * sbrk-sup.c (sbrk_morecore): Fix sbrk() error return test.
+
+
+ * Makefile.in: rework CFLAGS so that they can be passed from the
+ command line. remove MINUS_G. Default CFLAGS to -g.
+
+
+ * TODO: New file.
+ * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
+ mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c: Lint.
+
* configure.in: Recognize new ncr3000 config.