aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-61/+0
1996-12-28 * Makefile.in (mm.o): New target that combines all the functionsFred Fish1-0/+1
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.
1995-05-04* Makefile.in, configure.in: Converted to use autoconf.J.T. Conklin1-1/+1
* 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-5/+4
(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-17 * COPYING.LIB: New file (standard version 2 LGPL, as already citedJim Kingdon1-0/+1
by the source files).
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+1
1993-07-30Add test1.c to Things-to-lose list.Fred Fish1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+4
1993-05-04Add list of things explicitly sanitize away, and description of each.Fred Fish1-0/+4
1992-06-30Go ahead and make the TODO file part of the distribution, so we have aFred Fish1-0/+1
recognized place to note things which are not yet implemented.
1992-04-08Remove obsolete README file, and update mmalloc.texi to closer reflectFred Fish1-1/+0
reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize
1992-04-07keep mmalloc.texiRoland Pesch1-0/+1
1992-03-15New memory malloc malloc library, based on GNU malloc.Fred Fish1-0/+50