Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-12-28 | * Makefile.in (mm.o): New target that combines all the functions | Fred Fish | 1 | -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. Conklin | 1 | -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 Shebs | 1 | -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 cited | Jim Kingdon | 1 | -0/+1 | |
by the source files). | |||||
1993-08-02 | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 1 | -1/+0 | |
added to the list by Sanitize, unless Sanitize knows it needs to keep it. | |||||
1993-07-30 | Add .Sanitize to Things-to-lose list. | Fred Fish | 1 | -0/+1 | |
1993-07-30 | Add test1.c to Things-to-lose list. | Fred Fish | 1 | -0/+1 | |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 1 | -0/+4 | |
1993-05-04 | Add list of things explicitly sanitize away, and description of each. | Fred Fish | 1 | -0/+4 | |
1992-06-30 | Go ahead and make the TODO file part of the distribution, so we have a | Fred Fish | 1 | -0/+1 | |
recognized place to note things which are not yet implemented. | |||||
1992-04-08 | Remove obsolete README file, and update mmalloc.texi to closer reflect | Fred Fish | 1 | -1/+0 | |
reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize | |||||
1992-04-07 | keep mmalloc.texi | Roland Pesch | 1 | -0/+1 | |
1992-03-15 | New memory malloc malloc library, based on GNU malloc. | Fred Fish | 1 | -0/+50 | |