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