* config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL using
[external/binutils.git] / mmalloc / ChangeLog
1 Tue Jun  9 17:29:04 1992  Fred Fish  (fnf@cygnus.com)
2
3         * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL using
4         /usr/ucb/install.
5
6 Thu Apr 30 22:36:31 1992  Fred Fish  (fnf@cygnus.com)
7
8         * sbrk-sup.c (sbrk_morecore):  Fix sbrk() error return test.
9
10 Mon Apr 20 21:03:30 1992  K. Richard Pixley  (rich@cygnus.com)
11
12         * Makefile.in: rework CFLAGS so that they can be passed from the
13           command line.  remove MINUS_G.  Default CFLAGS to -g.
14
15 Thu Apr 16 20:00:21 1992  Fred Fish  (fnf@cygnus.com)
16
17         * TODO:  New file.
18         * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
19         mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c:  Lint.
20
21 Fri Apr 10 22:59:17 1992  Fred Fish  (fnf@cygnus.com)
22
23         * configure.in:  Recognize new ncr3000 config.
24         * config/mh-ncr3000:  New config file.
25         * Makefile.in (MINUS_G):  Add macro and default to -g.
26
27 Wed Apr  8 09:34:53 1992  Fred Fish  (fnf@cygnus.com)
28
29         * mmalloc.c:  Minor fix to comment.
30         * mmalloc.texi:  Update to match actual implementation
31         * mmalloc.h (morecore):  Change prototype's 2nd arg to int.
32
33 Tue Apr  7 22:16:09 1992  Fred Fish  (fnf@cygnus.com)
34
35         * mmalloc.h (size_t, CHAR_BIT):  Only redefine if not already
36         defined.
37
38 Mon Apr  6 20:49:33 1992  Fred Fish  (fnf@cygnus.com)
39
40         * mmalloc.h:  Remove include of <stdlib.h>.  This also gets rid
41         of the ugly kludge installed on 1-Apr-92.
42
43 Mon Apr  6 16:33:37 1992  Stu Grossman  (grossman at cygnus.com)
44
45         * detach.c (mmalloc_detach):  Arg should be PTR, not void *.
46         Fixes complaints from non __STDC__ systems.
47
48 Wed Apr  1 11:47:02 1992  Fred Fish  (fnf@cygnus.com)
49
50         * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c:  Minor comment
51         change.
52         * mmalloc.h:  Add ugly kludge to band-aid over problems with
53         bogus vendor <stdlib.h> files.
54
55 Sun Mar 29 12:41:31 1992  John Gilmore  (gnu at cygnus.com)
56
57         * attach.c, mmalloc.c, mmcheck.c:  Lint.
58
59 Thu Mar 26 17:06:04 1992  Fred Fish  (fnf@cygnus.com)
60
61         * attach.c (reuse):  Explicitly discard return value of mmcheck.
62         * mmcheck.c (mmcheck):  Document requirements for installing
63         corruption checking hooks and set up to enforce restrictions.
64
65 Tue Mar 24 23:41:10 1992  K. Richard Pixley  (rich@cygnus.com)
66
67         * config/mh-irix4: new file.
68
69         * Makefile.in: added standard targets, fixed install directories.
70
71 Sat Mar 14 17:34:59 1992  Fred Fish  (fnf@cygnus.com)
72
73         * Initial release, incorporated into gdb.
74
75