]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
cp-tree.h (scratchalloc, [...]): Define as macros for now.
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
a3a5b5b7
MM
1Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
2
3 * cplus-dem.c (demangle_template): Add new parameter. Handle new
4 template-function mangling.
5 (consume_count_with_underscores): New function.
6 (demangle_signature): Handle new name-mangling scheme.
7
c6b50f10
JW
8Tue Sep 9 19:39:12 1997 Jim Wilson <wilson@cygnus.com>
9
10 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
11 to all filenames in libdir and tooldir.
12
1496c1bb
JW
13Fri Sep 5 17:28:50 1997 Jim Wilson <wilson@cygnus.com>
14
15 * Makefile.in (distclean): Do MULTICLEAN before deleting Makefile.
16
9b2c548c
JW
17Wed Sep 3 14:35:52 1997 Jim Wilson <wilson@cygnus.com>
18
19 * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
20 pathname for move-if-change.
21
6599da04
JM
22Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
23
24 * config/mh-cygwin32: also build random.o
25
26Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
27
28 * cplus-dem.c: Add 'extern' to prepends_underscore.
29
30Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
31
32 * cplus-dem.c: Various changes to produce Java output when passed
33 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
34 (main): Support --java and -j flags to set DMGL_JAVA.
35
36Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
37
38 * config/mh-go32 (CC, AR, RANLIB): Don't define.
39
40Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
41
42 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
43 (pexecute.o): New target.
44
45 * Makefile.in (stamp-needed): New target, replacing needed-list.
46 (needed-list): Just depend upon stamp-needed.
47 (stamp-config): New target, replacing config.h.
48 (config.h): Just depend upon stamp-config.
49 (mostlyclean): Remove stamp-*.
50
51Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
52
53 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
54 INSTALL_DATA for multilibbed installs
55
56Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
57
58 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
59
60 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
61
62 * choose-temp.c (try): Insist that temp dir be searchable.
63
64 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
65
66 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
67 for current directory.
68
69 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
70
71 * pexecute.c: Remove special cases for cygwin32.
72 (pwait): Remove local definition of `pid'.
73
74 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
75
76 * pexecute.c (vfork): Supply new definition for VMS.
77 (pwait): Use waitpid instead of wait for VMS.
78
79Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
80
81 * cplus-dem.c (do_type): Handle `J'.
82 (demangle_fund_type): Print "complex" for it.
83
84Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
85
86 * configure.in: Don't turn on multilib here.
87
88Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
89
90 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
91 elided; needed by gdb and not present in libc.
92
93Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
94
95 * Makefile.in (clean): Remove tmpmulti.out.
96
97Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
98
99 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
100 Add new floatformat, mainly for ARM doubles.
101
102Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
103
104 * config.table: Use ${config_shell} with ${moveifchange}. From
105 Thomas Graichen <graichen@rzpd.de>.
106
107Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
108
109 * configure.in: Enable multilibing by default.
110 Update multilib template to read config-ml.in.
111
112Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
113
114 * makefile.vms: Add objalloc.
115
116Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
117
118 * cplus-dem.c (demangle_it): Add prototype declaration.
119 (usage, fatal): Likewise.
120
121 * xexit.c (_xexit_cleanup): Add prototype.
122
123 * strerror.c (init_error_tables): Declare.
124
125Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
126
127 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
128 * strsignal.c: Only define strsignal if NEED_strsignal.
129 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
130 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
131 to xneeded-list.
132 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
133 (EXTRA_OFILES): Define to vasprintf.o.
134 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
135 (EXTRA_OFILES): Add vasprintf.o.
136 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
137 (vxneeded-list): Add vasprintf.o.
138
139Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
140
141 * objalloc.c: Include <stdio.h>.
142
143Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
144
145 * objalloc.c: New file.
146 * Makefile.in (CFILES): Add objalloc.c
147 (REQUIRED_OFILES): Add objalloc.o.
148 (objalloc.o): New target.
149
150Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
151
152 * obstack.c: Update to current FSF version.
153
154Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
155
156 * cplus-dem.c: Add prototypes for all static functions.
157 (mystrstr): Make static. Make arguments and result const.
158 (cplus_match): Remove; not used.
159
160Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
161
162 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
163 __t* symbols.
164
165Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
166
167 * spaces.c: Declare malloc and free properly.
168 * strsignal.c (init_signal_tables): Add prototype.
169 * xatexit.c (_xexit_cleanup): Add parameter declarations.
170
171Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
172
173 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
174 also required because of xmalloc.o.
175
176Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
177
178 * strsignal.c: Unconditionally redefine sys_siglist around the
179 inclusion of the system header files.
180
181Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
182
183 * makefile.vms: Remove 8 bit characters. Update to latest
184 gcc release.
185
186Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
187
188 * strsignal.c: Use NEED_sys_siglist instead of
189 LOSING_SYS_SIGLIST.
190 * config.table: Don't use mh-lynxos.
191 * config/mh-lynxos: Remove.
192
193Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
194
195 * cplus-dem.c: Fix indenting; make identical to the copy
196 in GCC.
197 (do_type, case 'M'): Check for a template as well as a class.
198
199Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
200
201 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
202 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
203 libiberty is incorrect, as well.
204
205Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
206
207 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
208 alloca takes a size_t argument, not just unsigned.
209
210Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
211
212 * cplus-dem.c: Note that this file also lives in GCC.
213
214Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
215
216 * alloca.c: Remove include of libiberty.h for hpux.
217 * argv.c: Replace defs from libiberty.h.
218 * spaces.c: Put back externs from removed from libiberty.h.
219 * vasprintf.c: Remove include of libiberty.h for hpux.
220
221Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
222
223 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
224
225Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
226
227 * cplus-dem.c: Revert last two commits due to conflicts with
228 hpux system headers.
229
230Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
231
232 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
233 Revert last commit due to conflicts with hpux system headers.
234
235Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
236
237 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
238 libiberty.h when compiled with a standard compiler.
239
240Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
241
242 * alloca.c: Include libiberty.h for definition of xmalloc.
243 Don't redefine NULL.
244 * argv.c: Move prototypes to libiberty.h.
245 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
246 Don't redefine NULL.
247 Use casts to eliminate compiler warnings.
248 * spaces.c: Remove prototypes for malloc and free which are
249 already in libibrty.h.
250 * strcasecmp.c: Use casts to eliminate compiler warnings.
251 * vasprintf.c: Include libiberty.h for definition of malloc.
252 Don't redefine NULL.
253 * vprintf.c: Include stdarg.h if __STDC__.
254
255Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
256
257 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
258
259Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
260
261 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
262 upward components correctly.
263
264Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
265
266 * config.table, config/mh-windows: Add support for building under
267 MSVC (the Microsoft build environment).
268
269Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
270
271 * fnmatch.c: Undef const if not __STDC__.
272
273Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
274
275 * fnmatch.c: New file.
276 * Makefile.in (CFILES): Add fnmatch.c.
277 (REQUIRED_OFILES): Add fnmatch.o.
278 (fnmatch.o): New target.
279
280Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
281
282 * cplus-dem.c (demangle_template): Fix handling of address args.
283 (gnu_special): Handle type_info stuff.
284
285Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
286
287 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
288 (mpwify_filename): Handle "::/" case.
289
290Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
291
292 * config/mh-cygwin32: new file (need -DNEED_basename and
293 -DNEED_sys_siglist for native NT rebuilding)
294 * config.table (*-*-cygwin32): new entry
295 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
296
297Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
298
299 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
300
301Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
302
303 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
304 messed with arguments that included a '/', add escape chars
305 to double quotes, remove const decl from arg that Mac
306 compilers don't seem to like.
307
308Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
309
310 * pexecute.c: Update test for win32 (&& ! cygwin32).
311 * choose-temp.c: fix WIN32 preprocessor defines
312
313Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
314
315 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
316 to editing of default makefile rule.
317
318Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
319
320 * alloca-norm.h: Include <malloc.h> if _WIN32.
321 * argv.c: Include non-prototyped decls for malloc and string
322 functions if ! _WIN32 or if __GNUC__.
323
324Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
325
326 * config.h-vms: New file.
327 * makefile.vms: Use it.
328
329Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
330
331 * getopt.c (_getopt_internal): If argc is 0, just return (before
332 we reference *argv and segfault).
333
334Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
335
336 * Makefile.in (distclean): Add multilib.out.
337
338Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
339
340 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
341 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
342
343Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
344
345 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
346
347 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
348
349 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
350
351 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
352 (do_ofiles): Allow nonexistent source file in pass 3.
353 (chk_deffunc): New routine.
354
355Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
356
357 * pexecute.c (PEXECUTE_VERBOSE): Define.
358 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
359
360Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
361
362 * Makefile.in (docdir): Removed.
363
364Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
365
366 * Makefile.in (oldincludedir): Removed.
367
368Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
369
370 * Makefile.in (datadir): Set to $(prefix)/share.
371
372Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
373
374 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
375 checking for errors from do_type.
376
377Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
378
379 * makefile.vms: New file.
380 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
381 than declaring malloc, realloc, and sbrk.
382
383Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
384
385 * pexecute.c: New file.
386
387Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
388
389 * xmalloc.c: Declare sbrk.
390
391Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
392
393 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
394 declaration.
395
396Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
397
398 * xstrerror.c: Include <stdio.h>.
399
400Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
401
402 * Makefile.in (CFILES): Add atexit.c.
403
404Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
405
406 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
407
408Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
409
410 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
411 #include <stdio.h>
412 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
413
414Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
415
416 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
417 Reverts Feb 8, 1995 change.
418
419Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
420
421 * choose-temp.c: New file.
422 * Makefile.in (CFILES): Add choose-temp.c.
423 (REQUIRED_OFILES): Add choose-temp.o.
424
425Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
426
427 * floatformat.c (floatformat_to_double): Don't bias exponent when
428 handling zero's, denorms or NaNs.
429
430Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
431
432 * floatformat.c (floatformat_to_double): Fix bugs with handling
433 numbers with fractions < 32 bits.
434
435Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
436
437 * config.table: Permit --enable-shared to specify a list of
438 directories.
439
440Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
441
442 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
443 arguments.
444
445Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
446
447 * configure.in: If srcdir is `.' and with_target_subdir is not
448 `.', then set MULTISRCTOP before calling config-ml.in.
449
450Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
451
452 * mpw.c (mpw_open): Add debugging output option.
453
454Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
455
456 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
457
458Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
459
460 * mpw.c (mpwify_filename): Change 6 to 5 in
461 strncmp (unixname, "/tmp/", 5).
462
463Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
464
465 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
466 handle 0 as a pointer value parameter.
467
468Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
469
470 * Makefile.in (all): Depend upon required-list.
471 (required-list): New target.
472 (clean): Remove required-list.
473
474Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
475
476 * win32.c: Deleted.
477 * config.table (i386-*-win32): Deleted.
478 * config/mh-i386win32: Deleted.
479
480Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
481
482 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
483 const char *.
484 (cplus_mangle_opname): Change return type and opname parameter to
485 const char *. Don't cast return value.
486
487Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
488
489 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
490 definition.
491
492Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
493
494 * obstack.c: Update copyright to 1996.
495 (_obstack_memory_used): Define new function. Called via
496 obstack_memory_used macro.
497
498Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
499
500 * xstrdup.c: New file.
501 * Makefile.in (CFILES): Add xstrdup.c.
502 (REQUIRED_OFILES): Add xstrdup.o.
503 (xstrdup.o): New target.
504
505Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
506
507 * atexit.c: New stub to provide atexit on systems that have
508 on_exit, like SunOS 4.1.x systems.
509 * functions.def (on_exit, atexit): Ditto.
510
511Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
512
513 * mpw.c (mpw_abort): Remove decl.
514 (mpw_access): Move debugging printf.
515
516Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
517
518 * config.table: Consistently use ${host} rather than ${xhost} or
519 ${target}.
520 * configure.in: Don't bother to set ${xhost} before calling
521 config.table.
522
523Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
524
525 * Makefile.in (.c.o): Use test instead of the left bracket, to
526 avoid problems with some versions of make.
527
528Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
529
530 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
531
532Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
533
534 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
535 which was set to just alloca.o, which is now automatically marked
536 as needed by the autoconfiguration process.
537
538Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
539
540 * config.table: Check ${with_cross_host} rather than comparing
541 ${host} and ${target}.
542
543Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
544
545 * configure.in: If with_target_subdir is empty, set xhost to
546 ${host} rather than ${target} before calling config.table.
547
548Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
549
550 * Makefile.in (MULTITOP): Deleted.
551 (MULTISRCTOP, MULTIBUILDTOP): New.
552 (FLAGS_TO_PASS): Delete INCDIR.
553 (INCDIR): Add $(MULTISRCTOP).
554 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
555 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
556 instead of cfg-ml-pos.in.
557 (cross-compile check): Change to test for with_target_subdir.
558 (EXTRA_LINKS): Delete.
559
560Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
561
562 * mpw-make.sed: Add getpagesize.c.o to needed-list.
563 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
564 functions that are supplied by Metrowerks libraries.
565 (fstat): Clean up descriptor->pointer conversion code.
566 (InstallConsole, etc): Empty definitions, for when linking
567 with SIOUX.
568
569Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
570
571 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
572 (.c.o): Stylistic change.
573
574Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
575
576 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
577 phdm@info.ucl.ac.be (Philippe De Muyter).
578
579Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
580
581 * configure.in: Correct sed call.
582
583Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
584
585 * configure.in: Clean up / simplify for native.
586
587 * configure.in: Merge in stuff from ../xiberty/configure.in.
588 * Makefile.in (CC): Add definition (so it can be overrridden
589 by ../configure).
590
591Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
592
593 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
594 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
595 (link): Remove useless definition with error return.
596 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
597 Use UnsignedWide type for microsecond counts.
598
599Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
600
601 * memcmp.c (memcmp): Argument types are const void *, not void
602 *const.
603
604 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
605 sys/types.h.
606 * strcasecmp.c (strcasecmp): Ditto.
607
608Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
609
610 * Makefile.in (BISON): Remove macro.
611
612Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
613
614 * Makefile.in (HFILES): Add default empty definition.
615 * mpw-config.in (config.h): Only update if changed.
616 * mpw-make.in: Remove.
617 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
618 * mpw.c: Remove semi-clone of strerror code.
619 (sys_nerr, sys_errlist): Define here.
620 (Microseconds): Only define as A-line trap if m68k Mac.
621
622Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
623
624 * Makefile.in (maintainer-clean): New synonym for distclean.
625
626Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
627
628 * config.table: For host, generalize rs6000-ibm-aix*
629 to *-ibm-aix* so we also include powerpc.
630
631Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
632
633 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
634
635 * xstrerror.c: New file.
636 * Makefile.in, vmsbuild.com: Compile it.
637
638Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
639
640 * config.table (i386-*-win32): New.
641
642Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
643
644 * Makefile.in (MULTITOP): New variable.
645 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
646 (all): Add multilib support.
647 (install_to_tooldir, *clean): Likewise.
648
649Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
650
651 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
652
653Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
654
655 * vmsbuild.com: create "new-lib.olb", build libiberty under that
656 name, and then make it become "liberty.olb" when done, so that an
657 incomplete build attempt never leaves behind something which looks
658 like a complete library.
659
660Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
661
662 * config/mh-i386pe: New file for PE hosts.
663 * config.table: Understand PE hosts.
664
665Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
666
667 * cplus-dem.c: Update from gcc.
668
669 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
670 <stddef.h>.
671 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
672
673Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
674
675 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
676 * mpw.c: Only test DebugPI once whenever printing debug info.
677 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
678 also fix to not write on input filename buffer.
679 (mpw_access): Use stat() instead of open(), works for directories
680 as well as files.
681
682Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
683
684 * Makefile.in: Massage broken shells that require 'else true'.
685
686Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
687
688 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
689 Declare __builtin_alloca in the sparc case, as argv.c did.
690 * argv.c: Replace inline version of alloca-norm.h at start of file with
691 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
692 because alloca-norm.h needs to declare alloca as "PTR".
693
694Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
695
696 * win32.c: New file.
697
698Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
699
700 * dummy.c: #include "alloca-conf.h".
701
702Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
703
704 * Makefile.in (mostlyclean): Remove stamp-picdir.
705 (clean): Don't.
706
707Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
708
709 * config.table (frags): Use toplevel pic frags.
710
711 * Makefile.in (PICFLAG): New macro.
712 (all): Depend on stamp-picdir.
713 (needed-list): Ditto.
714 (.c.o): Also build pic object.
715 (stamp-picdir): New rule.
716 (mostlyclean): Remove pic.
717 (clean): Remove stamp-picdir.
718
719Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
720
721 * vmsbuild.com (config.h): Add `#define NEED_basename'.
722
723Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
724
725 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
726 to libio-style copyright.
727 * getpagesize.c: Remove FSF copyright.
728
729Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
730
731 Added improved VMS support from Pat Rankin:
732
733 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
734
735 * vmsbuild.com: new file.
736
737 * getpagesize.c (getpagesize): implement for VMS;
738 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
739 support for EVMSERR.
740
741Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
742
743 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
744
745 * floatformat.c (floatformat_arm_ext): Define.
746
747Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
748
749 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
750 strerror.c, strsignal.c: Remove FSF copyright.
751 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
752
753Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
754
755 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
756 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
757 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
758 * strchr.c, strrchr.c: Add cast to suppress const warning.
759
760Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
761
762 * cplus-dem.c: Use const instead of CONST. Don't include
763 ansidecl.h directly.
764
765Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
766
767 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
768 xrealloc.
769 (-DMAIN): Don't rely on an externally-defined version number;
770 instead, require the version number to be defined as a
771 preprocessor macro. Handle the RS/6000 leading dot. Define
772 xmalloc, xrealloc and fatal. Don't strip a leading underscore
773 if we couldn't demangle the word.
774
775Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
776
777 (Old mpw.c change descriptions retained for informational value.)
778 * mpw.c (warning_threshold): Default to .4 sec.
779 (overflow_count, current_progress): New globals.
780 (warn_if_spin_delay): Include current progress type,
781 such as program name, in message.
782 (mpw_start_progress): Set current_progress variable from arg.
783 (mpw_end_progress): Report spin delays by power-of-two-size
784 buckets instead of constant-size buckets.
785
786 * mpw.c: Clean up formatting, types, returns, etc.
787 (ENOSYS): Define.
788 (mpw_fread, mpw_fwrite): Define.
789 (sleep): Define correctly.
790
791 * mpw.c: New code to implement cursor spinning support.
792 (umask): New function.
793 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
794
795 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
796 basenames for MPW and MPW/Unix filenames.
797 (mpw_special_init): New function, calls Macsbug if desired.
798
799 * mpw.c: Add GPL notice.
800 (mpwify_filename): Add more transformations.
801 (mpw_fopen): Call mpwify_filename on file names.
802 (rename): Remove.
803 (chdir, getcwd): Add simple definitions.
804
805 * mpw.c: Random cleanups, remove unused code bits.
806 Added copy of strerror.c for gcc's use.
807 (stat, fstat, _stat): New versions based on Guido van Rossum code.
808
809 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
810
811 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
812 (fork, vfork, etc): Print error messages if called.
813 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
814 rename, chown): Define.
815
816 * mpw-config.in: New file, MPW version of configure.in.
817 * mpw-make.in: New file, MPW version of Makefile.in.
818 * mpw.c: New file, MPW compatibility routines.
819
820Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
821
822 * basename.c: Include config.h before checking for NEED_basename.
823
824Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
825
826 * functions.def: Add DEFFUNC for basename.
827
828 * basename.c: Only define basename if NEED_basename.
829
830Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
831
832 * config.table: Fix --enable-shared logic for native builds.
833
834Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
835
836 * cplus-dem.c (demangle_template): Demangle bool literals properly.
837
838Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
839
840 * strtol.c strtoul.c: Replace these with less buggy versions from
841 NetBSD. (strtoul in particular couldn't handle base 16.)
842
843Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
844
845 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
846
847 * clock.c: If NO_SYS_PARAM_H is defined, don't include
848 <sys/param.h>.
849 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
850
851Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
852
853 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
854 a number; ANSI appears to permit any expression, including a
855 function call.
856
857 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
858 xiberty.
859 * config/mt-vxworks5: New file.
860
861Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
862
863 * basename.c (basename): Change argument to be const.
864
865Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
866
867 * Makefile.in (lneeded-list): Don't worry about xmalloc.
868
869Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
870
871 * Makefile.in (distclean): Delete xhost-mkfrag.
872
873Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
874
875 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
876
877Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
878
879 * hex.c: New file.
880 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
881 (hex.o): Add dependencies.
882
883 * cplus-dem.c (demangle_prefix): For GNU style constructor and
884 destructor names, try demangling the remainder of the string.
885
886Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
887
888 * vasprintf.c (int_vasprintf): New static function.
889 (vasprintf): Use int_vasprintf. Removes assumption that va_list
890 is assignment compatible.
891
892Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
893
894 * Makefile.in (LIBCFLAGS): New variable.
895 (FLAGS_TO_PASS): Pass it.
896 (.c.o): Use it.
897
898Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
899
900 * getopt.c, getopt1.c: Do compile these functions under Linux,
901 since many native versions are based on glibc but are buggy.
902
903Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
904
905 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
906 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
907
908Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
909
910 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
911 * functions.def: Remove vasprintf.
912
913Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
914
915 * xmalloc.c (first_break): New static variable.
916 (xmalloc_set_program_name): Record sbrk (0) in first_break.
917 (xmalloc): If memory allocation fails, try to report how much
918 memory was allocated by the program up to this point.
919 (xrealloc): Likewise.
920
921Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
922
923 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
924 when linking dummy.
925 * config.table: Add host RISCiX Makefile frag.
926 * config/mh-riscix: New file.
927
928Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
929
930 * Makefile.in (FLAGS_TO_PASS): Define.
931 ($(RULE1)): Use $(FLAGS_TO_PASS).
932
933Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
934
935 * vasprintf.c: Include <string.h>.
936 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
937 * xatexit.c: Declare malloc.
938
939Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
940
941 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
942 one below).
943
944Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
945
946 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
947 the type index is greater than 9.
948
949Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
950
951 * cplus-dem.c (demangle_qualified): accept optional '_' between
952 qualified name. This is baecause the template name may end with
953 numeric and can mixed up with the length of next qualified name.
954
955Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
956
957 * config/mt-sunos4: Use our standard location for cross-includes
958 and cross-libs when the target is also a "host" environment (ie no
959 newlib; includes and such don't belong to us). This is specific
960 to the Cygnus Support environment.
961
962Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
963
964 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
965 xxx<ch=81>.
966
967Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
968
969 * cplus-dem.c (main): flush stdout to make pipe work.
970
971Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
972
973 * config.table (*-*-cxux7*): Recognize.
974 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
975 Harris-specific float format.
976 * config/mh-cxux7: New file.
977
978Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
979
980 * cplus-dem.c (demangle_template): Make sure that the result of
981 consume_count doesn't index beyond the end of the string.
982
983Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
984
985 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
986 earlier. Improve test for new vtable mangling. Change output back
987 to `virtual table'.
988
989Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
990
991 * obstack.c: Always compile this code, even if using the GNU
992 library. Avoids problems with relatively recent binary
993 incompatibility.
994
995Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
996
997 * cplus-dem.c: Include libiberty.h.
998 (xmalloc, xrealloc, free): Don't declare.
999 (strstr): Don't declare parameters.
1000 (xmalloc, xrealloc): Don't define.
1001 (long_options): Add no-strip-underscores.
1002 (main): Call xmalloc_set_program_name. Pass n in short options to
1003 getopt_long. Handle option 'n' to not strip underscores.
1004 (usage): Mention -n and --no-strip-underscores.
1005
1006Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
1007
1008 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
1009 space.
1010 (gnu_special): Demangle template and qualified names in a vtable name.
1011
1012Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1013
1014 From gas-2.3 and binutils-2.4 net releases:
1015
1016 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
1017
1018 * makefile.dos: [new] Makefile for dos/go32
1019 * configure.bat: update for latest files
1020 * msdos.c: remove some functions now in libc.a
1021
1022Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
1023
1024 * cplus-dem.c (gnu_special): Recognize thunks, as well as
1025 the new naming style for vtables (when -fvtable-thunks).
1026
1027Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1028
1029 * Makefile.in (XTRAFLAGS): Don't define.
1030 (.c.o, dummy.o): Don't use XTRAFLAGS.
1031 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
1032
1033Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1034
1035 * vasprintf.c: New file.
1036 * Makefile.in, functions.def: Add it.
1037
1038Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
1039
1040 * cplus-dem.c (demangle_fund_type): Grok bool.
1041
1042Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
1043
1044 * config.table: Add go32
1045 * config/mh-go32: New template.
1046
1047Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
1048
1049 * config.table, config/mt-sunos4: config for when sun4 is cross target.
1050
1051Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1052
1053 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
1054 Declare strlen to return int. Don't include stddef.h.
1055
1056Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
1057
1058 * getopt.c: Delete use of IN_GCC to control whether
1059 stddef.h or gstddef.h is included.
1060
1061Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
1062
1063 * cplus-dem.c (demangle_signature): Fix a bug in template function
1064 type numbering.
1065
1066Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
1067
1068 * cplus-dem.c (demangle_signature): Fix template function with arm
1069 style argument type number, Tn.
1070
1071Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
1072
1073 * cplus-dem.c (optable): Add new[] and delete[].
1074
1075Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1076
1077 * argv.c (buildargv): Don't produce empty argument just because
1078 there is trailing whitespace.
1079
1080Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
1081
1082 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
1083 Handle 'p' same as 'P'.
1084 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
1085
1086Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1087
1088 * floatformat.c (get_field, put_field): Fix off by one error in
1089 little endian case.
1090
1091Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1092
1093 * floatformat.c (floatformat_from_double): Pass unsigned char *,
1094 not char *, to put_field.
1095
1096Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
1097
1098 * memmove.c: Re-wrote; placed in public domain.
1099
1100Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1101
1102 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
1103 __Q* as a constructor.
1104
1105Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
1106
1107 * ieee-float.c: Removed; no longer used.
1108 * Makefile.in: Changed accordingly.
1109
1110Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1111
1112 * floatformat.c (get_field): Removed unused local variable i.
1113 (put_field): Removed unused local variable i.
1114
1115Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1116
1117 * floatformat.c: New file, intended to replace ieee-float.c.
1118 * Makefile.in: Change accordingly.
1119
1120Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1121
1122 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
1123 (_getopt_initialize): New function, broken out of _getopt_internal.
1124 (_getopt_internal):
1125 If long_only and the ARGV-element has the form "-f", where f is
1126 a valid short option, don't consider it an abbreviated form of
1127 a long option that starts with f. Otherwise there would be no
1128 way to give the -f short option.
1129
1130Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1131
1132 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
1133 Test just __STDC__, not emacs.
1134
1135Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1136
1137 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
1138 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
1139
1140Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1141
1142 * getopt.c (_NO_PROTO): Define before config.h is included.
1143
1144Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1145
1146 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
1147 <config.h> only under these, else "config.h".
1148
1149Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1150
1151 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
1152 <config.h> instead of "config.h".
1153
1154Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
1155
1156 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
1157 whether to use prototypes or not.
1158 * strerror.c (const): Never undefine; let ansidecl.h handle it.
1159 * strsignal.c (const): Likewise.
1160
1161Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1162
1163 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
1164 Merging common and initialized variables need not be supported by
1165 ANSI C compilers.
1166 (xatexit): Initialize _xexit_cleanup if not already set.
1167 * xexit.c: Comment fix.
1168
1169Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1170
1171 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
1172 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
1173 assuming that realloc works correctly.
1174
1175Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1176
1177 * concat.c, ieee-float.c: Replace inclusion of <string.h>
1178 with explicit function declarations, as recommended by Ian Taylor.
1179
1180Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1181
1182 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
1183 (malloc, realloc): Declare.
1184
1185Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1186
1187 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
1188 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
1189 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
1190 * xmalloc.c: Likewise.
1191 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
1192 macros, not <varargs.h> macros.
1193 * spaces.c (spaces): Make return type const. Don't crash if
1194 malloc returns NULL.
1195 * strerror.c (struct error_info): Make name and msg fields const.
1196 (error_names): Make const.
1197 (strerrno): Make const.
1198 (strtoerrno): Make argument const.
1199 * strsignal.c (struct signal_info): Make name and msg fields
1200 const.
1201 (signal_names, sys_siglist): Make const.
1202 (strsignal, strsigno): Make const.
1203 (strtosigno): Make argument const.
1204 * xatexit.c: Declare parameter types.
1205 * xmalloc.c (name): Make const.
1206 (xmalloc_set_program_name): Make argument const.
1207 * Makefile.in (INCDIR): Define.
1208 (.c.o): Use $(INCDIR).
1209 (dummy.o): Likewise.
1210 (argv.o, basename.o): New targets; depend on libiberty.h.
1211 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
1212 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
1213 (xmalloc.o): Likewise.
1214 (cplus-dem.o): New target; depend on demangle.h.
1215 (getopt.o, getopt1.o): New targets; depend on getopt.h.
1216 (ieee-float.o): New target; depend on ieee-float.h.
1217 (obstack.o): New target; depend on obstack.h.
1218
1219Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1220
1221 Handle obstack_chunk_alloc returning NULL. This allows
1222 obstacks to be used by libraries, without forcing them
1223 to call exit or longjmp.
1224 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
1225 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
1226 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
1227
1228Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1229
1230 * concat.c, ieee-float.c: Include <string.h>.
1231
1232Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1233
1234 * xmalloc.c (xmalloc_set_program_name): New function.
1235 (xmalloc, xrealloc): Include the name in the error message, if set.
1236
1237 * Replace atexit.c with xatexit.c.
1238 * Makefile.in (CFILES), functions.def: Change references.
1239
1240Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
1241
1242 * getruntime.c (get_run_time): Use getrusage or times if
1243 HAVE_GETRUSAGE or HAVE_TIMES are defined.
1244
1245Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1246
1247 * atexit.c: New file.
1248 * Makefile.in (CFILES), functions.def: Add it.
1249 * xexit.c: New file.
1250 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
1251 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
1252 Change request for 0 bytes into request for 1 byte.
1253
1254Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1255
1256 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
1257 unsigned long, to avoid warnings.
1258
1259Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1260
1261 * dummy.c: Don't include time.h ever; always define clock_t as
1262 "unsigned long". Until gcc/fixincludes ensures that clock_t
1263 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
1264 exist, clock_t probably doesn't either.
1265
1266Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
1267
1268 * clock.c, getruntime.c: New files.
1269 * Makefile.in: Add to file lists.
1270 * functions.def (clock): Add to list.
1271 * dummy.c (time.h): Add if __STDC__.
1272 (clock_t): #define as "unsigned long" if not __STDC__.
1273
1274Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1275
1276 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
1277 Edler).
1278
1279Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1280
1281 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
1282 linking.
1283
1284Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
1285
1286 * cplus-dem.c (demangle_arm_pt): New function. Common code
1287 for ARM template demangling.
1288 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
1289 * cplus-dem.c (demangle_prefix): Likewise.
1290
1291Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
1292
1293 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
1294
1295Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
1296
1297 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
1298 * strerror.c, strsignal.c: As a small space optimization, don't
1299 include messages when they aren't actually used.
1300
1301 Merge changes from takefive.co.at!joe (Josef Leherbauer)
1302 * cplus-dem.c (demangle_prefix, demangle_function_name,
1303 cplus_demangle_opname): Fixes for systems where cplus_marker
1304 is something other than '$'.
1305
1306Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
1307
1308 * waitpid.c: Simple-minded approcimation to waitpid
1309 using vanilla wait.
1310 * functions.def, Makefile.in: Update accordingly,
1311
1312Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
1313
1314 * cplus-dem.c(demangle_template): fix bug template instantiation
1315 with value of user defined type.
1316
1317Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
1318
1319 * cplus-dem.c(cplus_demangle_opname): add the subject new function
1320 to support unified search of operator in class.
1321
1322Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1323
1324 gcc -Wall lint:
1325 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
1326 "digit = *s" as condition in while loop.
1327
1328Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
1329
1330 * Makefile.in: pass SHELL to recursive make
1331
1332Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
1333
1334 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
1335 be (const char*), for ANSI (and gcc w/fixproto) consistency.
1336
1337Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1338
1339 * config.table: Make *-*-hiux* use mh-hpux.
1340
1341Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1342
1343 * config.table: Add * to end of all OS names.
1344
1345Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1346
1347 * Makefile.in (lneeded-list): ensure that object file names are
1348 not duplicated, as multiple instances of the same object file in
1349 a library causes problems on some machines
1350
1351Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1352
1353 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
1354
1355Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1356
1357 * strncasecmp.c: new file, implements strncasecmp
1358 * strcasecmp.c: new file, implement strcasecmp
1359
1360 * Makefile.in (CFILES): list these two new source files
1361
1362 * functions.def: add strcasecmp and strncasecmp entries
1363
1364Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1365
1366 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
1367 according to ANSI C.
1368
1369Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
1370
1371 * cplus-dem.c: add support of ARM global constructor/destructor,
1372 and 'G' for passing record or union in parameter.
1373
1374Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1375
1376 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
1377 should not be in functions.def.
1378
1379Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1380
1381 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
1382 not be in functions.def.
1383
1384Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
1385
1386 * cplus-dem.c: change globl constructor/destructor to proper name
1387
1388Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
1389
1390 * cplus-dem.c: fix bug in constructor/destructor
1391
1392Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
1393
1394 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
1395
1396Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
1397
1398 * cplus-dem.c: Fix demangle_template prototype
1399
1400Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
1401
1402 * cplus-dem.c: fix template demangling
1403 * cplus-dem.c: fix const type demangling
1404 * cplus-dem.c: fix constructor/destructor, virtual table,
1405 qualifier, global constructor/destructor demangling
1406
1407Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1408
1409 * strsignal.c, strerror.c: Use fully-bracketed initializer to
1410 keep gcc -Wall happy.
1411
1412Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
1413
1414 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
1415 patch.
1416
1417Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1418
1419 Patch from Paul Flinders:
1420 * cplus-dem.c (do_type): Deal with arrays.
1421
1422Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1423
1424 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
1425 than 9 classes.
1426
1427Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
1428
1429 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
1430 not initialized" warnings under HP/UX
1431
1432Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1433
1434 * strerror.c: Move include of stdio.h after sys_errlist #define.
1435 Also remove NULL definition (stdio.h always defines NULL, so it
1436 never did anything but clutter up the code).
1437
1438Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1439
1440 * Makefile.in, functions.def: handle xmalloc.c
1441
1442 * xmalloc.c: provide xmalloc and xrealloc functions
1443
1444Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1445
1446 * cplus-dem.c: Fix a comment.
1447
1448Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1449
1450 * getopt1.c: Declare const the way getopt.c does.
1451
1452Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1453
1454 * obstack.c, alloca.c: Update from FSF.
1455 * getopt.c, getopt1.c: Update to current FSF version, which
1456 doesn't use alloca.
1457
1458Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
1459
1460 * Makefile.in (demangle): Add the target with a message saying
1461 where demangle went.
1462
1463Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1464
1465 * Makefile.in: Remove obsolete `demangle' target.
1466
1467Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
1468
1469 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
1470 avoid infinite loop on vtbl symbols with disambiguating "junk"
1471 tacked on the end.
1472
1473Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1474
1475 * strsignal.c: work around some systems losing definitions of
1476 sys_siglist
1477
1478 * config/mh-lynxos: this system has a losing definition of
1479 sys_siglist
1480
1481 * config.table: use mh-lynxos for *-*-lynxos
1482
1483Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
1484
1485 * config.table: Add support for HPPA BSD hosts.
1486
1487 * config/mh-hpbsd: New file.
1488
1489Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
1490
1491 * Makefile.in (TAGS): make work when srcdir != objdir.
1492
1493Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1494
1495 * cplus-dem.c (main): Add long options, including --help and
1496 --version.
1497 (usage): New function from code in main.
1498
1499Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
1500
1501 * config.table: New shell scipt, sourced by both ./configure,in
1502 and ../xiberty/configure.in, to avoid maintainance lossages.
1503 * configure.in and ../xiberty/configure.in: Use config.table.
1504
1505 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
1506 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
1507 * ../xiberty/configure.in: Update from ./configure.in.
1508
1509Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1510
1511 * Makefile.in: remove parentdir support
1512
1513Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1514
1515 * cplus-dem.c (xrealloc): Match definition with prototype.
1516
1517Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1518
1519 * cplus-dem.c (demangle_prefix): Demangle cfront
1520 local variables as an extension to ARM demangling.
1521
1522Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1523
1524 * ieee-float.c: Don't require pointers to double to be aligned.
1525
1526Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
1527
1528 (merge changes from dlong@cse.ucsc.edu)
1529 * cplus-dem.c (consume_count): Simplify.
1530 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
1531 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
1532
1533 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
1534 full prototypes.
1535 * cplus-dem.c (free): Add prototype.
1536 * cplus-dem.c (optable): Fully bracketize initializer.
1537
1538Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
1539
1540 * cplus-dem.c: Whether initial underscores are stripped
1541 depends on the external variable prepends_underscore
1542 (which is generated by the binutils Makefile).
1543
1544Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
1545
1546 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
1547
1548Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
1549
1550 * cplus-dem.c (consume_count): Return zero if arg does not
1551 start with digit, and don't consume any input.
1552
1553Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
1554
1555 * Makefile.in (demangle): Use ${srcdir} not $^.
1556
1557 * strtod.c: New file, needed at least for BSD 4.3.
1558
1559Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
1560
1561 * strsignal.c (sys_siglist): For ANSI compilations, type is
1562 "const char *const". Also remove conditionalization on __STDC__
1563 since const is defined away for non-ANSI.
1564
1565Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
1566
1567 * configure.in: Recognize *-*-hpux.
1568 * config/mh-hpux: New file.
1569
1570Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
1571
1572 * tmpnam.c: Added ANSI tmpnam() function.
1573 * functions.def, Makefile.in: Update accordingly.
1574
1575Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1576
1577 * cplus-dem.c (demangle_function_name): Get the demangling of
1578 stop__1A right.
1579
1580Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
1581
1582 * cplus-dem.c: Declare strstr return type.
1583
1584Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
1585
1586 * strsignal.c: Add some AIX signals.
1587
1588Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
1589
1590 * Makefile.in (MAKEOVERRIDES): Define to be empty.
1591
1592Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1593
1594 * Makefile.in: add installcheck & dvi targets
1595
1596Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
1597
1598 * ieee-float.c: New file, moved from ../gdb (since it is
1599 needed by ../opcode/m68k-dis.c).
1600
1601Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
1602
1603 * cplus-dem.c: Replace all references to cfront with ARM.
1604
1605Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
1606
1607 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
1608 to be more useful as a filter.
1609
1610Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
1611
1612 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
1613 destination directory before running $(RANLIB), in case that
1614 program tries to create a file in the current directory as part of
1615 its work.
1616
1617Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
1618
1619 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
1620 because BSD 4.4 lacks one. Isn't this fun?
1621
1622Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
1623
1624 * cplus-dem.c (demangle_signature): Set func_done after
1625 demangling a template.
1626 * cplus-dem.c (demangle_template): Fix several small bugs
1627 in demangling GNU style templates.
1628 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
1629 style constructors.
1630 * cplus-dem.c (gnu_special): Fix for templates in GNU style
1631 static data members.
1632
1633Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
1634
1635 * cplus-dem.c (demangle_signature): Modify to include type
1636 modifiers like static and const in remembered types.
1637
1638Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
1639
1640 * cplus-dem.c (demangled_qualified): Add new parameter that tells
1641 whether to prepend or append the qualifiers.
1642 * cplus-dem.c (string_prepends): Used now, remove #if 0.
1643 * cplus-dem.c (demangle_signature): Call demangle_qualified
1644 with prepending.
1645 * cplus_dem.c (gnu_special): Recognize static data members that
1646 use qualified names.
1647 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
1648 temporary buffer and the prepend or append them to the result,
1649 as specified by the new "append" flag.
1650 * cplus-dem.c (do_type): Call demangled_qualified with
1651 appending.
1652
1653Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
1654
1655 * strsignal.c (signal_table): Now const.
1656 (init_signal_tables): Variable eip now points to const.
1657
1658 * strerror.c (error_table): Now const.
1659 (init_error_tables): Variable eip now points to const.
1660
1661Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
1662
1663 * memchr.c (memchr): New (ANSI standard) function.
1664 * Makefile.in, functions.def: Added memchr.
1665 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
1666
1667Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1668
1669 * getopt.c: remove use of USG around <alloca.h>, which never meant
1670 anything anyway
1671
1672 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
1673 of USG and USGr4
1674
1675Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
1676
1677 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
1678 it's now a type according to the ANSI X3J16 working paper; output
1679 "wchar_t" for it.
1680 (demangle_template): Accept `w' as an integral type.
1681 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
1682 counterparts malloc and realloc to `char *'.
1683 (main): Exit with a 0 status.
1684 * Makefile.in (demangle): Don't expect the user to define
1685 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
1686 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
1687
1688Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
1689
1690 * Makefile.in (AR_FLAGS): Avoid verbosity.
1691 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
1692 replace USGr4 with HAVE_SYSCONF.
1693 * config/mh-solaris: Remove; mh-sysv4 works now.
1694 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
1695 * configure.in: Simplify host matching table, remove separate
1696 solaris config file.
1697
1698Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
1699
1700 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
1701
1702Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
1703
1704 * cplus-dem.c (xmalloc, xrealloc): Add decls.
1705 (remember_type): Don't cast xmalloc.
1706 (string_need): Likewise; don't cast xrealloc either.
1707
1708Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
1709
1710 * Makefile.in, functions.defs, rename.c: added simple
1711 implementation of rename, since some binutils programs use it.
1712
1713Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
1714
1715 * strsignal.c: Add appropriate 'const' to sys_siglist
1716 extern declaration (if __STDC__). (Needed for Linux.)
1717 * strsignal.c (strsignal): Add cast to remove const-ness.
1718
1719Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
1720
1721 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
1722 before "'s, diagnosed by BSD 4.4 awk.
1723
1724Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
1725
1726 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
1727 and $(NEEDED_LIST), to give some hooks for xiberty.
1728
1729Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1730
1731 * configure.in: use cpu-vendor-triple instead of nested cases
1732
1733Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
1734
1735 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
1736 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
1737 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
1738 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
1739 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
1740 Convert from using GPL to LGPL.
1741
1742Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
1743
1744 * Makefile.in (errors): Leave dummy.o and dummy around so that
1745 we can see how the needed list was generated (it's sometimes wrong).
1746 (mostlyclean): Remove them.
1747
1748Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
1749
1750 * getcwd.c: supply a default if MAXPATHLEN is not defined.
1751
1752 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
1753
1754Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
1755
1756 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
1757 when cross-compiling.
1758
1759Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
1760
1761 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
1762 as a time optimization.
1763
1764 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
1765 be more expensive than simply demangling.
1766
1767 * cplus-dem.c (cplus_match): new function.
1768
1769Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
1770
1771 * cplus-dem.c: #include <stdio.h>, to define NULL.
1772 Define current_demangling_style.
1773
1774Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
1775
1776 * cplus-dem.c: New file, moved from ../gdb.
1777 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
1778 function, to avoid compiling in target-dependency for CPLUS_MARKER.
1779 * cplus-dem.c (cplus_demangle): Allow demangling style option
1780 to be passed as a parameter, but using the global variable
1781 current_demangling_style as a default.
1782 * Makefile.in: Update for cplus-dem.c
1783
1784Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
1785
1786 * obstack.c: Merge in comment changes from FSF version. Now
1787 matches the FSF version exactly.
1788
1789Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
1790
1791 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
1792 least on losing DECstations!); use if-then-else instead.
1793
1794Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
1795
1796 * Makefile.in: always create installation directories.
1797
1798Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1799
1800 * Makefile.in: clean up definition of CFILES, more comments
1801
1802Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
1803
1804 * getopt.c (my_index): Make first arg const to match strchr,
1805 which it sometimes is remapped to.
1806
1807Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
1808
1809 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
1810 * obstack.c (_obstack_begin): Initialize use_extra_arg.
1811 * obstack.c (_obstack_begin_1): New, from FSF version.
1812
1813Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
1814
1815 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
1816 extra_arg.
1817 * obstack.c (_obstack_begin): Remove area_id and flags arguments
1818 (previously added for mmalloc support, interface has changed).
1819 Also convert flags usage to use use_extra_arg and maybe_empty_object.
1820
1821Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
1822
1823 * argv.c: Move expandargv inline and eliminate static variables.
1824 Rewrite to always allocate in powers of two. Fix to return an
1825 argv with a single null string arg if passed a null string.
1826
1827Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
1828
1829 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
1830 "(void)" casts from function calls where the return value is
1831 ignored, in accordance with GNU coding standards.
1832
1833Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
1834
1835 * bcopy.c, strerror.c, strsignal.c: Lint.
1836
1837Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
1838
1839 * getopt.c: merge changes from make.
1840
1841Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
1842
1843 * alloca.c: Incorporate fixes from gdb/alloca.c.
1844 FIXME: Eventually move gdb's alloca configuration files here,
1845 and remove gdb/alloca.c and its Makefile.in support.
1846
1847Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
1848
1849 * dummy.c: Define NOTHING to /*nothing*/, change return type
1850 of main to int and return zero.
1851 * functions.def: Supply NOTHING as the fourth arg to macros
1852 that don't have an explicit arg, to satisfy picky preprocessors.
1853
1854Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
1855
1856 * Makefile.in: Clean up *clean rules, as per standards.texi.
1857
1858Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
1859
1860 * getopt.c, getopt1.c: merged largely gratuitous, mostly
1861 whitespace diffs from other prep distributions.
1862
1863Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
1864
1865 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
1866 it is broken on ncr 3000's.
1867
1868Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
1869
1870 * sigsetmask.c: Rewrite. Old one was very confused about its
1871 arguments and result. New one can't do much, but at least knows
1872 what it can't do, and it's good enough for GDB's use.
1873
1874Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
1875
1876 * functions.def: Use proper prototype for strtoul.
1877
1878Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
1879
1880 * Makefile.in: Add random.c.
1881 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
1882 * configure.in: update solaris2 config.
1883
1884Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
1885
1886 * random.c: Add for random() and srandom().
1887 * functions.def: Add random
1888
1889Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
1890
1891 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
1892 using /usr/ucb/install.
1893
1894Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
1895
1896 * strerror.c: Kludge to guard against a conflict with
1897 possible declaration of sys_errlist in errno.h.
1898
1899Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
1900
1901 * configure.in, config/mh-solaris: add solaris2 config support.
1902
1903Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
1904
1905 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
1906 is not defined (should be defined in signal.h, says Posix.).
1907
1908Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
1909
1910 * getopt.c: merged changes from make-3.62.11.
1911
1912Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
1913
1914 * getopt.c: merged changes from bison-1.18.
1915
1916Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
1917
1918 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
1919 since that introduces a circular dependency.
1920 ($(EXTRA_OFILES) are used to build config.h.)
1921
1922 * strtoul.c: Fixes to handle non-decimal bases better.
1923
1924Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
1925
1926 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
1927 * Makefile.dos: Finish MINUS_G eradication.
1928 * Makefile.in (CFILES): Add strsignal.c.
1929 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
1930 * Makefile.in (needed-list): Split creation of errors file to
1931 separate make target.
1932 * Makefile.in (config.h, needed2.awk, errors): New targets.
1933 * Makefile.in (clean): Split to multiple lines, add needed2.awk
1934 and config.h.
1935 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
1936 * functions.def (strerror): Remove from optional list.
1937 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
1938 * functions.def (strerror, psignal): DEFFUNC's
1939 * strerror.c: Rewrite from scratch to use sys_errlist only if
1940 available, add errno_max(), add strerrno(), add strtoerrno(),
1941 add test driver.
1942 * strsignal.c: New file, signal equivalent to strerror.c.
1943 Uses sys_siglist if available, defines signo_max(), strsignal(),
1944 strsigno(), strtosigno(), psignal(), and test driver.
1945
1946Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
1947
1948 * Makefile.in: do not print recursion line.
1949
1950 * Makefile.in: allow CFLAGS to be passed in from command line.
1951 Removed MINUS_G. Default CFLAGS to -g.
1952
1953Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
1954
1955 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
1956 so libg++ users don't have to be inconvenienced by a
1957 libc.a bug (libc.a needs copysign, but doesn't define it!).
1958 * configure.in: Use config/mh-aix.
1959 * strtoul.c: Handle '-' as required by ANSI.
1960 Clean up radix handling.
1961 * strstr.c: Fix buggy algorithm.
1962 * Makefile.in: Change so that ${EXTRA_OFILES} is
1963 appended to needed-list (which is used by libg++).
1964
1965Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
1966
1967 * configure.in: Recognize new ncr3000 config.
1968 * config/mh-ncr3000: New config file.
1969
1970Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
1971
1972 * argv.c, dummy.c: Lint.
1973
1974Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
1975
1976 * config/mh-sysv4: New config file.
1977 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
1978 host_os == sysv4.
1979 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
1980 pagesize.
1981
1982Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
1983
1984 * getopt.c: Lint.
1985
1986Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
1987
1988 * functions.def (alloca): Fix return type and args to avoid
1989 type clash with gcc's builtin alloca.
1990
1991Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
1992
1993 * configure.in, config/mh-irix4: irix4 support.
1994
1995 * Makefile.in, functions.def, alloca.c: added alloca.
1996
1997Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
1998
1999 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
2000
2001Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
2002
2003 * argv.c: Fix various external function definitions to be
2004 correct in an ANSI compilation environment.
2005
2006Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
2007
2008 * obstack.c: Changes to support calling mmalloc functions,
2009 which take an additional argument over malloc functions.
2010
2011Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
2012
2013 * added check target.
2014
2015Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
2016
2017 * argv.c: #include alloca-conf.h (needed by AIX).
2018
2019Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
2020
2021 * Makefile.in, configure.in: removed traces of namesubdir,
2022 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
2023 copyrights to '92, changed some from Cygnus to FSF.
2024
2025Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
2026
2027 * argv.c: Check in Fred's version which fixes problems with
2028 alloca().
2029
2030Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
2031
2032 * makefile.dos: Remove NUL to keep patch from failing.
2033
2034Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
2035
2036 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
2037
2038Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
2039
2040 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
2041
2042Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
2043
2044 * argv.c: New file to build and destroy standard argument
2045 vectors from a command string.
2046
2047 * Makefile.in: Add argv.c and argv.o to appropriate macros.
2048
2049Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
2050
2051 * configure.in: Change svr4 references to sysv4.
2052
2053 * rindex.c: Declare return type of externally used function
2054 strrchr().
2055
2056Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
2057
2058 * Makefile.in: Remove "***" in normal output, since Make produces
2059 this on errors, and it's convenient to search for.
2060
2061Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
2062
2063 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
2064 New ANSI functions. The old non-ANSI functions (such as bcopy)
2065 should be avoided.
2066 * bcopy.c: Fix to correctly handle overlapping regions.
2067 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
2068 * functions.def: Add the new functions.
2069 * functions.def: Add 4th parameter to DEF macro,
2070 an ansidecl.h-style prototype.
2071 * dummy.c: Use expanded DEF macro to create a dummy function
2072 call, with correct parameter types. (This avoids some
2073 complaints from gcc about predefined builtins.)
2074
2075 Move the functionality of config/mh-default into Makefile.in.
2076 This avoid duplication, and simplifies things slightly.
2077 * Makefile.in: Tweak so we don't need config/mh-default.
2078 * README: Update.
2079 * configure.in: No longer need config/mh-default.
2080 * config/mh-default: Deleted.
2081 * config/mh-sysv: Remove lines copied from old mh-default.
2082
2083Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
2084
2085 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
2086 'mknod' device numbers.
2087
2088Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
2089
2090 * fdmatch.c, Makefile.in: Add new function that takes two
2091 open file descriptors and returns nonzero if they refer to
2092 the same file, zero otherwise. (used in gdb)
2093
2094Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
2095 From DJ:
2096 * msdos.c: stub functions for dos.
2097 * makefile.dos, configdj.bat: new.
2098 * getopt.c: Don't include alloca-conf.h in a GO32 world.
2099
2100
2101Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2102
2103 * Makefile.in: infodir belongs in datadir.
2104
2105Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2106
2107 * Makefile.in: remove spaces following hyphens because bsd make
2108 can't cope. added standards.text support. install using
2109 INSTALL_DATA.
2110
2111 * configure.in: remove commontargets as it is no longer a
2112 recognized hook.
2113
2114Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2115
2116 * Makefile.in: idestdir and ddestdir go away. Added copyrights
2117 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
2118 and mandir now keyed off datadir by default.
2119
2120Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
2121
2122 * Makefile.in: find-needed.awk does not fit in 14 chars.
2123
2124 * Makefile.in: Suppress error checking when compiling the test
2125 program, because Ultrix make/sh aborts there due to a bug.
2126
2127Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
2128
2129 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
2130 * README: Explained how the auto-configuration works,
2131 and how to add new files and/or configurations.
2132
2133Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
2134
2135 * strtoul.c: Avoid defining ULONG_MAX if already defined;
2136 cast a const char * to char * for pedants.
2137
2138 * getopt.c: Only define "const" after local include files get to,
2139 and only if they haven't defined it.
2140
2141Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
2142
2143 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
2144 emulate it with getwd() if available. This avoids callers having
2145 to find a MAXPATHLEN or PATH_MAX value from somewhere.
2146 * Makefile.in, functions.def: getwd->getcwd.
2147 * configure.in: Use generic case for every system.
2148 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
2149 * config/mh-sysv: Use default handling, just add -DUSG.
2150
2151Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
2152
2153 * Makefile.in, config/mh-default: Re-do make magic
2154 so that for the default ("automatic") mode we only
2155 compile the files we actually need. Do this using
2156 a recursive make: The top-level generates the list
2157 of needed files (loosely, the ones missing in libc),
2158 and then passes that list to the recursive make.
2159 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
2160
2161Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
2162
2163 RS/6000 host support (grumble).
2164
2165 * configure.in: Build alloca-conf.h file from alloca-norm.h
2166 (everything else) or alloca-botch.h (rs/6000).
2167 * Makefile.in: Include . on the include path.
2168 * getopt.c: Use alloca-conf.h.
2169 * alloca-norm.h: How to declare alloca on reasonable machines.
2170 * alloca-botch.h: How to declare alloca on braindead machines.
2171
2172Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
2173
2174 * concat.c : New file, like concat() in gdb but can take a
2175 variable number of arguments rather than fixed at 3 args. For
2176 now, client applications must supply an xmalloc(), which is a
2177 front end function to malloc() that deals with out-of-memory
2178 conditions.
2179
2180 * Makefile.in: Add concat.c and concat.o to appropriate macros.
2181
2182Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
2183
2184 * config/mh-svr4: Add sigsetmask to list of required functions.
2185
2186Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
2187
2188 * vsprintf.c: New file.
2189 * functions.def, Makefile.in: Add vsprintf.
2190
2191Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
2192
2193 * configure.in, config/mh-rs6000: Add rs/6000 host support.
2194 * Makefile.in: Compile with debug info.
2195
2196Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
2197
2198 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
2199 config/mf-default: Added a default configuration mode,
2200 which includes into libiberty.a functions that are "missing" in libc.
2201 * strdup.c, vprintf.c, vfprintf.c: New files.
2202
2203Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
2204
2205 * config/hmake-svr4: New file.
2206
2207 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
2208
2209 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
2210 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
2211 files containing either portable C versions or emulations using
2212 native library calls.
2213
2214 * strerror.c: Add copyright, internal documentation, etc.
2215
2216 * strtol.c: Replace hardwired hex constants with some more
2217 portable macros. Remove illegal (according to gcc) cast.
2218
2219 * strtoul.c: Replace hardwired hex constant with more portable
2220 macro.
2221
2222 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
2223 can override them. Add new source and object file names to CFILES
2224 and OFILES respectively.
2225
2226 * configure.in: Add support for SVR4 makefile fragments.
2227
2228Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
2229
2230 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
2231 over-ridden by config/hmake-*
2232 * configure.in: added m88kcvs to sysv list
2233
2234Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
2235
2236 * Makefile.in: Most hosts need strerror, but one or two don't,
2237 and they override these definitions in the host-dependent makefile
2238 fragment.
2239 * config/hmake-mach: The odd man out on strerror -- it's supplied.
2240 * strerror.c: New file.
2241
2242 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
2243 it and bfd uses it.
2244 * configure.in, Makefile.in, config/hmake-mach: Only configure
2245 strtol & strotoul in on Mach.
2246
2247Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
2248
2249 * obstack.c: Merge with latest FSF version.
2250
2251\f
2252Local Variables:
2253version-control: never
2254End: