* MAINTAINERS: Change my e-mail address.
[external/binutils.git] / mmalloc / ChangeLog
index 277fbac..a1e3ad0 100644 (file)
@@ -1,3 +1,133 @@
+2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.in (install-info): Create dest dir. Support DESTDIR.
+       (install): Likewise.
+
+2002-11-28  Elena Zannoni  <ezannoni@redhat.com>
+
+       * Makefile.in (install): Move install-info to here...
+       (all): ...from here.
+
+2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
+
+       * Makefile.in (INFO_DEPS): Define.
+       (all): Add install-info to the rule.
+       (info): Unse INFO_DEPS.
+       (install-info): Rewrite.
+       (uninstall-info): New.
+       (uninstall): New.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-03-05 Scott Pakin <pakin@uiuc.edu>
+       * mmap-sup.c (MAP_PRIVATE_OR_SHARED): Define.
+       (__mmalloc_mmap_morecore): Use.
+       (__mmalloc_remap_core): Use.
+       
+2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (install-info): Make sure $(infodir) exists.  Run
+       install-info program on the installed Info files.
+
+2000-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (install): Append "n", not ".n" to libmmalloc.a,
+       since the latter loses on DOS 8+3 filesystems.
+
+Mon Feb 28 10:33:51 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * MAINTAINERS: New file.
+
+2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
+
+       From Jason "crash" Molenda <jsm@cygnus.com>:
+       * configure.in: Check for getpagesize declaration.
+       * mvmalloc.c, mmap-sup.c: Conditionally declare getpagesize.
+       * configure: Regenerated.
+
+Fri Feb 18 11:42:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in: Check for <unistd.h>.
+       * configure: Regenerate.
+
+       From 2000-02-17 RodneyBrown@pmsc.com:
+       * mm.c, attach.c, mmap-sup.c, sbrk-sup.c: Include <unistd.h> for
+       sbrk and lseek declarations.  Update copyright.
+
+2000-02-04  Kevin Buettner  (kevinb@cygnus.com)
+
+       * acinclude.m4, aclocal.m4: New files.
+       * configure.in (sbrk): Use BFD_NEED_DECLARATION to test for
+       presence of a suitable declaration in the system headers.
+       * configure: Regenerated.
+       * sbrk-sup.c (sbrk): Ifdef'd with NEED_DECLARATION_SBRK.
+
+1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in: Requires autoconf 2.12.1 or higher.
+       * configure: Regenerated.
+
+1998-07-24  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * mcalloc.c: #include <sys/types.h> before <string.h>.  HP/UX 11.0
+       needs this.
+
+Thu Apr 23 12:19:22 1998  Philippe De Muyter  <phdm@macqel.be>
+
+        * mmalloc.h: Include sys/types.h and stdio.h #ifndef HAVE_STDDEF_H.
+        * mmprivate.h: Do not handle HAVE_STDDEF_H here, since we include
+        mmalloc.h.
+
+Tue Mar 24 17:07:02 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
+
+       * Makefile.in:  Get SHELL from configure.
+       * configure:  Regenerate with autoconf 2.12.1 to fix shell issues for
+       NT native builds.
+
+Mon Feb  7 13:06:45 1997  Philippe De Muyter  <phdm@macqel.be>
+
+        * mmalloc/detach.c: Do not include fcntl.h.
+
+Thu Aug 28 13:15:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mrealloc.c (realloc): Store result in local variable before
+       returning it.  Makes debugging much easier at negligible cost.
+
+Tue Feb  4 16:30:59 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mvalloc.c (cache_pagesize): Rename from pagesize, so that if we
+       are building mm.o, it does not conflict with the variable of the
+       same name in mmap-sup.c.
+
+Sat Dec 28 12:48:32 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (mm.o): New target that combines all the functions
+       into a single object module.  This avoids client programs picking
+       up part of the allocation routines from mmalloc and part from libc,
+       which can lead to undefined behavior.
+       (CFILES): Add mm.c
+       (TARGETOBJS): Define to be either the individual objects or the
+       single combined object.
+       (TARGETLIB): Create the archive using TARGETOBJS.
+       * mm.c: New file that simply #includes the other source C files.
+       
+Thu Oct  3 15:45:23 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * Makefile.in (maintainer-clean): Depend on distclean, remove
+       duplication.
+
+Tue Sep 10 17:52:06 1996  Fred Fish  <fnf@cygnus.com>
+
+       * mmcheck.c (checkhdr): Add prototype.
+       (mfree_check): Ditto.
+       (mmalloc_check): Ditto.
+       (mrealloc_check): Ditto.
+       * mmtrace.c (tr_break): Ditto.
+       (tr_freehook): Ditto.
+       (tr_mallochook): Ditto.
+       (tr_reallochook): Ditto.
+       * sbrk-sup.c (sbrk_morecore): Ditto.
+
 Wed Sep  4 18:02:45 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * configure configure.in:  Don't default CC to cc.  It causes problems