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