Don't add a space before `/*' when processing comments.
[external/binutils.git] / bfd / doc / ChangeLog
1 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
2
3         * chew.c (outputdots): Don't add a space before `/*'.
4         (courierize): Likewise.
5
6 Wed May 24 12:03:25 2000  Hans-Peter Nilsson  <hp@axis.com>
7
8         * bfdint.texi (BFD ELF processor required): Add paragraph about
9         target necessities for readelf.
10
11 2000-04-30  Ben Elliston  <bje@redhat.com>
12
13         * bfdint.texi (BFD generated files): Fix another typo.
14
15 2000-04-17  Ben Elliston  <bje@redhat.com>
16
17         * bfdint.texi (BFD_JUMP_TABLE macros): Fix typo.
18
19 Fri Apr  7 17:54:38 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20
21         * Makefile.in: Rebuild with current autoconf/automake.
22
23 Thu Feb  4 23:21:36 1999  Ian Lance Taylor  <ian@cygnus.com>
24
25         * Makefile.in: Rebuild with current autoconf/automake.
26
27 Thu Jul 23 09:36:44 1998  Nick Clifton  <nickc@cygnus.com>
28
29         * bfdint.texi (BFD ELF processor required): Add paragraph
30         describing the necessity to create "include/elf/CPU.h".
31
32 Thu May  7 14:45:43 1998  Ian Lance Taylor  <ian@cygnus.com>
33
34         * Makefile.am (chew.o): Add -I options for intl srcdir and
35         objdir.
36         * Makefile.in: Rebuild.
37
38 Mon Apr 27 20:19:24 1998  Ian Lance Taylor  <ian@cygnus.com>
39
40         * bfdint.texi: New file.
41         * Makefile.am (noinst_TEXINFOS): New variable.
42         * Makefile.in: Rebuild.
43
44 Mon Apr 13 16:48:56 1998  Ian Lance Taylor  <ian@cygnus.com>
45
46         * Makefile.in: Rebuild.
47
48 Mon Apr  6 14:06:55 1998  Ian Lance Taylor  <ian@cygnus.com>
49
50         * Makefile.am (STAGESTUFF): Remove variable.
51         (CLEANFILES): Don't remove $(STAGESTUFF).
52         (DISTCLEANFILES, MAINTAINERCLEANFILES): New variables.
53         * Makefile.in: Rebuild.
54
55 Fri Mar 27 16:25:25 1998  Ian Lance Taylor  <ian@cygnus.com>
56
57         * chew.c (skip_white_and_starts): Remove unused declaration.
58         (skip_white_and_stars): Add casts to avoid warnings.
59         (skip_trailing_newlines, paramstuff, courierize): Likewise.
60         (bulletize, do_fancy_stuff, iscommand): Likewise.
61         (kill_bogus_lines, nextword, main): Likewise.
62         (manglecomments): Comment out.
63         (outputdots, kill_bogus_lines): Remove unused local variables.
64         (perform, compile): Likewise.
65         (courierize): Fully parenthesize expression.
66         (copy_past_newline): Declare return value.
67         (print): Change printf format string.
68         (main): Call usage for an unrecognized option.
69
70 Fri Feb 13 14:37:14 1998  Ian Lance Taylor  <ian@cygnus.com>
71
72         * Makefile.am (AUTOMAKE_OPTIONS): Define.
73         * Makefile.in: Rebuild.
74
75 Mon Jan 26 15:38:36 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
76
77         * doc.str (bodytext): Don't output @* at the end.
78         * chew.c (kill_bogus_lines): Make sure that a period at the
79         beginning is recognized.
80         (indent): Don't put indentation at the end.
81         (copy_past_newline): Expand tabs.
82         * Makefile.am (s-reloc, s-syms): Depend on doc.str.
83         * Makefile.in: Rebuild.
84
85 Wed Oct  1 14:41:28 1997  Ian Lance Taylor  <ian@cygnus.com>
86
87         * Makefile.am (libbfd.h): Don't use cpu-h8300.c, cpu-i960.c, or
88         elfcode.h as input files; they don't contribute anything.
89         * Makefile.in: Rebuild.
90
91 Fri Aug 15 04:55:15 1997  Doug Evans  <dje@canuck.cygnus.com>
92
93         * Makefile.am (libbfd.h, libcoff.h): Invoke $(MKDOC) as ./$(MKDOC).
94         * Makefile.in: Rebuild.
95
96 Fri Aug  1 12:59:58 1997  Ian Lance Taylor  <ian@cygnus.com>
97
98         * Makefile.am (CC_FOR_BUILD): Don't set explicitly.
99         * Makefile.in: Rebuild.
100
101 Thu Jul 31 20:00:12 1997  Ian Lance Taylor  <ian@cygnus.com>
102
103         * Makefile.am: New file, based on old Makefile.in.
104         * Makefile.in: Now built with automake.
105
106 Tue Jul 22 14:44:00 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
107
108         * Makefile.in: Change stamp-* files to s-* files.  Use bfdt.texi
109         rather than bfd.texi.
110         (DOCFILES): Change bfd.texi to bfdt.texi.
111         * bfd.texinfo: Include bfdt.texi, not bfd.texi.
112
113 Mon Jun 16 15:33:15 1997  Ian Lance Taylor  <ian@cygnus.com>
114
115         * Makefile.in (CC, CFLAGS): Substitute from configure script.
116         From Jeff Makey <jeff@cts.com>.
117
118 Tue Apr 15 12:37:41 1997  Ian Lance Taylor  <ian@cygnus.com>
119
120         * Makefile.in (install-info): Use mkinstalldirs to build
121         $(infodir).
122
123 Tue Apr  8 12:49:46 1997  Ian Lance Taylor  <ian@cygnus.com>
124
125         * Makefile.in (install-info): Permit info files to be in srcdir.
126         (stamp-*): Add a stamp-X target for each X.texi target.
127         (*.texi): Just depend upon stamp-X.
128         (clean): Remove stamp-*.
129         (distclean): Depend upon mostlyclean.  Remove stamp-*.  Don't
130         remove $(DOCFILES).
131
132 Mon Apr  7 15:23:26 1997  Ian Lance Taylor  <ian@cygnus.com>
133
134         * Makefile.in (distclean): Don't remove *.info files.
135
136 Thu Feb 13 20:50:02 1997  Klaus Kaempf  (kkaempf@progis.de)
137
138         * makefile.vms: New file.
139
140 Tue Jun 18 18:32:28 1996  Ian Lance Taylor  <ian@cygnus.com>
141
142         * chew.c (kill_bogus_lines): Reset sl when not at the start of a
143         line.  From Uwe Ohse <uwe@tirka.gun.de>.
144
145 Tue Jan 30 14:10:46 1996  Ian Lance Taylor  <ian@cygnus.com>
146
147         From Ronald F. Guilmette <rfg@monkeys.com>:
148         * Makefile.in (libbfd.h): Depend upon proto.str.
149         (libcoff.h, bfd.h): Likewise.
150
151 Fri Nov  3 14:46:48 1995  Fred Fish  <fnf@cygnus.com>
152
153         * Makefile.in (SRCDOC, SRCPROT, core.texi, bfd.h):  Use corefile.c, 
154         renamed from core.c.
155
156 Wed Nov  1 14:28:23 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
157
158         * chew.c: Include <ctype.h>.
159
160 Fri Oct  6 16:23:34 1995  Ken Raeburn  <raeburn@cygnus.com>
161
162         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
163
164         * Makefile.in (Makefile): Only remake this Makefile.
165
166 Wed Oct  4 15:51:05 1995  Ken Raeburn  <raeburn@cygnus.com>
167
168         * chew.c: Include <stdio.h>.
169
170 Tue Sep 12 18:14:50 1995  Ian Lance Taylor  <ian@cygnus.com>
171
172         * Makefile.in (maintainer-clean): New target.
173
174 Thu Aug 31 12:18:43 1995  Ian Lance Taylor  <ian@cygnus.com>
175
176         * Makefile.in (bfd.h): Add additional #endif at end of bfd.h if
177         __cplusplus is defined.
178
179 Tue Nov 29 16:13:34 1994  Doug Evans  <dje@canuck.cygnus.com>
180
181         * chew.c (write_buffer): New argument `f', all callers changed.
182         (stdout, stderr, print, drop, idrop): New forth words.
183         * proto.str (COMMENT): New command.
184         * doc.str (COMMENT): Likewise.
185
186 Mon Sep 12 11:44:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
187
188         * Makefile.in (DOCFILES): Remove ctor.texi.
189         (IPROTOS): Remove ctor.ip.
190         (SRCIPROT): Remove $(srcdir)/../ctor.c.
191         (ctor.texi): Remove target.
192         (libbfd.h): Remove dependency on $(srcdir)/../ctor.c.  Remove
193         $(MKDOC) run on $(srcdir)/../ctor.c.
194         * bfd.texinfo (Constructors): Remove section.
195
196 Fri Sep  2 13:33:44 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
197
198         * chew.c: Include assert.h.  Added prototypes for most functions.
199         Changed most uses of int to long.  Do bounds checking on the
200         stacks.  Added comment at the beginning documenting most of the
201         intrinsics.  Lots of whitespace changes.  Re-ordered some
202         functions.
203         (die, check_range, icheck_range): New functions.
204         (strip_trailing_newlines, print_stack_level): New functions.
205         (translatecomments): Don't insert tab before "/*".
206         (iscommand): Minimum command length is now 4.
207         (nextword): Handle some \-sequences.
208         (push_addr): Deleted.
209         (main): Add new intrinsics strip_trailing_newlines and
210         print_stack_level.  Complain at end if stack contains more than
211         one element, or less.
212         (remchar): Make sure the string is not empty before chopping off a
213         character.
214
215         * doc.str, proto.str: Handle new commands SENUM, ENUM, ENUMX,
216         ENUMEQ, ENUMEQX, ENUMDOC.
217
218 Wed Jan 12 18:37:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
219
220         * bfd.texinfo: Added Linker Functions node.
221         * doc/Makefile.in (DOCFILES): Added linker.texi.
222         (SRCDOC): Added linker.c.
223         (linker.texi): New target.
224
225 Tue Jan  4 10:52:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
226
227         * chew.c: Don't rely on a correct declaration of exit.
228         (chew_exit): New function which just calls exit.
229         (main): Use it.
230
231 Mon Jan  3 11:40:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
232
233         * bfd.texinfo: Added Hash Tables node.
234         * Makefile.in (DOCFILES): Added hash.texi.
235         (SRCDOC): Added hash.c.
236         (hash.texi): New target.
237
238 Thu Dec 30 16:57:04 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
239
240         * Makefile.in: Delete all references to seclet.c, since it's just
241         been deleted.  Don't mention hash.c, linker.c, or genlink.h yet,
242         since they don't contain documentation yet (hint, hint!).
243
244 Fri Nov  5 10:58:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
245
246         * bfd.texinfo: Small cleanups.
247
248 Fri Nov 19 03:46:11 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
249
250         * Makefile.in (archures.texi): Depends on $(MKDOC).
251
252 Tue Aug 10 14:22:39 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
253
254         * bfd.texinfo (BFD back end): Don't include elfcode.texi, since
255         it's empty now and that triggers a makeinfo bug.
256
257 Mon Aug  9 16:27:30 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
258
259         * bfd.texinfo (BFD back end): New section on ELF, includes
260         elf.texi and elfcode.texi.
261         * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi.
262         (SRCDOC): Include elfcode.h, elf.c.
263         (elf.texi, elfcode.texi): New intermediate targets.
264
265 Thu Jun 24 13:48:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
266
267         * Makefile.in (.c.o, chew.o): Put CFLAGS last.
268         * bfdsumm.texi: New file, broken out of bfd.texinfo, to share
269         with ld.texinfo.
270
271 Mon Jun 14 12:07:07 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
272
273         * Makefile.in (install-info): remove parentdir cruft, 
274
275 Wed Jun  9 16:00:32 1993  Jim Kingdon  (kingdon@cygnus.com)
276
277         * Makefile.in (mostlyclean): Remove chew.o.
278
279 Tue May 25 14:46:58 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
280
281         * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c.
282
283 Mon May 24 15:50:07 1993  Ken Raeburn  (raeburn@cygnus.com)
284
285         * chew.c (compile): Add a couple of missing casts.
286
287 Wed May 12 14:45:14 1993  Ian Lance Taylor  (ian@cygnus.com)
288
289         * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC).
290         (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since
291         it must run on the build machine.
292
293 Tue Apr  6 22:38:10 1993  John Gilmore  (gnu@cygnus.com)
294
295         * Makefile.in (chew):  Don't compile from .c to executable in a
296         single step; it puts a temporary .o filename into the executable,
297         which makes multi-stage comparisons fail.  Compile chew.c to
298         chew.o, and link that, which makes identical executables every time.
299
300 Wed Mar 24 17:26:29 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
301
302         * Makefile.in: fix typo (bfd.texinfo not bfd.texino)
303
304 Fri Mar 19 01:13:00 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
305
306         * bfd.texinfo: Since BFD version number has been bumped, do same
307         to "version number" on title page, and elsewhere.  Should be
308         fixed to extract real version number.
309
310 Tue Mar 16 12:15:13 1993  Per Bothner  (bothner@rtl.cygnus.com)
311
312         * Makefile.in:  Add *clean rules.
313
314 Mon Jan 11 18:43:56 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
315
316         * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c.
317         Added seclet.c.
318         (bfd.h): Added dependency on bfd.c and seclet.c.  Added seclet.c
319         to build.
320
321 Thu Dec 17 19:35:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
322
323         * Makefile.in: added dvi target, define and use $(TEXI2DVI)
324
325 Thu Dec  3 17:42:48 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
326
327         * Makefile.in (TEXIDIR): New variable.
328         (bfd.dvi): Look for bfd.texinfo in $(srcdir).  Generate index.
329
330         * bfd.texinfo: Minor doc fixes.
331
332 Thu Nov  5 03:13:55 1992  John Gilmore  (gnu@cygnus.com)
333
334         Cleanup:  Replace all uses of EXFUN in the BFD sources, with PARAMS.
335
336         * doc/chew.c (exfunstuff):  Eliminate.
337         (paramstuff):  Replace exfunstuff with function to generate PARAMS.
338         * doc/proto.str:  Use paramstuff rather than exfunstuff.
339
340 Mon Aug 17 12:40:32 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
341
342         * chew.c: various patches provided by Howard Chu.
343
344 Fri Jun 19 18:59:54 1992  John Gilmore  (gnu at cygnus.com)
345
346         * Makefile.in (libbfd.h):  Add elf.c as a source of prototypes.
347
348 Mon May 11 18:55:59 1992  John Gilmore  (gnu at cygnus.com)
349
350         * chew.c:  exit() should be declared by config files, not by
351         portable source code.  Its type could be int or void function.  
352
353 Mon May  4 13:45:57 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
354
355         * Makefile.in: another CFLAGS correction.
356
357 Tue Apr 28 10:21:32 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
358
359         * Makefile.in: Do the CFLAGS thing.
360
361 Fri Apr 10 22:34:52 1992  Fred Fish  (fnf@cygnus.com)
362
363         * Makefile.in (MINUS_G):  Add macro and default to -g.
364
365 Fri Mar  6 18:53:18 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
366
367         * chew.c: now has -w switch turn on warnings
368
369 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
370
371         * Makefile.in, configure.in: removed traces of namesubdir,
372           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
373           copyrights to '92, changed some from Cygnus to FSF.
374
375 Tue Dec 10 22:11:05 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
376
377         * Makefile.in: build chew into the current directory.  Complete
378           the MKDOC macro transition.
379
380 Tue Dec 10 08:26:28 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
381
382         * chew.c: don't core dump when can't open file
383         * Makefile.in: get proto.str from the right place when built in
384         odd directories
385
386 Tue Dec 10 04:07:25 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
387
388         * Makefile.in: infodir belongs in datadir.
389
390 Sat Dec  7 17:01:23 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
391
392         * chew.c: Much modified
393         * proto.str, doc.str: New files for extracting to product
394         prototypes and documents respectively.
395
396
397 Fri Dec  6 22:57:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
398
399         * Makefile.in: added standards.text support, host/site/target
400           inclusion hooks, install using INSTALL_DATA rather than cp,
401           don't echo on install.
402
403 Thu Dec  5 22:46:17 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
404
405         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
406           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
407           and mandir now keyed off datadir by default.
408
409 \f
410 Local Variables:
411 version-control: never
412 End: