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