use canonical triple
[external/binutils.git] / mmalloc / ChangeLog
1 Thu Oct  1 23:34:20 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
2
3         * configure.in: use cpu-vendor-os triple instead of nested cases
4
5 Sun Aug 23 11:09:46 1992  Fred Fish  (fnf@cygnus.com)
6
7         * sbrk-sup.c (__mmalloc_brk_init):  Ensure base of sbrk'd region
8         is aligned.  Bug reported by Andrew Heybey (ath@lcs.mit.edu).
9
10 Wed Aug 19 14:49:23 1992  Ian Lance Taylor  (ian@cygnus.com)
11
12         * Makefile.in: always create installation directories.
13
14 Mon Jul 20 21:15:44 1992  Fred Fish  (fnf@cygnus.com)
15
16         * mrealloc.c:  Minor code format style changes for consistency.
17
18 Fri Jul  3 20:25:30 1992  Fred Fish  (fnf@cygnus.com)
19
20         * attach.c, detach.c, mcalloc.c, mmalloc.c, mmtrace.c, mrealloc.c,
21         sbrk-sup.c:  Remove "(void)" casts from function calls where the
22         return value is ignored, in accordance with GNU coding standards.
23
24 Tue Jun 30 16:44:41 1992  Fred Fish  (fnf@cygnus.com)
25
26         * mmalloc.h (struct mdesc):  Add FIXME comments to point out the
27         need to save some data on a per-process basis for mapped regions
28         that are shared.
29         * attach.c (reuse):  Update the morecore field for reused mapped
30         regions to be correct for the current process.
31
32 Mon Jun 29 10:45:25 1992  Fred Fish  (fnf at cygnus.com)
33
34         * mmtrace.c:  Lint.
35
36 Mon Jun 15 12:20:16 1992  Fred Fish  (fnf@cygnus.com)
37
38         * mmalloc.h (struct mdesc):  Change member "errno" to
39         "saved_errno" to avoid possible conflict with ANSI C environments,
40         where it is allowed to be a macro.
41         * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
42         it is broken on ncr 3000's.
43         * config/mh-ncr3000 (RANLIB):  Use RANLIB=true.
44
45 Fri Jun 12 21:34:21 1992  John Gilmore  (gnu at cygnus.com)
46
47         * mmap-sup.c:  Avoid ANSI C "empty translation unit" idiocy.
48
49 Tue Jun  9 17:29:04 1992  Fred Fish  (fnf@cygnus.com)
50
51         * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL using
52         /usr/ucb/install.
53
54 Thu Apr 30 22:36:31 1992  Fred Fish  (fnf@cygnus.com)
55
56         * sbrk-sup.c (sbrk_morecore):  Fix sbrk() error return test.
57
58 Mon Apr 20 21:03:30 1992  K. Richard Pixley  (rich@cygnus.com)
59
60         * Makefile.in: rework CFLAGS so that they can be passed from the
61           command line.  remove MINUS_G.  Default CFLAGS to -g.
62
63 Thu Apr 16 20:00:21 1992  Fred Fish  (fnf@cygnus.com)
64
65         * TODO:  New file.
66         * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
67         mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c:  Lint.
68
69 Fri Apr 10 22:59:17 1992  Fred Fish  (fnf@cygnus.com)
70
71         * configure.in:  Recognize new ncr3000 config.
72         * config/mh-ncr3000:  New config file.
73         * Makefile.in (MINUS_G):  Add macro and default to -g.
74
75 Wed Apr  8 09:34:53 1992  Fred Fish  (fnf@cygnus.com)
76
77         * mmalloc.c:  Minor fix to comment.
78         * mmalloc.texi:  Update to match actual implementation
79         * mmalloc.h (morecore):  Change prototype's 2nd arg to int.
80
81 Tue Apr  7 22:16:09 1992  Fred Fish  (fnf@cygnus.com)
82
83         * mmalloc.h (size_t, CHAR_BIT):  Only redefine if not already
84         defined.
85
86 Mon Apr  6 20:49:33 1992  Fred Fish  (fnf@cygnus.com)
87
88         * mmalloc.h:  Remove include of <stdlib.h>.  This also gets rid
89         of the ugly kludge installed on 1-Apr-92.
90
91 Mon Apr  6 16:33:37 1992  Stu Grossman  (grossman at cygnus.com)
92
93         * detach.c (mmalloc_detach):  Arg should be PTR, not void *.
94         Fixes complaints from non __STDC__ systems.
95
96 Wed Apr  1 11:47:02 1992  Fred Fish  (fnf@cygnus.com)
97
98         * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c:  Minor comment
99         change.
100         * mmalloc.h:  Add ugly kludge to band-aid over problems with
101         bogus vendor <stdlib.h> files.
102
103 Sun Mar 29 12:41:31 1992  John Gilmore  (gnu at cygnus.com)
104
105         * attach.c, mmalloc.c, mmcheck.c:  Lint.
106
107 Thu Mar 26 17:06:04 1992  Fred Fish  (fnf@cygnus.com)
108
109         * attach.c (reuse):  Explicitly discard return value of mmcheck.
110         * mmcheck.c (mmcheck):  Document requirements for installing
111         corruption checking hooks and set up to enforce restrictions.
112
113 Tue Mar 24 23:41:10 1992  K. Richard Pixley  (rich@cygnus.com)
114
115         * config/mh-irix4: new file.
116
117         * Makefile.in: added standard targets, fixed install directories.
118
119 Sat Mar 14 17:34:59 1992  Fred Fish  (fnf@cygnus.com)
120
121         * Initial release, incorporated into gdb.
122
123