* MAINTAINERS: Change my e-mail address.
[external/binutils.git] / mmalloc / ChangeLog
index 86ca15a..a1e3ad0 100644 (file)
@@ -1,3 +1,67 @@
+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.