aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2002-11-282002-11-28 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+5
* Makefile.in (install): Move install-info to here... (all): ...from here.
2002-11-262002-11-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+9
* 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-07From 2002-03-05 Scott Pakin <pakin@uiuc.edu>Andrew Cagney1-0/+7
* mmap-sup.c (MAP_PRIVATE_OR_SHARED): Define. (__mmalloc_mmap_morecore): Use. (__mmalloc_remap_core): Use.
2000-05-17 * mmalloc/Makefile.in (install-info): Make sure $(infodir) exists.Eli Zaretskii1-0/+5
Run install-info program on the installed Info files. * gdb/doc/Makefile.in (install-info): Run install-info on installed Info files.
2000-03-20 * Makefile.in (install): Append "n", not ".n" to libmmalloc.a,Eli Zaretskii1-0/+5
since the latter loses on DOS 8+3 filesystems.
2000-02-28Add MAINTAINERS file to mmalloc directory - part of GDB and maintainedAndrew Cagney1-0/+4
by GDB's Host maintainers.
2000-02-19* build fix for cygwinFrank Ch. Eigler1-0/+7
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.
2000-02-18From 2000-02-17 RodneyBrown@pmsc.com:Andrew Cagney1-0/+9
mm.c, attach.c, mmap-sup.c, sbrk-sup.c: Include <unistd.h> for sbrk and lseek declarations.
2000-02-05import gdb-2000-02-04 snapshotJason Molenda1-0/+8
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+427
1999-04-16Initial creation of sourceware repositoryStan Shebs1-361/+0
1996-09-05 * configure configure.in: Don't default CC to cc. It causes problemsStu Grossman1-0/+9
when starting a compile in the mmalloc directory.
1996-07-13 * mmap-sup.c (mmalloc_findbase): Change to not require /dev/zeroFred Fish1-0/+5
if MMAP_ANONYMOUS is available.
1996-07-11 * detach.c (mmalloc_detach): Fix bug in computation of negativeFred Fish1-0/+20
brk value. * mmcheck.c (mmcheckf): Renamed from mmcheck and new FORCE argument added. Replaced hack that always allowed checking routines to be installed and enforce restriction that they have to be installed prior to allocating any memory on the used heap or the FORCE argument has to be non-NULL. (mmcheck): New function that calls mmcheckf with FORCE set to zero, for backwards compatibility. * mmalloc.c (malloc): Store result in local variable before returning it. Makes debugging much easier at negligible cost. * mmalloc.h (mmcheckf): Declare. * attach.c (reuse): Call mmcheckf rather than mmcheck. * mmap-sup.c (__mmalloc_mmap_morecore): Improve to allow mmap to select a base mapping address if none is otherwise given. (mmalloc_findbase): New function that user can call to find an available mapping address of a given size.
1996-06-25 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):Jason Molenda1-0/+21
Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. * configure: Rebuilt.
1996-03-30 * mmalloc.h (mmtrace): Add prototype.Fred Fish1-0/+30
1995-11-05 * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER.Jason Molenda1-0/+4
Sigh. It's one of those days.
1995-11-05 * configure.in: add check for stddef.hJason Molenda1-0/+5
* mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
1995-11-05 * configure.in: add AC_HEADER_STDC check.Jason Molenda1-0/+8
* mmalloc.h: check if STDC_HEADERS instead of __STDC__. * mmprivate.h: check if STDC_HEADERS instead of __STDC__. This change is necessary to build under AIX 3.2.5 w/ cc after Stan's Oct 24 change. I'm not convinced that changing mmalloc.h in this way is such a good thing--if a directory that doesn't use autoconf (or one that DOES use autoconf but doesn't put all the defines on the command line), and it includes mmalloc.h, the right thing won't happen. I believe gdb is the only directory which uses mmalloc, though, so it should be OK.
1995-10-24 * mmprivate.h: Remove declarations (PTR, etc) that are alreadyStan Shebs1-0/+34
provided by ansidecl.h, include mmalloc.h earlier in file.
1995-05-04* Makefile.in, configure.in: Converted to use autoconf.J.T. Conklin1-0/+12
* configure: New file, generated with autoconf 2.3. * config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4, mh-sysv4}: Removed.
1994-10-28 * mmprivate.h: New file, was mmalloc.h.Stan Shebs1-0/+36
(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.
1993-11-01 * mmalloc.texi: Fix typo ("for for" -> "for").Jim Kingdon1-0/+11
1993-07-16* Makefile.in (TAGS): make work when srcdir != objdir.Jim Kingdon1-0/+4
1993-07-15* attach.c, detach.c: Include <sys/types.h> before <fcntl.h>.Jim Kingdon1-0/+12
1993-03-13consistent use of -solaris2*David D. Zuhn1-0/+27
1992-10-02use canonical tripleDavid D. Zuhn1-0/+23
1992-06-30 * mmalloc.h (struct mdesc): Add FIXME comments to point out theFred Fish1-0/+8
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.
1992-06-29 * mmtrace.c: Lint.Fred Fish1-0/+13
1992-06-13Avoid ANSI C "empty translation unit" idiocy.John Gilmore1-0/+4
1992-06-10 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL usingFred Fish1-0/+9
/usr/ucb/install.
1992-04-21pass CFLAGS, remove MINUS_G, default CFLAGS to -gK. Richard Pixley1-0/+11
1992-04-11Recognize new ncr3000 config. Add MINUS_G macro, default to -g.Fred Fish1-0/+8
1992-04-08Fix prototype for pointer to function to get more core.Fred Fish1-0/+4
1992-04-08Only redefine size_t and CHAR_BIT if they are not already defined.Fred Fish1-0/+5
1992-04-07Get rid of include of <stdlib.h>, which is not guaranteed to be presentFred Fish1-0/+5
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away.
1992-04-06* detach.c (mmalloc_detach): Arg should be PTR, not void *.Stu Grossman1-0/+5
Fixes complaints from non __STDC__ systems.
1992-04-01Add kludge to work around broken <stdlib.h> in gcc installation on Suns.Fred Fish1-0/+11
Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc.
1992-03-27Document requirements for calling mmcheck to install corruption checkingFred Fish1-0/+8
hooks and set up to enforce the requirements. However, we still allow unconditional installation until some complications are resolved.
1992-03-25added standard targets, fixed install directoriesK. Richard Pixley1-0/+4
1992-03-15New memory malloc malloc library, based on GNU malloc.Fred Fish1-0/+5