]>
Commit | Line | Data |
---|---|---|
f10c3c09 ILT |
1 | Wed Nov 1 14:28:23 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <[email protected]> |
2 | ||
3 | * chew.c: Include <ctype.h>. | |
4 | ||
5 | Fri Oct 6 16:23:34 1995 Ken Raeburn <[email protected]> | |
6 | ||
7 | Mon Sep 25 22:49:32 1995 Andreas Schwab <[email protected]> | |
8 | ||
9 | * Makefile.in (Makefile): Only remake this Makefile. | |
10 | ||
7f56bc26 KR |
11 | Wed Oct 4 15:51:05 1995 Ken Raeburn <[email protected]> |
12 | ||
13 | * chew.c: Include <stdio.h>. | |
14 | ||
15 | Tue Sep 12 18:14:50 1995 Ian Lance Taylor <[email protected]> | |
16 | ||
17 | * Makefile.in (maintainer-clean): New target. | |
18 | ||
19 | Thu Aug 31 12:18:43 1995 Ian Lance Taylor <[email protected]> | |
20 | ||
21 | * Makefile.in (bfd.h): Add additional #endif at end of bfd.h if | |
22 | __cplusplus is defined. | |
23 | ||
24 | Tue Nov 29 16:13:34 1994 Doug Evans <[email protected]> | |
25 | ||
26 | * chew.c (write_buffer): New argument `f', all callers changed. | |
27 | (stdout, stderr, print, drop, idrop): New forth words. | |
28 | * proto.str (COMMENT): New command. | |
29 | * doc.str (COMMENT): Likewise. | |
30 | ||
31 | Mon Sep 12 11:44:17 1994 Ian Lance Taylor ([email protected]) | |
32 | ||
33 | * Makefile.in (DOCFILES): Remove ctor.texi. | |
34 | (IPROTOS): Remove ctor.ip. | |
35 | (SRCIPROT): Remove $(srcdir)/../ctor.c. | |
36 | (ctor.texi): Remove target. | |
37 | (libbfd.h): Remove dependency on $(srcdir)/../ctor.c. Remove | |
38 | $(MKDOC) run on $(srcdir)/../ctor.c. | |
39 | * bfd.texinfo (Constructors): Remove section. | |
40 | ||
41 | Fri Sep 2 13:33:44 1994 Ken Raeburn ([email protected]) | |
42 | ||
43 | * chew.c: Include assert.h. Added prototypes for most functions. | |
44 | Changed most uses of int to long. Do bounds checking on the | |
45 | stacks. Added comment at the beginning documenting most of the | |
46 | intrinsics. Lots of whitespace changes. Re-ordered some | |
47 | functions. | |
48 | (die, check_range, icheck_range): New functions. | |
49 | (strip_trailing_newlines, print_stack_level): New functions. | |
50 | (translatecomments): Don't insert tab before "/*". | |
51 | (iscommand): Minimum command length is now 4. | |
52 | (nextword): Handle some \-sequences. | |
53 | (push_addr): Deleted. | |
54 | (main): Add new intrinsics strip_trailing_newlines and | |
55 | print_stack_level. Complain at end if stack contains more than | |
56 | one element, or less. | |
57 | (remchar): Make sure the string is not empty before chopping off a | |
58 | character. | |
59 | ||
60 | * doc.str, proto.str: Handle new commands SENUM, ENUM, ENUMX, | |
61 | ENUMEQ, ENUMEQX, ENUMDOC. | |
62 | ||
63 | Wed Jan 12 18:37:12 1994 Ian Lance Taylor ([email protected]) | |
64 | ||
65 | * bfd.texinfo: Added Linker Functions node. | |
66 | * doc/Makefile.in (DOCFILES): Added linker.texi. | |
67 | (SRCDOC): Added linker.c. | |
68 | (linker.texi): New target. | |
69 | ||
70 | Tue Jan 4 10:52:56 1994 Ian Lance Taylor ([email protected]) | |
71 | ||
72 | * chew.c: Don't rely on a correct declaration of exit. | |
73 | (chew_exit): New function which just calls exit. | |
74 | (main): Use it. | |
75 | ||
43f4b775 ILT |
76 | Mon Jan 3 11:40:40 1994 Ian Lance Taylor ([email protected]) |
77 | ||
78 | * bfd.texinfo: Added Hash Tables node. | |
79 | * Makefile.in (DOCFILES): Added hash.texi. | |
80 | (SRCDOC): Added hash.c. | |
81 | (hash.texi): New target. | |
82 | ||
f3e7b8b0 KR |
83 | Thu Dec 30 16:57:04 1993 Ken Raeburn ([email protected]) |
84 | ||
85 | * Makefile.in: Delete all references to seclet.c, since it's just | |
86 | been deleted. Don't mention hash.c, linker.c, or genlink.h yet, | |
87 | since they don't contain documentation yet (hint, hint!). | |
88 | ||
89 | Fri Nov 5 10:58:53 1993 David J. Mackenzie ([email protected]) | |
90 | ||
91 | * bfd.texinfo: Small cleanups. | |
92 | ||
93 | Fri Nov 19 03:46:11 1993 Ken Raeburn ([email protected]) | |
94 | ||
95 | * Makefile.in (archures.texi): Depends on $(MKDOC). | |
96 | ||
97 | Tue Aug 10 14:22:39 1993 Ken Raeburn ([email protected]) | |
98 | ||
99 | * bfd.texinfo (BFD back end): Don't include elfcode.texi, since | |
100 | it's empty now and that triggers a makeinfo bug. | |
101 | ||
e5c5fbca KR |
102 | Mon Aug 9 16:27:30 1993 Ken Raeburn ([email protected]) |
103 | ||
104 | * bfd.texinfo (BFD back end): New section on ELF, includes | |
105 | elf.texi and elfcode.texi. | |
106 | * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi. | |
107 | (SRCDOC): Include elfcode.h, elf.c. | |
108 | (elf.texi, elfcode.texi): New intermediate targets. | |
109 | ||
2e39bde3 DM |
110 | Thu Jun 24 13:48:13 1993 David J. Mackenzie ([email protected]) |
111 | ||
112 | * Makefile.in (.c.o, chew.o): Put CFLAGS last. | |
113 | * bfdsumm.texi: New file, broken out of bfd.texinfo, to share | |
114 | with ld.texinfo. | |
115 | ||
116 | Mon Jun 14 12:07:07 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
117 | ||
118 | * Makefile.in (install-info): remove parentdir cruft, | |
119 | ||
120 | Wed Jun 9 16:00:32 1993 Jim Kingdon ([email protected]) | |
121 | ||
122 | * Makefile.in (mostlyclean): Remove chew.o. | |
123 | ||
124 | Tue May 25 14:46:58 1993 Ken Raeburn ([email protected]) | |
125 | ||
126 | * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c. | |
127 | ||
128 | Mon May 24 15:50:07 1993 Ken Raeburn ([email protected]) | |
129 | ||
130 | * chew.c (compile): Add a couple of missing casts. | |
131 | ||
132 | Wed May 12 14:45:14 1993 Ian Lance Taylor ([email protected]) | |
133 | ||
134 | * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC). | |
135 | (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since | |
136 | it must run on the build machine. | |
137 | ||
138 | Tue Apr 6 22:38:10 1993 John Gilmore ([email protected]) | |
139 | ||
140 | * Makefile.in (chew): Don't compile from .c to executable in a | |
141 | single step; it puts a temporary .o filename into the executable, | |
142 | which makes multi-stage comparisons fail. Compile chew.c to | |
143 | chew.o, and link that, which makes identical executables every time. | |
144 | ||
145 | Wed Mar 24 17:26:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
146 | ||
147 | * Makefile.in: fix typo (bfd.texinfo not bfd.texino) | |
148 | ||
992be253 KR |
149 | Fri Mar 19 01:13:00 1993 Ken Raeburn ([email protected]) |
150 | ||
151 | * bfd.texinfo: Since BFD version number has been bumped, do same | |
152 | to "version number" on title page, and elsewhere. Should be | |
153 | fixed to extract real version number. | |
154 | ||
76b527fa PB |
155 | Tue Mar 16 12:15:13 1993 Per Bothner ([email protected]) |
156 | ||
157 | * Makefile.in: Add *clean rules. | |
158 | ||
159 | Mon Jan 11 18:43:56 1993 Ian Lance Taylor ([email protected]) | |
160 | ||
161 | * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c. | |
162 | Added seclet.c. | |
163 | (bfd.h): Added dependency on bfd.c and seclet.c. Added seclet.c | |
164 | to build. | |
165 | ||
166 | Thu Dec 17 19:35:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
167 | ||
168 | * Makefile.in: added dvi target, define and use $(TEXI2DVI) | |
169 | ||
170 | Thu Dec 3 17:42:48 1992 Ken Raeburn ([email protected]) | |
171 | ||
172 | * Makefile.in (TEXIDIR): New variable. | |
173 | (bfd.dvi): Look for bfd.texinfo in $(srcdir). Generate index. | |
174 | ||
175 | * bfd.texinfo: Minor doc fixes. | |
176 | ||
177 | Thu Nov 5 03:13:55 1992 John Gilmore ([email protected]) | |
178 | ||
179 | Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS. | |
180 | ||
181 | * doc/chew.c (exfunstuff): Eliminate. | |
182 | (paramstuff): Replace exfunstuff with function to generate PARAMS. | |
183 | * doc/proto.str: Use paramstuff rather than exfunstuff. | |
184 | ||
185 | Mon Aug 17 12:40:32 1992 Steve Chamberlain ([email protected]) | |
186 | ||
187 | * chew.c: various patches provided by Howard Chu. | |
188 | ||
189 | Fri Jun 19 18:59:54 1992 John Gilmore (gnu at cygnus.com) | |
190 | ||
191 | * Makefile.in (libbfd.h): Add elf.c as a source of prototypes. | |
192 | ||
193 | Mon May 11 18:55:59 1992 John Gilmore (gnu at cygnus.com) | |
194 | ||
195 | * chew.c: exit() should be declared by config files, not by | |
196 | portable source code. Its type could be int or void function. | |
197 | ||
198 | Mon May 4 13:45:57 1992 K. Richard Pixley ([email protected]) | |
199 | ||
200 | * Makefile.in: another CFLAGS correction. | |
201 | ||
f94dcdb2 RP |
202 | Tue Apr 28 10:21:32 1992 K. Richard Pixley ([email protected]) |
203 | ||
204 | * Makefile.in: Do the CFLAGS thing. | |
205 | ||
206 | Fri Apr 10 22:34:52 1992 Fred Fish ([email protected]) | |
207 | ||
208 | * Makefile.in (MINUS_G): Add macro and default to -g. | |
209 | ||
94f02cf2 SC |
210 | Fri Mar 6 18:53:18 1992 Steve Chamberlain ([email protected]) |
211 | ||
212 | * chew.c: now has -w switch turn on warnings | |
213 | ||
f94dcdb2 RP |
214 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) |
215 | ||
216 | * Makefile.in, configure.in: removed traces of namesubdir, | |
217 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
218 | copyrights to '92, changed some from Cygnus to FSF. | |
219 | ||
430485bb RP |
220 | Tue Dec 10 22:11:05 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
221 | ||
94f02cf2 SC |
222 | * Makefile.in: build chew into the current directory. Complete |
223 | the MKDOC macro transition. | |
430485bb | 224 | |
e152cd1e SC |
225 | Tue Dec 10 08:26:28 1991 Steve Chamberlain (sac at rtl.cygnus.com) |
226 | ||
227 | * chew.c: don't core dump when can't open file | |
228 | * Makefile.in: get proto.str from the right place when built in | |
229 | odd directories | |
230 | ||
430485bb RP |
231 | Tue Dec 10 04:07:25 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
232 | ||
233 | * Makefile.in: infodir belongs in datadir. | |
234 | ||
e152cd1e SC |
235 | Sat Dec 7 17:01:23 1991 Steve Chamberlain (sac at rtl.cygnus.com) |
236 | ||
237 | * chew.c: Much modified | |
238 | * proto.str, doc.str: New files for extracting to product | |
239 | prototypes and documents respectively. | |
240 | ||
241 | ||
a7571b17 RP |
242 | Fri Dec 6 22:57:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
243 | ||
244 | * Makefile.in: added standards.text support, host/site/target | |
245 | inclusion hooks, install using INSTALL_DATA rather than cp, | |
246 | don't echo on install. | |
247 | ||
248 | Thu Dec 5 22:46:17 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
249 | ||
250 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
251 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
252 | and mandir now keyed off datadir by default. | |
253 | ||
7f56bc26 KR |
254 | \f |
255 | Local Variables: | |
256 | version-control: never | |
257 | End: |