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