aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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