Get rid of include of <stdlib.h>, which is not guaranteed to be present
[external/binutils.git] / mmalloc / ChangeLog
1 Mon Apr  6 20:49:33 1992  Fred Fish  (fnf@cygnus.com)
2
3         * mmalloc.h:  Remove include of <stdlib.h>.  This also gets rid
4         of the ugly kludge installed on 1-Apr-92.
5
6 Mon Apr  6 16:33:37 1992  Stu Grossman  (grossman at cygnus.com)
7
8         * detach.c (mmalloc_detach):  Arg should be PTR, not void *.
9         Fixes complaints from non __STDC__ systems.
10
11 Wed Apr  1 11:47:02 1992  Fred Fish  (fnf@cygnus.com)
12
13         * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c:  Minor comment
14         change.
15         * mmalloc.h:  Add ugly kludge to band-aid over problems with
16         bogus vendor <stdlib.h> files.
17
18 Sun Mar 29 12:41:31 1992  John Gilmore  (gnu at cygnus.com)
19
20         * attach.c, mmalloc.c, mmcheck.c:  Lint.
21
22 Thu Mar 26 17:06:04 1992  Fred Fish  (fnf@cygnus.com)
23
24         * attach.c (reuse):  Explicitly discard return value of mmcheck.
25         * mmcheck.c (mmcheck):  Document requirements for installing
26         corruption checking hooks and set up to enforce restrictions.
27
28 Tue Mar 24 23:41:10 1992  K. Richard Pixley  (rich@cygnus.com)
29
30         * config/mh-irix4: new file.
31
32         * Makefile.in: added standard targets, fixed install directories.
33
34 Sat Mar 14 17:34:59 1992  Fred Fish  (fnf@cygnus.com)
35
36         * Initial release, incorporated into gdb.
37
38