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