Fred Fish
d6eecef07b
* Makefile.in (mm.o): New target that combines all the functions
...
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.
1996-12-28 22:33:53 +00:00
J.T. Conklin
17b05a2478
* Makefile.in, configure.in: Converted to use autoconf.
...
* configure: New file, generated with autoconf 2.3.
* config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4,
mh-sysv4}: Removed.
1995-05-04 00:21:18 +00:00
Stan Shebs
18bea424b7
* mmprivate.h: New file, was mmalloc.h.
...
(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.
1994-10-28 23:53:29 +00:00
Jim Kingdon
8a48c3936b
* COPYING.LIB: New file (standard version 2 LGPL, as already cited
...
by the source files).
1993-11-17 04:35:46 +00:00
Fred Fish
b5ed6e32c2
Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly
...
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02 23:29:32 +00:00
Fred Fish
775d4a4096
Add .Sanitize to Things-to-lose list.
1993-07-30 16:46:19 +00:00
Fred Fish
7ee50446bc
Add test1.c to Things-to-lose list.
1993-07-30 07:41:20 +00:00
K. Richard Pixley
87756e15db
added things-to-lose sections
1993-05-27 06:44:29 +00:00
Fred Fish
25d9cf0391
Add list of things explicitly sanitize away, and description of each.
1993-05-04 20:15:19 +00:00
Fred Fish
41a2a528b9
Go ahead and make the TODO file part of the distribution, so we have a
...
recognized place to note things which are not yet implemented.
1992-06-30 23:48:44 +00:00
Fred Fish
74e2ef2631
Remove obsolete README file, and update mmalloc.texi to closer reflect
...
reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize
1992-04-08 21:38:15 +00:00
Roland Pesch
6e64547b7d
keep mmalloc.texi
1992-04-07 23:36:19 +00:00
Fred Fish
63abb1e790
New memory malloc malloc library, based on GNU malloc.
1992-03-15 02:16:01 +00:00