X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=mmalloc%2FChangeLog;h=a1e3ad0af074b2321093cd57b6a92509ec52828a;hb=eb3c48e9b415e7a56dda6a160f31fe4994c43e13;hp=86ca15ae3d5f31fa15826fa41b976b18191a8a32;hpb=8b0b198558d0fc981f129e2e3dcbe00a0f308449;p=deliverable%2Fbinutils-gdb.git diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 86ca15ae3d..a1e3ad0af0 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,67 @@ +2003-08-08 H.J. Lu + + * Makefile.in (install-info): Create dest dir. Support DESTDIR. + (install): Likewise. + +2002-11-28 Elena Zannoni + + * Makefile.in (install): Move install-info to here... + (all): ...from here. + +2002-11-26 Elena Zannoni + + * 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 + + From 2002-03-05 Scott Pakin + * mmap-sup.c (MAP_PRIVATE_OR_SHARED): Define. + (__mmalloc_mmap_morecore): Use. + (__mmalloc_remap_core): Use. + +2000-05-17 Eli Zaretskii + + * Makefile.in (install-info): Make sure $(infodir) exists. Run + install-info program on the installed Info files. + +2000-03-20 Eli Zaretskii + + * 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 + + * MAINTAINERS: New file. + +2000-02-18 Frank Ch. Eigler + + From Jason "crash" Molenda : + * 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 + + * configure.in: Check for . + * configure: Regenerate. + + From 2000-02-17 RodneyBrown@pmsc.com: + * mm.c, attach.c, mmap-sup.c, sbrk-sup.c: Include 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.