* linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
664aa91f
DD
12009-09-30 Martin Thuresson <martint@google.com>
2
3 * regex.c (byte_re_match_2_internal): Split declaration and
4 assignment to avoid -Wc++-compat warning due to goto.
5
62009-09-29 Jason Merrill <jason@redhat.com>
7
8 * Makefile.in: Enable demangle target.
9 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
10 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
11 (d_parmlist): Factor out from d_bare_function_type.
12 (d_compact_number): Factor out from d_template_param and d_expression.
13 (d_append_num): Factor out from d_print_comp.
14 (d_print_comp, d_print_mod_list): Handle lambdas.
15 * testsuite/demangle-expected: Add lambda tests.
16
572771db
DD
172009-09-23 Matthew Gingell <gingell@adacore.com>
18
19 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
20
074d710d
KT
212009-09-22 Ozkan Sezer <sezeroz@gmail.com>
22
23 * choose-temp.c: Include unistd.h for mingw targets.
24
a17fcd19
DD
252009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26
27 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
28
bc426d7a
DD
292009-09-15 Tristan Gingold <gingold@adacore.com>
30
31 * config.h-vms (intptr_t): Define to compile hashtab.c
32
b4a451f5
L
332009-09-04 Ozkan Sezer <sezeroz@gmail.com>
34
35 PR target/39065
36 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
37 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
38 * config.in: Regenerated.
39 * configure: Regenerated.
40
fca6a796
L
412009-09-03 Ozkan Sezer <sezeroz@gmail.com>
42
43 PR target/39065
44 * configure.ac: Also check for intptr_t.
45 * config.h.in: Regenerated.
46 * configure: Regenerated.
47 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
48 instead of of long.
49
fce11aaa
TG
502009-09-02 Tristan Gingold <gingold@adacore.com>
51
52 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
53 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
54 dependencies. Remove unused FORMAT variable.
55 * configure.com: New file to create build.com DCL script for
56 Itanium VMS or Alpha VMS.
57
d444d2ba
RW
582009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
59
60 * configure.ac (AC_PREREQ): Bump to 2.64.
61
7a0801a9
L
622009-08-23 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR ld/10536
65 * Makefile.in (install-html-recursive): Removed.
66
75086676
DD
672009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
68
69 * config.in: Regenerate.
70 * configure: Regenerate.
71
626aaf89
DD
722009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
73
74 * Makefile.in (AUTOCONF, configure_deps): New variables.
75 ($(srcdir)/configure): New rule, active only in maintainer mode.
76
b0832eea
DD
772009-07-29 Douglas B Rupp <rupp@gnat.com>
78
79 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
80
9fef968a
DD
812009-07-27 Douglas B Rupp <rupp@gnat.com>
82
83 * pex-unix.c (vfork): Remove VMS specific definition (get from header
84 file instead).
85 (to_ptr32): New function.
86 (pex_unix_exec_child): Use it.
87
bdc0e08d
DD
882009-07-24 Ian Lance Taylor <iant@google.com>
89
90 PR bootstrap/40854
91 * crc32.c (xcrc32): Rename from crc32.
92
6e881691
DD
932009-07-24 Ian Lance Taylor <iant@google.com>
94
95 * crc32.c: New file.
96 * Makefile.in: Rebuild dependencies.
97 (CFILES): Add crc32.c.
98 (REQUIRED_OFILES): Add ./crc32.o.
99 * functions.texi: Rebuild.
100
d5031754
DD
1012009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
104 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
105 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
106 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
107 (d_demangle_callback): The variable type is now declared as enum.
108 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
109
483d7cf4
DD
1102009-06-21 Jakub Jelinek <jakub@redhat.com>
111
112 * hashtab.c (htab_traverse): Don't call htab_expand for
113 nearly empty hashtabs with sizes 7, 13 or 31.
114
5d7aee10
NC
1152009-06-16 Nick Clifton <nickc@redhat.com>
116
117 PR 10197
118 * testsuite/test-demangle.c: Rename getline to get_line to avoid
119 conflicts with system function of the same name.
120
8893fa20
DD
1212009-05-30 Eli Zaretskii <eliz@gnu.org>
122
123 * snprintf.c: Doc fix.
124
125 * vsnprintf.c: Doc fix.
126
b69c3c55
KT
1272009-05-29 Kai Tietz <kai.tietz@onevision.com>
128
3a9f8410 129 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
b69c3c55 130
0dc69033
DD
1312009-05-29 Michael Matz <matz@suse.de>
132
133 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
134 out when forcing the minimum.
135 (fibheap_delete_node): Assert that we managed to force the minimum.
136
56ae5eb9
TG
1372009-05-25 Tristan Gingold <gingold@adacore.com>
138
139 * config.h-vms: Rewritten. Define configure macros.
140 Use DEC-C builtin alloca.
141
142 * makefile.vms (OBJS): Update list.
143 (OPT): New variable.
144 (CFLAGS): Update compilation flags.
145 (libiberty.olb): Do not depend on alloca-conf.h anymore.
146
4e55d6c3
DD
1472009-05-19 Ian Lance Taylor <iant@google.com>
148 Ben Elliston <bje@au.ibm.com>
149
150 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
151 (cplus_demangle_fill_dtor): Likewise.
152
ed20019d
JB
1532009-05-17 Julian Brown <julian@codesourcery.com>
154
155 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
156 standard handles (stdin, stdout, stderr) in parent.
157
59cdf842
JB
1582009-04-29 Julian Brown <julian@codesourcery.com>
159
160 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
161 (pex_win32_exec_child): Ensure each process has only one handle open
3ea74505
DD
162 on pipe endpoints. Close standard input after creating child for
163 symmetry with standard output/standard error.
59cdf842 164
e1ad6b9a
DD
1652009-04-25 Eli Zaretskii <eliz@gnu.org>
166
167 * Makefile.in (needed-list): Target removed (not used in GCC
168 3.0 and later). All references deleted.
169 (mostlyclean): Remove references to needed.awk and needed2.awk.
170
68724c3d
DD
1712009-04-14 Eli Zaretskii <eliz@gnu.org>
172
173 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
174 existing and required library functions to with_target_subdir
175 section, so that the native build does detect them at configure
176 time.
177 * configure: Regenerated.
178
587c6b96
KT
1792009-04-13 Ozkan Sezer <sezeroz@gmail.com>
180
181 PR target/39397
182 * pex-common.h (struct pex_obj): Store pid values as pid_t,
183 not as long (members *children and (*wait))
184 * pex-common.c (pex_run_in_environment): Likewise.
185 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
186 returned pid value.
187 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
188 * pex-msdos.c (pex_msdos_wait): Likewise.
189
3c72fdec
DD
1902009-04-07 Arnaud Patard <apatard@mandriva.com>
191
192 * libiberty/configure.ac: Fix Linux/MIPS matching rule.
193 * libiberty/configure: Regenerate.
194
6e881691 1952009-03-27 Ian Lance Taylor <iant@google.com>
10e1b6bb
DD
196
197 * memmem.c: New file, from gnulib.
198 * configure.ac: Add memmem to list of functions provided if they
199 are not available on the host.
200 * Makefile.in: Rebuild dependencies.
201 (CFILES): Add memmem.c.
202 (CONFIGURED_OFILES): Add memmem.o.
203 * configure, config.in, functions.texi: Rebuild.
204
e2e1864d
DD
2052009-03-23 Jason Merrill <jason@redhat.com>
206
207 * cp-demangle.c (d_expression): Handle pack expansion.
208 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
209 (d_print_subexpr): Don't wrap function parms in ().
210 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
211 not finding a pack.
212
c743cf5d
DD
2132009-03-17 Jason Merrill <jason@redhat.com>
214
215 * cp-demangle.c (d_make_function_param): new fn.
216 (cplus_demangle_mangled_name): Work around abi v2 bug.
217 (d_expr_primary): Likewise.
218 (cplus_demangle_operators): Add alignof ops.
219 (d_expression): Handle function parameters and conversions
220 with other than 1 operand.
221 (d_print_comp): Handle function parameters. Fix bug with
222 function used in type of function.
223 * testsuite/demangle-expected: Upate tests.
224
3ca747ab
DD
2252009-02-21 Mark Mitchell <mark@codesourcery.com>
226
227 * make-temp-file.c (<windows.h>): Include on Windows.
228 (choose_tmpdir): On Windows, use GetTempPath.
229
1b5bf944
DK
2302009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
231
232 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
233 as it no longer shares libiberty object files.
234 * configure: Regenerated.
235
60cf58f5
DD
2362009-01-07 Jason Merrill <jason@redhat.com>
237
238 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
239
2402009-01-06 Ben Elliston <bje@au.ibm.com>
241
242 * cp-demangle.c (cplus_demangle_type): Return NULL if the
243 character following a 'D' cannot be recognised.
244
4e59450e
DD
2452008-12-18 Jason Merrill <jason@redhat.com>
246
247 PR c++/38561
248 * cp-demangle.c (d_expression, d_print_comp): Revert
249 cast changes.
250
2512008-12-17 Jason Merrill <jason@redhat.com>
252
253 * cp-demangle.c (d_expression): Handle rvalue stubs too.
254 [DEMANGLE_COMPONENT_CAST]: Update mangling.
255 (d_print_comp): Avoid extra ", " with empty template argument packs.
256 Remove handling for obsolete T() mangling.
257
d2825c1a
DD
2582008-12-10 Jason Merrill <jason@redhat.com>
259
260 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
261 (d_print_comp, d_dump): Likewise.
262
bb52de30
DJ
2632008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
264
265 * Makefile.in (CPPFLAGS): Define.
266 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
267
eff85da5
DD
2682008-10-15 Paolo Bonzini <bonzini@gnu.org>
269
270 PR bootstrap/37137
271 * Makefile.in (LIBCFLAGS): Remove.
272 (FLAGS_TO_PASS): Don't mention it.
273 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
274
de8a05ff
DE
2752008-10-08 David Edelsohn <edelsohn@gnu.org>
276
06d61999
DD
277 * xstrdup.c: Include <sys/types.h> after "config.h"
278
899de170
L
2792008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 * configure.ac: Call AC_SYS_LARGEFILE.
282 * config.in: Regenerated.
283 * configure: Likewise.
284
1c08f2c8
DD
2852008-10-06 Jason Merrill <jason@redhat.com>
286
287 * cp-demangle.c (struct d_print_info): Add pack_index.
288 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
289 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
290 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
291 (cplus_demangle_builtin_types): Add char16/32_t.
292 (cplus_demangle_type): Recognize them.
293 (d_template_args): Handle empty argument packs.
294 (d_template_arg): Handle argument packs.
295 (d_expression): Handle dependent name.
296 (d_index_template_argument): New fn.
297 (d_lookup_template_argument): New fn.
298 (d_find_pack, d_pack_length): New fn.
299 (d_print_subexpr): Split out...
300 (d_print_comp): ...from here. Use d_*_template_argument.
301 Handle empty arg lists. Support pack expansions.
302 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
d053aef8 303
ba8cb4ba
DD
3042008-09-09 Jason Merrill <jason@redhat.com>
305
306 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
307 (d_make_comp): Likewise.
308 (cplus_demangle_type): Handle decltype and DFP types.
309 (cplus_demangle_operators): Call operator takes 2 args.
310 (cplus_demangle_builtin_types): Add DFP types.
311 (d_exprlist): New fn.
312 (d_expression): Handle parm placeholders, T() and calls.
313 (d_print_comp): Handle decltype, T() and calls.
314 * testsuite/demangle-expected: Test the above.
315
bd8aab1c
DD
3162008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
317
318 * pex-win32.c (argv_to_argc): New function.
319 (spawn_script): Duplicate argv before calling win32_spawn.
320
8975bb30
DD
3212008-07-31 Jakub Jelinek <jakub@redhat.com>
322
323 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
324
f562800d
DD
3252008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
326
327 * mkstemps.c (mkstemps): If open failed with errno other than
328 EEXIST, return immediately.
329 * make-temp-file.c: Include errno.h.
330 (make_temp_file): If mkstemps failed, print an error message
331 before aborting.
332
b7d9aef1
DD
3332008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
334
335 * maint-tool (deps): Output config.h instead of stamp-h.
336 * Makefile.in: Rebuild deps.
337 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
338 Reverts 2007-07-11 change.
339
2c197581
EB
3402008-06-19 Eric Blake <ebb9@byu.net>
341
342 Adjust strsignal to POSIX 200x prototype.
343 * strsignal.c (strsignal): Remove const.
344
c8536f38
DD
3452008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
346
347 * configure: Regenerate.
348
83ef53a9
DD
3492008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
350
351 * libiberty.texi: Expand TABs, drop indentation outside examples.
352 * obstacks.texi: Likewise.
353
017c1138
DD
3542008-04-21 Aurelien Jarno <aurelien@aurel32.net>
355
356 * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
357 * libiberty/configure: Regenerate.
358
5ae54241
DD
3592008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
360
361 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
362
3632008-04-18 Paolo Bonzini <bonzini@gnu.org>
364
365 PR bootstrap/35457
366 * aclocal.m4: Add override.m4.
367 * configure: Regenerate.
368
dddc49b7
DD
3692008-03-31 Ian Lance Taylor <iant@google.com>
370
371 * cp-demangle.c (d_substitution): Correct overflow check to avoid
372 -fstrict-overflow optimizations.
373
c779bab8
PB
3742008-03-27 Paolo Bonzini <bonzini@gnu.org>
375
376 * configure.ac (frags): Don't set, use frag instead.
377 (PICFLAG): Set here and substitute.
378 * Makefile.in (PICFLAG): Substitute from autoconf.
379 * configure: Regenerate.
380
b68965a0
DD
3812008-03-24 Ian Lance Taylor <iant@google.com>
382
383 * sha1.c: New file, from gnulib.
384 * Makefile.in: Rebuild dependencies.
385 (CFILES): Add sha1.c.
386 (REQUIRED_OFILES): Add sha1.o.
387
daddbc6e
DD
3882008-03-24 Doug Evans <dje@google.com>
389
390 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
391 return from strdup.
392
6b357a9d
DD
3932008-03-12 Seongbae Park <seongbae.park@gmail.com>
394
395 * cplus-dem.c (malloc, realloc): Use void * instead of char *
396 as return type.
397
3f69c6bf
DD
3982008-03-11 Nick Clifton <nickc@redhat.com>
399
400 * md5.c (md5_process_bytes): Do not assume that memcpy will
401 provide a return value.
402
610f4894
BE
4032008-02-19 Ben Elliston <bje@au.ibm.com>
404
405 PR other/12618
406 * testsuite/Makefile.in (mostlyclean): Remove any core file.
407
830ef634
DD
4082008-01-26 David Daney <ddaney@avtrex.com>
409
410 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
411 DEMANGLE_COMPONENT_COMPOUND_NAME, and
412 DEMANGLE_COMPONENT_CHARACTER cases.
413 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
414 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
415 (d_make_character): New function.
416 (d_java_resource): Same.
417 (d_special_name): Handle "Gr" case.
418 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
419 DEMANGLE_COMPONENT_COMPOUND_NAME, and
420 DEMANGLE_COMPONENT_CHARACTER cases.
421 * testsuite/demangle-expected: Add test for java resource name
422 mangling.
423
b4b41ceb
BE
4242008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
425
426 * cplus-dem.c (demangle_function_name): Changed to return value
427 indicating if a name was correctly demangled.
428 (iterate_demangle_function): Use demangle_function_name return
429 value.
430
145f4ab5
DD
4312008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
432
433 PR other/33768
434 * splay-tree.c (rotate_left): Fix minor typo in comment.
435 (rotate_right): Likewise.
436
38e654e2
DD
4372007-11-12 Joseph Myers <joseph@codesourcery.com>
438
439 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
440 compiler warnings.
441 (floatformat_ibm_long_double): Use
442 floatformat_ibm_long_double_is_valid.
443
b14d30e1
JM
4442007-11-07 Joseph Myers <joseph@codesourcery.com>
445 Daniel Jacobowitz <dan@codesourcery.com>
446
447 * floatformat.c (mant_bits_set): New.
448 (floatformat_to_double): Use it. Note no special handling of
449 split formats.
450 (floatformat_from_double): Note no special handing of split
451 formats.
452 (floatformat_ibm_long_double_is_valid,
453 floatformat_ibm_long_double): New.
454 (floatformat_ieee_single_big, floatformat_ieee_single_little,
455 floatformat_ieee_double_big, floatformat_ieee_double_little,
456 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
457 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
458 floatformat_m68881_ext, floatformat_i960_ext,
459 floatformat_m88110_ext, floatformat_m88110_harris_ext,
460 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
461 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
462 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
463 for addition of split_half field.
464
3a0ab695
DD
4652007-09-06 Tom Tromey <tromey@redhat.com>
466
467 * pexecute.txh (pex_free): Document process killing.
468
8969a67f 4692007-08-31 Douglas Gregor <doug.gregor@gmail.com>
2c197581 470
8969a67f 471 * cp-demangle.c (d_dump): Handle
2c197581 472 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
8969a67f
DD
473 (d_make_comp): Ditto.
474 (cplus_demangle_type): Ditto.
475 (d_print_comp): Ditto.
476 (d_print_mod): Ditto.
477 (d_print_function_type): Ditto.
478
29d89e07
DD
4792007-08-24 Kai Tietz <kai.tietz@onevision.com>
480
481 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
482 * pex-djgpp.c: Likewise.
483 * pex-msdos.c: Likewise.
484 * pex-unix.c: Likewise.
485 * pex-win32.c: Likewise.
486
cefec409
DD
4872007-08-17 Michael Snyder <msnyder@access-company.com>
488
489 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
490
9250f7f0
DD
4912007-08-03 Michael Snyder <msnyder@access-company.com>
492
493 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
494 leak.
495
168b8298
MS
4962007-07-31 Michael Snyder <msnyder@access-company.com>
497
498 * cp-demangle.c (d_print_comp): Guard against null.
499
642c7534
BE
5002007-07-25 Ben Elliston <bje@au.ibm.com>
501
502 * Makefile.in (CFILES): Remove ternary.c.
503 (REQUIRED_OFILES): Remove ./ternary.o.
504 (INSTALLED_HEADERS): Remove ternary.h.
505 (ternary.o): Remove.
506 * ternary.c: Remove.
507
acf3a813
DD
5082007-07-23 DJ Delorie <dj@redhat.com>
509
510 * argv.c (writeargv): Fix typo in inline documentation.
511 * functions.texi: Regenerate.
512
008d60eb
DD
5132007-07-17 DJ Delorie <dj@redhat.com>
514
515 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
516 gettimeofday entry.
517 * configure: Likewise.
518
a590e8e7
AO
5192007-07-11 Alexandre Oliva <aoliva@redhat.com>
520
521 * maint-tool (deps): Output stamp-h instead of config.h.
522 * Makefile.in: Rebuild deps.
523 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
524
db42c6e8
DD
5252007-07-02 Simon Baldwin <simonb@google.com>
526
527 * argv.c (writeargv): Removed declaration of unused variable.
528
1f616ca1
PB
5292007-06-14 Paolo Bonzini <bonzini@gnu.org>
530
531 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
532 * configure: Regenerate.
533
a104c397
PB
5342007-06-14 Paolo Bonzini <bonzini@gnu.org>
535
536 * aclocal.m4: Include config/warnings.m4.
537 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
538 * configure: Regenerate.
539
958afec3
GK
5402007-06-07 Geoffrey Keating <geoffk@apple.com>
541
542 * configure.ac: Non-default multilibs can be cross compilations.
543 * configure: Regenerate
544
0c18fee5
DD
5452007-05-07 Nathan Froyd <froydnj@codesourcery.com>
546
547 * argv.c (writeargv): New function.
548
8bf955e1
GK
5492007-05-05 Geoffrey Keating <geoffk@apple.com>
550
551 * cp-demangle.c (d_name): Detect local-source-name.
552 (d_prefix): Likewise.
553 (d_unqualified_name): Implement local-source-name.
554
73bdefcf
JB
5552007-05-03 Joel Brobecker <brobecker@adacore.com>
556
557 * filename_cmp.c: Replace include of ctype.h by include of
558 safe-ctype.h.
559 (filename_cmp): Use TOLOWER instead of tolower for conversions
560 that are locale-independent.
561 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
562
8535fe17
DD
5632007-04-11 Thomas Neumann tneumann@users.sourceforge.net
564
565 * argv.c: Use ANSI C declarations.
566 * make-relative-prefix.c: Likewise.
567
34d8f01b
JB
5682007-04-06 Joel Brobecker <brobecker@adacore.com>
569
570 * filename_cmp.c (filename_cmp): Improve documentation.
571
2657faa6
AS
5722007-04-02 Andreas Schwab <schwab@suse.de>
573
574 * filename_cmp.c: Include "config.h".
575
9c577e89
DD
5762007-03-29 Joel Brobecker <brobecker@adacore.com>
577
578 * filename_cmp.c: New file.
579 * Makefile.in (CFILES): Add filename_cmp.c.
580 (REQUIRED_OFILES): Add filename_cmp.o
581 (filename_cmp.o): New rule.
582 * functions.texi: Regenerate.
583
8d301070
GK
5842007-03-15 Geoffrey Keating <geoffk@apple.com>
585
586 * cp-demangle.c (d_encoding): Exit early on error.
587 (d_pointer_to_member_type): Exit early if cplus_demangle_type
588 returns NULL.
589 (cplus_demangle_type): Likewise.
590 * testsuite/demangle-expected: New testcase.
591
d7831e7c
DD
5922007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
593
594 * Makefile.in: Add install-pdf target as copied from
595 automake v1.10 rules.
596 * testsuite/Makefile.in: Add dummy install-pdf target.
597
563d09a5 5982007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
2c197581 599 Eric Botcazou <ebotcazou@libertysurf.fr>
563d09a5
EB
600
601 PR other/16513
602 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
603 Install headers in multilib independent location.
604
1f92e180
DD
6052007-02-26 DJ Delorie <dj@redhat.com>
606
607 * configure.ac: add djgpp-specific results, so we don't have to
608 link during a cross compilation.
609 * configure: Regenerated.
2c197581 610
6dd7f013
DD
6112007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
612
613 * hex.c: Fix typo.
614 * choose-temp.c: Likewise.
615 * functions.texi: Regenerate.
616
53d7966f
VP
6172007-01-31 Vladimir Prus <vladimir@codesourcery.com>
618
619 * pex-common.h (struct pex_obj): New fields
2c197581 620 stderr_pipe and read_err.
53d7966f
VP
621 * pex-common.c (pex_init_common): Initialize
622 stderr_pipe.
623 (pex_run_in_environment): Add error checking
624 for PEX_STDERR_TO_PIPE. Create a pipe
625 for stderr if necessary.
626 (pex_read_err): New.
627 (pex_free): Close read_err.
628 * pexecute.txh: Document changes.
629 * functions.texi: Regenerated.
630
71f2e6f4
BE
6312007-01-31 Ben Elliston <bje@au.ibm.com>
632
633 * strsignal.c (psignal): Change type of signo to int.
634 * functions.texi: Regenerate.
635
208c1674
DD
6362007-01-29 Simon Baldwin <simonb@google.com>
637
638 * cp-demangle.h (cplus_demangle_operators): External definition
639 suppressed if not building for libstdc++.
640 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
641 to demangling, provides a malloc-less version of __cxa_demangle.
642 (cplus_demangle_print_callback): Public callback version of
643 cplus_demangle_print.
644 (struct d_growable_string): New growable string structure.
645 (d_growable_string_init): New function, provides support for
646 growable strings separate from print info.
647 (d_growable_string_resize): Likewise.
648 (d_growable_string_append_buffer): Likewise.
649 (d_growable_string_callback_adapter):): Likewise.
650 (d_print_init): New print info initialization function.
651 (d_print_error): Macro replace by inline function.
652 (d_print_saw_error): Likewise.
653 (d_append_char): Likewise.
654 (d_append_buffer): Likewise.
655 (d_append_string): New inline function, replaces the
656 d_append_string_constant macro.
657 (d_flush_buffer): New function, flushes buffer to callback.
658 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
659 for unsupported dynamic arrays replaced by alloca().
660 (d_demangle): Return string length estimating removed.
661 (d_dump): Moved error case handling from call site into function.
662 (d_print_resize): Function removed.
663 (d_print_append_char): Likewise.
664 (d_print_append_buffer): Likewise.
665 (d_print_error): Likewise.
666 (d_print_comp): Added special case handling for Java arrays.
667 (java_demangle_v3): Removed string post-processing for Java arrays,
668 now replaced by special case handling in d_print_comp.
669 (cplus_demangle_v3_callback): Augmented interface to demangling,
670 provides a malloc-less version of cplus_demangle_v3.
671 (java_demangle_v3_callback): Augmented interface to demangling,
672 provides a malloc-less version of java_demangle_v3.
673
cc0732ba
BE
6742007-01-12 Ben Elliston <bje@au.ibm.com>
675
0bbe7a79
BE
676 * pex-unix.c (writeerr): Cast write result to void.
677
cc0732ba
BE
678 * choose-temp.c (choose_temp_base): Check the result of the call
679 to mktemp rather than testing the length of the modified string.
2da20a1b 680
6ef6358e
GK
6812006-12-20 Geoffrey Keating <geoffk@apple.com>
682
683 * cp-demangle.h: Add comment explaining what to do to avoid
684 overrunning string.
685 (d_check_char): New.
686 (d_next_char): Don't advance past trailing '\0'.
687 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
688 (d_nested_name): Likewise.
689 (d_special_name): Likewise.
690 (d_call_offset): Likewise.
691 (d_function_type): Likewise.
692 (d_array_type): Likewise.
693 (d_pointer_to_member_type): Likewise.
694 (d_template_param): Likewise.
695 (d_template_args): Likewise.
696 (d_template_arg): Likewise.
697 (d_expr_primary): Likewise.
698 (d_local_name): Likewise.
699 (d_substitution): Likewise.
700 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
701 * testsuite/test-demangle.c: Include sys/mman.h.
702 (MAP_ANONYMOUS): Define.
703 (protect_end): New.
704 (main): Use protect_end.
705 * testsuite/demangle-expected: Add testcases for overrunning
706 the end of the string.
707
d8f813d4 7082006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
2c197581 709 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
710
711 PR driver/29931
712 * make-relative-prefix.c (make_relative_prefix_1): New function,
713 broken out of make_relative_prefix. Make link resolution dependent
714 on new parameter.
715 (make_relative_prefix): Use make_relative_prefix_1.
716 (make_relative_prefix_ignore_links): New function.
717
fb347196
VP
7182006-11-08 Vladimir Prus <vladimir@codesourcery.com>
719
720 * pex-win32.c (no_suffixes): Remove.
721 (std_suffixes): Add "" as first element.
722 (find_executable): Remove detection of already-present
723 extension. Try all suffixes in std_suffixes.
2c197581 724
9e59254c
JB
7252006-11-07 Julian Brown <julian@codesourcery.com>
726
727 * floatformat.c (get_field): Fix segfault with little-endian word
728 order on 64-bit hosts.
729 (put_field): Likewise.
730 (min): Move definition.
731
3ac01eb2
DD
7322006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
733
734 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
735 (find_executable): Likewise.
736 (win32_spawn): Cast alloca return to (char**).
737 Replace malloc with XNEWVEC.
738 bcopy.c (bcopy): Add explict casts in assignments.
739
78de3ccc
DD
7402006-10-25 Ben Elliston <bje@au.ibm.com>
741
742 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2c197581 743
bff368bd
DD
7442006-10-10 Brooks Moses <bmoses@stanford.edu>
745
746 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
747 * testsuite/Makefile.in: Added empty "pdf" target.
748
e63f184e
DD
7492006-09-22 Ian Lance Taylor <ian@airs.com>
750
751 PR other/29176
752 * cp-demangle.c (d_substitution): Check for overflow when
753 computing substitution index.
754
069e4b19
CV
7552006-08-30 Corinna Vinschen <corinna@vinschen.de>
756
757 * configure.ac: Add case for Mingw as host.
758 * configure: Regenerate.
759
cb6c09ac
DD
7602006-08-27 Ian Lance Taylor <ian@airs.com>
761
762 PR driver/27622
763 * pex-common.h (struct pex_funcs): Add toclose parameter to
764 exec_child field.
765 * pex-common.c (pex_run_in_environment): Pass toclose to
766 exec_child.
767 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
768 * pex-unix.c (pex_unix_exec_child): Likewise.
769 * pex-msdos.c (pex_msdos_exec_child): Likewise.
770 * pex-win32.c (pex_win32_exec_child): Likewise.
771
772 PR other/28797
773 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
774 for a qualified member which is not a function.
775 * testsuite/demangle-expected: Add test case.
776
a7d421b8
DD
7772006-07-27 Jan Hubicka <jh@suse.cz>
778
779 PR rtl-optimization/28071
780 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
781 downsize the hashtable.
782
6816f995
AO
7832006-07-04 Peter O'Gorman <peter@pogma.com>
784
785 * Makefile.in: chmod 644 before ranlib during install.
786
7741be99
DD
7872006-06-02 Mark Shinwell <shinwell@codesourcery.com>
788
789 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
790 to environ.
791
014a8caf
DD
7922006-06-01 Mark Shinwell <shinwell@codesourcery.com>
793
794 * pex-common.c: New function pex_run_in_environment.
795 * pex-common.h: Add environment parameter to exec_child.
796 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
797 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
798 (pex_djgpp_exec_child): Pass environment to child process.
799 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
800 (pex_unix_exec_child): Pass environment to child process.
801 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
802 New function env_compare for comparing VAR=VALUE pairs.
803 (win32_spawn): Assemble environment block and pass to CreateProcess.
804 (spawn_script): Pass environment through to win32_spawn.
805 (pex_win32_exec_child): Pass environment through to spawn_script and
806 win32_spawn.
807 * functions.texi: Regenerate.
808 * pexecute.txh: Document pex_run_in_environment.
809
069c63e2
DD
8102006-05-28 Mark Shinwell <shinwell@codesourcery.com>
811
812 * mkstemps.c: Open temporary files in binary mode.
813
f6b66e90
DD
8142006-05-12 Anton Blanchard <anton@samba.org>
815
816 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
817 hold "int%u_t".
818
c77d28ac
JB
8192006-04-24 Julian Brown <julian@codesourcery.com>
820
821 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
822
3db2e6dd
DD
8232006-03-29 Jim Blandy <jimb@codesourcery.com>
824
b5d60b68 825 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
3db2e6dd
DD
826 (pex_init_common): Initialize obj->input_file.
827 (pex_run): Close any file opened by pex_input_file.
b5d60b68
DD
828 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
829 * pex-common.h (struct pex_obj): New field input_file.
3db2e6dd 830 (struct pex_funcs): New function ptr fdopenw.
b5d60b68
DD
831 * pex-unix.c (pex_unix_fdopenw): New function.
832 (funcs): List it as our fdopenw function.
833 * pex-win32.c (pex_win32_fdopenw): New function.
834 (funcs): List it as our fdopenw function.
835 * pex-djgpp.c (funcs): Leave fdopenw null.
836 * pex-msdos (funcs): Same.
837 * functions.texi: Regenerated.
3db2e6dd
DD
838
8392006-04-10 Jim Blandy <jimb@codesourcery.com>
840
841 * pex-common.c (temp_file): New function, containing guts of
842 pex-style temporary file name generation.
843 (pex_run): Use it.
844
545c9aee
DD
8452006-04-06 Carlos O'Donell <carlos@codesourcery.com>
846
847 * Makefile.in: Add install-html, install-html-am, and
2c197581
EB
848 install-html-recursive targets. Define mkdir_p and
849 NORMAL_INSTALL.
545c9aee
DD
850 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
851 * configure: Regenerate.
852 * testsuite/Makefile.in: Add install-html and html targets.
853
8e1e9959
DD
8542006-03-31 Mark Mitchell <mark@codesourcery.com>
855
856 * pex-win32.c (<errno.h>): Include.
857 (fix_argv): Remove.
858 (argv_to_cmdline): New function.
859 (std_suffixes): New variable.
860 (no_suffixes): Likewise.
861 (find_executable): New function.
862 (win32_spawn): Likewise.
863 (spawn_script): Use win32_spawn instead of _spawnv[p].
864 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
865 (pex_win32_wait): Likewise.
866
57b126a3
DD
8672006-03-24 Jim Blandy <jimb@codesourcery.com>
868
869 * pex-common.c (pex_run): Simplify output name handling.
870
9223c945
DD
8712006-03-12 Jim Blandy <jimb@red-bean.com>
872
873 * pex-common.h (struct pex_obj): Doc fixes.
874
8752006-03-11 Jim Blandy <jimb@red-bean.com>
876
877 * functions.texi: Regenerate.
878
96f4851a
DD
8792006-02-21 Ben Elliston <bje@au.ibm.com>
880
881 * pexecute.c (pwait): Syntax fix for previous change.
882
1c7a49d2
DD
8832006-02-17 Uttam Pawar <uttamp@us.ibm.com>
884
885 * pexecute.c (pwait): Free vector pointer.
886 * partition.c (partition_print): Free class_elements pointer.
887
e27d251e
DD
8882006-02-11 Roger Sayle <roger@eyesopen.com>
889 R. Scott Bailey <scott.bailey@eds.com>
890 Bill Northcott <w.northcott@unsw.edu.au>
891
892 PR bootstrap/16787
893 * floatformat.c: Include <float.h> where available.
894 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
895
fd7d450d
DD
8962006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
897
898 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
2c197581 899 supported.
fd7d450d
DD
900 * configure: Regenerated.
901
67d78caa
DD
9022006-01-20 Carlos O'Donell <carlos@codesourcery.com>
903
904 * testsuite/Makefile.in: Add test-expandargv test.
905 * testsuite/test-expandargv.c: New test.
906 * argv.c (expandargv): Check for errors with ferror,
907 rather than just by looking at return value from fread.
908
648c3dc0
DD
9092005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
910
911 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
912 to convert from "from".
913 (floatformat_to_double): Likewise.
914 (floatformat_from_double): Use explicit cast to convert from "to".
915
7887b2ce
DD
9162005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
917
918 PR java/9861
919 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
920 and include return type when found.
921 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
922 conditional logic to change printing order of return type.when
923 the DMGL_RET_POSTFIX option is present.
924 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
925 call.
926 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
927 * testsuite/demangle-expected: Test cases to verify extended encoding.
928 Updated comment to document --ret-postfix option.
2c197581 929
718c0ded
DD
9302005-11-06 Richard Guenther <rguenther@suse.de>
931
932 * splay-tree.c (rotate_left): New function.
933 (rotate_right): Likewise.
934 (splay_tree_splay_helper): Remove.
935 (splay_tree_splay): Re-implement.
936
fb10537e
DD
9372005-10-31 Mark Kettenis <kettenis@gnu.org>
938
939 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
940 New variables.
941
5209596c
MM
9422005-10-07 Mark Mitchell <mark@codesourcery.com>
943
944 * at-file.texi: Fix typo.
945
7b96829c
MM
9462005-10-03 Mark Mitchell <mark@codesourcery.com>
947
948 * at-file.texi: New file.
949
48e79b0a
MM
9502005-09-27 Mark Mitchell <mark@codesourcery.com>
951
952 * argv.c (expandargv): Do not use xmalloc_failed.
953
7b17bc29
MM
9542005-09-26 Mark Mitchell <mark@codesourcery.com>
955
956 * argv.c (safe-ctype.h): Include it.
957 (ISBLANK): Remove.
958 (stdio.h): Include.
959 (buildargv): Use ISSPACE instead of ISBLANK.
960 (expandargv): New function.
961 * Makefile.in: Regenerated.
962
f59e96e0
DD
9632005-09-14 Christopher Faylor <cgf@timesys.com>
964
965 * pex-win32.c: Include "windows.h".
966 (backslashify): New function.
967 (fix_argv): Use backslashify to convert path to windows format.
968 Allocate one more place in new argv for potential executable from '#!'
969 parsing.
970 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
971 (openkey): Ditto.
972 (mingw_rootify): Ditto.
973 (msys_rootify): Ditto.
974 (spawn_script): New function.
975 (pex_win32_exec_child): Save translated argv in newargv. Pass to
976 spawn_script if spawnv* fails.
977 (main): New function. Conditional on MAIN. Useful for testing.
978
3b6940c0
DD
9792005-08-17 Mark Kettenis <kettenis@gnu.org>
980
981 * floatformat.c (floatformat_always_valid): Change type of last
982 argument to `void *'.
983 (floatformat_i387_ext_is_valid): Likewise.
984 (floatformat_to_double): Change type of second argument to `const
985 void *'.
986 (floatformat_from_double): Change type of last argument to `void
987 *'.
988 (floatformat_is_valid): Change type of last argument to `const
989 void *'.
990 (ieee_test): Remove redundant casts.
991
a9479c3f
KC
9922005-08-17 Kelley Cook <kcook@gcc.gnu.org>
993
994 * strverscmp.c: Update FSF address.
995 * testsuite/Makefile.in: Likewise.
996 * testsuite/test-demangle.c: Likewise.
997 * testsuite/test-pexecute.c: Likewise.
998
55060c0b
DD
9992005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1000
1001 * getopt.c: Include ansidecl.h before system headers.
1002
6038baea
DD
10032005-07-22 Ben Elliston <bje@gnu.org>
1004
1005 * getopt.c: Include "ansidecl.h".
1006 (_getopt_initialize): Mark argc and argv parameters as unused.
1007
10082005-07-22 Ben Elliston <bje@gnu.org>
1009
1010 * regex.c (regcomp): Change type of `i' from unsigned to int.
1011
c750388a
DD
10122005-07-22 Ben Elliston <bje@gnu.org>
1013
1014 Recover patch lost in the sourceware repository:
1015 2005-07-09 Ben Elliston <bje@au.ibm.com>
1016 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
1017 * memmove.c: Likewise.
1018 * objalloc.c: Likewise.
1019
a4e5c0d8
DD
10202005-07-22 Ben Elliston <bje@gnu.org>
1021
1022 * configure.ac: Check for a getopt(3) declaration.
1023 * configure, config.in: Regenerate.
1024
4fe19082
DD
10252005-07-15 Ben Elliston <bje@au.ibm.com>
1026
1027 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
1028
f2942ea4
DD
10292005-07-12 Ben Elliston <bje@au.ibm.com>
1030
1031 * floatformat.c (floatformat_to_double): Add a comment about a
1032 potential source of warnings when compiling this file.
1033
10342005-07-12 Ben Elliston <bje@au.ibm.com>
1035
1036 * pexecute.c (pexecute): Cast string litrals to char *.
1037 * regex.c (re_comp): Cast a call to gettext() to char *.
1038
4cf896a5
KC
10392005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1040
1041 * config.table: Delete file. Move former contents into ...
1042 * configure.ac: ... here and escape any brackets for m4.
1043 * Makefile.in (config.status): Remove dependency on config.table.
1044 * configure: Regenerate.
1045
20ae7c34
KC
10462005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1047
1048 * config.in: Regenerate for 6/20 change.
1049
6ba85b8c
DD
10502005-07-03 Steve Ellcey <sje@cup.hp.com>
1051
1052 PR other/13906
1053 * md5.c (md5_process_bytes): Check alignment.
1054
10552005-07-01 Ian Lance Taylor <ian@airs.com>
1056
1057 PR other/22268
1058 * cp-demangle.c (d_expr_primary): Don't run off the end of the
1059 string while looking for the end of a literal value.
1060 * testsuite/demangle-expected: Add test case.
1061
c3cca4c9
DD
10622005-06-30 Daniel Berlin <dberlin@dberlin.org>
1063
1064 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2c197581 1065 (DELETED_ENTRY): Ditto.
c3cca4c9 1066
67f3cb05
GK
10672005-06-20 Geoffrey Keating <geoffk@apple.com>
1068
1069 * strverscmp.c: New.
1070 * Makefile.in (CFILES): Add strverscmp.c.
1071 (CONFIGURED_OFILES): Add strverscmp.o.
1072 (strverscmp.o): New rule.
1073 (stamp-functions): Add $(srcdir) to files in source directory.
1074 * configure.ac (funcs): Add strverscmp.
1075 (AC_CHECK_FUNCS): Add strverscmp.
1076 * configure: Regenerate.
1077 * functions.texi: Regenerate.
1078
01e94249
DD
10792005-05-28 Eli Zaretskii <eliz@gnu.org>
1080
1081 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
1082 * config.in, configure: Regenerate.
1083
839e4798
RH
10842005-05-25 Richard Henderson <rth@redhat.com>
1085
1086 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
1087 (d_make_comp, d_print_comp): Likewise.
1088 (d_special_name): Generate one.
1089 * testsuite/demangle-expected: Add a hidden alias test.
1090
abf6a75b
DD
10912005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1092
1093 * configure.ac: Check declarations for calloc(), getenv(),
01e94249 1094 malloc(), realloc() and sbrk().
abf6a75b
DD
1095 * config.in: Regenerate.
1096 * configure: Likewise.
1097
1098 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
1099 instead of xmalloc.
1100 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
1101 * concat.c (liiberty_concat_ptr): Surround definition with an
1102 extern "C" block, if __cplusplus.
1103 (concat): Use XNEWVEC instead of xmalloc.
1104 (reconcat): Likewise.
1105 * cp-demangle.c (struct d_print_template): Rename member
01e94249 1106 "template" to "template_decl". Adjust use throughout the file.
abf6a75b
DD
1107 (d_print_resize): Properly cast return value of realloc().
1108 (cplus_demangle_print): Same for malloc().
1109 (d_demangle): Likewise.
1110 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
1111 "typename" to "type_name".
1112 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
1113 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
1114 (demangle_template_value_parm): Likewise.
1115 (demangle_template): Likewise.
1116 (recursively_demangle): Likewise.
1117 (do_hpacc_template_literal): Likewise.
1118 (do_arg): Likewise.
1119 (remember_type): Likewise.
1120 (remember_Ktype): Likewise.
1121 (register_Btype): Likewise.
1122 (string_need): Use XRESIZEVEC instead of xrealloc().
1123 * dyn-string.c (dyn_string_init): Use XNEWVEC.
1124 (dyn_string_new): Use XNEW.
1125 (dyn_string_resize): Use XRESIZEVEC.
1126 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
1127 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
1128 Otherwise include <stdlib.h>.
1129 (exchange): Cast return value of malloc().
1130 * hashtab.c (htab_size): Define as both macro and non-inline
1131 function.
1132 (htab_elements): Likewise.
1133 * getpwd.c (getpwd): Use XNEWVEC.
1134 (htab_create_alloc_ex): Use C90 prototype-style.
1135 * lrealpath.c (lrealpath): Appropriately cast return value of
01e94249 1136 malloc().
abf6a75b
DD
1137 * make-relative-prefix.c (save_string): Likewise.
1138 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
1139 the file.
1140 (choose_tmpdir): Use XNEWVEC.
1141 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
1142 * pex-common.c (pex_init_common): Use XNEW.
1143 (pex_add_remove): Use XRESIZEVEC.
1144 (pex_run): Likewise.
1145 (pex_get_status_and_time): Likewise.
1146 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
1147 * pex-msdos.c (pex_init): Use XNEW.
1148 (pex_msdos_exec_child): Likewise.
1149 (pex_msdos_exec_child): Use XRESIZEVEC.
1150 * pex-unix.c (pex_wait): Use XNEW.
1151 * pex-win32.c (fix_argv): Use XNEWVEC.
1152 * pexecute.c (pwait): Likewise.
1153 * setenv.c (setenv): Properly cast return value of malloc().
1154 * sigsetmask.c (sigsetmask): Rename local variables "old" and
1155 "new" to "old_sig" and "new_sig".
1156 * sort.c (main): Use XNEWVEC.
1157 * spaces.c (spaces): Cast return value of malloc().
1158 * strndup.c (strndup): Likewise.
1159 * ternary.c (ternary_insert): Use XNEW.
1160 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
1161 with an extern "C" block if __cplusplus.
1162 * xstrdup.c (xstrdup): Cast return value of memcpy().
1163 * xstrerror.c (strerror): Enclose declaration in an extern "C"
1164 block if __cplusplus.
1165 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
1166
2349f557
DD
11672005-05-16 Andreas Jaeger <aj@suse.de>
1168
1169 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
1170 that it's only declared if needed.
1171
1172 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
1173 defined.
1174
e9edcedc
DD
11752005-05-15 Andreas Jaeger <aj@suse.de>
1176
1177 * functions.texi: Regenerated.
1178
f13c9bea
DD
11792005-05-15 Eli Zaretskii <eliz@gnu.org>
1180
1181 * pexecute.txh: Enclose multi-word data types in @deftypefn in
1182 braces. Minor wording fixes. Use --- for em-dash. Use
1183 @enumerate in enumerated lists.
1184
e9edcedc
DD
1185 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
1186 braces.
1187
282d9ec3
ILT
11882005-05-11 Eli Zaretskii <eliz@gnu.org>
1189
1190 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
1191 sys/stat.h.
1192 (pex_init): Fix last argument to pex_init_common.
1193 (pex_djgpp_exec_child): Remove leading underscore from _open,
1194 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
1195 which is undeclared, with `executable', which was unused. Remove
1196 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
1197 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
1198
75919f94
DD
11992005-05-11 Paul Brook <paul@codesourcery.com>
1200
1201 * Makefile.in: Regenerate dependencies.
1202
979c05d3
NC
12032005-05-10 Nick Clifton <nickc@redhat.com>
1204
1205 * Update the address and phone number of the FSF organization in
1206 the GPL notices in the following files:
75919f94
DD
1207 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
1208 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
1209 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
1210 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
1211 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
1212 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
1213 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
1214 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
1215 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
1216 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
1217 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
1218 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
1219 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
979c05d3 1220
0093138c
DD
12212005-05-06 Kelley Cook <kcook@gcc.gnu.org>
1222
1223 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
1224 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
1225 * configure: Regenerate.
1226
12272005-05-06 Kelley Cook <kcook@gcc.gnu.org>
1228
1229 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
1230 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
1231 * aclocal.m4: Don't include accross.m4.
1232 * configure, config.in: Regenerate.
1233
c631edf1
DD
12342005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1235
1236 * fopen_unlocked.c (unlock_std_streams): New.
f13c9bea 1237
c631edf1
DD
1238 * functions.texi: Regenerate.
1239
7b6f6286
DD
12402005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1241
1242 * fopen_unlocked.c (unlock_stream): New.
1243 Consolidate unlocking code into a helper function.
1244
1245 * functions.texi: Regenerate.
1246
fa99459d
DD
12472005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
1248
1249 * asprintf.c: Include config.h.
1250 * basename.c: Likewise.
1251 * fdmatch.c: Likewise.
1252 * hex.c: Likewise.
1253 * lbasename.c: Likewise.
1254 * spaces.c: Likewise.
1255 * xatexit.c:Likewise.
f13c9bea 1256 * configure.ac: Do check declarations for basename, ffs, asprintf
fa99459d
DD
1257 and vasprintf for real.
1258 * configure: Regenerate.
1259
ab70e2a5
DD
12602005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
1261
f13c9bea 1262 * argv.c (dupargv): Allocate space of argv[argc], not
ab70e2a5
DD
1263 sizeof(char *) of that amount. Cast result to char *.
1264
ea7143ac
DD
12652005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
1266
1267 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
f13c9bea 1268 Replace not with negate.
ea7143ac 1269
41c953f9
DD
12702005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
1271
1272 * configure.ac: Check declarations for basename, ffs, asprintf,
1273 vasprintf.
1274 * configure: Regenerate.
1275 * config.in: Likewise.
1276
ac119ae8
DD
12772005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1278
1279 * Makefile.in (CFILES): Add fopen_unlocked.c.
1280 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
1281 Regenerate dependencies.
1282
1283 * configure.ac: Check for stdio_ext.h and __fsetlocking.
1284
1285 * fopen_unlocked.c: New file.
1286
1287 * functions.texi, configure, config.in: Regenerate.
1288
6e933b47
DD
12892005-04-04 Ian Lance Taylor <ian@airs.com>
1290
1291 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
1292 declaration before statement.
1293
aa55ccb1
DD
12942005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1295
14a88c49
DD
1296 * bcmp.c: Fix warnings and implement using memcmp.
1297 * bcopy.c: Fix warnings.
1298 * bzero.c: Fix warnings and implement using memset.
1299
aa55ccb1
DD
1300 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
1301 -Wstrict-prototypes.
1302 * configure, config.in: Regenerate.
1303
1304 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
1305 warnings and reconcile interfaces with relevant standards.
1306
b31a49d7
ILT
13072005-04-02 Ian Lance Taylor <ian@airs.com>
1308
1309 * cp-demangle.c: Update copyright.
1310
0e867e79
DD
13112005-03-31 Joseph S. Myers <joseph@codesourcery.com>
1312
1313 * gettimeofday.c: Add "Supplemental" to @deftypefn.
1314 * functions.texi: Regenerate.
1315
b109e79a
ILT
13162005-03-28 Ian Lance Taylor <ian@airs.com>
1317
1318 * pex-common.c: New file.
1319 * pex-one.c: New file.
1320 * pexecute.c: New file.
1321 * pex-common.h: Include <stdio.h>.
1322 (struct pex_obj): Define.
1323 (struct pex_funcs): Define.
1324 (pex_init_common): Declare.
1325 * pex-unix.c: Rewrite.
1326 * pex-win32.c: Rewrite.
1327 * pex-djgpp.c: Rewrite.
1328 * pex-msdos.c: Rewrite.
1329 * testsuite/text-pexecute.c: New file.
1330 * pexecute.txh: Rewrite.
1331 * configure.ac: Check for wait3 and wait4. Set CHECK to
1332 really-check rather than check-cplus-dem.
1333 * functions.texi: Rebuild.
1334 * Makefile.in: Rebuild dependencies.
1335 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
1336 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
1337 * testsuite/Makefile.in (really-check): New target.
1338 (check-pexecute, test-pexecute): New targets.
1339 * configure: Rebuild.
1340
864e8148 13412005-03-28 Mark Kettenis <kettenis@gnu.org>
f13c9bea 1342
864e8148
DD
1343 * unlink-if-ordinary.c: Include <sys/types.h>.
1344
e064c173
DD
13452005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1346
1347 Convert libiberty to use ISO C prototype style 7/n.
1348 * regex.c (PARAMS): Remove definition.
1349 (PREFIX): Unconditionaly define using ISO C ## operator.
f13c9bea 1350 (init_syntax_once, extract_number, extract_number_and_incr,
e064c173 1351 print_fastmap, print_partial_compiled_pattern,
f13c9bea 1352 print_compiled_pattern, print_double_string, printchar,
e064c173
DD
1353 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
1354 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
f13c9bea
DD
1355 at_begline_loc_p, at_endline_p, group_in_compile_stack,
1356 insert_space, wcs_compile_range, byte_compile_range,
1357 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
1358 re_set_registers, re_search, re_search_2, re_search_3, re_match,
e064c173
DD
1359 re_match_2, count_mbs_length, wcs_re_match_2_internal,
1360 byte_re_match_2_internal, group_match_null_string_p,
1361 alt_match_null_string_p, common_op_match_null_string_p,
f13c9bea 1362 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
e064c173
DD
1363 regexec, regerror, regfree): Use ISO C prototype style.
1364 * partition.c: (elem_compare): Likewise.
1365 * cp-demangle.c (print_usage): Likewise.
1366
1e45deed
DD
13672005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1368
1369 Convert libiberty to use ISO C prototype style 5/n.
1370 * random.c (srandom, initstate, setstate, random): Use ISO C
f13c9bea 1371 prototypes.
1e45deed
DD
1372 * putenv.c (putenv): Likewise.
1373 * physmem.c (physmem_available, physmem_total, main): Likewise.
1374 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
1375 * pex-unix.c (pexecute, pwait): Likewise.
1376 * pex-msdos.c (pexecute, pwait): Likewise.
1377 * pex-djgpp.c (pexecute, pwait): Likewise.
f13c9bea 1378 * partition.c (partition_new, partition_delete, partition_union)
1e45deed 1379 (elem_compare, partition_print): Likewise.
f13c9bea
DD
1380 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
1381 _obstack_allocated_p, _obstack_free, obstack_free,
1e45deed
DD
1382 _obstack_memory_used, print_and_abort, obstack_next_free,
1383 obstack_object_size, obstack_base): Likewise. Remove codes
1384 predicated on !defined(__STDC__).
f13c9bea 1385 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
1e45deed
DD
1386 objalloc_free_block): Use ISO C prototypes.
1387 * mkstemps.c (mkstemps): Likewise.
1388 * memset.c (memset): Likewise.
1389 * mempcpy.c (mempcpy): Likewise.
1390 * rename.c (rename): Likewise.
1391 * rindex.c (rindex): Likewise.
1392 * setenv.c (setenv, unsetenv): Likewise.
1393 * sigsetmask.c (sigsetmask): Likewise.
1394 * snprintf.c (snprintf): Likewise.
f13c9bea 1395 * sort.c (sort_pointers, xmalloc): Likewise.
1e45deed 1396 * spaces.c (spaces): Likewise.
f13c9bea
DD
1397 * splay-tree.c (splay_tree_delete_helper,
1398 splay_tree_splay_helper, splay_tree_splay,
1e45deed 1399 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
f13c9bea 1400 splay_tree_new, splay_tree_xmalloc_allocate,
1e45deed 1401 splay_tree_new_with_allocator, splay_tree_delete,
f13c9bea
DD
1402 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
1403 splay_tree_max, splay_tree_min, splay_tree_predecessor,
1404 splay_tree_successor, splay_tree_foreach,
1e45deed
DD
1405 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
1406 * stpcpy.c (stpcpy): Likewise.
1407 * stpncpy.c (stpncpy): Likewise.
1408 * strcasecmp.c (strcasecmp): Likewise.
1409 * strchr.c (strchr): Likewise.
1410 * strdup.c (strdup): Likewise.
1411
49b1fae4
DD
14122005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1413
1414 Convert libiberty to use ISO C prototype style 6/n.
f13c9bea 1415 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
49b1fae4
DD
1416 strtoerrno, main): Use ISO C prototype style.
1417 * strncasecmp.c (strncasecmp): Likewise.
1418 * strncmp.c (strncmp): Likewise.
1419 * strndup.c (strndup): Likewise.
1420 * strrchr.c (strrchr): Likewise.
f13c9bea 1421 * strsignal.c (init_signal_tables, signo_max, strsignal,
49b1fae4
DD
1422 strsigno, strtosigno, psignal, main): Likewise.
1423 * strstr.c (strstr): Likewise.
1424 * strtod.c (strtod, atof): Likewise.
1425 * strtol.c (strtol): Likewise.
1426 * strtoul.c (strtoul): Likewise.
f13c9bea 1427 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
49b1fae4
DD
1428 ternary_recursivesearch): Likewise.
1429 * tmpnam.c (tmpnam): Likewise.
1430 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
1431 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
1432 * vfork.c (vfork): Likewise.
1433 * vfprintf.c (vfprintf): Likewise.
1434 * vprintf.c (vprintf): Likewise.
1435 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
1436 * vsprintf.c (vsprintf): Likewise.
1437 * waitpid.c (waitpid): Likewise.
1438 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
1439 * xexit.c (xexit): Likewise.
f13c9bea 1440 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
49b1fae4
DD
1441 xcalloc, xrealloc): Likewise.
1442 * xmemdup.c (xmemdup): Likewise.
1443 * xstrdup.c (xstrdup): Likewise.
1444 * xstrerror.c (xstrerror): Likewise.
1445 * xstrndup.c (xstrndup): Likewise.
1446
14472005-03-27 Andreas Jaeger <aj@suse.de>
1448
1449 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
1450 flags.
1451 * configure: Regenerated.
1452
14532005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1454
1455 * getopt1.c (getopt_long_only): Fix thinko.
1456
14572005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1458
1459 Convert libiberty to use ISO C prototype style 4/n.
1460 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
1461 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
1462 htab_create_alloc, htab_set_functions_ex, htab_create,
1463 htab_try_create, htab_delete, htab_empty,
1464 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
1465 htab_find, htab_find_slot_with_hash, htab_find_slot,
1466 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
1467 htab_traverse_noresize, htab_traverse, htab_collisions,
1468 htab_hash_string, iterative_hash): Use ISO C prototype.
1469 * hex.c (hex_init): Likewise.
1470 * index.c (index): Likewise.
1471 * insque.c (insque, remque): Likewise.
1472 * lbasename.c (lbasename): Likewise.
1473 * lrealpath.c (lrealpath): Likewise.
1474 * make-relative-prefix.c (save_string, split_directories,
1475 free_split_directories, make_relative_prefix): Likewise.
1476 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
1477 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
1478 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
1479 * memchr.c (memchr): Likewise.
1480 * memcpy.c (memcpy): Likewise.
1481 * memmove.c (memmove): Likewise.
1482 * gettimeofday.c (gettimeofday): Likewise.
1483 * getruntime.c (get_run_time): Likewise.
1484 * getpwd.c (getpwd, getpwd): Likewise.
1485 * getpagesize.c (getpagesize): Likewise.
1486 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
1487 * getopt.c (my_index, exchange, _getopt_initialize,
1488 _getopt_internal, getopt, main): Likewise.
1489 * getcwd.c (getcwd): Likewise.
1490 * fnmatch.c (fnmatch): Likewise.
1491 * floatformat.c (floatformat_always_valid,
1492 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
1493 put_field, floatformat_from_double, floatformat_is_valid,
1494 ieee_test, main): Likewise.
1495 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
1496 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
1497 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
1498 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
1499 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
1500 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
1501 fibheap_link, fibheap_cut, fibheap_cascading_cut,
1502 fibnode_insert_after, fibnode_remove): Likewise.
1503 * ffs.c (ffs): Likewise.
1504 * fdmatch.c (fdmatch): Likewise.
1505 * dyn-string.c (dyn_string_init, dyn_string_new,
1506 dyn_string_delete, dyn_string_release, dyn_string_resize,
1507 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
1508 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
1509 dyn_string_insert_cstr, dyn_string_insert_char,
1510 dyn_string_append, dyn_string_append_cstr,
1511 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
1512 Likewise.
1513
9334f9c6
DD
15142005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1515
1516 Convert libiberty to use ISO C prototype style 3/n.
49b1fae4
DD
1517 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
1518 consume_count_with_underscores, code_for_qualifier,
1519 qualifier_string, demangle_qualifier, cplus_demangle_opname,
1520 cplus_mangle_opname, cplus_demangle_set_style,
1521 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
9334f9c6 1522 ada_demangle, internal_cplus_demangle, squangle_mop_up,
49b1fae4
DD
1523 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
1524 delete_work_stuff, mop_up, demangle_signature,
1525 demangle_method_args, demangle_template_template_parm,
1526 demangle_expression, demangle_integral_value,
1527 demangle_real_value, demangle_template_value_parm,
1528 demangle_template, arm_pt, demangle_arm_hp_template,
1529 demangle_class_name, demangle_class, iterate_demangle_function,
1530 demangle_prefix, gnu_special, recursively_demangle, arm_special,
1531 demangle_qualified, get_count, do_type, demangle_fund_type,
1532 do_hpacc_template_const_value, do_hpacc_template_literal,
1533 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
1534 register_Btype, remember_Btype, forget_B_and_K_types,
1535 forget_types, demangle_args, demangle_nested_args,
1536 demangle_function_name, string_need, string_delete, string_init,
1537 string_clear, string_empty, string_append, string_appends,
9334f9c6
DD
1538 string_appendn, string_prepend, string_prepends, string_prependn,
1539 string_append_template_idx): Use ISO C prootype style.
1540 * cp-demint.c (cplus_demangle_fill_component,
49b1fae4 1541 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
9334f9c6
DD
1542 cplus_demangle_v3_components): Likewise.
1543
15442005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1545
1546 Convert libiberty to use ISO C prototype style 2/n.
1547 * cp-demangle.h: Remove uses of PARAMS.
1548 * cp-demangle.c: Likewise.
49b1fae4
DD
1549 (d_dump, cplus_demangle_fill_name,
1550 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
1551 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
1552 d_make_builtin_type, d_make_operator, d_make_extended_operator,
1553 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
1554 cplus_demangle_mangled_name, has_return_type,
1555 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
1556 d_prefix, d_unqualified_name, d_source_name, d_number,
1557 d_identifier, d_operator_name, d_special_name, d_call_offset,
1558 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
1559 d_function_type, d_bare_function_type, d_class_enum_type,
1560 d_array_type, d_pointer_to_member_type, d_template_param,
1561 d_template_args, d_template_arg, d_expression, d_expr_primary,
1562 d_local_name, d_discriminator, d_add_substitution,
1563 d_substitution, d_print_resize, d_print_append_char,
1564 d_print_append_buffer, d_print_error, cplus_demangle_print,
1565 d_print_comp, d_print_java_identifier, d_print_mod_list,
1566 d_print_mod, d_print_function_type, d_print_array_type,
1567 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
1568 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
9334f9c6 1569 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
49b1fae4 1570 print_usage, main):
9334f9c6
DD
1571
15722005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1573
1574 Convert libiberty to ISO C prototype style 1/n.
1575 * _doprnt.c: Remove conditional #include <varargs.h> on
1576 ANSI_PROTOTYPES as the latter is always assumed.
1577 (_doprnt, checkit, main): Use ISO C prototype.
1578 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
1579 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
49b1fae4 1580 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
9334f9c6
DD
1581 * atexit.c (atexit): Likewise
1582 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
49b1fae4 1583 (asprintf): Use ISO C prototype.
9334f9c6
DD
1584 * basename.c (basename): Likewise
1585 * bcmp.c (bcmp): Likewise.
1586 * bcopy.c (bcopy): Likewise.
1587 * bzero.c (bzero): Likewise.
1588 * bsearch.c (bsearch): Likewise. Improve const-correctness.
1589 * choose-temp.c (choose_temp_base): Likewise.
1590 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
1591 (calloc): Use ISO C prototype.
1592 * clock.c (clock): Likewise.
1593 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
49b1fae4 1594 (vconcat_length, vconcat_copy, concat_length, concat_copy,
9334f9c6
DD
1595 concat_copy2, concat, reconcat, main): Use ISO C prototype.
1596 * copysign.c (copysign): Likewise.
1597
0fad4bdb
DD
15982005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1599
1600 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
1601 (REQUIRED_OFILES): Add xstrndup.o.
1602 (CONFIGURED_OFILES): Add strndup.o.
1603 Regenerate dependencies.
1604
1605 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
1606
1607 * strndup.c, xstrndup.c: New.
1608
1609 * config.in, configure, functions.texi: Regenerate.
1610
51e32d64
DD
16112005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1612
1613 * xmemdup.c, xstrdup.c: Expose the tail call.
1614
8ec32723
DD
16152005-03-09 Mark Mitchell <mark@codesourcery.com>
1616
1617 * configure.ac (funcs): Add gettimeofday.
1618 * configure: Regenerated.
1619 * gettimeofday.c: New file.
1620 * Makefile.in (CFILES): Add gettimeofday.
1621 (CONFIGURED_OFILES): Add gettimeofday.o.
1622 (./gettimeofday.o): New rule.
1623
27ff8836
ILT
16242005-03-09 Ian Lance Taylor <ian@airs.com>
1625
1626 * pex-os2.c: Remove.
1627 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
1628 * Makefile.in (CFILES): Remove pex-os2.c.
1629 (CONFIGURED_OFILES): Remove pex-os2.o.
1630 (pex-os2.o): Remove target.
1631 * configure: Rebuild.
1632
48e39b59
ILT
16332005-03-07 Ian Lance Taylor <ian@airs.com>
1634
1635 * mpw-config.in: Remove.
1636 * mpw-make.sed: Remove.
1637 * mpw.c: Remove.
1638 * Makefile.in (CFILES): Remove pex-mpw.c.
1639 (CONFIGURED_OFILES): Remove pex-mpw.o.
1640 (mpw.o, pex-mpw.o): Remove targets.
1641 * maint-tool (undoc): Remove reference to mpw.c.
1642
65dce80e
DD
16432005-03-06 DJ Delorie <dj@redhat.com>
1644
1645 * configure.ac (target_header_dir): vfork is a stub under djgpp.
1646 * configure: Regenerated.
1647
190eb137
DD
16482005-03-01 Jan Beulich <jbeulich@novell.com>
1649
1650 * Makefile.in (CFILES): Add unlink-if-ordinary.c
1651 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
1652 Add dependencies and rule for unlink-if-ordinary.o.
1653 * unlink-if-ordinary.c: New.
1654
bac7199c
DD
16552005-03-01 Ben Elliston <bje@au.ibm.com>
1656
1657 * hashtab.c (htab_find_slot_with_hash): Make function
1658 documentation clearer.
1659
aca9a742
JM
16602005-02-13 Jason Merrill <jason@redhat.com>
1661
1662 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
1663 arguments.
1664
b5c3b3de
DD
16652005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
1666
1667 * hex.c (hex_value): Group 'unsigned int' together to get correct
1668 markup.
1669 * functions.texi: Regenerated.
49b1fae4 1670
46a10049
DD
16712004-12-27 H.J. Lu <hongjiu.lu@intel.com>
1672
1673 * Makefile.in: Undo to 2004-12-17.
1674 * aclocal.m4: Likewise.
1675 * config.table: Likewise.
1676 * configure.ac: Likewise.
1677 * maint-tool: Likewise.
1678 * configure: Likewise.
1679
fbfdf750
DD
16802004-12-19 H.J. Lu <hongjiu.lu@intel.com>
1681
1682 PR bootstrap/19072
1683 * Makefile.in (enable_shared): New substitute.
1684 (LTTARGETLIB): New.
1685 (PREFIXTARGETLIB): New.
1686 (LTTESTLIB): New.
1687 (PREFIXTESTLIB): New.
1688 (CCLD): New.
1689 (LINK): New.
1690 ($(TARGETLIB)): Use $(LINK) to create libraries and create
1691 targets by hand.
1692 ($(TESTLIB)): Likewise.
1693 (mostlyclean): Don't remove .libs. Remove the libtool object
1694 directory.
1695
1696 * config.table (enable_shared): Removed.
1697
1698 * configure.ac (enable_static): Set to yes.
1699 (AC_PROG_LIBTOOL): Removed.
1700 (AM_DISABLE_SHARED): Uncommented.
1701 (AM_PROG_LIBTOOL): Likewise.
1702 (LIBOBJS): Add `./' to avoid VPATH.
1703 (LTLIBOBJS): Likewise.
1704 (enable_shared): Substitute.
1705 * configure: Regenerated.
1706
96e00b33
L
17072004-12-18 H.J. Lu <hongjiu.lu@intel.com>
1708
1709 * Makefile.in (top_builddir): Set to `.'.
1710 (OUTPUT_OPTION): Removed.
1711 (LIBTOOL): New.
1712 (LTLIBOBJS): New.
1713 (EXTRA_LTOFILES): New.
1714 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
1715 (all): Remove stamp-picdir.
1716 (LTCOMPILE): New.
1717 (.c.lo): New rule.
1718 (REQUIRED_LTOFILES): New.
1719 (CONFIGURED_LTOFILES): New.
1720 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
1721 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
1722 (stamp-picdir): Completely removed.
1723 (maint-missing): Pass $(REQUIRED_LTOFILES)
1724 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
1725 $(CONFIGURED_OFILES)
1726 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
1727 $(CONFIGURED_LTOFILES).
1728 (mostlyclean): Also remove *.lo .libs.
1729 Run "make maint-deps".
1730
1731 * aclocal.m4: Include ../libtool.m4.
1732
1733 * config.table: Don't check --enable-shared.
1734
1735 * configure.ac (AC_PROG_LIBTOOL): Add.
1736 (AC_PROG_CC_C_O): Removed.
1737 (OUTPUT_OPTION): Removed.
1738 (NO_MINUS_C_MINUS_O): Removed.
1739 (ltpexecute): New substitute.
1740 (LIBOBJS): Cleanup.
1741 * configure: Regenerated.
1742
1743 * maint-tool: Updated for .lo/libtool.
1744
40a59a4c
DD
17452004-12-11 Ben Elliston <bje@au.ibm.com>
1746
1747 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
1748 * configure: Regenerate.
1749 * config.in: Likewise.
1750
9923bc33
DD
17512004-12-07 DJ Delorie <dj@redhat.com>
1752
1753 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
1754 that recursion (and thus large stack space) is not needed.
1755
70615d15
DD
17562004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
1757
1758 * pex-unix.c: Fix the spelling of longjmp.
1759
eb129e35
DD
17602004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
1761
1762 PR other/18623
1763 * cp-demangle.c (d_call_offset): Remove useless local variables
1764 offset and virtual_offset.
1765 * cplus-dem.c (ada_demangle): Remove useless local variable
1766 at_start_name.
1767 (demangle_template): Remove useless local variable start.
1768
3e0f1404
DD
17692004-11-19 Roger Sayle <roger@eyesopen.com>
1770
1771 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
1772 "ansidecl.h" to avoid redeclaration errors with native compilers.
1773 * regex.c: Protect config.h from multiple inclusion.
1774
6cfb3176
DD
17752004-11-12 Mike Stump <mrs@apple.com>
1776
1777 * Makefile.in (libiberty.html): Fix html generation.
1778
f9b4e353
DD
17792004-09-08 Adam Nemet <anemet@lnxw.com>
1780
1781 * vasprintf.c: Accept __va_copy in addition to va_copy.
1782
49b1fae4 17832004-09-03 Paolo Bonzini <bonzini@gnu.org>
c7efc4d5
PB
1784
1785 * configure: Regenerate.
1786
49b1fae4 17872004-09-02 Paolo Bonzini <bonzini@gnu.org>
f5396bbe
PB
1788
1789 * configure.ac: Do not enable multilibs for build-side libiberty.
1790
49b1fae4 17912004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
950ad202
DD
1792
1793 * lrealpath.c (lrealpath): Add _WIN32 support.
1794
a21da8bf
DD
17952004-06-28 Zack Weinberg <zack@codesourcery.com>
1796
1797 * cp-demangle.h: Declare cplus_demangle_operators,
1798 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
1799 cplus_demangle_type as static if IN_GLIBCPP_V3.
1800
18012004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
1802
1803 PR other/16240
1804 * cp-demangle.c (d_expr_primary): Check for a failure return from
1805 cplus_demangle_type.
1806 * testsuite/demangle-expected: Add test case.
1807
9f7d3e7d
DD
18082004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
1809
1810 * pex-win32.c (fix_argv): Expand comment.
1811
0cb2db3a
DD
18122004-05-25 Daniel Jacobowitz <drow@false.org>
1813
1814 * Makefile.in: Add .NOEXPORT.
1815
25319993
DD
18162004-04-29 Douglas B Rupp <rupp@gnat.com>
1817
1818 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
1819 copyright.
1820
7e9f5c71
DD
18212004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1822
1823 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
1824 * configure: Regenerate.
1825
bb6a587d
DD
18262004-04-22 Richard Henderson <rth@redhat.com>
1827
1828 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
1829 (CHAR_BIT): Provide default.
1830 (struct prime_ent, prime_tab): New.
1831 (higher_prime_index): Rename from higher_prime_number, return index.
1832 (htab_mod_1): New.
1833 (htab_mod, htab_mod_m2): Use it.
1834 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
1835 (htab_expand): Likewise.
1836 * configure.ac: Check for stdint.h.
1837 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
1838 * config.in, configure: Rebuild.
1839
53239e41
DD
18402004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
1841
1842 * strerror.c: Include config.h, and redefine sys_nerr and
1843 sys_errlist, before including ansidecl.h and libiberty.h.
1844
d6ea4e80
DD
18452004-04-13 Jeff Law <law@redhat.com>
1846
1847 * hashtab.c (htab_remove_elt_with_hash): New function.
1848 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
1849
fe046a17
DD
18502004-03-31 Richard Henderson <rth@redhat.com>
1851
1852 * hashtab.c (htab_size): Move to top of file; mark inline.
1853 (htab_elements): Likewise.
1854 (htab_mod, htab_mod_m2): New.
1855 (htab_delete): Refactor htab->size and htab->entries.
1856 (htab_empty): Likewise.
1857 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
1858 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
1859 (htab_clear_slot): Use htab_size, htab_elements.
1860 (htab_traverse_noresize, htab_traverse): Likewise.
1861
e0c148a7
DD
18622004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
1863
12a7367e
DD
1864 * pex-unix.c (pexecute): Use vfork instead of fork, with
1865 appropriate changes to make this safe.
1866 * pex-common.h (STDERR_FILE_NO): Define.
1867
e0c148a7
DD
1868 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
1869 an 80 column screen. Run maint-deps.
1870
85f969cd
DD
18712004-03-09 Kelley Cook <kcook@gcc.gnu.org>
1872
1873 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
1874 * acconfig.h: Delete redundant file.
1875 * config.in: Regenerate.
1876 * configure: Regenerate.
1877
58670637
DD
18782004-03-09 Hans-Peter Nilsson <hp@axis.com>
1879
1880 * configure: Regenerate for config/accross.m4 correction.
1881
758d77be
DD
18822004-03-07 Andreas Jaeger <aj@suse.de>
1883
1884 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
1885 prototypes.
1886 (main): Initialize style.
1887
74aee4eb
DD
18882004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1889
2d733211
DD
1890 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
1891 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
1892 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
1893 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
1894 short types to D_PRINT_DEFAULT. Change other integer types to use
1895 new D_PRINT_* values where appropriate. Change float types to
1896 D_PRINT_FLOAT.
1897 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
1898 values.
1899 * testsuite/demangle-expected: Adjust two test cases.
1900
1901 * cp-demangle.c (d_print_function_type): Print a space before the
1902 parenthesis around the function type in more cases.
1903 * testsuite/demangle-expected: Adjust one test case.
1904
099f84cf
DD
1905 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
1906 parentheses around a cast.
1907 * testsuite/demangle-expected: Adjust two test cases to match new
1908 output.
1909
74aee4eb
DD
1910 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
1911
1912 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
1913 push more than one of the same CV-qualifier on the top of the
1914 stack.
1915 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
1916 move the CV-qualifiers to apply to the element type instead.
1917 (d_print_array_type): When checking the modifiers, keep looking
1918 past ones which have been printed already.
1919 * testsuite/demangle-expected: Add three test cases.
1920
19212004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1922
1923 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
1924 empty string correctly.
1925
1926 * cp-demangle.c (__cxa_demangle): It is not an error if status is
1927 not NULL. It is an error if the mangled name is the same as a
1928 built-in type name.
1929 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
1930 than cplus_demangle_v3.
1931
1932 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1933 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
1934
f9375305
DD
19352004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
1936
1937 * regex.c: Include <ansidecl.h>.
1938 (regcomp): Cast i to int.
1939 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
1940
cbf0ee79
DD
19412004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
1942
1943 * configure.ac: Add m4_pattern_allow(LIBOBJS).
1944 * configure: Regenerate.
1945
37254c9a
DD
19462004-01-22 DJ Delorie <dj@redhat.com>
1947
1948 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
1949 with explicit build rules.
1950 (VPATH): Remove.
1951 (.c.o): Poison.
1952 * configure.ac (pexecute, LIBOBJS): Add ./ .
1953 * maint-tool: Build dependencies with explicit rules.
1954
211333f6
DD
19552004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1956
1957 * strdup.c (strdup): Constify the argument.
1958
3795d586
DD
19592004-01-14 Loren J. Rittle <ljrittle@acm.org>
1960
1961 * Makefile.in (distclean): Remove config.cache.
1962
2d6520ee
DJ
19632004-01-13 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
1966 takes two parameters.
1967 * cp-demint.c (cplus_demangle_fill_component): Likewise.
1968
59727473
DD
19692004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1970
1971 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
1972 defined, rename some functions which are to become static via
1973 #define.
1974 (CP_STATIC_IF_GLIBCPP_V3): Define.
1975 (struct d_operator_info): Move definition to cp-demangle.h, and
1976 rename to demangle_operator_info. Change all uses.
1977 (enum d_builtin_type_print): Move definition to cp-demangle.h.
1978 (struct d_builtin_type_info): Move definition to cp-demangle.h,
1979 and rename to demangle_builtin_type_info. Change all uses.
1980 (enum d_comp_type): Move definition to include/demangle.h, and
1981 rename to demangle_component_type, and change all enums to start
1982 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
1983 (struct d_comp): Move definition to include/demangle.h, and rename
1984 to demangle_component. Change all uses.
1985 (struct d_info): Move definition to cp-demangle.h.
1986 (cplus_demangle_fill_name): New function.
1987 (cplus_demangle_fill_extended_operator): New function.
1988 (cplus_demangle_fill_ctor): New function.
1989 (cplus_demangle_fill_dtor): New function.
1990 (d_make_empty): Remove type parameter. Change all callers.
1991 (d_make_name): Use cplus_demangle_fill_name.
1992 (d_make_extended_operator): Use
1993 cplus_demangle_fill_extended_operator.
1994 (d_make_ctor): Use cplus_demangle_fill_ctor.
1995 (d_make_dtor): Use cplus_demangle_fill_dtor.
1996 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
1997 non-static by default. Change all callers.
1998 (cplus_demangle_operators): Rename from d_operators. Change all
1999 uses. Make non-static by default. Add sentinel at end of array.
2000 (d_operator_name): Adjust initialization of high for new sentinel
2001 in cplus_demangle_operators.
2002 (cplus_demangle_builtin_types): Rename from d_builtin_types.
2003 Change all uses. Make non-static by default. Change initializer
2004 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
2005 (cplus_demangle_type): Rename from d_type. Make non-static by
2006 default. Change all callers.
2007 (cplus_demangle_init_info): Rename from d_init_info. Make
2008 non-static by default. Change all callers.
2009 * cp-demangle.h: New file.
2010 * cp-demint.c: New file.
2011 * Makefile.in: Rebuild dependencies.
2012 (CFILES): Add cp-demint.c.
2013 (REQUIRED_OFILES): Add cp-demint.o.
2014
1a79b024
DD
20152004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2016
2017 * configure.in: Rename file to ...
2018 * configure.ac: ... this.
2019 * Makefile.in: Update a comment for above change.
2020 * README: Likewise.
2021 * config.in: Regenerate.
2022
820542c9
DD
20232004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
2024
2025 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
2026 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
2027 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
2028 demangling template parameters.
2029 * testsuite/test-demangle.c (fail): New static function.
2030 (main): Support new options in input file: --no-params,
2031 --is-v3-ctor, and --is-v3-dtor.
2032 * testsuite/demangle-expected: Add --no-params to most tests, and
2033 add the correct result when parameters are not demangled. Add
2034 some simple tests for V3 constructor/destructor recognition.
2035
2f9c4058
DD
20362003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2037
2038 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2039
4fd47f10
DJ
20402003-12-22 Daniel Jacobowitz <drow@mvista.com>
2041
2042 PR debug/13272
2043 * Makefile.in (lbasename.o): Depend on filenames.h.
2044 * lbasename.c: Include "filenames.h" instead of defining
2045 its macros locally.
2046
b6fb00c0
DD
20472003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
2048
2049 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
2050 dynamic arrays.
2051 (struct d_operator_info): Add len field.
2052 (struct d_builtin_type_info): Add len and java_len fields.
2053 (struct d_standard_sub_info): Add simple_len, full_len, and
2054 set_last_name_len fields.
2055 (struct d_comp): Add len field to s_string.
2056 (struct d_info): Add send, did_subs, and expansion fields.
2057 (d_append_string_constant): Define.
2058 (d_append_string): Remove. Change all users to use
2059 d_append_string_constant or d_append_buffer instead.
2060 (d_make_sub): Add len parameter. Change all callers.
2061 (d_name): Increase expansion when substituting std::.
2062 (d_unqualified_name): Increase expansion for an operator.
2063 (d_number): Don't use multiplication for negative numbers.
2064 (d_identifier): Make sure there are enough characters in the
2065 string for the specified length. Adjust expansion for an
2066 anonymous namespace.
2067 (d_operators): Initialize len field.
2068 (d_special_name, d_ctor_dtor_name): Increase expansion.
2069 (d_builtin_types): Initialize len and java_len fields.
2070 (d_type): Increase expansion for a builtin type.
2071 (d_cv_qualifiers): Increase expansion for each qualifier.
2072 (d_bare_function_type): Decrease expansion when removing single
2073 void parameter.
2074 (d_template_param): Increment did_subs.
2075 (d_expression): Increase expansion for an operator.
2076 (d_expr_primary): Decrease expansion for a type we will print
2077 specially.
2078 (standard_subs): Initialize new fields.
2079 (d_substitution): Increment did_subs when doing a normal
2080 substitution. Increase expansion for a special substitution.
2081 (d_print): Add estimate parameter. Change all callers.
2082 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
2083 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
2084 (d_print_java_identifier): Rename from d_print_identifier. Handle
2085 only Java case. Change caller.
2086 (d_init_info): Change return type to void. Change all callers.
2087 Initialize send, did_subs, and expansion fields. Do not
2088 initialize comps and subs fields.
2089 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
2090 arrays on stack. Make an estimate of the length of the demangled
2091 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
2092 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
2093 subs arrays on stack.
2094
2730f651
DD
20952003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
2096
2097 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
2098 after the identifier.
2099 * testsuite/demangle-expected: Add test case.
2100
d4edd112
DD
21012003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
2102
2103 Fix for PR c++/13447:
2104 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
2105 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
2106 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
2107 D_COMP_QUAL_NAME.
2108 (is_ctor_or_dtor): Likewise.
2109 (d_local_name): Use D_COMP_LOCAL_NAME rather than
2110 D_COMP_QUAL_NAME.
2111 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
2112 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
2113 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
2114 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
2115 * testsuite/demangle-expected: Add two test cases.
2116
2117 * cp-demangle.c (d_print_function_type): Clear the global modifier
2118 list when printing the modifiers, not just when printing the
2119 function parameters.
2120 * testsuite/demangle-expected: Add two test cases.
2121
d35d0cd4
DD
21222003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
2123
2124 * cp-demangle.c (d_print_function_type): Print the function
2125 parameters with no modifiers.
2126 * testsuite/demangle-expected: Add test case.
2127
2128 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
2129 expect that we've read the entire string.
2130 (is_ctor_or_dtor): Don't expect that we've read the entire
2131 string--reverse patch of 2003-11-29.
2132
09e9708c
DD
21332003-12-15 Brendan Kehoe <brendan@zen.org>
2134
2135 * libiberty/Makefile.in (floatformat.o): Add dependency on
2136 config.h to accompany change of 2003-12-03.
2137
97ceaf5b
DD
21382003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
2139
2140 Fix handling of constructor/destructor of standard substitution:
2141 * cp-demangle.c (struct d_standard_sub_info): Define.
2142 (d_substitution): Add prefix argument. Change all callers.
2143 Rework handling of standard substitutions to print full name when
2144 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
2145 * testsuite/demangle-expected: Add test case.
2146
2147 Fix handling of negative literal constants:
2148 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
2149 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
2150 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
2151 (d_print_comp): Handle D_COMP_LITERAL_NEG.
2152 * testsuite/demangle-expected: Add test case.
2153
858b45cf
DD
21542003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
2155
2156 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
2157 (d_last_char): Define new macro.
2158 (d_make_name): Reject an empty name.
2159 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
2160 (d_substitution, d_print_identifier): Likewise.
2161 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
2162 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
2163 (d_print_mod) Use new d_last_char macro.
2164 (d_print_cast): Use new d_last_char macro.
2165 (is_ctor_or_dtor): Don't leak memory.
2166
2167 Fix handling of member function modifiers:
2168 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
2169 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
2170 (d_dump): Dump new d_comp_type values.
2171 (d_make_comp): Accept new d_comp_type values.
2172 (has_return_type): Only accept _THIS variants of qualifiers.
2173 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
2174 qualifiers.
2175 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
2176 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
2177 qualifiers and printing them at the end, add _THIS qualifiers to
2178 the modifier list.
2179 (d_print_comp) [D_COMP_*_THIS]: New cases.
2180 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
2181 qualifiers.
2182 (d_print_mod_list): Add suffix parameter. Change all callers.
2183 Keep walking the list even if the current modifier has been
2184 printed.
2185 (d_print_mod): Handle new _THIS qualifiers.
2186 (d_print_function_type): Handle new _THIS qualifiers when deciding
2187 whether to print a parenthesis. Put a space before the
2188 parenthesis in some cases. Call d_print_mod_list again at the
2189 end, passing suffix as 1.
2190 (is_ctor_or_dtor): Look for new _THIS qualifiers.
2191 * testsuite/demangle-expected: Add test case.
2192
2193 Fix for PR gcc/13304:
2194 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
2195 before the '<' is itself a '<', insert a space.
2196 (d_print_cast): Likewise.
2197 * testsuite/demangle-expected: Add test case.
2198
2199 Fix for PR gcc/13244:
2200 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
2201 which uses the '>' operator in an extra layer of parens.
2202 * testsuite/demangle-expected: Add test case.
2203
b52927b7
DD
22042003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
2205
2206 * floatformat.c: Include "config.h" and <string.h> if available.
2207 (INFINITY, NAN): Define if not defined by <math.h>.
2208 (floatformat_to_double): Handle NaN, infinity, and denormalized
2209 numbers.
2210 (floatformat_from_double): Likewise.
2211 (ieee_test): In debugging code, use little endian rather than big
2212 endian. Correct tests to handle NaN and to check correct sign of
2213 zero. Omit m68k extended test.
2214 (main): Add more debugging cases.
2215
24afc00d
DD
22162003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
2217
2218 * cp-demangle.c (d_demangle): Only return success if we consumed
2219 the entire demangled string.
2220 (is_ctor_or_dtor): Likewise.
2221
2222 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
2223 to restore expected result of EDG test case to original expected
2224 result.
2225
331c3da2
DD
22262003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
2227
2228 * cp-demangle.c (struct d_print_mod): Add templates field.
2229 (d_make_builtin_type): Check for NULL type.
2230 (d_make_extended_operator): Check for NULL name.
2231 (d_make_ctor, d_make_dtor): Likewise.
2232 (d_mangled_name): Add top_level parameter. Change all callers.
2233 (d_encoding): If DMGL_PARAMS is not set, strip off initial
2234 CV-qualifiers.
2235 (d_type): Check some return values we rely on.
2236 (d_bare_function_type, d_array_type): Likewise.
2237 (d_pointer_to_member_type, d_template_args): Likewise.
2238 (d_add_substitution): Fail if argument is NULL.
2239 (d_print_resize): Check whether buf is NULL.
2240 (d_print_comp): Save current templates list with each modifier.
2241 Don't pass the modifier list down when printing a template.
2242 (d_print_cast): Don't pass the modifier list down when printing a
2243 template.
2244 (d_print_mod_list): Temporarily set templates list while printing
2245 a modifier.
2246 (d_print_mod): Check that buf is not NULL before using it.
2247 (d_print_function_type): Print parens if there is no modifier.
2248 (d_init_info): Permit as many substitutions as there are
2249 characters in the mangled name.
2250 * testsuite/demangle-expected: Add two new test cases.
2251
51948b34
DD
22522003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
2253
2254 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
2255 d_demangle.
2256
6d95373e
DD
22572003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
2258
2259 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
2260 callers.
2261 (print_usage): Display new -p option.
2262 (long_options): Add --no-params.
2263 (main): Accept and handle -p.
2264
54a962d9
DD
22652003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
2266
2267 * cp-demangle.c (has_return_type): Skip qualifiers when checking
2268 whether we have a template.
2269 * testsuite/demangle-expected: Add four new tests.
2270
8fe0d347
DD
22712003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
2272
2273 * testsuite/demangle-expected: Minor changes to match output of
2274 new demangler: adjust whitespace in four tests, and change order
2275 of qualifiers in one test.
2276
2277 * cp-demangle.c: Complete rewrite.
2278
dd9d4b48
DD
22792003-11-19 Mark Mitchell <mark@codesourcery.com>
2280
2281 * cp-demangle.c (demangle_type): Correct thinko in substitution
2282 processing.
2283
0976f6a7
DD
22842003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
2285
2286 * cp-demangle.c (demangle_operator_name): Remove space before
2287 "sizeof".
2288 (demangle_type_ptr): Put qualifiers in the right place. Handle
2289 qualifiers in pointer to member specially.
2290 (demangle_type): Handle qualifiers for pointer or reference
2291 specially. Handle function type.
2292 (demangle_local_name): Save and restore caret around demangling of
2293 initial encoding.
2294
2295 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
2296 cplus_demangle.
2297
2298 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
2299
e7e6980b
DD
23002003-10-31 Andreas Jaeger <aj@suse.de>
2301
2302 * floatformat.c (floatformat_always_valid): Add unused attribute.
2303
97ceaf5b
DD
23042003-10-30 Josef Zlomek <zlomekj@suse.cz>
2305
2306 Jan Hubicka <jh@suse.cz>
2307 * vasprintf.c (int_vasprintf): Pass va_list by value.
2308 Use va_copy for copying va_list.
2309 (vasprintf): Pass va_list by value.
2310
686e72d7
DD
23112003-10-30 Josef Zlomek <zlomekj@suse.cz>
2312
2313 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
2314 instead of increasing n_elements when inserting to deleted slot.
2315
eec65ede
JB
23162003-10-20 J. Brobecker <brobecker@gnat.com>
2317
2318 * cplus-dem.c (demangle_template): Register a new Btype only
2319 when needed.
2320 * testsuite/demangle-expected: Add a new test.
2321
cd275bff
L
23222003-10-16 H.J. Lu <hongjiu.lu@intel.com>
2323
2324 * testsuite/demangle-expected: Update the expected output of
2325 _GLOBAL__I__Z2fnv.
2326
e3b1168e
DJ
23272003-10-02 Daniel Jacobowitz <drow@mvista.com>
2328
2329 * strerror.c: Revert last change. Declare static sys_nerr
2330 and sys_errlist using different names.
2331
efb150d5
DJ
23322003-10-01 Daniel Jacobowitz <drow@mvista.com>
2333
2334 * strerror.c: Don't provide or reference sys_errlist if
2335 strerror is available.
2336
b7ca9213
L
23372003-10-01 H.J. Lu <hongjiu.lu@intel.com>
2338
2339 * configure.in: Check if $MAKEINFO is missing.
2340 * configure: Regenerated.
2341
8ddbb593
DJ
23422003-09-24 Daniel Jacobowitz <drow@mvista.com>
2343
2344 * configure.in: Use AC_PROG_CPP_WERROR.
2345 * configure: Regenerated.
2346
5324d185
AC
23472003-09-22 Andrew Cagney <cagney@redhat.com>
2348
2349 * floatformat.c (floatformat_i387_ext_is_valid): New function.
2350 (floatformat_always_valid): New function.
2351 (floatformat_i387_ext): Initialize new "is_valid" field to
2352 "floatformat_i387_ext_is_valid".
2353 (floatformat_ieee_single_little): Initialize "is_valid" field to
2354 floatformat_always_valid.
2355 (floatformat_ieee_double_big): Ditto.
2356 (floatformat_ieee_double_little): Ditto.
2357 (floatformat_ieee_double_little): Ditto.
2358 (floatformat_ieee_double_littlebyte_bigword): Ditto.
2359 (floatformat_i960_ext): Ditto.
2360 (floatformat_m88110_ext): Ditto.
2361 (floatformat_m88110_harris_ext): Ditto.
2362 (floatformat_arm_ext_big): Ditto.
2363 (floatformat_arm_ext_littlebyte_bigword): Ditto.
2364 (floatformat_ia64_spill_big): Ditto.
2365 (floatformat_ia64_spill_little): Ditto.
2366 (floatformat_ia64_quad_big): Ditto.
2367 (floatformat_ia64_quad_little): Ditto.
2368 (floatformat_ia64_quad_little): Ditto.
2369 (floatformat_is_valid): Call "is_valid".
2370
34f4a113
AC
23712003-09-15 Andrew Cagney <cagney@redhat.com>
2372
2373 * floatformat.c (get_field): Make "data" constant.
2374 (floatformat_is_valid, floatformat_to_double): Make "from"
2375 constant, fix casts.
2376 (floatformat_from_double): Make "from" constant.
2377
3f2aacaf
DJ
23782003-09-15 Daniel Jacobowitz <drow@mvista.com>
2379
2380 * floatformat.c (floatformat_is_valid): New function.
2381 (get_field, put_field): Correct comments.
2382
aae66b9f
DD
23832003-09-06 Josef Zlomek <zlomekj@suse.cz>
2384
2385 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
2386 FIBHEAPKEY_T.
2387
60b04ee8
DD
23882003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2389
2390 PR bootstrap/12100
2391 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
2392 * configure: Rebuilt.
2393
2299a76d
DJ
23942003-08-27 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * aclocal.m4: Include acx.m4 and no-executables.m4.
2397 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
2398 (LIB_AC_PROG_CC): Remove.
2399 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
2400 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
2401 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
2402 performing link tests.
2403 * configure: Regenerated.
2404
9ad1aa29
DD
24052003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2406
a21da8bf 2407 * cp-demangle.c: Clarify what package(s) this is part of.
9ad1aa29 2408
dbb9d0f3
DD
24092003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
2410
2411 * pex-win32.c (pexecute): Mark parameters this_pname and
2412 temp_base as unused. Remove unused variables retries,
2413 sleep_interval. Initialize org_stdin, org_stdout.
2414 (pwait): Mark parameter flags as unused.
2415
24162003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
ab8c7bb1
DD
2417
2418 * pex-win32.c (fix_argv): Ensure that the executable pathname
2419 uses Win32 backslashes.
2420 (pexecute): Cast away constness when assigning *errmsg_arg.
2421
78c5b0a5
L
24222003-06-26 H.J. Lu <hongjiu.lu@intel.com>
2423
2424 * testsuite/demangle-expected: Add more GNU V3 testcases.
2425
70ecf948
DD
24262003-06-22 Zack Weinberg <zack@codesourcery.com>
2427
2428 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
2429 not HC_ASCII and HC_EBCDIC.
2430 Add documentation in form expected by gather-docs.
2431 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
2432 * Makefile.in, functions.texi: Regenerate.
2433
cbc0188b
DD
24342003-06-21 Zack Weinberg <zack@codesourcery.com>
2435
2436 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
2437 for charset determination.
2438
5f73c378
DD
24392003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
2440
2441 * configure.in: Add check for malloc.h needed by
2442 m68k for function free().
2443 * configure: Regenerated.
2444 * config.in: Add HAVE_MALLOC_H.
2445 * hashtab.c: include malloc.h were available for
2446 free().
2447
e69f6c8c 24482003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
cbc0188b 2449
e69f6c8c
DD
2450 PR bootstrap/10974
2451 * physmem.c: Update comment.
2452 * configure.in: Modify test for _system_configuration for older
2453 AIX systems.
2454
2455 * config.in, configure: Regenerated.
cbc0188b 2456
54c60684
DD
24572003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2458
2459 PR other/10810
2460 * test-demangle.c (getline): Fix fence-post error.
2461
5a4e47bd
NC
24622003-06-03 Nick Clifton <nickc@redhat.com>
2463
2464 * asprintf.c: Change comment to note that -1 is returned upon
2465 error.
2466 * vasprintf.c: Likewise.
2467 (vasprintf): Return -1 upon error.
2468 * functions.texi: Document changes to asprintf and vasprintf.
2469
916f5d13
DD
24702003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
2471
2472 * config.table: Accept i[345867]86 variant.
2473
e4f79046
JB
24742003-05-15 Jim Blandy <jimb@redhat.com>
2475
2476 * hex.c (_hex_value): Make this unsigned.
2477 (hex_value): Update documentation for new return type. hex_value
2478 now expands to an unsigned int expression, to avoid unexpected
2479 sign extension when we store it in a bfd_vma, which is larger than
2480 int on some platforms.
2481 * functions.texi: Regenerated.
2482
0f3538e7
DD
24832003-05-07 Josef Zlomek <zlomekj@suse.cz>
2484
2485 * splay-tree.c (splay_tree_predecessor): Fix comment.
2486 (splay_tree_successor): Fix comment.
2487
7108c5dc
JM
24882003-05-07 Jason Merrill <jason@redhat.com>
2489
eafaf5eb 2490 * hashtab.c (iterative_hash): New fn.
7108c5dc
JM
2491 * configure.in: Add AC_C_BIGENDIAN_CROSS.
2492 * aclocal.m4: Include accross.m4.
2493 * configure, config.in: Regenerate.
2494
0b555173
DD
24952003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2496
2497 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
2498 * configure: Regenerate.
2499
8730135a
DD
25002003-05-03 Carlo Wood <carlo@alinoe.com>
2501
2502 * cp-demangle.c: Fix typo in "char_traints" string-literal.
2503
341eccbc
DD
25042003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2505
2506 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
2507 (main): Test that we don't write too much data.
2508
2ed1e5cc
DD
25092003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2510
2511 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
2512 vsnprintf.
2513 * snprintf.c, vsnprintf.c: New files.
2514 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
2515 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
2516 Regenerate dependencies.
2517
2518 * functions.texi, configure, config.in: Regenerated.
2519
10b57b38
DD
25202003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2521
2522 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
2523 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
2524 and stpncpy.
2525 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
2526 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
2527 Regenerate dependencies.
2528
2529 * functions.texi, configure, config.in: Regenerated.
2530
ff773b85
DD
25312003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2532
2533 * argv.c: Fix comments.
2534 * calloc.c: Don't unnecessarily include "libiberty.h".
2535 (bzero): Add prototype.
2536 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
2537 * getcwd.c (getcwd): Use standard definition to avoid conflicts
2538 with system headers.
2539 * hashtab.c (htab_traverse): Delete unused variables.
2540 * rename.c: Include "ansidecl.h".
2541 (rename): Use standard definition to avoid conflicts with system
2542 headers.
2543 * strsignal.c: Rely on ANSI_PROTOTYPES.
2544 * strstr.c: Check GNUC >= 2, not GNUC == 2.
2545 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
2546 * vprintf.c: Include "ansidecl.h" earlier, rely on
2547 ANSI_PROTOTYPES.
2548 * vsprintf.c: Include "ansidecl.h" earlier, rely on
2549 ANSI_PROTOTYPES and possibly include <stdarg.h>.
cbc0188b 2550
ff773b85
DD
2551 * Makefile.in: Regenerate dependencies.
2552
bb325820
DD
25532003-04-15 DJ Delorie <dj@redhat.com>
2554
2555 * maint-tool (deps): Scan for headers in $srcdir also.
2556
258a4893
DD
25572003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2558
2559 PR target/10338
2560 PR bootstrap/10198
2561 PR bootstrap/10140
2562 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
2563 __mempcpy.
2564 * regex.c (regerror): Likewise.
2565
ff773b85
DD
25662003-04-14 Roger Sayle <roger@eyesopen.com>
2567
2568 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
2569 * memchr.c: Likewise.
2570 * strcasecmp.c: Likewise.
2571 * strncasecmp.c: Likewise.
2572 * strncmp.c: Likewise.
2573 * xatexit.c: Likewise.
2574 * xmalloc.c: Likewise.
2575
2576 * copysign.c: Use traditional function declaration instead of DEFUN.
2577 * sigsetmask.c: Likewise.
2578
2579 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
2580 * memset.c: Likewise.
2581
2582 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
2583 * memmove.c: Likewise.
2584
eec539c7
DD
25852003-04-14 Roger Sayle <roger@eyesopen.com>
2586
2587 * strdup.c (strdup): Tweak implementation to use memcpy.
2588
daf7c4ad
DD
25892003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2590
2591 * configure.in (HAVE_UINTPTR_T): Always define.
2592 * configure: Regenerated.
2593
aa072e59
AO
25942003-03-23 Alexandre Oliva <aoliva@redhat.com>
2595
2596 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
2597 instead of $$CC alone.
2598 (install_to_tooldir): Use it.
2599
f77ed96c
DD
26002003-17-03 Jan Hubicka <jh@suse.cz>
2601
2602 * hashtab.c (htab_traverse_noresize): Break out from ...
2603 * hashtab.c (htab_traverse): ... here.
2604
2336e177
DD
26052003-12-03 Jan Hubicka <jh@suse.cz>
2606
2607 * hashtab.c (htab_expand): Fix warning.
2608
2609 * hashtab.c (htab_expand): Compute the size of hashtable based
2610 on the number of elements actually used.
2611 (htab_traverse): Call htab_expand when table is too empty.
2612
d8cbbf95
DD
26132003-03-11 Carlo Wood <carlo@gnu.org>
2614
2615 * cplus-dem.c (demangle_integral_value): Correction to reflect
2616 patch of 2002-01-10 in order to also make negative multi-digits
2617 without leading underscore work.
2618
a01fefeb
DD
26192003-03-03 Mark Mitchell <mark@codesourcery.com>
2620
2621 * cplus-dem.c: Add license exception to copyright notice.
2622
638ceb1a
DD
26232003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2624
2625 * physmem.c: Formatting changes from upstream.
2626
ef803806
DD
26272003-02-24 Danny Smith <dannysmith@users.source.forge.net>
2628
2629 * physmem.c (physmem_total): Add _WIN32 support.
2630 (physmem_available): Likewise.
2631
181fa229
DD
26322003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2633
2634 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
2635 GSI_PHYSMEM.
2636 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
2637
cc529274
DD
26382003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2639
2640 * configure.in: Check for sys/systemcfg.h and
2641 _system_configuration.
2642 * physmem.c: Add support for AIX. Tweek formatting as per
2643 upstream coreutils beta.
2644
26452003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2646 Richard Earnshaw <rearnsha@arm.com>
2647 Geoffrey Keating <geoffk@apple.com>
cbc0188b 2648
cc529274
DD
2649 * configure.in: Check for sys/sysctl.h and sysctl.
2650 * physmem.c: Add support for *bsd and darwin.
2651 * Makefile.in: Generate depedency for physmem.o.
2652
192cbe66
DD
26532003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2654
2655 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
2656 Tru64 UNIX.
2657 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
2658 Tru64 UNIX.
2659
2660 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
2661 machine/hal_sysinfo.h, sys/table.h.
2662 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
2663 * configure, config.in: Regenerate.
2664
ff773b85
DD
26652003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2666
2667 * configure.in: Check for sys/sysmp.h and sysmp.
2668 * physmem.c: Pull upstream copy, add support for irix6.
2669
2670 * config.in, configure: Regenerated.
2671
900d2082
DD
26722003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2673
2674 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
2675 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
2676 pstat_getdynamic.
cbc0188b 2677
4938384a
DD
26782003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2679
2680 * Makefile.in (CFILES): Add physmem.c.
2681 (REQUIRED_OFILES): Add physmem.o.
2682 * configure.in: Check for sys/pstat.h.
2683 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
2684 * physmem.c: New file, copied from textutils.
2685
2686 * config.in, configure: Regenerated.
2687
ba61a412
DJ
26882003-02-20 Daniel Jacobowitz <drow@mvista.com>
2689
2690 * Makefile.in (CFILES): Add lrealpath.c.
2691 (REQUIRED_OFILES): Add lrealpath.o.
2692 (lrealpath.o): Add rule.
2693 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
2694 * configure.in: Add realpath and canonicalize_file_name to
2695 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
2696 for canonicalize_file_name.
2697 * lrealpath.c: New file.
2698 * make-relative-prefix.c: Update documentation.
2699 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
2700 * config.in: Regenerated.
2701 * configure: Regenerated.
2702 * functions.texi: Regenerated.
2703
25dfe0ac
DD
27042003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2705
2706 * cplus_dem.c: Fix typo: intializes -> initializes.
2707
8b90eef4
AO
27082003-02-20 Alexandre Oliva <aoliva@redhat.com>
2709
2710 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
2711 config.status.
2712 * configure: Rebuilt.
2713
fcd7c7c9
DD
27142003-02-13 Daniel Jacobowitz <drow@mvista.com>
2715
2716 Fix PR c++/7612.
2717 * cplus-dem.c (demangle_signature): Call string_delete.
2718 Remove extra string_init.
2719 (demangle_arm_hp_template): Call string_delete instead of
2720 string_clear. Add missing string_delete call.
2721 (demangle_qualified): Add missing string_delete call.
2722 (do_type): Remove unused variable btype. Add missing string_delete
2723 call. Call string_delete instead of string_clear.
2724 (demangle_fund_type): Move variable btype inside of the switch
2725 statement. Add missing string_delete call.
2726 (do_arg): Call string_delete instead of string_clear. Remove extra
2727 string_init.
2728 (demangle_nested_args): Free work->previous_argument.
2729
073c427b
DD
27302003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2731
2732 * acconfig.h: New file. Add uintptr_t.
2733 * config.in: Regenerated.
2734
f8bd3000
DD
27352003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
2736
2737 * libiberty.texi: Update to GFDL 1.2.
2738
85b9a938
DD
27392003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2740
2741 * Makefile.in (libiberty_topdir): New subst.
2742 (mkinstalldirs): Redefine in terms of the above.
2743 * configure.in: AC_SUBST it.
2744 * configure: Regenerate.
2745
578460f2
AO
27462003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2747
2748 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
2749 (info-subdir, install-info-subdir, clean-info-subdir)
2750 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
2751 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
2752 Pass $(FLAGS_TO_PASS).
2753
7f285245
AO
27542003-01-27 Alexandre Oliva <aoliva@redhat.com>
2755
2756 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
2757 /`$$CC -print-multi-os-directory`.
2758
5f9624e3
DJ
27592003-01-26 Daniel Jacobowitz <drow@mvista.com>
2760
2761 * hashtab.c (htab_create_alloc_ex): New function.
2762 (hatab_set_functions_ex): New function.
2763 (htab_delete, htab_expand): Support alternate allocation functions.
2764
9c2259b8
DD
27652003-01-24 Christopher Faylor <cgf@redhat.com>
2766
2767 * configure.in: Remove special pex-cygwin consideration.
2768 * configure: Regenerate.
2769 * pex-cygwin.c: Remove.
2770 * Makefile.in: Remove pex-cygwin.[co] lines.
2771
5a17353c
DD
27722003-01-24 Zack Weinberg <zack@codesourcery.com>
2773
2774 * Makefile.in (CFILES): Add pex-*.c.
2775 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
2776 (CONFIGURED_OFILES): Add pex-*.o.
2777 (TEXIFILES): Add pexecute.txh.
2778 (pexecute.o): Delete rule.
2779 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
2780 pex-unix.o, pex-win32.o): New rules.
2781 * configure.in: Change AC_INIT argument to xmalloc.c.
2782 Compute appropriate pexecute implementation and substitute it
2783 as @pexecute@.
2784
2785 * pexecute.c: Split up into...
2786 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
2787 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
2788 new files.
2789
2790 * functions.texi: Regenerate.
2791 * configure: Regenerate.
2792
eed2b28c
DD
27932003-01-20 Josef Zlomek <zlomekj@suse.cz>
2794
2795 * hashtab.c (htab_expand): Fix allocation of new entries.
2796
27a39a5f
DD
27972003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2798
2799 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
2800
2801 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
2802 mkinstalldirs command.
2803
b51c1553
DD
28042002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
2805
2806 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
2807 Define for hosts with HOST_EXECUTABLE_SUFFIX.
2808
756954c3
DD
28092002-11-24 Nick Clifton <nickc@redhat.com>
2810
2811 * make-relative-prefix.c (make_relative_prefix): Ensure return
2812 string is empty before using strcat to construct it.
2813
2a80c0a4
DD
28142002-11-22 Daniel Jacobowitz <drow@mvista.com>
2815
2816 * Makefile.in: Add make-relative-prefix.c.
2817 * make-relative-prefix.c: New file.
2818 * functions.texi: Rebuilt.
2819
768b20d8
JJ
28202002-11-16 Jakub Jelinek <jakub@redhat.com>
2821
2822 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
2823 used with arguments in traditional C' warnings.
2824
f52d1d64
JJ
28252002-10-16 Jakub Jelinek <jakub@redhat.com>
2826
2827 * config.table: Use mh-s390pic for s390x too.
2828
0d3deb8d
DD
28292002-10-06 Andreas Jaeger <aj@suse.de>
2830
2831 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
2832 variable and of strict-aliasing warning.
2833 (grow_vect): Use char as first parameter.
2834
1b67de92
DD
28352002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2836
2837 * Makefile.in (all): Fix multilib parallel build.
2838
585cc78f
DD
28392002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
2840
2841 * cp-demangle.c (demangling_new): Cast 0 to enum.
2842 (demangle_char): Cast return of strdup to char *.
2843 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
2844 (is_gnu_v3_mangled_dtor): Likewise.
2845 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
2846 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
2847 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
2848 * md5.c (md5_process_bytes): Cast results back to const void *.
2849 (md5_process_block): Add cast to const md5_uint32 *.
2850 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
2851 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
2852 unsigned short.
2853 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
2854 to void *.
2855 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
2856
e21b0cc1
NC
28572002-09-19 Nick Clifton <nickc@redhat.com>
2858
2859 * README: Update email addresses for bugs and patches.
2860
a54ba43f
DD
28612002-09-10 Mike Stump <mrs@apple.com>
2862
2863 * splay-tree.c (splay_tree_successor): Fix comments.
2864
28652002-09-11 Zack Weinberg <zack@codesourcery.com>
2866
2867 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
2868 * testsuite/Makefile.in: Adjust for test-demangle.
2869 * testsuite/regress-demangle: Deleted.
2870 * testsuite/test-demangle.c: New file.
2871 * testsuite/demangle-expected: Change \$ to $ throughout, now that
2872 this file is not being read by a shell script.
2873
01cea699
DD
28742002-09-05 Roger Sayle <roger@eyesopen.com>
2875
2876 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
2877
a2832523
DD
28782002-08-07 DJ Delorie <dj@redhat.com>
2879
2880 * regex.c (re_error_msgid): Just use a simple array of strings.
2881 (re_compile_pattern): Compensate.
2882 (re_comp): Likewise.
2883 (re_comp): Likewise.
2884 (regerror): Likewise.
2885
1e3f0be0
DD
28862002-07-29 Neil Booth <neil@daikokuya.co.uk>
2887
2888 * cplus-dem.c (PREPEND_BLANK): Remove.
2889
b851d07b
DD
28902002-07-10 Jason Merrill <jason@redhat.com>
2891
2892 * cp-demangle.c (demangle_identifier): Support extended Unicode
2893 characters.
2894
2a9dffbf
DD
28952002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2896
2897 * cp-demangle.c (demangle_v3_with_details): Wrap in
2898 !defined IN_GLIBCPP_V3.
2899
793011ca
DD
29002002-07-01 Mark Mitchell <mark@codesourcery.com>
2901
2902 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
2903 Set it for the "st" operator.
2904 (demangle_expression): Handle expressions with types as arguments.
2905
b39b76b8
DD
29062002-06-30 Douglas Rupp <rupp@gnat.com>
2907
2908 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
2909 * Makefile.in (OUTPUT_OPTION): Use.
2910
4748c6d8
DD
29112002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
2912
2913 * Makefile.in (install_to_libdir): Add $(DESTDIR).
2914 (install_to_tooldir): Likewise.
2915
f9c3326a
DD
29162002-06-17 Douglas Rupp <rupp@gnat.com>
2917
2918 * lbasename.c: Add 2002 to copyright.
2919 (IS_DIR_SEPARATOR): Remove VMS junk.
2920
18893690
DD
29212002-06-05 Geoffrey Keating <geoffk@redhat.com>
2922
2923 * hashtab.c (htab_create): New stub function for backward
2924 compatibility.
2925 (htab_try_create): Likewise.
2926
29272002-06-03 Geoffrey Keating <geoffk@redhat.com>
2928
2929 * hashtab.c (htab_create): Delete.
2930 (htab_try_create): Delete.
2931 (htab_create_alloc): New.
2932 (htab_delete): Support user-specified memory allocation.
2933 (htab_expand): Likewise.
2934
29352002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
2936
2937 * configure.in: Fix typo in the code checking for sys_errlist.
2938 * configure: Regenerated.
2939
9296c8b2
DD
29402002-05-13 Andreas Schwab <schwab@suse.de>
2941
2942 * config.table: Use mh-x86pic also for x86-64.
2943
52d98c2d
DD
29442002-05-08 Alexandre Oliva <aoliva@redhat.com>
2945
2946 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
2947 script entry, and set LD to it when configuring multilibs.
2948 * configure: Rebuilt.
2949
cafa3917
DD
29502002-05-07 Mark Mitchell <mark@codesourcery.com>
2951
2952 * configure.in (AC_TYPE_PID_T): Use it.
2953 * configure: Regenerated.
2954 * getruntime.c: Include <sys/types.h>.
2955 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
2956
b1c933fc
RH
29572002-04-09 Richard Henderson <rth@redhat.com>
2958
2959 * hashtab.c (higher_prime_number): Use 7 as minimum.
2960 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
2961 (htab_find_slot_with_hash): Likewise.
2962
0c4460bb
DD
29632002-04-01 Phil Edwards <pme@gcc.gnu.org>
2964
2965 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
2966 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
2967 not compile if IN_GLIBCPP_V3 defined.
2968 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
2969
f2160d2b
DD
29702002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2971
3ebf1f59 2972 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
f2160d2b
DD
2973 if it is NULL.
2974
7dd4d42a
DD
29752002-03-27 DJ Delorie <dj@redhat.com>
2976
2977 * hex.c: Add documentation.
2978 (_hex_value): Provide non-ASCII empty table.
2979 (hex_init): Initialize the non-ASCII table.
2980 * functions.texi: Regenerate.
2981
38e57a35
DD
29822002-03-27 Mark Mitchell <mark@codesourcery.com>
2983
2984 * dyn-string.c: Add libgcc exception to copyright notice.
2985
cfed0715
DD
29862002-03-26 H.J. Lu (hjl@gnu.org)
2987
2988 * config.table: Support --with-build-subdir.
2989 * configure.in: Likewise.
2990 * configure: Rebuild.
2991
1504972f
DD
29922002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
2993
2994 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
2995 seen.
2996
35efcd67
DD
29972002-03-12 Mark Mitchell <mark@codesourcery.com>
2998
2999 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
3000 notice.
3001
dabc64ea
DD
30022002-03-11 Douglas B Rupp <rupp@gnat.com>
3003
3004 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
3005
3ddbd84c
JB
30062002-03-06 Jim Blandy <jimb@redhat.com>
3007
3008 * splay-tree.c (splay_tree_xmalloc_allocate,
3009 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
3010 prototyped definitions. Mark `data' arguments as unused.
3011
efdab807
AC
30122002-03-06 Andrew Cagney <ac131313@redhat.com>
3013
3014 * floatformat.c (floatformat_arm_ext_big): Delete definition.
3015
50d4562d
DD
30162002-03-04 Phil Edwards <pme@gcc.gnu.org>
3017
3018 * configure.in: Add --enable-install-libiberty option.
3019 * Makefile.in (INSTALLED_HEADERS): New variable.
3020 (install_to_libdir): Possibly also copy headers.
3021 * configure: Regenerated.
3022
30232002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
3024
3025 * xmalloc.c (xmalloc_fail): Clarify error message further.
3026
6e9980f5
DD
30272002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
3028
3029 * xmalloc.c (xmalloc_fail): Clarify error message.
3030
18893690 30312002-02-22 Jim Blandy <jimb@redhat.com>
2bbcdae9
JB
3032
3033 * splay-tree.c (splay_tree_xmalloc_allocate,
3034 splay_tree_xmalloc_deallocate): New functions.
3035 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
3036 above functions and a dummy data pointer.
3037 (splay_tree_new_with_allocator): New function.
3038 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
3039 splay_tree_remove): Use the splay tree's allocation and
3040 deallocation functions.
3041
59ea9fe7
DD
30422002-02-19 Scott Snyder <snyder@fnal.gov>
3043
3044 * testsuite/demangle-expected: Add test case for infinite loop in
3045 demangler.
3046 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
3047 if do_type() doesn't make any progress --- prevents an infinite
3048 loop.
3049
6f848550
DD
30502002-02-18 Carlo Wood <carlo@gnu.org>
3051
3052 PR c++/5390
3053 * cplus-dem.c (demangle_integral_value): Accept multi-digit
3054 numbers that do not start with an underscore; This is needed
3055 for integer template parameters. This doesn't break anything
3056 because multi-digit numbers are never followed by a digit.
3057 * testsuite/demangle-expected: Corrected all mangled test
3058 cases with multi-digit template parameters: g++ 2.95.x does
3059 not generate underscores around these parameters.
3060
44354ae1
DD
30612002-02-05 Jason Merrill <jason@redhat.com>
3062
3063 * cplus-dem.c (flags): Add DMGL_VERBOSE
3064 (cplus_demangle_v3_p): Remove.
3065 (demangle_it): Add DMGL_TYPES to passed flags.
3066 * cp-demangle.c (cplus_demangle_v3_all): Remove.
3067 (cplus_demangle_v3_type): Remove.
3068 (cplus_demangle_v3): Add options parm.
3069
42da15d6
DD
30702002-02-02 H.J. Lu (hjl@gnu.org)
3071
3072 * cp-demangle.c (cp_demangle_type): Do not protect with
3073 IN_LIBGCC2.
3074 (cplus_demangle_v3_all): New.
3075 (cplus_demangle_v3): Call cplus_demangle_v3_all.
3076 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
3077
3078 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
3079 Initialized to cplus_demangle_v3.
3080 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
3081 of cplus_demangle_v3.
3082 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
3083 command line symbol.
3084
3085 * testsuite/regress-demangle: Pass the mangled name at the
3086 command line.
3087
b117c158
DD
30882002-02-01 H.J. Lu <hjl@gnu.org>
3089
3090 * cp-demangle.c (cp_demangle_type): Call demangling_new with
3091 DMGL_GNU_V3.
3092
c78d91b1
DD
30932002-01-31 Phil Edwards <pme@gcc.gnu.org>
3094
3095 * cp-demangle.c: Revert yesterday's change.
3096
bef8b55d
DD
30972002-01-31 Adam Megacz <adam@xwt.org>
3098
3099 * gcc/libiberty/configure.in: Treat mingw the same as cywin
3100 wrt HAVE_SYS_ERRLIST.
3101
2c955b8b
DD
31022002-01-30 Phil Edwards <pme@gcc.gnu.org>
3103
3104 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
3105 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
3106 cp_demangle_type.
3107 * testsuite/demangle-expected: New gnu-v3 test.
3108
58b1717a
RH
31092002-01-22 Momchil Velikov <velco@fadata.bg>
3110
3111 * configure.in (variable detection): Use arrays of unspecified
3112 size instead of plain integers.
3113
cc096b71
DD
31142002-01-18 DJ Delorie <dj@redhat.com>
3115
3116 * Makefile.in (TESTLIB): New. This library is for future
3117 testsuites.
3118 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
3119 break down by letter.
3120 (REQUIRED_OFILES): List long-to-compile files first.
3121 (maint-deps): New, target for updating dependencies.
3122 (dependencies): Update.
3123 * maint-tool: Add dependency-generating option.
3124 * configure.in: Check for _doprnt even if we're not providing it.
3125 * configure: Regenerate.
3126
3127 * _doprnt.c: Modifications to allow compiling on any platform.
3128 * copysign.c: Likewise.
3129 * putenv.c: Likewise.
3130 * setenv.c: Likewise.
3131 * vsprintf.c: Likewise.
3132
31332002-01-15 Douglas B Rupp <rupp@gnat.com>
3134
3135 * mkstemps.c (mkstemps): On VMS, open temp file with option
3136 that causes it to be deleted when closed.
3137
20d54542
DD
31382002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3139
c23795e2
DD
3140 * cp-demangle.c (long_options): Const-ify.
3141 * cplus-dem.c (long_options): Likewise.
3142
20d54542
DD
3143 * cplus-dem.c (mystrstr): Delete. All callers changed to use
3144 strstr instead.
3145
f348a7b1
DD
31462001-12-31 Ira Ruben <ira@apple.com>
3147
3148 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
3149 * configure: Regenerated.
3150
d86cd745
DD
31512001-12-24 Douglas B. Rupp <rupp@gnat.com>
3152
3153 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
3154 * configure: Regenerated.
3155
ae533646
DD
31562001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3157
3158 PR other/2719
3159 * cplus-dem.c (consume_count): Treat negative count as an error.
3160 * testsuite/demangle-expected: Added testcase.
3161
c0eb281b
DD
3162Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
3163
3164 * configure.in: Hardcode that vfork works on VMS host.
3165 * configure: Regenerated.
3166
2da4c07f
RH
31672001-12-06 Richard Henderson <rth@redhat.com>
3168
3169 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
3170 (cplus_demangle): Support no_demangling.
3171
24acd898
DD
31722001-11-27 Zack Weinberg <zack@codesourcery.com>
3173
3174 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
3175 in libiberty context. Fix typo in leading comment.
3176 * configure.in: Fix various AC_DEFINEs so autoheader works.
3177 If any of vprintf, vsprintf, vfprintf is missing from libc,
3178 then AC_REPLACE_FUNCS(_doprnt).
3179
fec50157 31802001-11-26 DJ Delorie <dj@redhat.com>
d86cd745 3181 Daniel Jacobowitz <drow@mvista.com>
fec50157
DD
3182
3183 * Makefile.in (stamp-h): Depend on Makefile for proper
3184 serialization.
3185 (*-subdir): Depend on config.h for proper serialization.
3186
5527febf
DD
31872001-11-26 DJ Delorie <dj@redhat.com>
3188
3189 * configure.in: Check for alloca.h (for regex.c and putenv.c).
3190 * configure: Regenerate.
3191 * config.h: Add HAVE_ALLOCA_H.
3192
941d74a0
DD
31932001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3194
3195 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
3196 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
3197 is available.
3198
dc579051
DD
3199Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
3200
3201 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
3202 * configure.in (HAVE_UINTPTR_T): Test for system defining
3203 uintptr_t and define HAVE_UINTPTR_T appropriately.
3204 * regex.c (uintptr_t): Do not provide a definition if the
3205 system provided one.
3206
3207 * regex.c (PREFIX): Provide an alternate definition for
3208 non-ANSI/ISO compilers.
3209 (ARG_PREFIX): Likewise.
3210
1a78a35a
DD
32112001-11-12 Jim Meyering <meyering@lucent.com>
3212
3213 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
3214 this code would end up calling gettext even in packages built
3215 with --disable-nls.
3216 * getopt.c (_): Likewise.
3217 * regex.c (_): Likewise.
3218
4e55c4b6
DD
32192001-11-03 Alan Modra <amodra@bigpond.net.au>
3220
3221 * configure.in: Cope with missing makeinfo.
3222 * configure: Regenerate.
3223
d311a83a
DD
32242001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3225
3226 * hex.c (hex_init): Provide empty stub.
3227
3228 * hex.c (hex_init): Delete.
3229 (_hex_value): Const-ify and initialize at compile-time.
3230
3bc62f91
DD
32312001-10-19 H.J. Lu <hjl@gnu.org>
3232
3233 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
3234 necessary.
3235
5d852400
DD
32362001-10-17 DJ Delorie <dj@redhat.com>
3237
3238 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
3239 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
5527febf 3240 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5d852400
DD
3241 Improve manual formatting.
3242 * functions.texi: Regenerate.
3243
ba19b94f
DD
32442001-10-15 DJ Delorie <dj@redhat.com>
3245
3246 * Makefile.in (TEXIFILES): Add fnmatch.txh.
3247 (maint-undoc): New.
3248 maint-tool: Add "undoc" tool.
3249 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
3250 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
3251 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
3252 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
3253 documentation.
3254 * fnmatch.txh: New.
3255 * functions.texi: Regenerate.
3256
56056af5
DD
32572001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
3258
3259 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
3260 * strtod.c: Use "ISO C" instead of "ANSI C".
3261 * functions.texi: Regenerate.
3262
99b58139
DD
32632001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
3264
3265 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
3266 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
3267 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
3268 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
3269 spelling. Give names to function arguments in documentation. Use
3270 (void) prototypes in documentation.
3271 * functions.texi: Regenerate.
3272
e6450fe5
DD
32732001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3274
3275 * argv.c (buildargv, tests, main): Const-ify.
3276 * cp-demangle.c (operator_code): Likewise.
3277 * cplus-dem.c (optable, libiberty_demanglers,
3278 cplus_demangle_set_style, cplus_demangle_name_to_style,
3279 print_demangler_list): Likewise.
3280 * hashtab.c (higher_prime_number): Likewise.
3281 * strcasecmp.c (charmap): Likewise.
3282 * strerror.c (error_info, strerror, main): Likewise.
3283 * strncasecmp.c (charmap): Likewise.
3284 * strsignal.c (signal_info): Likewise.
3285
da191b5b
DD
32862001-09-29 DJ Delorie <dj@redhat.com>
3287
3288 * configure: Regenerate.
3289
916aaa12
DD
32902001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3291
3292 * concat.c: Include stdlib.h.
3293
fa9f0e33
DD
32942001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
3295
3296 * libiberty.texi: (Top level): Add syncodeindex pg. Add
3297 @dircategory and @direntry directives. Add @finalout.
3298 (many nodes): Lose the next,prev,up pointers on the @nide line.
3299 (Using, Supplemental Functions, Replacement Functions): Fix
3300 markup.
3301 (Functions): Move around, to allow makeinfo to build the manual
3302 without next,prev,up pointers in thye node lines.
3303 (Licenses): Fix typos.
3304
3305 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
3306 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
3307 * functions.texi: Regenerate.
3308
3309 * copying-lib.texi: Lose the next,prev,up pointers on the @node
3310 line.
3311
33122001-09-27 DJ Delorie <dj@redhat.com>
3313
3314 * configure.in: Don't use in-tree texinfo, because libiberty must
3315 be built before it. Check for makeinfo version 4 or higher.
3316 * functions.texi: Regenerate.
3317
39423523
DD
33182001-09-20 DJ Delorie <dj@redhat.com>
3319 Phil Edwards <pedwards@disaster.jaj.com>
3320
3321 * configure.in (MAKEINFO, PERL): Detect these.
3322 (--enable-maintainer-mode): Add.
3323 * configure: Regenerate.
3324 * Makefile.in (MAKEINFO, PERL): Define.
3325 (libiberty.info, libiberty.dvi, libiberty.html): New.
3326 (CFILES): Add bsearch.c.
3327 (CONFIGURED_OFILES): New, list of objects configure might add.
3328 (maint-missing, maint-buildall): New, for maintainers only.
3329 (clean, mostlyclean): Add info/dvi/html files.
3330 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
3331 * gather-docs: New, for maintainers.
3332 * maint-tool: New, for maintainers.
3333 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
3334 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
3335 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
3336 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
3337 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
3338 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
3339 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
3340 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
3341 documentation.
3342
66c94e19
DD
33432001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3344
3345 * concat.c (reconcat): Fix for traditional C.
3346
99ee3a8f
DD
33472001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3348
3349 * concat.c (reconcat): New function.
3350
54c20242
DD
33512001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3352
3353 * concat.c (vconcat_length, vconcat_copy, concat_length,
3354 concat_copy, concat_copy2): New functions.
3355 (concat): Use vconcat_length/vconcat_copy.
3356
3357 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
3358 Define.
3359
843f21be
DD
33602001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3361
3362 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
3363 VA_FIXEDARG & VA_CLOSE.
3364
3365 * vasprintf.c: Check HAVE_STRING_H when including string.h.
3366 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
3367 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
3368
8a423cb3
DD
33692001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3370
3371 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
3372
dc676635
DD
33732001-08-23 Ulrich Drepper <drepper@redhat.com>
3374
3375 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
3376
33772001-08-23 Ulrich Drepper <drepper@redhat.com>
3378
3379 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
3380 instead of mbrtowc.
3381 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
3382 wcslen, and __wcscoll instead of wcscoll.
3383
f080c76d
DD
33842001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3385
3ebf1f59
DD
3386 * fibheap.c (fibheap_init, fibnode_init): Remove.
3387 (fibheap_new, fibnode_new): Use xcalloc to allocate and
3388 initialize memory.
3389 (fibheap_insert): Remove check for node allocation failure.
f080c76d 3390
f01b59ed
DD
33912001-08-21 Richard Henderson <rth@redhat.com>
3392
3393 * Makefile.in (fibheap.o): Depend on config.h.
3394 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
3395 functions for inlining.
3396
3397Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
3398
3399 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
3400 hosting on cygwin.
3401 * configure: Regenerate.
3402
eb828599
AC
34032001-08-20 Andrew Cagney <ac131313@redhat.com>
3404
3405 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
3406 HARRIS_FLOAT_FORMAT.
3407 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
3408 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
3409 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
3410 (floatformat_m88110_harris_ext): New float formats.
3411
4e55c4b6
DD
34122001-08-20 Daniel Berlin <dan@cgsoftware.com>
3413
3414 * fibheap.c: New file. Fibonacci heap.
3415
3416 * Makefile.in (CFILES): Add fibheap.c.
3417 (REQUIRED_OFILES): Add fibheap.o.
3418 (fibheap.o): Add dependencies for fibheap.o.
3419
68a41de7
DD
34202001-08-17 Christopher Faylor <cgf@cygnus.com>
3421
3422 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
3423 * configure: Regenerate.
3424
8fc34799
DD
34252001-08-16 Richard Henderson <rth@redhat.com>
3426
3427 * hashtab.c (htab_hash_string): New.
3428
16bad250
AC
34292001-08-13 Andrew Cagney <ac131313@redhat.com>
3430
3431 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
3432 name.
3433
a9022147
DD
34342001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
3435
3436 * regex.c (wcs_regex_compile): Use appropriate string
3437 to compare with collating element.
3438 Fix the padding for the alignment.
3439
8aefe91a 34402001-08-10 Andrew Cagney <ac131313@redhat.com>
3ea71002
AC
3441
3442 * lbasename.c (lbasename): Change function definition to return a
3443 const char pointer.
3444
e7e9b069
DD
34452001-08-07 Jason Merrill <jason_merrill@redhat.com>
3446
3447 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
3448 for".
3449
cc5144f8
DD
34502001-08-03 Richard Henderson <rth@redhat.com>
3451
3452 * Makefile.in (concat.o): Depend on config.h.
3453
8aefe91a
DD
34542001-07-30 Andreas Jaeger <aj@suse.de>
3455
3456 * concat.c: Include "config.h".
3457
86710ce2
DD
34582001-07-30 Andreas Jaeger <aj@suse.de>
3459
3460 * regex.c: Declare wcs functions only if compiling with
3461 MBS_SUPPORT.
3462 Don't use #elif for traditional C.
3463
34642001-07-23 Ulrich Drepper <drepper@redhat.com>
3465
3466 * regex.c: Revamp memory allocation for WCHAR functions to
3467 not use too much stack.
3468
34692001-07-30 Andreas Jaeger <aj@suse.de>
3470
3471 * regex.c: Declare wcs functions only if compiling with
3472 MBS_SUPPORT.
3473 Don't use #elif for traditional C.
3474
a5d8f731
DD
34752001-07-25 Daniel Jacobowitz <drow@mvista.com>
3476
3477 * Makefile.in (regex.o): Add dependency on config.h.
3478
6ad8a379
DD
34792001-07-18 Andreas Schwab <schwab@suse.de>
3480
3481 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
3482 underscore character.
3483
34842001-07-18 Ulrich Drepper <drepper@redhat.com>
3485
3486 * regex.c: Limit string length printed in debug messages to 100
3487 chars.
3488
34892001-07-18 Andreas Jaeger <aj@suse.de>
3490
3491 * regex.c: Place under LGPL version 2.1.
3492
2a6ef469
DD
34932001-07-10 Jeff Johnston <jjohnstn@redhat.com>
3494
3495 * Makefile.in: Add support for regex code.
3496 * regex.c: New file.
3497
7b78baae
DD
34982001-07-05 Mark Klein <mklein@dis.com>
3499
3500 * Makefile.in: Add ffs.c dependency.
3501 * configure.in: Add ffs.c.
3502 * ffs.c: New file.
3503
926150e2
DD
35042001-06-18 Richard Henderson <rth@redhat.com>
3505
3506 * concat.c: Include <sys/types.h>.
3507
11f6f21d
DD
35082001-06-11 Loren J. Rittle <ljrittle@acm.org>
3509
3510 bootstrap/3106
3511 * strerror.c (sys_nerr): Hide the OS header version.
3512 * strsignal.c (sys_nsig): Likewise.
3513
d42dae6c
DD
35142001-06-10 Richard Henderson <rth@redhat.com>
3515
3516 * concat.c: Include string.h. Fix int vs size_t usage.
3517 Simplify the iteration loops. Use memcpy.
3518
e05c6d27
DD
35192001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3520
3521 * partition.c: Fix misspelling of `implementation'.
3522
b50c4073
DD
35232001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3524
3525 * md5.c (md5_init_ctx): Declare constants as unsigned.
3526 (md5_process_block): Likewise.
3527
457161bf
DD
35282001-05-07 Zack Weinberg <zackw@stanford.edu>
3529
3530 * cp-demangle.c (demangle_v3_with_details,
3531 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
3532 function definition.
3533 * ternary.c: Use K+R style function definitions. Use PTR, not
3534 void *. Make arguments constant where possible.
3535
e00bc6a7
DD
35362001-05-07 Mark Mitchell <mark@codesourcery.com>
3537
3538 * splay-tree.h (splay_tree_max): New function.
3539 (splay_tree_min): Likewise.
3540
400ee7e1
DB
35412001-04-15 Daniel Berlin <dan@cgsoftware.com>
3542
3543 * ternary.c: New file - Ternary search tree implementation.
a5dd804e
DB
3544
3545 * Makefile.in: Add ternary.o, and ternary.c dependencies.
400ee7e1 3546
d9697354
DD
35472001-04-03 Zack Weinberg <zackw@stanford.edu>
3548
3549 * make-temp-file.c (try): Inline.
3550
a7bf099b
DD
35512001-02-28 Richard Henderson <rth@redhat.com>
3552
3553 * Makefile.in (make-temp-file.o): Depend on config.h.
3554
30a1def2
DD
35552001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3556
3557 * memchr.c (memchr): Adjust condition to avoid infinite loop.
3558
079c672a
DD
35592001-03-23 Jakub Jelinek <jakub@redhat.com>
3560
3561 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
3562 `_' not followed by a digit is invalid.
3563
a88e356a
JB
35642001-03-22 Jim Blandy <jimb@redhat.com>
3565
3566 * cp-demangle.c (string_list_delete): Use dyn_string_delete
3567 instead of free, to free the contents as well as the string
3568 structure.
3569
1dffcc66
DD
35702001-03-21 Zack Weinberg <zackw@stanford.edu>
3571
3572 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
3573 Don't default P_tmpdir to anything. Try /var/tmp before
3574 /usr/tmp.
3575
35762001-03-20 Zack Weinberg <zackw@stanford.edu>
3577
3578 * choose-temp.c: Split off make_temp_file, and the code
3579 duplicated between it and choose_temp_base, into...
3580 * make-temp-file.c: ... here; new file.
3581
3582 * Makefile.in (CFILES): Add make-temp-file.c.
3583 (REQUIRED_OFILES): Add make-temp-file.o.
3584
e61231f1
JB
35852001-03-20 Jim Blandy <jimb@redhat.com>
3586
3587 * cp-demangle.c (struct demangling_def): New fields:
3588 is_constructor and is_destructor.
3589 (demangling_new): Initialize them.
3590 (demangle_ctor_dtor_name): Set them, if we detect a constructor
3591 or destructor.
3592 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
3593 is_gnu_v3_mangled_dtor): New functions.
3594
a9cbbe6d
DD
35952001-03-20 Jason Merrill <jason@redhat.com>
3596
3597 * cplus-dem.c (main): Skip initial $.
3598
b1e51b3c
DD
35992001-03-15 Michael Meissner <meissner@redhat.com>
3600
3601 * hashtab.c (higher_prime_number): Silence warning that 4294967291
3602 might be a signed integer under pre-ISO C systems.
3603
8aa30e60 36042001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
fa03f0a7 3605 John David Anglin <dave@hiauly1.hia.nrc.ca>
8aa30e60 3606
8aa30e60
DD
3607 * libiberty/lbasename.c: New file.
3608 * libiberty/Makefile.in: Update for lbasename.
8aefe91a 3609
30673bf5
DD
36102001-03-06 Zack Weinberg <zackw@stanford.edu>
3611
3612 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
3613 * configure.in: Replace all alloca logic with a simple use of
3614 the above new macro.
3615 * config.table: Kill *-*-beos* entry.
3616 * config/mh-beos: Delete.
3617 * configure, config.in: Regenerate.
fa03f0a7 3618
30673bf5
DD
3619 * Makefile.in (ALLOCA, HFILES): Kill.
3620 (REQUIRED_OFILES): Add alloca.o.
3621 (alloca.o): Depend on libiberty.h.
3622 (argv.o): Don't depend on alloca-conf.h.
3623 * alloca-conf.h: Delete.
3624 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
3625 blocks. Provide the C alloca unconditionally. Use PTR where
3626 appropriate. Make i00afunc static.
3627 * argv.c: Don't include alloca-conf.h.
fa03f0a7 3628
5810f394
DD
36292001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3630
3631 * cplus-dem.c (main): Cast enum style to int.
fa03f0a7 3632
a9db032a
DD
36332001-02-16 Loren J. Rittle <ljrittle@acm.org>
3634
3635 * cplus-dem.c (main): Initialize style.
fa03f0a7 3636
8aefe91a
DD
36372001-02-02 Phil Edwards <pme@sources.redhat.com>
3638
3639 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3640
bc9bf259
DD
36412001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3642
3643 Add support for Java demangling under the v3 ABI:
3644 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
3645 (struct demangling_def): Add `style' field.
3646 (demangling_new): New parameter `style'. Set it in demangling_t.
3647 (demangle_prefix): Use NAMESPACE_SEPARATOR.
3648 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
3649 (cp_demangle): New parameter `style'. Pass it to demangling_new().
3650 (main): Call cp_demangle with extra parameter.
3651 (java_demangle_v3): New function.
3652 (java_builtin_type_names): New. Table of primitive type names used
3653 for Java demangling.
3654 (demangle_builtin_type): Look up in java_builtin_type_names if doing
3655 Java output.
3656 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
3657 demangling.
3658 (long_options): Remove obsolete `java' option.
3659 (main): Remove explicit handling of `java' option. Instead, pass style
3660 parameter in cplus_demangle flags as gdb does.
3661 * testsuite/demangle.expected: Add some Java test cases.
fa03f0a7 3662
f6528837
DD
36632000-12-29 DJ Delorie <dj@redhat.com>
3664
3665 * fnmatch.c: Make the note about the origins of this file more
3666 accurate, at least until we can sync with glibc.
3667 * getopt.c: Ditto.
3668 * getopt1.c: Ditto.
3669 * md5.c: Ditto.
3670 * obstack.c: Ditto.
9d969b59 3671
c6da642e
DD
36722000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3673
3674 * bsearch.c: New file.
3675 * configure.in (funcs): Add bsearch.
3676 (AC_CHECK_FUNCS): Likewise.
3677 * configure, config.in: Regenerate.
3678
ae7d06ad 36792000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
3680
3681 * safe-ctype.c: #include "ansidecl.h".
3682 * strtod.c: Likewise.
3683
ae7d06ad 36842000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
3685
3686 * strtoul.c: Include safe-ctype.h, not ctype.h.
3687
ac424eb3
DD
36882000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
3689
3690 * safe-ctype.c: New file.
3691 * Makefile.in (CFILES): Add safe-ctype.c.
3692 (REQUIRED_OFILES): Add safe-ctype.o.
3693
3694 * argv.c: Define ISBLANK and use it, not isspace.
3695 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
3696 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
3697 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
3698 before calling TOLOWER(c)/TOUPPER(c).
3699
4415a860
DD
37002000-12-07 Mike Stump <mrs@wrs.com>
3701
3702 * Makefile.in (distclean): When cleaning, remove testsuite.
3703
849ee224
DD
37042000-12-05 Jason Merrill <jason@redhat.com>
3705
3706 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
3707 name before allocating the dyn_string.
3708
ae7d06ad 37092000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
3710
3711 * cp-demangle.c: s/new_abi/v3/.
3712 * cplus-dem.c: Likewise.
3713 (current_demangling_style): Now auto_demangling.
3714 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 3715 (main): Use standard symbol chars for auto_demangling.
e49a569c 3716
ae7d06ad 37172000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
3718
3719 * hashtab.c (higher_prime_number): Use a table, rather than a
3720 seive, to find the next prime.
ae7d06ad
NC
3721
37222000-11-22 H.J. Lu <hjl@gnu.org>
3723
3724 * cplus-dem.c (main): Handle gnat_demangling.
3725
37262000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
3727
3728 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
3729 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
3730 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
3731 argument form of AC_DEFINE in dummy definitions block. Use
3732 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
3733 in dummy block. Preload cache variables instead of bypassing
3734 tests, where possible.
3735 * acconfig.h: Removed.
ae7d06ad 3736
2ea7befd
DD
3737 * xmalloc.c (xmalloc_failed): New function, does error
3738 reporting on failed allocation.
3739 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 3740
f1775526
HPN
37412000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
3742
3743 * cplus-dem.c (cplus_demangle): Fix formatting.
3744 (grow_vect): Ditto.
3745 (ada_demangle): Ditto.
3746 (internal_cplus_demangle): Ditto.
3747 (mop_up): Ditto.
3748
37492000-11-21 H.J. Lu <hjl@gnu.org>
3750
3751 * cplus-dem.c (main): Handle java_demangling.
3752
ae7d06ad 37532000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
3754
3755 * cplus-dem.c (grow_vect): Prototype.
3756 (ada_demangle): Cast the arg of ctype macros to unsigned char.
3757
5dd42ef4
HPN
37582000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
3759
3760 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
3761 parameter `option'.
3762
296731c1
DD
37632000-11-15 Kenneth Block <kenneth.block@compaq.com>
3764
8944fb9d 3765 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
3766 be used in GCC.
3767
6e53a714 37682000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 3769
5dd42ef4 3770 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
3771 list.
3772
99a4c1bd
HPN
37732000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
3774
3775 * hashtab.c (htab_expand): Change to return int. Use calloc or
8aefe91a
DD
3776 xcalloc depending on htab->return_allocation_failure. Return zero
3777 if calloc fails.
99a4c1bd
HPN
3778 (htab_create): Update comment to cover memory allocation.
3779 (htab_try_create): New.
3780 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
8aefe91a 3781 Update comment to cover this.
99a4c1bd 3782
e0f3df8f
HPN
37832000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3784
3785 * hashtab.c: Change void * to PTR where necessary.
3786 (htab_create, htab_expand): Correct formatting of comment before
3787 function.
3788
ae7d06ad 37892000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
3790
3791 * cp-demangle.c (string_list_def): Add caret_position and comments.
3792 (result_caret_pos): New macro.
3793 (result_append_string): Rename to...
3794 (result_add_string): ... this, and insert at caret position.
ae7d06ad 3795 Rename throughout.
59666b35
DD
3796 (result_append): Rename to...
3797 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 3798 throughout.
59666b35
DD
3799 (result_append_char): Rename to...
3800 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 3801 throughout.
59666b35
DD
3802 (result_append_space): Remove.
3803 (string_list_new): Initialize caret position.
3804 (result_add_separated_char): Use caret position.
3805 (result_get_caret): New funtion.
3806 (result_set_caret): Likewise.
3807 (result_shift_caret): Likewise.
3808 (result_previous_char_is_space): Likewise.
3809 (substitution_start): Use caret position.
3810 (substitution_add): Likewise.
3811 (demangling_new): Initialize caret position.
3812 (demangle_encoding): Use caret position.
ae7d06ad 3813 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
3814 (demangle_type_ptr): Use switch statement. Handle pointers to
3815 arrays. Don't use result_append_space. Use caret position.
3816 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
3817 call to demangle_array_type.
3818 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 3819
ae7d06ad 38202000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
3821
3822 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
3823
38242000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
3825
3826 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
3827
38282000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3829
3830 * splay-tree.c: #include <stdio.h>.
3831
38322000-09-14 Hans-Peter Nilsson <hp@axis.com>
3833
3834 * testsuite/demangle-expected: Add two tests for anonymous
3835 namespaces.
3836 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
3837
38382000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
3839
3840 * splay-tree.c (splay_tree_predecessor): New function.
3841 (splay_tree_successor): Likewise.
ae7d06ad
NC
3842
38432000-09-10 Hans-Peter Nilsson <hp@axis.com>
3844
3845 * testsuite/demangle-expected: Add four tests for type_info
3846 mangling.
3847 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
3848 for a non-template non-qualified type_info function or node.
3849
38502000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3851
3852 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
3853
38542000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3855
3856 * md5.c: #include "ansidecl.h".
3857
38582000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3859
3860 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
3861 (demangle_type): Handle substitution candidates correctly in the
3862 face of special substitutions.
ae7d06ad
NC
3863
38642000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3865
3866 * cp-demangle.c (demangle_encoding): Rename variable.
3867 (demangle_name): Rename parameter. Handle return type
3868 suppression.
3869 (demangle_nested_name): Rename parameter.
3870 (demangle_prefix): Likewise. Change return type suppression.
3871 (demangle_unqualified_name): Add parameter. Flag constructors and
3872 conversion operators.
3873 (demangle_special_name): Fix comment.
3874 (demangle_type): Rename variable.
3875 (demangle_bare_function_type): Check for missing return type and
3876 parameter.
3877 (demangle_class_enum_type): Rename parameter.
3878 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
3879
38802000-08-31 DJ Delorie <dj@redhat.com>
3881
3882 * configure.in (Cygwin): special case cygwin only when we're
3883 building cygwin, not when we're hosting cygwin.
3884
38852000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3886
3887 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
3888 <expression>.
ae7d06ad
NC
3889
38902000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3891
3892 * cp-demangle.c (demangle_type_ptr): Increment position past
3893 pointer and reference characters.
ae7d06ad
NC
3894
38952000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3896
3897 * cp-demangle.c (demangle_nv_offset): New function.
3898 (demangle_v_offset): Likewise.
3899 (demangle_call_offset): Likewise.
3900 (demangle_special_name): Update thunk demangling to comply with
3901 ABI changes.
ae7d06ad
NC
3902
39032000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3904
3905 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
3906 (substitution_def): Remove template_parm_number.
3907 (NOT_TEMPLATE_PARM): Remove.
3908 (result_insert_string): New macro.
3909 (result_insert): Likewise.
3910 (result_insert_char): Likewise.
3911 (substitution_add): Remove last parameter. Don't store template
3912 parm number.
3913 (BFT_NO_RETURN_TYPE): Define as NULL.
3914 (demangle_encoding): Adjust call to demangle_bare_function_type.
3915 (demangle_name): Adjust substitution. Adjust call to
3916 substitution_add.
3917 (demangle_prefix): Adjust call to substitution_add.
3918 (demangle_identifier): Handle anonymous namespaces.
3919 (demangle_operator_name): Change demangling of vendor-extended
3920 operator to match ABI changes.
3921 (demangle_type_ptr): Change parameters. Make recursive. Handle
3922 substitutions here.
3923 (demangle_type): Adjust calls to demangle_template_param,
3924 substitution_add, and demangle_type_ptr. Fix substitution of
3925 templated types.
3926 (demangle_function_type): Change parameter to a pointer.
3927 (demangle_bare_function_type): Likewise. Adjust insertion point.
3928 (demangle_template_param): Remove last parameter.
3929 (demangle_expr_primary): Remove unused variable. Adjust call to
3930 demangle_template_param.
3931 (is_mangled_char): Accept `$' and `.'.
3932 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
3933 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
3934
39352000-08-31 Hans-Peter Nilsson <hp@axis.com>
3936
3937 * testsuite/demangle-expected: Add nine tests for
3938 underscore-after-number followed by five tests for name-signature
3939 delimiter.
3940
39412000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
3942
3943 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
3944
39452000-08-28 Jason Merrill <jason@redhat.com>
3946
3947 * Makefile.in (REQUIRED_OFILES): Add md5.o.
3948 (CFILES): Add md5.c.
3949 * md5.c: New file.
3950
39512000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3952
3953 * cp-demangle.c (demangle_name): Initialize template_p in local
3954 name case. Don't re-add substitutions as candidates.
3955 (demangle_nested_name): Use <unqualified-name>.
3956 (demangle_prefix): Likewise. Don't add template names as
3957 substitution candidates twice, or re-add a substitution or the
3958 last prefix component.
3959 (demangle_local_name): Adjust output format.
ae7d06ad
NC
3960
39612000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3962
3963 * cp-demangle.c (result_add_separated_char): Change parameter to
3964 int.
3965 (substitution_add): Don't check for duplicates. Check if
3966 previously allocated size is zero.
3967 (demangle_name): Remove duplicate check for std substitution.
3968 Clear template flag appropriately.
3969 (demangle_prefix): Remove argument to demangle_substitution.
3970 Don't check that template flag is already set.
3971 (demangle_operator_name): Add pt operator.
3972 (demangle_type): Don't treat r as built-in type. Remove argument
3973 to demangle_substitution. Fix substitution candidate mechanics.
3974 Handle <template-template-parm>s. Improve comments.
3975 (demangle_template_param): Don't handle template arg lists here.
3976 (demangle_substitution): Remove parameter.
3977 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
3978
39792000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
3980
3981 * libiberty/random.c (end_ptr): Revert previous change.
ae7d06ad
NC
3982
39832000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
3984
3985 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
3986 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
3987 * libiberty/random.c (end_ptr): Likewise.
ae7d06ad
NC
3988
39892000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
3990
3991 * cp-demangle.c (result_close_template_list): Remove function.
3992 (result_add_separated_char): New function.
3993 (result_open_template_list): New macro.
3994 (result_close_template_list): Likewise.
3995 (demangle_prefix): Don't set template_p if the
3996 prefix ends with a ctor name.
3997 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
3998 (demangle_type): Check for template args after substitution.
3999 (demangle_template_args): Use result_open_template_list.
d3e85005 4000
ae7d06ad 40012000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 4002
ae7d06ad 4003 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 4004
ae7d06ad 40052000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
4006
4007 * config/mh-openedition.h: Added -DLE370 definition.
4008
a9f34fb6
JL
40092000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
4010
4011 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
4012 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
4013 Cast program to 'char *' in errmsg_arg assignment.
4014 (PWAIT_ERROR): Define.
4015 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
4016 to DJGPP's WIF* macros.
4017
90aaccd1 40182000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 4019 Jeff Law <law@cygnus.com>
90aaccd1 4020
ae7d06ad 4021 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 4022
90aaccd1 4023 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
4024 * rename.c: Include config.h, unistd.h
4025 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 4026
6ef554e3
HPN
40272000-07-24 Hans-Peter Nilsson <hp@axis.com>
4028
4029 * cplus-dem.c (work_stuff_copy_to_from): New.
4030 (delete_non_B_K_work_stuff): New.
4031 (delete_work_stuff): New.
4032 (mop_up): Break out work_stuff partly destruction to
4033 delete_non_B_K_work_stuff.
4034 (iterate_demangle_function): New.
4035 (demangle_prefix): Call iterate_demangle_function instead of
4036 demangle_function_name. Leave handling of name-signature
4037 __-delimiters to iterate_demangle_function.
4038 (demangle_integral_value): Strip an optional
4039 following underscore cautiously. Handle negative numbers.
4040
ae7d06ad 40412000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 4042
ae7d06ad 4043 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
4044 if (AUTO_DEMANGLING || GNU_DEMANGLING)
4045
ae7d06ad
NC
40462000-07-21 Alex Samuel <samuel@codesourcery.com>
4047
4048 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
4049 allocating ctor mangling.
4050 (demangle_array_type): Handle empty and non-constant array length.
4051
b1233257 40522000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
4053 Jeff Law <law@cygnus.com>
4054
4055 * configure.in (AC_CHECK_HEADERS): Add time.h.
4056 (AC_HEADER_TIME): Add check.
4057 * configure, config.in: Regenerate.
4058 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
4059
4060 * configure.in (AC_CHECK_HEADERS): Add limits.h.
4061 * configure, config.in: Regenerate.
4062 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
4063 * strtol.c, strtoul.c: #include "config.h". Portably #include
4064 <limits.h> and/or <sys/param.h>.
4065 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 4066
7d3ffcaf
JL
4067 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
4068 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
4069 * configure, config.in: Regenerate.
4070 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
4071
b1233257
JL
4072 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
4073
ae7d06ad
NC
40742000-07-21 Mike Stump <mrs@wrs.com>
4075
4076 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
4077 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
4078
40792000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4080
4081 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
4082
4083 * setenv.c (setenv): Initialize variable `ep'.
4084
4085 * sigsetmask.c (abort): Prototype.
4086
4087 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
4088 __STDC__ for stdarg.h include.
4089 (int_vasprintf): Prototype.
4090 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
4091 definition. Cast `global_total_width' in comparison.
4092 (main): Prototype. Return a value.
4093
4094 * vfork.c (fork): Prototype.
4095
4096 * xexit.c: Include config.h.
4097
9adf30b2
JL
40982000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
4099
4100 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
4101 and print it with %u.
4102
2ed78d1b
HPN
41032000-07-17 Hans-Peter Nilsson <hp@axis.com>
4104
4105 * testsuite/regress-demangle (failed test): Show result and
4106 expected output.
4107
0473bdf7
AH
41082000-07-07 Andrew Haley <aph@cygnus.com>
4109
4110 * cplus-dem.c (main): fflush() after emitting last char before
4111 waiting for input.
4112
03d5f569
JM
41132000-06-28 Alex Samuel <samuel@codesourcery.com>
4114
4115 * cp-demangle.c (demangle_encoding): Accept no substitutions.
4116 (demangle_name): Handle <substitution> followed by
4117 <unqualified-template-name>.
4118 (demangle_type): Follow special substitutions with
4119 <class-enum-type>
4120 (demangle_subtitution): Set template_p for special substitutions.
4121 (main): Fix typos.
ae7d06ad 4122
03d5f569
JM
41232000-06-27 Alex Samuel <samuel@codesourcery.com>
4124
4125 * cp-demangle.c (demangle_special_name): Swap base and derived
4126 class when demangling construction vtables.
4127
41282000-06-21 Alex Samuel <samuel@codesourcery.com>
4129
4130 * cp-demangle.c: Don't include ctype.h.
4131 (IS_DIGIT): New macro.
4132 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
4133 instead of isdigit and isalpanum.
4134 (demangling_def): Make name and next const pointers.
4135 (STATUS_ALLOCATION_FAILED): New status code.
4136 (dyn_string_append_space): Handle failure in
4137 dyn_string_append_char.
4138 (int_to_dyn_string): Likewise. Change return value to status_t.
4139 (string_list_new): Handle failure of dyn_string_init.
4140 (result_close_template_list): Change return type to status_t.
4141 Handle failure in dyn_string_append.
4142 (result_push): Change return value to status_t. Handle failure in
4143 string_list_new. Handle failure of result_push throughout.
4144 (substitution_add): Change return value to status_t. Handle
4145 dyn_string failures. Handle failure of substitution_add
4146 throughout.
4147 (template_arg_list_new): Return NULL on allocation failure.
4148 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
4149 Handle error result throughout.
4150 (result_append): Likewise.
4151 (result_append_char): Likewise.
4152 (result_append_space): Likewise.
4153 (demangling_new): Make argument a const pointer. Handle
4154 allocation failures.
4155 (demangle_template_args): Handle failure in template_arg_list_new
4156 and result_close_template_list.
4157 (demangle_discriminator): Return if int_to_dyn_string fails.
4158 (cp_demangle): Likewise.
4159 (cp_demangle_type): New function.
4160 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
4161 memory allocation failure.
4162 (main): Likewise.
4163 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
4164 IN_LIBGCC2.
4165 (dyn_string_init): Change return value to int. Handle
4166 RETURN_ON_ALLOCATION_FAILURE case.
4167 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
4168 (dyn_string_release): Delete the dyn_string.
4169 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
4170 (dyn_string_copy): Change return type to int.
4171 (dyn_string_copy_cstr): Likewise.
4172 (dyn_string_prepend): Likewise.
4173 (dyn_string_prepend_cstr): Likewise.
4174 (dyn_string_insert): Likewise.
4175 (dyn_string_insert_cstr): Likewise.
4176 (dyn_string_append): Likewise.
4177 (dyn_string_append_cstr): Likewise.
4178 (dyn_string_append_char): Likewise.
4179 (dyn_string_substring): Likewise.
ae7d06ad 4180
eb383413 41812000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 4182
eb383413
L
4183 * cp-demangle.c (demangle_operator_name): Add spaces before
4184 names beginning with a letter: delete, delete[], new, new[],
4185 sizeof.
4186 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 4187
eb383413
L
4188Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
4189
4190 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
4191
4192Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
4193
4194 * cp-demangle.c (stdio.h): File included unconditionaly.
4195 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
4196 * dyn-string.c (stdio.h): File included.
4197 * partition.c (partition_print): No `&' needed to take the address of
4198 a function.
4199
42002000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4201
4202 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 4203
eb383413
L
4204 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
4205
4206 * cp-demangle.c (demangle_char): Change parameter from char to int.
4207 (demangle_expression, demangle_expr_primary): Remove extra
4208 semi-colon in prototype.
4209
4210 * dyn-string.c (dyn_string_append_char): Change parameter from
4211 char to int.
4212
4213 * memcmp.c (memcmp): Constify.
4214
4215 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
4216 __extension__.
4217
4218 * partition.c (elem_compare): Prototype. Don't cast away
4219 const-ness.
4220
4221 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 4222
eb383413
L
42232000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4224
4225 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
4226
4227 * cp-demangle.c: Include demangle.h.
4228 (template_arg_list_new): DeANSIfy.
4229 (cp_demangle): Make static and add prototype.
4230 (operator_code, operators): Constify.
4231 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
4232
42332000-06-05 Alex Samuel <samuel@codesourcery.com>
4234
4235 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
4236 unsigned char.
4237 (demangle_unqualified_name): Likewise.
4238 (demangle_number_literally): Likewise.
4239 (demangle_type): Likewise.
4240 (demangle_substitution): Likewise.
4241 (is_mangled_char): Likewise, for isalnum.
4242
42432000-06-04 Alex Samuel <samuel@codesourcery.com>
4244
4245 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
4246 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
4247 (cp-demangle.o): New dependency.
4248 (dyn-string.o): Likewise.
4249
4250 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
4251
4252 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
4253 demangler.
4254 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
4255 demangling mode.
4256 (gnu_new_abi_symbol_characters): New function.
4257 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
4258 file.
4259 * cp-demangle.c: New file.
ae7d06ad 4260
f03aa80d
AC
4261Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
4262
4263 * floatformat.c: Add name to each floatformat field.
4264
77bfb694
JL
4265Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
4266
4267 * Makefile.in (objalloc.o): Depend on config.h
4268
5c82d20a
ZW
42692000-05-29 Zack Weinberg <zack@wolery.cumb.org>
4270
eb383413 4271 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
4272 if HAVE_STRING_H.
4273 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
4274 * objalloc.c: Include config.h. Include stdlib.h and don't
4275 declare malloc or free if HAVE_STDLIB_H.
4276 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
4277 else declare malloc without prototype. Include string.h if
4278 HAVE_STRING_H, else declare memset without prototype. Don't
4279 include stddef.h.
4280
eb383413
L
42812000-05-23 Mike Stump <mrs@wrs.com>
4282
4283 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
8aefe91a 4284 -j3.
eb383413
L
4285
42862000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
4287
4288 * xmalloc.c: Include config.h for HAVE_SBRK definition.
4289
42902000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4291
ae7d06ad 4292 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
4293 probably zero, also eliminate a warning on alpha.
4294
42952000-05-15 David Edelsohn <edelsohn@gnu.org>
4296
4297 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
4298 on $(enable_shared).
4299
43002000-05-10 Jakub Jelinek <jakub@redhat.com>
4301
4302 * config.table: Use mh-sparcpic for sparc*-*-*.
4303
43042000-05-08 Nick Clifton <nickc@cygnus.com>
4305
4306 * Makefile.in (CFILES): Add strncmp.c.
4307 (NEEDED): Add strncmp.
4308
43092000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 4310
eb383413
L
4311 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
4312 Cast the arguments to `islower' to `unsigned char'.
4313 (print_demangler_list): Prototype.
4314
4315Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
4316
4317 * sort.c (UCHAR_MAX): Provide fallback definition.
4318
43192000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
4320
4321 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
4322 SUBDIRS.
4323
eb383413
L
43242000-04-28 Kenneth Block <block@zk3.dec.com>
4325 Jason Merrill <jason@casey.cygnus.com>
4326
ae7d06ad
NC
4327 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
4328 (cplus_demangle_set_style): New function for setting style.
4329 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
4330
43312000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4332
4333 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
4334
4335 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
4336 (libiberty_AC_FUNC_STRNCMP): Invoke.
4337
4338 * strncmp.c: New file.
4339
4340Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
4341
4342 * hashtab.c (htab_expand): Add prototype.
4343 (find_empty_slot_for_expand): Likewise.
4344
43452000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4346
4347 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
4348 match prototype.
4349 (htab_expand): Cast the return value of xcalloc.
4350
43512000-04-24 Mark Mitchell <mark@codesourcery.com>
4352
4353 * hashtab.c (hash_pointer): New function.
4354 (eq_pointer): Likewise.
4355 (htab_hash_pointer): New variable.
4356 (htab_eq_pointer): Likewise.
4357
43582000-04-23 Mark Mitchell <mark@codesourcery.com>
4359
4360 * sort.c (sort_pointers): Fix endianness bugs.
4361
4362 * sort.c: New file.
4363 * Makefile.in (CFILES): Add sort.c
4364 (REQUIRED_OFILES): Add sort.o.
4365 (sort.o): New target.
4366
19be4303
JL
43672000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4368
4369 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
4370 4.3BSD systems.
4371
eb383413
L
4372Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4373
4374 * hashtab.c: Various minor cleanups.
4375 (htab_find_slot_with_hash): INSERT is now enum insert_option.
4376 (htab_find_slot): Likewise.
4377
43782000-04-16 Dave Pitts <dpitts@cozx.com>
4379
4380 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 4381
afe36a78
RH
43822000-04-05 Richard Henderson <rth@cygnus.com>
4383
4384 * splay-tree.c (splay_tree_remove): New.
4385
eb383413
L
43862000-03-30 Mark Mitchell <mark@codesourcery.com>
4387
4388 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
4389 codes.
4390 (htab_find_with_hash): Likewise.
4391 (htab_find_slot_with_hash): Likewise.
ae7d06ad 4392
eb383413
L
43932000-03-29 Zack Weinberg <zack@wolery.cumb.org>
4394
4395 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
4396 unless it will be used. Rearrange loop for better
4397 optimization.
4398 (higher_prime_number): Add static prototype.
4399
b4fe2683
JM
4400Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
4401
4402 * Makefile.in (partition.o): Depend on config.h
4403
44042000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
4405
4406 * hashtab.c (find_empty_slot_for_expand): New function.
4407 (htab_expand): Use it instead of htab_find_slot.
4408 (htab_find_with_hash): Renamed from htab_find; now accepts extra
4409 argument HASH.
4410 (htab_find_slot_with_hash): Likewise for htab_find_slot.
4411 (htab_find): New wrapper function.
4412 (htab_find_slot): Likewise.
4413 (htab_traverse): Pass slot, not entry, to called function.
4414
44152000-03-09 Alex Samuel <samuel@codesourcery.com>
4416
4417 * Makefile.in (CFILES): Add partition.c.
4418 (REQUIRED_OFILES): Add partition.o.
4419 (partition.o): New rule.
4420 * partition.c: New file.
ae7d06ad 4421
b4fe2683
JM
44222000-03-09 Zack Weinberg <zack@wolery.cumb.org>
4423
4424 * hashtab.c (htab_create): Set del_f.
4425 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
4426 Use it.
4427
44282000-03-08 Zack Weinberg <zack@wolery.cumb.org>
4429
4430 * hashtab.c: Remove debugging variables (all_searches,
4431 all_collisions, all_expansions). Delete
4432 all_hash_table_collisions.
4433 (create_hash_table, delete_hash_table, empty_hash_table,
4434 find_hash_table_entry, remove_element_from_hash_table_entry,
4435 clear_hash_table_slot, traverse_hash_table, hash_table_size,
4436 hash_table_elements_number, hash_table_collisions): Rename to:
4437 htab_create, htab_delete, htab_empty, htab_find_slot,
4438 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
4439 htab_elements, htab_collisions.
4440 (htab_find): New function, handles common case where you don't
4441 plan to add or delete an entry.
4442 (htab_expand): Don't create a whole new table, just a new
4443 entry vector.
4444 (htab_find_slot): Simplify logic.
4445
08372f14
ILT
44461999-08-03 Ian Lance Taylor <ian@zembu.com>
4447
4448 * floatformat.c: Add casts to avoid signed/unsigned warnings.
4449 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
4450
4451 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
4452 $(TARGETLIB)n so it works on MSDOS.
4453 (install_to_tooldir): Likewise.
4454
9c8ac5a9
ILT
44551999-07-21 Ian Lance Taylor <ian@zembu.com>
4456
4457 From Mark Elbrecht:
4458 * makefile.dos: Remove; obsolete.
8f36e47c 4459 * configure.bat: Remove; obsolete.
9c8ac5a9 4460
0c0a36a4
ILT
44611999-07-11 Ian Lance Taylor <ian@zembu.com>
4462
4463 * splay-tree.c (splay_tree_insert): Add initialization to avoid
4464 warning.
4465
44662000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4467
4468 * pexecute.c: Conditionally include string.h.
b4fe2683 4469 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
4470
44712000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4472
4473 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
4474 we're using gcc.
4475
4476 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
4477
44781999-12-27 Geoff Keating <geoffk@cygnus.com>
4479
4480 * vasprintf.c (int_vasprintf): Don't re-read the format character
4481 as this mishandles strings like '%%s'.
4482
44831999-12-05 Mark Mitchell <mark@codesourcery.com>
4484
4485 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
4486 rather than struct splay_tree_node.
4487 (splay_tree_insert): Use struct splay_tree_s rather than struct
4488 splay_tree.
4489
4490Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
4491
4492 * hashtab.c (sys/types.h): File included.
4493
44941999-11-22 Jason Merrill <jason@casey.cygnus.com>
4495
4496 * strtoul.c, strtol.c, random.c: Remove advertising clause from
4497 BSD license, pursuant with
4498
4499 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
4500
4501Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
4502
4503 * hashtab.c: Include stdio.h.
4504
4505Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
4506
4507 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
4508
4509Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
4510
4511 * xstrdup (sys/types.h): Include this file.
4512
45131999-10-28 Nathan Sidwell <nathan@acm.org>
4514
4515 * Makefile.in (SUBDIRS): New macro.
4516 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
4517 avoid multiple subdirectory cleaning.
4518 (*-subdir): Use SUBDIRS.
4519
45201999-10-25 Jim Kingdon <http://developer.redhat.com/>
4521
4522 * cplus-dem.c: Move declarations of standard_symbol_characters and
4523 hp_symbol_characters inside #ifdef MAIN to avoid compiler
4524 warnings.
4525
45261999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
4527
4528 * hashtab.c (find_hash_table_entry): When returning a
4529 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
4530 (clear_hash_table_slot): New function which deletes an entry
4531 by its position in the table, not its value.
4532 (traverse_hash_table): New function which calls a hook
4533 function for every live entry in the table.
4534
45351999-10-19 Mark Mitchell <mark@codesourcery.com>
4536
4537 * cplus-dem.c (INTBUF_SIZE): New macro.
4538 (string_append_template_idx): New function.
4539 (demangle_expression): Likewise.
4540 (demangle_integral_value): Use it.
4541 (demangle_real_value): New function, split out from ...
4542 (demangle_template_value_parm): ... here. Use
4543 string_append_template_idx. Use demangle_real_value.
4544 (demangle_template): Use string_append_template_idx.
4545 (demangle_qualified): Use consume_count_with_underscores.
4546 (get_count): Tweak formatting.
4547 (do_type): Use string_append_template_idx.
b4fe2683 4548
0c0a36a4
ILT
45491999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4550
4551 * calloc.c: Add a public domain notice.
4552
4553Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
4554
4555 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
4556
4557Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
4558
4559 * Makefile.in (CFILES): Add hashtab.c
4560 (REQUIRED_OFILES): Add hashtab.o
4561 (hashtab.o): Add dependencies.
4562 * hashtab.c: New file
4563
4564Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
4565
4566 * basename.c (DIR_SEPARATOR): New macro.
4567 (DIR_SEPARATOR_2): Likewise.
4568 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
4569 (IS_DIR_SEPARATOR): Likewise.
4570 (main): Handle MSDOS style pathname.
4571
45721999-10-11 Mark Mitchell <mark@codesourcery.com>
4573
4574 * cplus-dem.c (do_type): Handle pointer to member types whose
4575 enclosing classes have namespace scope.
4576
4577Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
4578
4579 * config.table: Provide a backup shell for executing move-if-change.
4580
45811999-10-02 Mark Mitchell <mark@codesourcery.com>
4582
4583 * xmalloc.c (xmalloc): Fix spelling error.
4584 (xcalloc, xrealloc): Likewise.
4585
45861999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4587
4588 * cplus-dem.c (fancy_abort, demangle_integral_value,
4589 demangle_arm_hp_template, recursively_demangle,
4590 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
4591 (program_name, program_version, fatal): Constify a char*.
4592 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
4593 (main): Call return, not exit.
4594
45951999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4596
4597 * choose-temp.c: Remove obsolete comment about gcc.
4598 (make_temp_file): Constify a char*.
4599
4600Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4601
4602 * xmemdup.c: Include sys/types.h.
4603
46041999-09-07 Jeff Garzik <jgarzik@pobox.com>
4605
4606 * xmemdup.c: New xmemdup function.
4607 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
4608
4609Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
4610
b4fe2683 4611 * config.table: Add openedition target.
0c0a36a4
ILT
4612 * config/mh-openedition: New file.
4613
4614Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
4615
4616 * pexecute.c (pexecute): Fill in temp_base when needed.
4617
46181999-08-31 Richard Henderson <rth@cygnus.com>
4619
4620 * getpwd.c: Check HAVE_GETCWD before defining it away.
4621
46221999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4623
4624 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
4625 (REQUIRED_OFILES): Add getpwd.o.
4626 (getpwd.o): Add target.
4627
4628 * configure.in (AC_PREREQ): Bump to 2.13.
4629 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
4630
4631 * getpwd.c: New file, moved here from gcc.
4632
46331999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4634
4635 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
4636 comparing against a signed quantity.
4637 (arm_special): Likewise.
4638 (demangle_fund_type): Likewise.
4639 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 4640 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
4641 (main): Constify variable `valid_symbols'.
4642
4643Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
4644
4645 * strtoul.c (strtoul): Add parentheses around && within ||.
4646
4647Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
4648
4649 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
4650 libdir, libsubdir and tooldir.
4651
46521999-08-01 Mark Mitchell <mark@codesourcery.com>
4653
4654 * splay-tree.c (splay_tree_insert): Return the new node.
4655
35ca97ea
RH
46561999-07-14 Richard Henderson <rth@cygnus.com>
4657
b4fe2683 4658 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
4659 prototyping directly.
4660 * choose-temp.c: Conditionally include string.h.
4661
0c0a36a4
ILT
46621999-07-12 Jason Merrill <jason@yorick.cygnus.com>
4663
4664 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
4665
af32ff69
ILT
46661999-07-11 Ian Lance Taylor <ian@zembu.com>
4667
4668 * splay-tree.c (splay_tree_insert): Add initialization to avoid
4669 warning.
4670
0c0a36a4
ILT
46711999-07-07 Jason Merrill <jason@yorick.cygnus.com>
4672
4673 * Makefile.in (needed-list): Only include stuff we actually need
4674 for libstdc++.
4675
46761999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4677
4678 * configure.in (checkfuncs): Add gettimeofday.
4679 * config.in, configure: Regenerated.
4680
4681Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
4682
4683 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
4684 the test fails.
4685 * configure: Regenerate.
4686
46871999-06-10 Mike Stump <mrs@wrs.com>
4688
4689 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
4690 parallel builds.
4691
46921999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4693
4694 * putenv.c: Include ansidecl.h to define `const'.
4695 * setenv.c: Likewise.
4696
4697Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
4698
4699 * Makefile.in (CFILES): Add putenv.c and setenv.c.
4700 * configure.in (funcs): Add putenv and setenv.
4701 (AC_CHECK_FUNCS): Check for putenv and setenv.
4702 * configure: Rebuilt.
4703 * putenv.c setenv.c: New files.
4704
4705 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
4706 bytes of space using malloc.
4707
4708Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
4709
4710 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
4711 the *mangled pointer beyond the end of the string. Clean up code to
4712 match prevailing coding style.
4713
47141999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4715
4716 * tmpnam.c (L_tmpnam): Fix typo.
4717
4718Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
4719
4720 * cplus-dem.c (standard_symbol_characters): Renamed from
4721 standard_symbol_alphabet. No longer modify TABLE.
4722 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
4723 modify TABLE.
4724 (main): Corresponding changes. Use strchr to determine if a
4725 character is valid.
4726
e9868447
JB
47271999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
4728
4729 * cplus-dem.c (main): Use table lookup to distinguish identifier
4730 characters from non-identifier characters.
4731 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
4732
33fbbfbc
RH
4733Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
4734
4735 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
4736 * getruntime.c: Only attempt to include sys/resource.h and
4737 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
4738 are defined.
4739
0c0a36a4
ILT
4740Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
4741
4742 * configure.in (alloca detection): Handle alloca directly for interix.
4743 * configure: Rebuilt.
4744
4745Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
4746
4747 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
4748
252b5132
RH
47491999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4750
4751 Fix from Dale Hawkins:
b4fe2683 4752 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
4753 reallocated properly if we use it again.
4754
4755 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
4756 stricter about syntax. Always null-terminate string.
4757
c1687039
ILT
4758Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
4759
4760 * configure.in (checkfuncs): Check for sbrk.
4761 * config.in: Rebuilt.
4762 * configure: Likewise.
4763 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
4764
0c0a36a4
ILT
47651999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
4766
4767 Fix from Marcus Daniels:
4768 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
4769 identifier looking for another underscore.
4770
4771Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
4772
4773 * pexecute.c: Change all references to __UWIN__ to _UWIN.
4774 * xmalloc.c: Likewise.
4775 (xcalloc): UWIN has sbrk.
4776 (xrealloc): Fix guard macro.
4777
252b5132
RH
47781999-04-11 Richard Henderson <rth@cygnus.com>
4779
4780 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
4781 or <alloca.h>.
4782 * clock.c (GNU_HZ): New definition.
4783 (clock): Use it.
4784 * getruntime.c: Likewise.
4785
4786 * config.table: Use mh-beos.
4787 * config/mh-beos: New file.
4788
0c0a36a4
ILT
47891999-04-11 Mark Mitchell <mark@codesourcery.com>
4790
4791 * cplus-dem.c (demangle_template_value_parm): Handle
4792 pointers-to-members.
4793 (do_type): Handle template parameters as qualifiers.
4794
252b5132
RH
47951999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
4796
4797 * cplus-dem.c: Attempt to handle overflows in counts with some
4798 semblance of grace.
4799 (consume_count): Detect overflows. Return -1 to indicate errors,
4800 instead of zero.
4801 (demangle_template_value_parm, demangle_template): Handle change
4802 to consume_count's return convention.
4803
0c0a36a4
ILT
48041999-04-05 Tom Tromey <tromey@cygnus.com>
4805
4806 * testsuite/regress-demangle: New file.
4807 * testsuite/demangle-expected: New file.
252b5132 4808
0c0a36a4
ILT
4809 * Makefile.in (all, check, installcheck, info, install-info,
4810 clean-info, dvi, install, etags, tags, mostlyclean, clean,
4811 distclean, maintainer-clean, realclean): Depend on corresponding
4812 `-subdir' target.
4813 (all-subdir check-subdir installcheck-subdir info-subdir
4814 install-info-subdir clean-info-subdir dvi-subdir
4815 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
4816 distclean-subdir maintainer-clean-subdir): New target.
4817 * testsuite/Makefile.in: New file.
4818 * configure: Rebuilt.
4819 * configure.in: Create testsuite/Makefile.
252b5132
RH
4820
48211999-04-02 Mark Mitchell <mark@codesourcery.com>
4822
4823 * splay-tree.h (splay_tree_compare_pointers): Define.
4824
48251999-03-30 Mark Mitchell <mark@codesourcery.com>
4826
4827 * splay-tree.c (splay_tree_compare_ints): Define.
4828
48291999-03-30 Tom Tromey <tromey@cygnus.com>
4830
4831 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
4832 don't advance input pointer.
4833 (demangle_class_name): If consume_count didn't find a count, do
4834 nothing. Don't bother with `strlen' sanity check; consume_count
4835 does it for us.
4836
48371999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4838
4839 From Art Haas <ahaas@neosoft.com>:
4840 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
4841 when doing arm or hp style.
4842 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 4843
252b5132
RH
4844Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
4845
4846 * pexecute.c (__CYGWIN32__): Rename to
4847 (__CYGWIN__): this.
4848 * xmalloc.c: Likewise.
4849
4850 Changes to support i386-pc-uwin.
4851 * configure.in (*-*-uwin*): Workaround for vfork bug.
4852 * configure: Regenerate.
4853 * pexecute.c (pexecute): Be like standard Unix.
4854 (pwait): Likewise.
4855 * xmalloc.c (first_break): Define.
4856 (xmalloc_set_program_name): Use.
4857 (xmalloc): Use.
4858
4859Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4860
4861 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
4862
4863Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
4864
4865 * config.table: Check cygwin*, not cygwin32*.
4866
4867Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
4868
4869 * Makefile.in: Change mkstemp -> mkstemps.
4870
4871Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
4872
4873 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
4874 * configure.in (funcs): Check for and conditionally add mkstemps to
4875 the list of functions libiberty will provide.
4876 * configure: Rebuilt.
b4fe2683 4877
252b5132
RH
4878Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
4879
b4fe2683 4880 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
4881 platforms that don't have HZ.
4882 * getruntime.c (HZ): Likewise.
4883
4884Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
4885
4886 * Makefile.in (xstrdup.o): Depend on config.h.
4887
4888Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
4889
4890 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
4891 freeing it.
4892
4893Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4894
4895 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
4896
4897Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4898
4899 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
4900 splay-tree.o.
4901
49021999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
4903
4904 * configure.in: Require autoconf 2.12.1 or higher.
4905
49061998-12-30 Michael Meissner <meissner@cygnus.com>
4907
4908 * random.c (NULL): Don't redefine NULL if it is already defined.
4909
4910Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4911
4912 * argv.c (buildargv): Cast the result of alloca in assignment.
4913
4914 * choose-temp.c: Include stdlib.h.
4915
4916 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
8aefe91a
DD
4917 (snarf_numeric_literal): Constify first parameter.
4918 (code_for_qualifier): Avoid a gcc extension, make the parameter an
4919 int, not a char.
252b5132
RH
4920 (demangle_qualifier): Likewise.
4921 (demangle_signature): Cast the argument of a ctype function to
4922 unsigned char.
4923 (arm_pt): Add parens around assignment used as truth value.
4924 (demangle_arm_hp_template): Constify variable `args'.
4925 (do_hpacc_template_const_value): Cast the argument of a ctype
4926 function to unsigned char.
4927 (do_hpacc_template_literal): Remove unused variable `i'.
4928 (snarf_numeric_literal): Constify parameter `args'.
4929 Cast the argument of a ctype function to unsigned char.
4930
4931 * floatformat.c (floatformat_to_double): Add explicit braces to
8aefe91a 4932 avoid ambiguous `else'.
252b5132
RH
4933
4934 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
8aefe91a
DD
4935 `cstart' and `cend' to unsigned char. Cast the argument of macro
4936 `FOLD', which uses ctype functions, to unsigned char.
252b5132
RH
4937
4938 * objalloc.c (free): Add prototype.
4939
4940Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
4941
4942 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
4943
4944Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
4945
4946 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
8aefe91a 4947 doesn't exist.
252b5132 4948 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 4949
252b5132
RH
4950Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
4951
4952 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
4953 bumping the pointer we read from. Also prepend these codes,
4954 as we do in other places.
4955
49561998-12-18 Nick Clifton <nickc@cygnus.com>
4957
4958 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
4959 'const char *' in order to match its usage when calling siblings.
4960 (snarf_numeric_literal): Make first arg 'const char **' in order
4961 to match usage.
4962
4963Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4964
4965 * choose-temp.c: Don't check IN_GCC anymore.
4966
4967 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
4968 * memchr.c (memchr): Likewise.
4969 * memcpy.c (memcpy): Likewise.
4970 * memmove.c (memmove): Likewise.
4971
4972 * mkstemp.c: Don't check IN_GCC anymore.
4973 * pexecute.c: Likewise.
4974 * splay-tree.c: Likewise.
4975
4976 * strchr.c (strchr): Use `const', not `CONST'.
4977 * strrchr.c (strrchr): Likewise.
4978 * strtol.c (strtol): Likewise.
4979 * strtoul.c (strtoul): Likewise.
4980
4981Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
4982 Elena Zannoni <ezannoni@cygnus.com>
4983 Stan Shebs <shebs@cygnus.com>
4984 Edith Epstein <eepstein@cygnus.com>
4985 Andres MacLeod <amacleod@cygnus.com>
4986 Satish Pai <pai@apollo.hp.com>
4987
4988 * HP aCC demangling support.
4989 * cplus-dem.c
4990 (main): Remove default to HP style demangling, set to EDG
8aefe91a
DD
4991 demangling correctly when -edg specified; set the demangling style
4992 when user specifies 'edg'. Set strip_underscore to
4993 prepends_underscore, if not HPUXHPPA. Set
4994 current_demangling_style to hp_demangling if HPUXHPPA. Set
4995 current demangling style correctly if the switch is hp. Read
4996 label correctly also in the HP style case.
252b5132 4997 (work_stuff): add temp_start field; add field for volatile member
8aefe91a 4998 function.
252b5132 4999 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
8aefe91a 5000 style for this case is the same as ARM.
252b5132
RH
5001 (demangle_args): handle EDG_DEMANGLING style; support HP style.
5002 (demangle_arm_hp_template): new function. (It was
8aefe91a
DD
5003 demangle_arm_pt.); check and set value of temp_start field in
5004 multiple places. Also, when ceching for end of template args,
5005 check to see if at end of static member of template class.
252b5132 5006 (demangle_class): new local variable : save_class_name_end Don't
8aefe91a 5007 include template args in string defining class.
252b5132
RH
5008 (demangle_class_name): use demangel_arm_hp_template.
5009 (demangle_function_name): handle case where demangling style is
8aefe91a
DD
5010 HP_DEMANGLING and currently point at an 'X' in the mangled name.
5011 Handle EDG_DEMANGLING style. Handle constructor and destructor
5012 ops for HP style.
252b5132 5013 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
8aefe91a
DD
5014 styles. global destructor and constructor for HP style are same
5015 as for ARM style. Same for local variables.
252b5132
RH
5016 (demangle_qualified): handle EDG_DEMANGLING style.
5017 (demangle_signature): add case for volatile member function. For
8aefe91a
DD
5018 cases '1' - '9' : initialize the temp_start field to -1 and handle
5019 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
5020 and AUTO_DEMANGLING styles. If expecting a function and managed
5021 to demangle the funct args, then handle the LUCID_DEMANGLING,
5022 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
5023 class name after "Lnnn_ in HP style case. HP style too needs to
5024 forget types. _nnn is OK for HP style, so don't report failure.
252b5132 5025 (do_hpacc_template_const_value): new function. Handle template's
8aefe91a 5026 value param for HP/aCC.
252b5132 5027 (do_hpacc_template_literal): new function. Handle a template's
8aefe91a 5028 literal parameter for HP aCC.
252b5132
RH
5029 (recursively_demangle): new function
5030 (snarf_numeric_literal): new function.
5031 (usage): add 'edg' to the list of demangling styles; add hp switch
8aefe91a 5032 to message.
252b5132
RH
5033
5034Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
5035
5036 * pexecute.c: Remove obsolete ifdefed cygwin code.
5037
5038Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5039
5040 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
5041 * cplus-dem.c: Likewise. Conform to libiberty.h.
5042 * pexecute.c: Likewise.
5043 * splay-tree.c: Likewise.
5044
50451998-11-25 Mike Stump <mrs@wrs.com>
5046
5047 * Makefile.in (splay-tree.o): Add config.h dependency.
5048
5049Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5050
5051 * configure.in: Use AC_PREREQ(2.12.1).
5052
50531998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
5054
b4fe2683 5055 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
5056
5057Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
5058
5059 * mpw.c (mpw_access): Add missing parens.
5060
5061Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5062
5063 * configure.in: Call AC_HEADER_SYS_WAIT.
5064
5065 * pexecute.c: Include sys/wait.h when !IN_GCC.
5066
5067Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
5068
5069 * pexecute.c: revert back to checking old Cygwin
5070 preprocessor symbol until some time has passed.
5071
5072Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
5073
5074 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
5075 since it will now support similar constructs.
5076
5077Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5078
5079 * configure.in: Check for calloc.
5080
5081 * calloc.c: New file.
5082
5083 * xmalloc.c (xcalloc): New function.
5084
5085Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5086
5087 *cplus-dem.c (demangle_prefix): Use the last "__"
5088 in the mangled name when looking for the signature. This allows
5089 template names to begin with "__".
5090
50911998-11-08 Mark Mitchell <mark@markmitchell.com>
5092
5093 * cplus-dem.c (type_kind_t): Add tk_reference.
5094 (demangle_template_value_parm): Handle it.
5095 (do_type): Use it for references, instead of tk_pointer.
5096
5097 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
5098 not internal_cplus_demangle.
5099
5100Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5101
5102 * choose-temp.c: Don't include gansidecl.h.
5103 * mkstemp.c: Likewise.
5104 * pexecute.c: Likewise.
5105
5106Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
5107
b4fe2683
JM
5108 * configure.in: detect cygwin* instead of cygwin32*
5109 * configure: regenerate
252b5132
RH
5110
5111Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5112
5113 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
8aefe91a
DD
5114 whether to include config.h. Possibly include unistd.h in the
5115 !IN_GCC case. Define VFORK_STRING as a printable function call
5116 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
5117 defined, include vfork.h. If VMS is defined, define vfork()
5118 appropriately. Remove vfork check on USG, we're using autoconf.
5119 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
5120 locally what string to use.
252b5132
RH
5121
51221998-10-26 Mark Mitchell <mark@markmitchell.com>
5123
5124 * splay-tree.c: Tweak include directives to make sure declarations of
5125 xmalloc and free are available.
5126
51271998-10-25 Mark Mitchell <mark@markmitchell.com>
5128
5129 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
5130 anonymous namespaces.
5131
51321998-10-23 Mark Mitchell <mark@markmitchell.com>
5133
5134 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
5135 with type_quals.
5136 (TYPE_UNQUALIFIED): New macro.
5137 (TYPE_QUAL_CONST): Likewise.
5138 (TYPE_QUAL_VOLATILE): Likewise.
5139 (TYPE_QUAL_RESTRICT): Likewise.
5140 (code_for_qualifier): New function.
5141 (qualifier_string): Likewise.
5142 (demangle_qualifier): Likewise.
5143 (internal_cplus_demangle): Use them.
5144 (demangle_signature): Likewise.
5145 (demangle_template_value_parm): Likewise.
5146 (do_type): Likewise.
5147 (demangle_fund_type)): Likewise.
5148
5149Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5150
5151 * splay-tree.c (splay_tree_foreach_helper): Make definition static
5152 to match prototype.
5153
51541998-10-21 Mark Mitchell <mark@markmitchell.com>
5155
5156 * splay-tree.c: New file.
5157 * Makefile.in (CFILES): Add it.
5158 (REQUIRED_OFILES): Likewise.
5159 (splay-tree.o): Add dependencies.
5160
5161Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5162
5163 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
5164 range of 'K' index.
5165
5166Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5167
5168 * choose-temp.c: Prototype mkstemps() when IN_GCC.
5169
5170 * cplus-dem.c (consume_count): Cast argument of ctype macro to
5171 `unsigned char'.
5172 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
5173 comparing against one.
5174 (cplus_mangle_opname): Likewise.
5175 (demangle_integral_value): Cast argument of ctype macro to
5176 `unsigned char'.
5177 (demangle_template_value_parm): Likewise.
5178 (demangle_template): Initialize variable `bindex'. Cast the
5179 result of `strlen' to (int) when comparing against one. Remove
5180 unused variable `start_of_value_parm'.
5181 (demangle_class_name): Cast the result of `strlen' to (int) when
5182 comparing against one.
5183 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
5184 (gnu_special): Likewise. Cast the result of `strlen' to (int)
5185 when comparing against one.
5186 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
5187 (get_count): Likewise.
5188 (do_type): Likewise. Cast the result of `strlen' to (int) when
5189 comparing against one.
5190 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
5191 (demangle_function_name): Cast the result of `strlen' to (int)
5192 when comparing against one.
5193
5194 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
5195 comparing against one.
5196
5197Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
5198
b4fe2683
JM
5199 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
5200 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
5201 * config.in, configure: Rebuilt.
252b5132
RH
5202
5203 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
5204 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
5205 * config.in, configure: Rebuilt.
5206
5207Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
5208
b4fe2683 5209 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
5210
5211Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
5212
5213 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
5214
5215Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
5216
5217 * Merge egcs & devo libiberty.
5218
ba8cb4ba 52191998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
252b5132
RH
5220
5221 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
5222
5223Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5224
5225 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
8aefe91a
DD
5226 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
5227 IN_GCC.
252b5132
RH
5228
5229 * vasprintf.c: Include stdarg.h/varargs.h first.
5230
5231 * vprintf.c: Likewise.
5232
5233Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
5234
5235 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
5236 is the canonical copy. Define ISSPACE if !IN_GCC.
5237 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
5238 * getopt1.c, obstack.c: Similarly.
5239 * Makefile.in: Build mkstemp.o
5240
5241Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
5242
5243 * configure.in: Include asprintf in list of functions known not
5244 to be in newlib.
5245 * configure: Rebuild.
5246
5247Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
5248
5249 * cplus-dem.c (work_stuff): Add dllimported.
5250 (demangled_prefix): Mark symbols imported from PE DLL.
5251 (internal_cplus_demangled): Handle.
5252
52531998-08-17 Jason Merrill <jason@yorick.cygnus.com>
5254
5255 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
5256 stay failed.
5257
5258Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5259
5260 * cplus-dem.c: Include config.h if it exists. Also, only
5261 prototype malloc/realloc if we can't get stdlib.h.
5262
5263Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
5264
5265 * configure.in: Switch back to checking --with-target-subdir when
5266 deciding whether to check for newlib, undoing part of July 15
5267 change.
5268 * configure: Rebuild.
5269
5270Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
5271
5272 * cplus-dem.c (type_kind_t): New type.
5273 (demangle_template_value_parm): Add type_kind_t parameter. Rely
5274 on this paramter, rather than demangling the type again.
5275 (demangle_integral_value): Pass tk_integral.
5276 (demangle_template_: Pass the value returned from do_type.
5277 (do_type): Return a type_kind_t. Pass tk_integral to
5278 demangle_template_value_parm for array bounds.
5279 (demangle_fund_type): Likewise.
5280
5281 Also incorporate from GCC version:
5282
5283 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
5284
5285 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
5286
5287Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5288
5289 * cplus-dem.c (demangle_nested_args): Make function definition
5290 static to match the prototype.
5291
5292Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
5293
5294 * cplus-dem.c (type_kind_t): New type.
5295 (demangle_template_value_parm): Add type_kind_t parameter. Rely
5296 on this paramter, rather than demangling the type again.
5297 (demangle_integral_value): Pass tk_integral.
5298 (demangle_template_: Pass the value returned from do_type.
5299 (do_type): Return a type_kind_t. Pass tk_integral to
5300 demangle_template_value_parm for array bounds.
5301 (demangle_fund_type): Likewise.
5302
5303 Also incorporate from GCC version:
5304
5305 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
5306
5307 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
5308
5309Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
5310
5311 * Makefile.in (ALLOCA): New variable.
5312 ($(TARGETLIB)): Add $(ALLOCA) to library.
5313 (needed-list): Add $(ALLOCA).
5314 ($(ALLOCA)): Depend upon stamp-picdir.
5315
5316Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5317
5318 * cplus-dem.c (demangle_nested_args): Make function definition
5319 static to match the prototype.
5320
5321Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
5322
5323 * configure.in: Check --with-cross-host rather than
5324 --with-target-subdir when deciding whether build uses a cross
5325 compiler, and when deciding where to install the library.
5326 * configure: Rebuild.
5327
5328Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
5329
5330 * cplus-dem.c (demangle_nested_args): Return a value.
5331
5332Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
5333
5334 * cplus-dem.c (string): Move definition before work_stuff.
5335 (work_stuff): Add volatile_type, forgetting_types,
5336 previous_argument, and nrepeats fields.
5337 (SCOPE_STRING): New macro.
5338 (demangle_template): Add `remember' parameter. Add comment.
5339 Register the `B' code type here, if remembering. Tidy. Fix crash
5340 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
5341 (demangle_nested_args): New function.
5342 (internal_cplus_demangle): Handle volatile-qualified member
5343 functions.
5344 (mop_up): Delete the previous_argument string if present.
5345 (demangle_signature): Tidy. Handle volatile-qualified member
5346 functions. Handle back-references using the `B' code. Use extra
5347 parameter to demangle_template and SCOPE_STRING where appropriate.
5348 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
5349 code.
5350 (demangle_class): Use SCOPE_STRING.
5351 (gnu_special): Pass additional argument to demangle_template.
5352 Use SCOPE_STRING.
5353 (demangle_qualified): Save qualified types for later
5354 back-references. Handle constructors and destructors for template
5355 types correctly.
5356 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
5357 demangle_template. Use demangled_nested_args. Don't remember
5358 qualified types here; that's now done in demangle_qualified.
5359 Similarly for templates.
5360 (do_arg): Improve commment. Handle 'n' repeat code.
5361 (remember_type): Check forgetting_types.
5362 (demangle_args): Deal with 'n' repeat codes. Tidy.
5363
5364Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
5365
5366 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
5367 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
5368
5369Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
5370
5371 * configure.in (setobjs): Correct quoting error in cygwin32 case.
5372 From Chris Faylor <cgf@cygnus.com>.
5373
5374Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
5375
5376 * obstack.c: Update to latest FSF version.
5377
5378Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
5379
5380 * Makefile.in: Add a dependency on stamp-picdir for the
5381 objects, so that we can do a parallel build.
5382
5383Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
5384
5385 * configure.in (checkfuncs): Add missing "'".
5386
5387Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
5388
5389 * obstack.c (_obstack_memory_used): Elide this function if we're
5390 on a system with GNU libc.
5391
5392Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
5393
5394 * Makefile.in (distclean): Remove config.log.
5395
5396Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5397
5398 * Makefile.in (distclean): Don't remove alloca-conf.h.
5399
5400Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
5401
5402 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
5403
54041998-05-21 Mark Mitchell <mmitchell@usa.net>
5405
5406 * cplus-dem.c (do_type): Handle volatile qualification.
5407
54081998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
5409
5410 * configure.in: Check for unistd.h as well.
5411 * configure: Rebuild.
5412 * config.in: Rebuild.
5413 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
5414 is defined in unistd.h. Reformat conditional block for easier reading.
5415
5416 * config.table (shared): Default to no if ${enable_shared}
5417 is unset or empty; this logic is used by the toplevel
5418 configure scripts, too.
5419
5420Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
5421
5422 * config.table: Add line to set enable_shared in the Makefile
5423 as needed.
5424
5425Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5426
5427 * cplus-dem.c (squangle_mop_up): Change return type to void.
5428 (internal_cplus_demangle): Remove unused parameter `options'.
5429 All callers changed.
5430 (cplus_demangle_opname): Remove function wide variable `int i' and
5431 replace with `size_t i' at each location where it is used.
5432 (cplus_mangle_opname): change type of `i' from int to size_t.
5433
5434Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
5435
5436 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
5437 than sparc or sun.
5438 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
5439
5440Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
5441
5442 * configure.in: Set libiberty_topdir correctly when srcdir is
5443 "." and with_target_subdir is not set.
5444 * configure: Rebuild.
5445
5446Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
5447
5448 * configure.in: Add *-*-mingw32* case.
5449 * configure: Rebuild.
5450
5451Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
5452
5453 * config.table: Never use a PIC file for *-*-cygwin32*.
5454
5455 * Makefile.in (config.status): Depend upon config.table.
5456
5457 * configure.in: On a cygwin32 host, always compile random, and
5458 don't test for sys_siglist, strsignal, or psignal.
5459 * configure: Rebuild.
5460
5461 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
5462 * getcwd.c: Likewise.
5463 * getpagesize.c: Likewise.
5464 * getruntime.c: Likewise.
5465
5466Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
5467
5468 Use autoconf tests rather than the old dummy.c test:
5469 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
5470 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
5471 most functions. Add special cases to handle newlib and VxWorks.
5472 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
5473 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
5474 CONFIG_FILES is set; set ac_file before calling it.
5475 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
5476 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
5477 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
5478 (i[3456]-*-mingw32*): Remove.
5479 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
5480 (LIBOBJS): New variable.
5481 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
5482 (all): Depend upon needed-list. Don't check RULE1.
5483 (@target_makefile_frag@): Remove.
5484 (COMPILE.c): Include @DEFS@.
5485 (HFILES): Add alloca-conf.h.
5486 (REQUIRED_OFILES): Remove basename.o.
5487 ($(TARGETLIB)): New target.
5488 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
5489 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
5490 (needed-list, config.h): Rewrite.
5491 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
5492 (.always.): Remove.
5493 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
5494 (stamp-h): New target.
5495 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
5496 (basename.o): Don't depend upon config.h.
5497 (getruntime.o): Depend upon config.h.
5498 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
5499 NEED_on_exit.
5500 * basename.c: Don't include config.h. Don't check NEED_basename.
5501 * clock.c: Include config.h.
5502 * getcwd.c: Likewise.
5503 * getpagesize.c: Likewise.
5504 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
5505 HAVE_TIMES.
5506 * strerror.c: Change uses of NEED_sys_errlist to
5507 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
5508 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
5509 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
5510 HAVE_PSIGNAL.
5511 * acconfig.h: New file.
5512 * dummy.c: Remove.
5513 * functions.def: Remove.
5514 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
5515 * config/mh-windows (HDEFINES): Remove.
5516 * config/mh-cygwin32: Remove.
5517 * config/mh-go32: Remove.
5518 * config/mh-irix4: Remove.
5519 * config/mh-riscix: Remove.
5520 * config/mh-sysv4: Remove.
5521 * config/mt-mingw32: Remove.
5522 * config/mt-vxworks5: Remove.
5523 * config.in: New file, generated using autoheader.
5524 * configure: Rebuild.
5525
5526Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
5527
5528 * configure.in: Rewrite to use autoconf.
5529 * configure: Generate using autoconf.
5530 * config/mh-a68bsd: Remove.
5531 * config/mh-apollo68: Remove.
5532 * config/mh-hpbsd: Remove.
5533 * config/mh-ncr3000: Remove.
5534 * config/mh-sysv: Remove.
5535 * config/mh-aix (RANLIB, INSTALL): Don't define.
5536 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
5537 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
5538 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
5539 * config.table: Change config_shell to CONFIG_SHELL, and use
5540 libiberty_topdir to find move-if-change.
8aefe91a 5541 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
252b5132
RH
5542 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
5543 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
5544 * Makefile.in (srcdir): Set to @srcdir@.
5545 (VPATH): Likewise.
5546 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
5547 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
5548 (CC, CFLAGS, RANLIB)): Likewise.
5549 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
5550 (target_makefile_frag, host_makefile_frag): Add substitutions.
5551 (INSTALL_DEST): Set to @INSTALL_DEST@.
5552 (Makefile): Depend upon config.status. Don't depend upon
5553 $(host_makefile_frag) or $(target_makefile_frag).
5554 (config.status): New target.
5555
5556Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5557
5558 * config/mt-sunos4: Remove. Should be handled by --with-headers
5559 and --with-libraries options at top level.
5560 * config.table: Never use mt-sunos4.
5561
5562 * alloca-conf.h: New file, combining alloca-norm.h and
5563 alloca-botch.h.
5564 * alloca-norm.h: Remove.
5565 * alloca-botch.h: Remove.
5566 * configure.in: Set shell variables files and links to empty.
5567 * config.table: Don't set shell variable files.
5568 * configure.bat: Don't create alloca-conf.h.
5569 * makefile.vms: Likewise.
5570 * mpw-config.in: Likewise.
5571 * vmsbuild.com: Likewise.
5572
5573Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
5574
5575 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
5576 target depending upon config.h.
5577 (alloca.o): Add target depending upon config.h
5578 (basename.o, choose-temp.o, fnmatch.o): Likewise.
5579 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
5580 (strsignal.o, xstrerror.o): Likewise.
5581
5582Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5583
5584 * cplus-dem.c (cplus_demangle_opname): Initialize work.
5585
5586Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
5587
5588 * cplus-dem.c (demangle_qualified): Replace missing else.
5589
5590Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5591
5592 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
5593 length in the name of a virtual table.
5594
5595Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
5596
5597 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
5598 (cplus_demangle_opname): Call mop_up_squangle.
5599 (cplus_demangle): Initialize squangle info, then call
5600 internal_cplus_demangle. (Most code moved there as well)
5601 (internal_cplus_demangle): New function, performs most of what use
5602 to be done in cplus_demangle, but is only called with this file.
5603 (squangle_mop_up): New function to clean up B and K code data.
5604 (mop_up): set pointers to NULL after freeing.
5605 (demangle_signature, demangle_template, demangle_class): Add
5606 switch elements to handle K and B codes.
5607 (demangle_prefix, gnu_special, demangle_qualified): Add
5608 code to handle K and B codes.
5609 (do_type, demangle_fund_type): Handle B and K codes.
5610 (remember_Ktype): New function to store K info.
5611 (register_Btype, remember_Btype): New functions for B codes.
5612 (forget_B_and_K_types): New function to destroy B and K info.
5613
5614Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
5615
5616 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
5617
5618Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5619
5620 * config.table: Make locating frag files failsafe even for the
5621 special case if configuring and building in srcdir.
5622
5623Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
5624
5625 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
5626
5627Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
5628
5629 * choose-temp.c: Sync with copy in gcc.
5630
5631Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
5632
5633 * getopt.c: Update to latest FSF version.
5634 * getopt1.c: Likewise.
5635
5636Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
5637
5638 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
5639 strings that are not actually lengths.
5640
5641Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
5642
5643 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
5644 (.c.o): Check value of enable_shared, not PICFLAG.
5645 (stamp-picdir): Dito.
5646
5647Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
5648
b4fe2683
JM
5649 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
5650 since it gets built automatically
252b5132
RH
5651
5652Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
5653
5654 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
5655 the currently shipping OS.
5656
5657Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
5658
5659 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
5660 Add fnmatch.o and objalloc.o; remove vasprintf.o.
5661 [config.h]: Define NEED_strsignal.
5662
5663Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
5664
5665 * functions.def: Correct argument types for strerror and
5666 strsignal. Reported by Alex Gutman <agutman@emc.com>.
5667
5668Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
5669
5670 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
5671 values.
5672
5673Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
5674 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
5675
5676 Add mingw32 support.
5677 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
5678 (pwait): New function for mingw32.
5679
5680 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
5681 * config/mt-mingw32: New file.
5682 * xmalloc.c (first_break): Not used for mingw32.
5683 (xmalloc_set_program_name): Don't use sbrk on mingw32.
5684 (xmalloc): Likewise.
5685 (xrealloc): Likewise.
5686
5687Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
5688
5689 * choose-temp.c: Sync with gcc version.
5690
5691Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
5692
5693 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
5694 to all filenames in libdir and tooldir.
5695 (distclean): Do MULTICLEAN before deleting Makefile.
5696 (stamp-needed, stamp-config): Add MULTISRCTOP to
5697 pathname for move-if-change.
5698
5699Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
5700
5701 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
5702
5703Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
5704
5705 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
5706 was already defined previously.
5707
5708Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
5709
5710 * Makefile.in (INSTALL): Use ../install-sh, not install.
5711
5712Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
5713
5714 * Makefile.in (CFILES): Add pexecute.c.
5715
5716Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
5717
5718 * asprintf.c: Consistently use either stdarg or varargs.
5719
5720Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
5721
5722 * cplus-dem.c (demangle_signature): Don't look for return types on
5723 constructors. Handle member template constructors.
5724
5725Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
5726
5727 * README: Fix configuration instructions.
5728
5729Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
5730
5731 * pexecute.c: Update to current version from /gd/gnu/lib:
5732
5733 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
5734
b4fe2683 5735 * pexecute.c: Use spawn if __CYGWIN32__.
252b5132
RH
5736
5737 1997-08-08 Paul Eggert <eggert@twinsun.com>
5738
b4fe2683 5739 * pexecute.c: Include "config.h" first, as per autoconf manual.
252b5132
RH
5740
5741 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
5742
b4fe2683
JM
5743 * pexecute.c (fix_argv): New function.
5744 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
5745 Add underscore to cwait function call.
252b5132
RH
5746
5747Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
5748
b4fe2683
JM
5749 * cplus-dem.c (demangle_template): Add new parameter. Handle new
5750 template-function mangling.
5751 (consume_count_with_underscores): New function.
5752 (demangle_signature): Handle new name-mangling scheme.
252b5132
RH
5753
5754Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
5755
5756 * asprintf.c: stdarg.h when ALMOST_STDC
5757 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
8aefe91a 5758 strncasecmp.o.
252b5132
RH
5759
5760Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
5761
5762 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
5763
5764 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
5765
5766 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
5767
5768Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5769
5770 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
5771
5772Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5773
5774 * asprintf.c (asprintf): New file.
5775 * Makefile.in (CFILES): Add asprintf.c
5776 * functions.def: Ditto.
5777
5778Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
5779
5780 * argv.c (dupargv): New function, duplicate an argument vector.
5781
5782Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
5783
5784 * config/mh-cygwin32: also build random.o
5785
5786Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
5787
5788 * cplus-dem.c: Add 'extern' to prepends_underscore.
5789
5790Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
5791
5792 * cplus-dem.c: Various changes to produce Java output when passed
5793 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
5794 (main): Support --java and -j flags to set DMGL_JAVA.
5795
5796Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5797
5798 * config/mh-go32 (CC, AR, RANLIB): Don't define.
5799
5800Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
5801
5802 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
5803 (pexecute.o): New target.
5804
5805 * Makefile.in (stamp-needed): New target, replacing needed-list.
5806 (needed-list): Just depend upon stamp-needed.
5807 (stamp-config): New target, replacing config.h.
5808 (config.h): Just depend upon stamp-config.
5809 (mostlyclean): Remove stamp-*.
5810
5811Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
5812
5813 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
5814 INSTALL_DATA for multilibbed installs
5815
5816Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
5817
5818 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
5819
5820 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
5821
5822 * choose-temp.c (try): Insist that temp dir be searchable.
5823
5824 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
5825
5826 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
5827 for current directory.
5828
5829 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
5830
5831 * pexecute.c: Remove special cases for cygwin32.
5832 (pwait): Remove local definition of `pid'.
5833
5834 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
5835
5836 * pexecute.c (vfork): Supply new definition for VMS.
5837 (pwait): Use waitpid instead of wait for VMS.
5838
5839Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5840
5841 * cplus-dem.c (do_type): Handle `J'.
5842 (demangle_fund_type): Print "complex" for it.
5843
5844Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
5845
5846 * configure.in: Don't turn on multilib here.
5847
5848Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
5849
5850 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
5851 elided; needed by gdb and not present in libc.
5852
5853Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
5854
5855 * Makefile.in (clean): Remove tmpmulti.out.
5856
5857Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
5858
5859 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
5860 Add new floatformat, mainly for ARM doubles.
5861
5862Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
5863
5864 * config.table: Use ${config_shell} with ${moveifchange}. From
5865 Thomas Graichen <graichen@rzpd.de>.
5866
5867Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
5868
5869 * configure.in: Enable multilibing by default.
5870 Update multilib template to read config-ml.in.
5871
5872Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
5873
5874 * makefile.vms: Add objalloc.
5875
5876Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5877
5878 * cplus-dem.c (demangle_it): Add prototype declaration.
5879 (usage, fatal): Likewise.
5880
5881 * xexit.c (_xexit_cleanup): Add prototype.
5882
5883 * strerror.c (init_error_tables): Declare.
5884
5885Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
5886
5887 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
5888 * strsignal.c: Only define strsignal if NEED_strsignal.
5889 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
5890 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
5891 to xneeded-list.
5892 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
5893 (EXTRA_OFILES): Define to vasprintf.o.
5894 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
5895 (EXTRA_OFILES): Add vasprintf.o.
5896 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
5897 (vxneeded-list): Add vasprintf.o.
5898
5899Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
5900
5901 * objalloc.c: Include <stdio.h>.
5902
5903Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
5904
5905 * objalloc.c: New file.
5906 * Makefile.in (CFILES): Add objalloc.c
5907 (REQUIRED_OFILES): Add objalloc.o.
5908 (objalloc.o): New target.
5909
5910Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
5911
5912 * obstack.c: Update to current FSF version.
5913
5914Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
5915
5916 * cplus-dem.c: Add prototypes for all static functions.
5917 (mystrstr): Make static. Make arguments and result const.
5918 (cplus_match): Remove; not used.
5919
5920Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5921
5922 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
5923 __t* symbols.
5924
5925Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
5926
5927 * spaces.c: Declare malloc and free properly.
5928 * strsignal.c (init_signal_tables): Add prototype.
5929 * xatexit.c (_xexit_cleanup): Add parameter declarations.
5930
5931Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5932
5933 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
5934 also required because of xmalloc.o.
5935
5936Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
5937
5938 * strsignal.c: Unconditionally redefine sys_siglist around the
5939 inclusion of the system header files.
5940
5941Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
5942
5943 * makefile.vms: Remove 8 bit characters. Update to latest
5944 gcc release.
5945
5946Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
5947
5948 * strsignal.c: Use NEED_sys_siglist instead of
5949 LOSING_SYS_SIGLIST.
5950 * config.table: Don't use mh-lynxos.
5951 * config/mh-lynxos: Remove.
5952
5953Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
5954
5955 * cplus-dem.c: Fix indenting; make identical to the copy
5956 in GCC.
5957 (do_type, case 'M'): Check for a template as well as a class.
5958
5959Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5960
5961 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
5962 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
5963 libiberty is incorrect, as well.
5964
5965Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5966
5967 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
5968 alloca takes a size_t argument, not just unsigned.
5969
5970Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
5971
5972 * cplus-dem.c: Note that this file also lives in GCC.
5973
5974Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5975
5976 * alloca.c: Remove include of libiberty.h for hpux.
5977 * argv.c: Replace defs from libiberty.h.
5978 * spaces.c: Put back externs from removed from libiberty.h.
5979 * vasprintf.c: Remove include of libiberty.h for hpux.
5980
5981Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5982
5983 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
5984
5985Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5986
5987 * cplus-dem.c: Revert last two commits due to conflicts with
5988 hpux system headers.
5989
5990Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5991
5992 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
5993 Revert last commit due to conflicts with hpux system headers.
5994
5995Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5996
5997 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
5998 libiberty.h when compiled with a standard compiler.
5999
6000Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6001
6002 * alloca.c: Include libiberty.h for definition of xmalloc.
6003 Don't redefine NULL.
6004 * argv.c: Move prototypes to libiberty.h.
6005 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
6006 Don't redefine NULL.
6007 Use casts to eliminate compiler warnings.
6008 * spaces.c: Remove prototypes for malloc and free which are
6009 already in libibrty.h.
6010 * strcasecmp.c: Use casts to eliminate compiler warnings.
6011 * vasprintf.c: Include libiberty.h for definition of malloc.
6012 Don't redefine NULL.
6013 * vprintf.c: Include stdarg.h if __STDC__.
6014
6015Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6016
6017 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
6018
6019Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
6020
6021 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
6022 upward components correctly.
6023
6024Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
6025
6026 * config.table, config/mh-windows: Add support for building under
6027 MSVC (the Microsoft build environment).
6028
6029Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
6030
6031 * fnmatch.c: Undef const if not __STDC__.
6032
6033Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
6034
6035 * fnmatch.c: New file.
6036 * Makefile.in (CFILES): Add fnmatch.c.
6037 (REQUIRED_OFILES): Add fnmatch.o.
6038 (fnmatch.o): New target.
6039
6040Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
6041
6042 * cplus-dem.c (demangle_template): Fix handling of address args.
6043 (gnu_special): Handle type_info stuff.
6044
6045Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6046
6047 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
6048 (mpwify_filename): Handle "::/" case.
6049
6050Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
6051
6052 * config/mh-cygwin32: new file (need -DNEED_basename and
6053 -DNEED_sys_siglist for native NT rebuilding)
6054 * config.table (*-*-cygwin32): new entry
6055 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
6056
6057Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6058
6059 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
6060
6061Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
6062
6063 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
6064 messed with arguments that included a '/', add escape chars
6065 to double quotes, remove const decl from arg that Mac
6066 compilers don't seem to like.
6067
6068Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
6069
6070 * pexecute.c: Update test for win32 (&& ! cygwin32).
6071 * choose-temp.c: fix WIN32 preprocessor defines
6072
6073Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
6074
6075 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
6076 to editing of default makefile rule.
6077
6078Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
6079
6080 * alloca-norm.h: Include <malloc.h> if _WIN32.
6081 * argv.c: Include non-prototyped decls for malloc and string
6082 functions if ! _WIN32 or if __GNUC__.
6083
6084Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
6085
6086 * config.h-vms: New file.
6087 * makefile.vms: Use it.
6088
6089Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6090
6091 * getopt.c (_getopt_internal): If argc is 0, just return (before
6092 we reference *argv and segfault).
6093
6094Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6095
6096 * Makefile.in (distclean): Add multilib.out.
6097
6098Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
6099
6100 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
6101 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
6102
6103Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
6104
6105 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
6106
6107 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
6108
6109 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
6110
6111 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
6112 (do_ofiles): Allow nonexistent source file in pass 3.
6113 (chk_deffunc): New routine.
6114
6115Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
6116
6117 * pexecute.c (PEXECUTE_VERBOSE): Define.
6118 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
6119
6120Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6121
6122 * Makefile.in (docdir): Removed.
6123
6124Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6125
6126 * Makefile.in (oldincludedir): Removed.
6127
6128Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6129
b4fe2683 6130 * Makefile.in (datadir): Set to $(prefix)/share.
252b5132
RH
6131
6132Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
6133
6134 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
6135 checking for errors from do_type.
6136
6137Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
6138
6139 * makefile.vms: New file.
6140 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
6141 than declaring malloc, realloc, and sbrk.
6142
6143Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
6144
6145 * pexecute.c: New file.
6146
6147Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
6148
6149 * xmalloc.c: Declare sbrk.
6150
6151Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6152
6153 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
6154 declaration.
6155
6156Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
6157
6158 * xstrerror.c: Include <stdio.h>.
6159
6160Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
6161
6162 * Makefile.in (CFILES): Add atexit.c.
6163
6164Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
6165
6166 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
6167
6168Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
6169
6170 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
6171 #include <stdio.h>
6172 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
6173
6174Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
6175
b4fe2683 6176 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
252b5132
RH
6177 Reverts Feb 8, 1995 change.
6178
6179Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
6180
6181 * choose-temp.c: New file.
6182 * Makefile.in (CFILES): Add choose-temp.c.
6183 (REQUIRED_OFILES): Add choose-temp.o.
6184
6185Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
6186
6187 * floatformat.c (floatformat_to_double): Don't bias exponent when
6188 handling zero's, denorms or NaNs.
6189
6190Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
6191
6192 * floatformat.c (floatformat_to_double): Fix bugs with handling
6193 numbers with fractions < 32 bits.
6194
6195Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
6196
6197 * config.table: Permit --enable-shared to specify a list of
6198 directories.
6199
6200Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
6201
6202 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
6203 arguments.
6204
6205Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
6206
6207 * configure.in: If srcdir is `.' and with_target_subdir is not
6208 `.', then set MULTISRCTOP before calling config-ml.in.
6209
6210Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
6211
6212 * mpw.c (mpw_open): Add debugging output option.
6213
6214Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
6215
6216 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
6217
6218Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
6219
6220 * mpw.c (mpwify_filename): Change 6 to 5 in
6221 strncmp (unixname, "/tmp/", 5).
6222
6223Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
6224
6225 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
6226 handle 0 as a pointer value parameter.
6227
6228Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
6229
6230 * Makefile.in (all): Depend upon required-list.
6231 (required-list): New target.
6232 (clean): Remove required-list.
6233
6234Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
6235
6236 * win32.c: Deleted.
6237 * config.table (i386-*-win32): Deleted.
6238 * config/mh-i386win32: Deleted.
6239
6240Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
6241
6242 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
6243 const char *.
6244 (cplus_mangle_opname): Change return type and opname parameter to
6245 const char *. Don't cast return value.
6246
6247Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
6248
6249 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
6250 definition.
6251
6252Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
6253
6254 * obstack.c: Update copyright to 1996.
6255 (_obstack_memory_used): Define new function. Called via
6256 obstack_memory_used macro.
6257
6258Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
6259
6260 * xstrdup.c: New file.
6261 * Makefile.in (CFILES): Add xstrdup.c.
6262 (REQUIRED_OFILES): Add xstrdup.o.
6263 (xstrdup.o): New target.
6264
6265Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
6266
6267 * atexit.c: New stub to provide atexit on systems that have
6268 on_exit, like SunOS 4.1.x systems.
6269 * functions.def (on_exit, atexit): Ditto.
6270
6271Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
6272
6273 * mpw.c (mpw_abort): Remove decl.
6274 (mpw_access): Move debugging printf.
6275
6276Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
6277
6278 * config.table: Consistently use ${host} rather than ${xhost} or
6279 ${target}.
6280 * configure.in: Don't bother to set ${xhost} before calling
6281 config.table.
6282
6283Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6284
6285 * Makefile.in (.c.o): Use test instead of the left bracket, to
6286 avoid problems with some versions of make.
6287
6288Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
6289
6290 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
6291
6292Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
6293
6294 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
6295 which was set to just alloca.o, which is now automatically marked
6296 as needed by the autoconfiguration process.
6297
6298Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
6299
6300 * config.table: Check ${with_cross_host} rather than comparing
6301 ${host} and ${target}.
6302
6303Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
6304
6305 * configure.in: If with_target_subdir is empty, set xhost to
6306 ${host} rather than ${target} before calling config.table.
6307
6308Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
6309
6310 * Makefile.in (MULTITOP): Deleted.
6311 (MULTISRCTOP, MULTIBUILDTOP): New.
6312 (FLAGS_TO_PASS): Delete INCDIR.
6313 (INCDIR): Add $(MULTISRCTOP).
6314 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
6315 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
6316 instead of cfg-ml-pos.in.
6317 (cross-compile check): Change to test for with_target_subdir.
6318 (EXTRA_LINKS): Delete.
6319
6320Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
6321
6322 * mpw-make.sed: Add getpagesize.c.o to needed-list.
6323 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
6324 functions that are supplied by Metrowerks libraries.
6325 (fstat): Clean up descriptor->pointer conversion code.
6326 (InstallConsole, etc): Empty definitions, for when linking
6327 with SIOUX.
6328
6329Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
6330
6331 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
6332 (.c.o): Stylistic change.
6333
6334Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
6335
6336 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
6337 phdm@info.ucl.ac.be (Philippe De Muyter).
6338
6339Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
6340
6341 * configure.in: Correct sed call.
6342
6343Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
6344
6345 * configure.in: Clean up / simplify for native.
6346
6347 * configure.in: Merge in stuff from ../xiberty/configure.in.
6348 * Makefile.in (CC): Add definition (so it can be overrridden
6349 by ../configure).
6350
6351Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
6352
6353 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
6354 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
6355 (link): Remove useless definition with error return.
6356 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
6357 Use UnsignedWide type for microsecond counts.
6358
6359Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
6360
6361 * memcmp.c (memcmp): Argument types are const void *, not void
6362 *const.
6363
6364 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
6365 sys/types.h.
6366 * strcasecmp.c (strcasecmp): Ditto.
6367
6368Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
6369
6370 * Makefile.in (BISON): Remove macro.
6371
6372Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
6373
6374 * Makefile.in (HFILES): Add default empty definition.
6375 * mpw-config.in (config.h): Only update if changed.
6376 * mpw-make.in: Remove.
6377 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
6378 * mpw.c: Remove semi-clone of strerror code.
6379 (sys_nerr, sys_errlist): Define here.
6380 (Microseconds): Only define as A-line trap if m68k Mac.
6381
6382Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
6383
6384 * Makefile.in (maintainer-clean): New synonym for distclean.
6385
6386Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
6387
6388 * config.table: For host, generalize rs6000-ibm-aix*
6389 to *-ibm-aix* so we also include powerpc.
6390
6391Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6392
6393 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
6394
6395 * xstrerror.c: New file.
6396 * Makefile.in, vmsbuild.com: Compile it.
6397
6398Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
6399
6400 * config.table (i386-*-win32): New.
6401
6402Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
6403
6404 * Makefile.in (MULTITOP): New variable.
6405 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
6406 (all): Add multilib support.
6407 (install_to_tooldir, *clean): Likewise.
6408
6409Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
6410
6411 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
6412
6413Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
6414
6415 * vmsbuild.com: create "new-lib.olb", build libiberty under that
6416 name, and then make it become "liberty.olb" when done, so that an
6417 incomplete build attempt never leaves behind something which looks
6418 like a complete library.
6419
6420Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
6421
6422 * config/mh-i386pe: New file for PE hosts.
6423 * config.table: Understand PE hosts.
6424
6425Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6426
6427 * cplus-dem.c: Update from gcc.
6428
6429 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
b4fe2683 6430 <stddef.h>.
252b5132
RH
6431 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
6432
6433Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
6434
6435 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
6436 * mpw.c: Only test DebugPI once whenever printing debug info.
6437 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
6438 also fix to not write on input filename buffer.
6439 (mpw_access): Use stat() instead of open(), works for directories
6440 as well as files.
6441
6442Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6443
6444 * Makefile.in: Massage broken shells that require 'else true'.
6445
6446Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
6447
6448 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
6449 Declare __builtin_alloca in the sparc case, as argv.c did.
6450 * argv.c: Replace inline version of alloca-norm.h at start of file with
6451 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
6452 because alloca-norm.h needs to declare alloca as "PTR".
6453
6454Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
6455
6456 * win32.c: New file.
6457
6458Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6459
6460 * dummy.c: #include "alloca-conf.h".
6461
6462Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6463
6464 * Makefile.in (mostlyclean): Remove stamp-picdir.
6465 (clean): Don't.
6466
6467Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6468
6469 * config.table (frags): Use toplevel pic frags.
6470
6471 * Makefile.in (PICFLAG): New macro.
6472 (all): Depend on stamp-picdir.
6473 (needed-list): Ditto.
6474 (.c.o): Also build pic object.
6475 (stamp-picdir): New rule.
6476 (mostlyclean): Remove pic.
6477 (clean): Remove stamp-picdir.
6478
6479Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
6480
6481 * vmsbuild.com (config.h): Add `#define NEED_basename'.
6482
6483Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
6484
6485 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
6486 to libio-style copyright.
6487 * getpagesize.c: Remove FSF copyright.
6488
6489Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6490
6491 Added improved VMS support from Pat Rankin:
6492
6493 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
6494
6495 * vmsbuild.com: new file.
6496
6497 * getpagesize.c (getpagesize): implement for VMS;
6498 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
6499 support for EVMSERR.
6500
6501Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6502
6503 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
6504
6505 * floatformat.c (floatformat_arm_ext): Define.
6506
6507Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
6508
6509 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
6510 strerror.c, strsignal.c: Remove FSF copyright.
6511 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
6512
6513Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
6514
6515 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
6516 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
6517 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
6518 * strchr.c, strrchr.c: Add cast to suppress const warning.
6519
6520Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6521
6522 * cplus-dem.c: Use const instead of CONST. Don't include
b4fe2683 6523 ansidecl.h directly.
252b5132
RH
6524
6525Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6526
6527 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
b4fe2683 6528 xrealloc.
252b5132 6529 (-DMAIN): Don't rely on an externally-defined version number;
b4fe2683
JM
6530 instead, require the version number to be defined as a
6531 preprocessor macro. Handle the RS/6000 leading dot. Define
6532 xmalloc, xrealloc and fatal. Don't strip a leading underscore
6533 if we couldn't demangle the word.
252b5132
RH
6534
6535Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
6536
6537 (Old mpw.c change descriptions retained for informational value.)
6538 * mpw.c (warning_threshold): Default to .4 sec.
6539 (overflow_count, current_progress): New globals.
6540 (warn_if_spin_delay): Include current progress type,
6541 such as program name, in message.
6542 (mpw_start_progress): Set current_progress variable from arg.
6543 (mpw_end_progress): Report spin delays by power-of-two-size
6544 buckets instead of constant-size buckets.
6545
6546 * mpw.c: Clean up formatting, types, returns, etc.
6547 (ENOSYS): Define.
6548 (mpw_fread, mpw_fwrite): Define.
6549 (sleep): Define correctly.
6550
6551 * mpw.c: New code to implement cursor spinning support.
6552 (umask): New function.
6553 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
6554
6555 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
6556 basenames for MPW and MPW/Unix filenames.
6557 (mpw_special_init): New function, calls Macsbug if desired.
6558
6559 * mpw.c: Add GPL notice.
6560 (mpwify_filename): Add more transformations.
6561 (mpw_fopen): Call mpwify_filename on file names.
6562 (rename): Remove.
6563 (chdir, getcwd): Add simple definitions.
6564
6565 * mpw.c: Random cleanups, remove unused code bits.
6566 Added copy of strerror.c for gcc's use.
6567 (stat, fstat, _stat): New versions based on Guido van Rossum code.
6568
6569 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
6570
6571 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
6572 (fork, vfork, etc): Print error messages if called.
6573 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
6574 rename, chown): Define.
6575
6576 * mpw-config.in: New file, MPW version of configure.in.
6577 * mpw-make.in: New file, MPW version of Makefile.in.
6578 * mpw.c: New file, MPW compatibility routines.
6579
6580Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6581
6582 * basename.c: Include config.h before checking for NEED_basename.
6583
6584Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6585
6586 * functions.def: Add DEFFUNC for basename.
6587
6588 * basename.c: Only define basename if NEED_basename.
6589
6590Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6591
6592 * config.table: Fix --enable-shared logic for native builds.
6593
6594Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6595
6596 * cplus-dem.c (demangle_template): Demangle bool literals properly.
6597
6598Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
6599
6600 * strtol.c strtoul.c: Replace these with less buggy versions from
6601 NetBSD. (strtoul in particular couldn't handle base 16.)
6602
6603Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
6604
6605 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
6606
6607 * clock.c: If NO_SYS_PARAM_H is defined, don't include
6608 <sys/param.h>.
6609 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
6610
6611Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
6612
6613 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
6614 a number; ANSI appears to permit any expression, including a
6615 function call.
6616
6617 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
6618 xiberty.
6619 * config/mt-vxworks5: New file.
6620
6621Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
6622
6623 * basename.c (basename): Change argument to be const.
6624
6625Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6626
6627 * Makefile.in (lneeded-list): Don't worry about xmalloc.
6628
6629Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
6630
6631 * Makefile.in (distclean): Delete xhost-mkfrag.
6632
6633Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6634
6635 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
6636
6637Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6638
6639 * hex.c: New file.
6640 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
6641 (hex.o): Add dependencies.
6642
6643 * cplus-dem.c (demangle_prefix): For GNU style constructor and
6644 destructor names, try demangling the remainder of the string.
6645
6646Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
6647
6648 * vasprintf.c (int_vasprintf): New static function.
6649 (vasprintf): Use int_vasprintf. Removes assumption that va_list
6650 is assignment compatible.
6651
6652Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6653
6654 * Makefile.in (LIBCFLAGS): New variable.
6655 (FLAGS_TO_PASS): Pass it.
6656 (.c.o): Use it.
6657
6658Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6659
6660 * getopt.c, getopt1.c: Do compile these functions under Linux,
6661 since many native versions are based on glibc but are buggy.
6662
6663Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
6664
6665 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
6666 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
6667
6668Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6669
6670 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
6671 * functions.def: Remove vasprintf.
6672
6673Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6674
6675 * xmalloc.c (first_break): New static variable.
6676 (xmalloc_set_program_name): Record sbrk (0) in first_break.
6677 (xmalloc): If memory allocation fails, try to report how much
6678 memory was allocated by the program up to this point.
6679 (xrealloc): Likewise.
6680
6681Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
6682
6683 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
6684 when linking dummy.
6685 * config.table: Add host RISCiX Makefile frag.
6686 * config/mh-riscix: New file.
6687
6688Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6689
6690 * Makefile.in (FLAGS_TO_PASS): Define.
6691 ($(RULE1)): Use $(FLAGS_TO_PASS).
6692
6693Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6694
6695 * vasprintf.c: Include <string.h>.
6696 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
6697 * xatexit.c: Declare malloc.
6698
6699Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
6700
6701 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
6702 one below).
6703
6704Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
6705
6706 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
b4fe2683 6707 the type index is greater than 9.
252b5132
RH
6708
6709Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
6710
6711 * cplus-dem.c (demangle_qualified): accept optional '_' between
6712 qualified name. This is baecause the template name may end with
6713 numeric and can mixed up with the length of next qualified name.
6714
6715Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
6716
6717 * config/mt-sunos4: Use our standard location for cross-includes
6718 and cross-libs when the target is also a "host" environment (ie no
6719 newlib; includes and such don't belong to us). This is specific
6720 to the Cygnus Support environment.
6721
6722Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
6723
6724 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
6725 xxx<ch=81>.
6726
6727Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
6728
6729 * cplus-dem.c (main): flush stdout to make pipe work.
6730
6731Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
6732
6733 * config.table (*-*-cxux7*): Recognize.
6734 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
6735 Harris-specific float format.
6736 * config/mh-cxux7: New file.
6737
6738Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6739
6740 * cplus-dem.c (demangle_template): Make sure that the result of
6741 consume_count doesn't index beyond the end of the string.
6742
6743Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6744
6745 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
6746 earlier. Improve test for new vtable mangling. Change output back
6747 to `virtual table'.
6748
6749Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6750
6751 * obstack.c: Always compile this code, even if using the GNU
6752 library. Avoids problems with relatively recent binary
6753 incompatibility.
6754
6755Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6756
6757 * cplus-dem.c: Include libiberty.h.
6758 (xmalloc, xrealloc, free): Don't declare.
6759 (strstr): Don't declare parameters.
6760 (xmalloc, xrealloc): Don't define.
6761 (long_options): Add no-strip-underscores.
6762 (main): Call xmalloc_set_program_name. Pass n in short options to
6763 getopt_long. Handle option 'n' to not strip underscores.
6764 (usage): Mention -n and --no-strip-underscores.
6765
6766Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
6767
6768 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
b4fe2683 6769 space.
252b5132
RH
6770 (gnu_special): Demangle template and qualified names in a vtable name.
6771
6772Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6773
6774 From gas-2.3 and binutils-2.4 net releases:
6775
6776 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
6777
6778 * makefile.dos: [new] Makefile for dos/go32
6779 * configure.bat: update for latest files
6780 * msdos.c: remove some functions now in libc.a
6781
6782Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
6783
6784 * cplus-dem.c (gnu_special): Recognize thunks, as well as
6785 the new naming style for vtables (when -fvtable-thunks).
6786
6787Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6788
6789 * Makefile.in (XTRAFLAGS): Don't define.
6790 (.c.o, dummy.o): Don't use XTRAFLAGS.
6791 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
6792
6793Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6794
6795 * vasprintf.c: New file.
6796 * Makefile.in, functions.def: Add it.
6797
6798Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
6799
6800 * cplus-dem.c (demangle_fund_type): Grok bool.
6801
6802Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
6803
6804 * config.table: Add go32
6805 * config/mh-go32: New template.
6806
6807Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
6808
6809 * config.table, config/mt-sunos4: config for when sun4 is cross target.
6810
6811Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6812
b4fe2683
JM
6813 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
6814 Declare strlen to return int. Don't include stddef.h.
252b5132
RH
6815
6816Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
6817
b4fe2683
JM
6818 * getopt.c: Delete use of IN_GCC to control whether
6819 stddef.h or gstddef.h is included.
252b5132
RH
6820
6821Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
6822
6823 * cplus-dem.c (demangle_signature): Fix a bug in template function
6824 type numbering.
6825
6826Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
6827
6828 * cplus-dem.c (demangle_signature): Fix template function with arm
6829 style argument type number, Tn.
6830
6831Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
6832
6833 * cplus-dem.c (optable): Add new[] and delete[].
6834
6835Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6836
6837 * argv.c (buildargv): Don't produce empty argument just because
6838 there is trailing whitespace.
6839
6840Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
6841
6842 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
6843 Handle 'p' same as 'P'.
6844 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
6845
6846Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6847
6848 * floatformat.c (get_field, put_field): Fix off by one error in
6849 little endian case.
6850
6851Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6852
6853 * floatformat.c (floatformat_from_double): Pass unsigned char *,
6854 not char *, to put_field.
6855
6856Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
6857
6858 * memmove.c: Re-wrote; placed in public domain.
6859
6860Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6861
6862 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
6863 __Q* as a constructor.
6864
6865Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
6866
6867 * ieee-float.c: Removed; no longer used.
6868 * Makefile.in: Changed accordingly.
6869
6870Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6871
6872 * floatformat.c (get_field): Removed unused local variable i.
6873 (put_field): Removed unused local variable i.
6874
6875Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6876
6877 * floatformat.c: New file, intended to replace ieee-float.c.
6878 * Makefile.in: Change accordingly.
6879
6880Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6881
6882 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
6883 (_getopt_initialize): New function, broken out of _getopt_internal.
6884 (_getopt_internal):
6885 If long_only and the ARGV-element has the form "-f", where f is
6886 a valid short option, don't consider it an abbreviated form of
6887 a long option that starts with f. Otherwise there would be no
6888 way to give the -f short option.
6889
6890Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6891
b4fe2683
JM
6892 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
6893 Test just __STDC__, not emacs.
252b5132
RH
6894
6895Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6896
b4fe2683
JM
6897 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
6898 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
252b5132
RH
6899
6900Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6901
b4fe2683 6902 * getopt.c (_NO_PROTO): Define before config.h is included.
252b5132
RH
6903
6904Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6905
b4fe2683 6906 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
252b5132
RH
6907 <config.h> only under these, else "config.h".
6908
6909Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6910
b4fe2683
JM
6911 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
6912 <config.h> instead of "config.h".
252b5132
RH
6913
6914Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
6915
6916 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
6917 whether to use prototypes or not.
6918 * strerror.c (const): Never undefine; let ansidecl.h handle it.
6919 * strsignal.c (const): Likewise.
6920
6921Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6922
6923 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
6924 Merging common and initialized variables need not be supported by
6925 ANSI C compilers.
6926 (xatexit): Initialize _xexit_cleanup if not already set.
6927 * xexit.c: Comment fix.
6928
6929Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6930
6931 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
6932 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
6933 assuming that realloc works correctly.
6934
6935Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6936
6937 * concat.c, ieee-float.c: Replace inclusion of <string.h>
6938 with explicit function declarations, as recommended by Ian Taylor.
6939
6940Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6941
6942 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
6943 (malloc, realloc): Declare.
6944
6945Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6946
6947 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
6948 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
6949 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
6950 * xmalloc.c: Likewise.
6951 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
6952 macros, not <varargs.h> macros.
6953 * spaces.c (spaces): Make return type const. Don't crash if
6954 malloc returns NULL.
6955 * strerror.c (struct error_info): Make name and msg fields const.
6956 (error_names): Make const.
6957 (strerrno): Make const.
6958 (strtoerrno): Make argument const.
6959 * strsignal.c (struct signal_info): Make name and msg fields
6960 const.
6961 (signal_names, sys_siglist): Make const.
6962 (strsignal, strsigno): Make const.
6963 (strtosigno): Make argument const.
6964 * xatexit.c: Declare parameter types.
6965 * xmalloc.c (name): Make const.
6966 (xmalloc_set_program_name): Make argument const.
6967 * Makefile.in (INCDIR): Define.
6968 (.c.o): Use $(INCDIR).
6969 (dummy.o): Likewise.
6970 (argv.o, basename.o): New targets; depend on libiberty.h.
6971 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
6972 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
6973 (xmalloc.o): Likewise.
6974 (cplus-dem.o): New target; depend on demangle.h.
6975 (getopt.o, getopt1.o): New targets; depend on getopt.h.
6976 (ieee-float.o): New target; depend on ieee-float.h.
6977 (obstack.o): New target; depend on obstack.h.
6978
6979Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6980
6981 Handle obstack_chunk_alloc returning NULL. This allows
6982 obstacks to be used by libraries, without forcing them
6983 to call exit or longjmp.
6984 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
6985 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
6986 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
6987
6988Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6989
6990 * concat.c, ieee-float.c: Include <string.h>.
6991
6992Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6993
6994 * xmalloc.c (xmalloc_set_program_name): New function.
6995 (xmalloc, xrealloc): Include the name in the error message, if set.
6996
6997 * Replace atexit.c with xatexit.c.
6998 * Makefile.in (CFILES), functions.def: Change references.
6999
7000Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
7001
7002 * getruntime.c (get_run_time): Use getrusage or times if
7003 HAVE_GETRUSAGE or HAVE_TIMES are defined.
7004
7005Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7006
7007 * atexit.c: New file.
7008 * Makefile.in (CFILES), functions.def: Add it.
7009 * xexit.c: New file.
7010 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
7011 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
7012 Change request for 0 bytes into request for 1 byte.
7013
7014Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7015
7016 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
7017 unsigned long, to avoid warnings.
7018
7019Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7020
7021 * dummy.c: Don't include time.h ever; always define clock_t as
7022 "unsigned long". Until gcc/fixincludes ensures that clock_t
7023 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
7024 exist, clock_t probably doesn't either.
7025
7026Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
7027
7028 * clock.c, getruntime.c: New files.
7029 * Makefile.in: Add to file lists.
7030 * functions.def (clock): Add to list.
7031 * dummy.c (time.h): Add if __STDC__.
7032 (clock_t): #define as "unsigned long" if not __STDC__.
7033
7034Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7035
7036 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
7037 Edler).
7038
7039Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7040
7041 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
7042 linking.
7043
7044Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7045
7046 * cplus-dem.c (demangle_arm_pt): New function. Common code
7047 for ARM template demangling.
7048 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
7049 * cplus-dem.c (demangle_prefix): Likewise.
7050
7051Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
7052
7053 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
7054
7055Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
7056
7057 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
7058 * strerror.c, strsignal.c: As a small space optimization, don't
7059 include messages when they aren't actually used.
7060
7061 Merge changes from takefive.co.at!joe (Josef Leherbauer)
7062 * cplus-dem.c (demangle_prefix, demangle_function_name,
7063 cplus_demangle_opname): Fixes for systems where cplus_marker
7064 is something other than '$'.
7065
7066Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
7067
7068 * waitpid.c: Simple-minded approcimation to waitpid
7069 using vanilla wait.
7070 * functions.def, Makefile.in: Update accordingly,
7071
7072Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
7073
7074 * cplus-dem.c(demangle_template): fix bug template instantiation
7075 with value of user defined type.
7076
7077Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
7078
7079 * cplus-dem.c(cplus_demangle_opname): add the subject new function
7080 to support unified search of operator in class.
7081
7082Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7083
7084 gcc -Wall lint:
7085 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
7086 "digit = *s" as condition in while loop.
7087
7088Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
7089
7090 * Makefile.in: pass SHELL to recursive make
7091
7092Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
7093
7094 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
7095 be (const char*), for ANSI (and gcc w/fixproto) consistency.
7096
7097Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7098
7099 * config.table: Make *-*-hiux* use mh-hpux.
7100
7101Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7102
7103 * config.table: Add * to end of all OS names.
7104
7105Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7106
7107 * Makefile.in (lneeded-list): ensure that object file names are
7108 not duplicated, as multiple instances of the same object file in
7109 a library causes problems on some machines
7110
7111Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7112
7113 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
7114
7115Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7116
7117 * strncasecmp.c: new file, implements strncasecmp
7118 * strcasecmp.c: new file, implement strcasecmp
7119
7120 * Makefile.in (CFILES): list these two new source files
7121
7122 * functions.def: add strcasecmp and strncasecmp entries
7123
7124Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7125
7126 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
7127 according to ANSI C.
7128
7129Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
7130
7131 * cplus-dem.c: add support of ARM global constructor/destructor,
7132 and 'G' for passing record or union in parameter.
7133
7134Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7135
7136 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
7137 should not be in functions.def.
7138
7139Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7140
7141 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
7142 not be in functions.def.
7143
7144Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
7145
7146 * cplus-dem.c: change globl constructor/destructor to proper name
7147
7148Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7149
7150 * cplus-dem.c: fix bug in constructor/destructor
7151
7152Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
7153
7154 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
7155
7156Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
7157
7158 * cplus-dem.c: Fix demangle_template prototype
7159
7160Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
7161
7162 * cplus-dem.c: fix template demangling
7163 * cplus-dem.c: fix const type demangling
7164 * cplus-dem.c: fix constructor/destructor, virtual table,
7165 qualifier, global constructor/destructor demangling
7166
7167Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7168
7169 * strsignal.c, strerror.c: Use fully-bracketed initializer to
7170 keep gcc -Wall happy.
7171
7172Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
7173
7174 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
7175 patch.
7176
7177Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7178
7179 Patch from Paul Flinders:
7180 * cplus-dem.c (do_type): Deal with arrays.
7181
7182Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7183
7184 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
7185 than 9 classes.
7186
7187Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
7188
7189 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
7190 not initialized" warnings under HP/UX
7191
7192Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7193
7194 * strerror.c: Move include of stdio.h after sys_errlist #define.
7195 Also remove NULL definition (stdio.h always defines NULL, so it
7196 never did anything but clutter up the code).
7197
7198Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7199
7200 * Makefile.in, functions.def: handle xmalloc.c
7201
7202 * xmalloc.c: provide xmalloc and xrealloc functions
7203
7204Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7205
7206 * cplus-dem.c: Fix a comment.
7207
7208Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7209
7210 * getopt1.c: Declare const the way getopt.c does.
7211
7212Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7213
7214 * obstack.c, alloca.c: Update from FSF.
7215 * getopt.c, getopt1.c: Update to current FSF version, which
7216 doesn't use alloca.
7217
7218Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7219
7220 * Makefile.in (demangle): Add the target with a message saying
7221 where demangle went.
7222
7223Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7224
7225 * Makefile.in: Remove obsolete `demangle' target.
7226
7227Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
7228
7229 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
7230 avoid infinite loop on vtbl symbols with disambiguating "junk"
7231 tacked on the end.
7232
7233Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7234
7235 * strsignal.c: work around some systems losing definitions of
7236 sys_siglist
7237
7238 * config/mh-lynxos: this system has a losing definition of
7239 sys_siglist
7240
7241 * config.table: use mh-lynxos for *-*-lynxos
7242
7243Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
7244
7245 * config.table: Add support for HPPA BSD hosts.
7246
7247 * config/mh-hpbsd: New file.
7248
7249Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
7250
7251 * Makefile.in (TAGS): make work when srcdir != objdir.
7252
7253Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7254
7255 * cplus-dem.c (main): Add long options, including --help and
7256 --version.
7257 (usage): New function from code in main.
7258
7259Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
7260
7261 * config.table: New shell scipt, sourced by both ./configure,in
7262 and ../xiberty/configure.in, to avoid maintainance lossages.
7263 * configure.in and ../xiberty/configure.in: Use config.table.
7264
7265 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
7266 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
7267 * ../xiberty/configure.in: Update from ./configure.in.
7268
7269Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7270
7271 * Makefile.in: remove parentdir support
7272
7273Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7274
7275 * cplus-dem.c (xrealloc): Match definition with prototype.
7276
7277Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7278
7279 * cplus-dem.c (demangle_prefix): Demangle cfront
7280 local variables as an extension to ARM demangling.
7281
7282Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7283
7284 * ieee-float.c: Don't require pointers to double to be aligned.
7285
7286Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
7287
b4fe2683 7288 (merge changes from dlong@cse.ucsc.edu)
252b5132
RH
7289 * cplus-dem.c (consume_count): Simplify.
7290 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
7291 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
7292
7293 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
7294 full prototypes.
7295 * cplus-dem.c (free): Add prototype.
7296 * cplus-dem.c (optable): Fully bracketize initializer.
7297
7298Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
7299
7300 * cplus-dem.c: Whether initial underscores are stripped
7301 depends on the external variable prepends_underscore
7302 (which is generated by the binutils Makefile).
7303
7304Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7305
7306 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
7307
7308Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
7309
7310 * cplus-dem.c (consume_count): Return zero if arg does not
7311 start with digit, and don't consume any input.
7312
7313Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
7314
7315 * Makefile.in (demangle): Use ${srcdir} not $^.
7316
7317 * strtod.c: New file, needed at least for BSD 4.3.
7318
7319Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
7320
7321 * strsignal.c (sys_siglist): For ANSI compilations, type is
7322 "const char *const". Also remove conditionalization on __STDC__
7323 since const is defined away for non-ANSI.
7324
7325Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7326
7327 * configure.in: Recognize *-*-hpux.
7328 * config/mh-hpux: New file.
7329
7330Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
7331
7332 * tmpnam.c: Added ANSI tmpnam() function.
7333 * functions.def, Makefile.in: Update accordingly.
7334
7335Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7336
7337 * cplus-dem.c (demangle_function_name): Get the demangling of
7338 stop__1A right.
7339
7340Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
7341
7342 * cplus-dem.c: Declare strstr return type.
7343
7344Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
7345
7346 * strsignal.c: Add some AIX signals.
7347
7348Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
7349
7350 * Makefile.in (MAKEOVERRIDES): Define to be empty.
7351
7352Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7353
7354 * Makefile.in: add installcheck & dvi targets
7355
7356Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
7357
7358 * ieee-float.c: New file, moved from ../gdb (since it is
7359 needed by ../opcode/m68k-dis.c).
7360
7361Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
7362
7363 * cplus-dem.c: Replace all references to cfront with ARM.
7364
7365Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
7366
7367 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
7368 to be more useful as a filter.
7369
7370Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7371
7372 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
7373 destination directory before running $(RANLIB), in case that
7374 program tries to create a file in the current directory as part of
7375 its work.
7376
7377Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
7378
7379 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
7380 because BSD 4.4 lacks one. Isn't this fun?
7381
7382Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
7383
7384 * cplus-dem.c (demangle_signature): Set func_done after
7385 demangling a template.
7386 * cplus-dem.c (demangle_template): Fix several small bugs
7387 in demangling GNU style templates.
7388 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
7389 style constructors.
7390 * cplus-dem.c (gnu_special): Fix for templates in GNU style
7391 static data members.
7392
7393Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
7394
7395 * cplus-dem.c (demangle_signature): Modify to include type
7396 modifiers like static and const in remembered types.
7397
7398Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
7399
7400 * cplus-dem.c (demangled_qualified): Add new parameter that tells
7401 whether to prepend or append the qualifiers.
7402 * cplus-dem.c (string_prepends): Used now, remove #if 0.
7403 * cplus-dem.c (demangle_signature): Call demangle_qualified
7404 with prepending.
5dd42ef4 7405 * cplus-dem.c (gnu_special): Recognize static data members that
252b5132
RH
7406 use qualified names.
7407 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
7408 temporary buffer and the prepend or append them to the result,
7409 as specified by the new "append" flag.
7410 * cplus-dem.c (do_type): Call demangled_qualified with
7411 appending.
7412
7413Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
7414
7415 * strsignal.c (signal_table): Now const.
7416 (init_signal_tables): Variable eip now points to const.
7417
7418 * strerror.c (error_table): Now const.
7419 (init_error_tables): Variable eip now points to const.
7420
7421Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
7422
7423 * memchr.c (memchr): New (ANSI standard) function.
7424 * Makefile.in, functions.def: Added memchr.
7425 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
7426
7427Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7428
7429 * getopt.c: remove use of USG around <alloca.h>, which never meant
7430 anything anyway
7431
7432 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
7433 of USG and USGr4
7434
7435Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
7436
7437 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
7438 it's now a type according to the ANSI X3J16 working paper; output
7439 "wchar_t" for it.
7440 (demangle_template): Accept `w' as an integral type.
7441 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
7442 counterparts malloc and realloc to `char *'.
7443 (main): Exit with a 0 status.
7444 * Makefile.in (demangle): Don't expect the user to define
7445 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
7446 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
7447
7448Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
7449
7450 * Makefile.in (AR_FLAGS): Avoid verbosity.
7451 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
7452 replace USGr4 with HAVE_SYSCONF.
7453 * config/mh-solaris: Remove; mh-sysv4 works now.
7454 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
7455 * configure.in: Simplify host matching table, remove separate
7456 solaris config file.
7457
7458Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
7459
7460 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
7461
7462Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
7463
7464 * cplus-dem.c (xmalloc, xrealloc): Add decls.
7465 (remember_type): Don't cast xmalloc.
7466 (string_need): Likewise; don't cast xrealloc either.
7467
7468Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
7469
7470 * Makefile.in, functions.defs, rename.c: added simple
7471 implementation of rename, since some binutils programs use it.
7472
7473Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
7474
7475 * strsignal.c: Add appropriate 'const' to sys_siglist
7476 extern declaration (if __STDC__). (Needed for Linux.)
7477 * strsignal.c (strsignal): Add cast to remove const-ness.
7478
7479Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
7480
7481 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
7482 before "'s, diagnosed by BSD 4.4 awk.
7483
7484Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
7485
7486 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
7487 and $(NEEDED_LIST), to give some hooks for xiberty.
7488
7489Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7490
7491 * configure.in: use cpu-vendor-triple instead of nested cases
7492
7493Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
7494
7495 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
7496 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
7497 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
7498 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
7499 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
7500 Convert from using GPL to LGPL.
7501
7502Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
7503
7504 * Makefile.in (errors): Leave dummy.o and dummy around so that
7505 we can see how the needed list was generated (it's sometimes wrong).
7506 (mostlyclean): Remove them.
7507
7508Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
7509
7510 * getcwd.c: supply a default if MAXPATHLEN is not defined.
7511
7512 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
7513
7514Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
7515
7516 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
7517 when cross-compiling.
7518
7519Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
7520
7521 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
7522 as a time optimization.
7523
7524 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
7525 be more expensive than simply demangling.
7526
7527 * cplus-dem.c (cplus_match): new function.
7528
7529Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
7530
7531 * cplus-dem.c: #include <stdio.h>, to define NULL.
7532 Define current_demangling_style.
7533
7534Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
7535
7536 * cplus-dem.c: New file, moved from ../gdb.
7537 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
7538 function, to avoid compiling in target-dependency for CPLUS_MARKER.
7539 * cplus-dem.c (cplus_demangle): Allow demangling style option
7540 to be passed as a parameter, but using the global variable
7541 current_demangling_style as a default.
7542 * Makefile.in: Update for cplus-dem.c
7543
7544Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
7545
7546 * obstack.c: Merge in comment changes from FSF version. Now
7547 matches the FSF version exactly.
7548
7549Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
7550
7551 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
7552 least on losing DECstations!); use if-then-else instead.
7553
7554Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
7555
7556 * Makefile.in: always create installation directories.
7557
7558Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7559
b5d60b68 7560 * Makefile.in: clean up definition of CFILES, more comments
252b5132
RH
7561
7562Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
7563
7564 * getopt.c (my_index): Make first arg const to match strchr,
7565 which it sometimes is remapped to.
7566
7567Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
7568
7569 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
7570 * obstack.c (_obstack_begin): Initialize use_extra_arg.
7571 * obstack.c (_obstack_begin_1): New, from FSF version.
7572
7573Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
7574
7575 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
7576 extra_arg.
7577 * obstack.c (_obstack_begin): Remove area_id and flags arguments
7578 (previously added for mmalloc support, interface has changed).
7579 Also convert flags usage to use use_extra_arg and maybe_empty_object.
7580
7581Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
7582
7583 * argv.c: Move expandargv inline and eliminate static variables.
7584 Rewrite to always allocate in powers of two. Fix to return an
7585 argv with a single null string arg if passed a null string.
7586
7587Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
7588
7589 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
7590 "(void)" casts from function calls where the return value is
7591 ignored, in accordance with GNU coding standards.
7592
7593Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
7594
7595 * bcopy.c, strerror.c, strsignal.c: Lint.
7596
7597Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7598
7599 * getopt.c: merge changes from make.
7600
7601Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
7602
7603 * alloca.c: Incorporate fixes from gdb/alloca.c.
7604 FIXME: Eventually move gdb's alloca configuration files here,
7605 and remove gdb/alloca.c and its Makefile.in support.
7606
7607Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
7608
7609 * dummy.c: Define NOTHING to /*nothing*/, change return type
7610 of main to int and return zero.
7611 * functions.def: Supply NOTHING as the fourth arg to macros
7612 that don't have an explicit arg, to satisfy picky preprocessors.
7613
7614Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
7615
7616 * Makefile.in: Clean up *clean rules, as per standards.texi.
7617
7618Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7619
7620 * getopt.c, getopt1.c: merged largely gratuitous, mostly
7621 whitespace diffs from other prep distributions.
7622
7623Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
7624
7625 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
7626 it is broken on ncr 3000's.
7627
7628Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
7629
7630 * sigsetmask.c: Rewrite. Old one was very confused about its
7631 arguments and result. New one can't do much, but at least knows
7632 what it can't do, and it's good enough for GDB's use.
7633
7634Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
7635
7636 * functions.def: Use proper prototype for strtoul.
7637
7638Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
7639
7640 * Makefile.in: Add random.c.
7641 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
7642 * configure.in: update solaris2 config.
7643
7644Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
7645
7646 * random.c: Add for random() and srandom().
7647 * functions.def: Add random
7648
7649Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
7650
7651 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
7652 using /usr/ucb/install.
7653
7654Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
7655
7656 * strerror.c: Kludge to guard against a conflict with
7657 possible declaration of sys_errlist in errno.h.
7658
7659Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
7660
7661 * configure.in, config/mh-solaris: add solaris2 config support.
7662
7663Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
7664
7665 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
7666 is not defined (should be defined in signal.h, says Posix.).
7667
7668Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
7669
7670 * getopt.c: merged changes from make-3.62.11.
7671
7672Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
7673
7674 * getopt.c: merged changes from bison-1.18.
7675
7676Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
7677
7678 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
7679 since that introduces a circular dependency.
7680 ($(EXTRA_OFILES) are used to build config.h.)
7681
7682 * strtoul.c: Fixes to handle non-decimal bases better.
7683
7684Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
7685
7686 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
7687 * Makefile.dos: Finish MINUS_G eradication.
7688 * Makefile.in (CFILES): Add strsignal.c.
7689 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
7690 * Makefile.in (needed-list): Split creation of errors file to
7691 separate make target.
7692 * Makefile.in (config.h, needed2.awk, errors): New targets.
7693 * Makefile.in (clean): Split to multiple lines, add needed2.awk
7694 and config.h.
7695 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
7696 * functions.def (strerror): Remove from optional list.
7697 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
7698 * functions.def (strerror, psignal): DEFFUNC's
7699 * strerror.c: Rewrite from scratch to use sys_errlist only if
7700 available, add errno_max(), add strerrno(), add strtoerrno(),
7701 add test driver.
7702 * strsignal.c: New file, signal equivalent to strerror.c.
7703 Uses sys_siglist if available, defines signo_max(), strsignal(),
7704 strsigno(), strtosigno(), psignal(), and test driver.
7705
7706Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
7707
7708 * Makefile.in: do not print recursion line.
7709
7710 * Makefile.in: allow CFLAGS to be passed in from command line.
7711 Removed MINUS_G. Default CFLAGS to -g.
7712
7713Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
7714
7715 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
7716 so libg++ users don't have to be inconvenienced by a
7717 libc.a bug (libc.a needs copysign, but doesn't define it!).
7718 * configure.in: Use config/mh-aix.
7719 * strtoul.c: Handle '-' as required by ANSI.
7720 Clean up radix handling.
7721 * strstr.c: Fix buggy algorithm.
7722 * Makefile.in: Change so that ${EXTRA_OFILES} is
7723 appended to needed-list (which is used by libg++).
7724
7725Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
7726
7727 * configure.in: Recognize new ncr3000 config.
7728 * config/mh-ncr3000: New config file.
7729
7730Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
7731
7732 * argv.c, dummy.c: Lint.
7733
7734Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
7735
7736 * config/mh-sysv4: New config file.
7737 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
7738 host_os == sysv4.
7739 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
7740 pagesize.
7741
7742Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
7743
7744 * getopt.c: Lint.
7745
7746Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
7747
7748 * functions.def (alloca): Fix return type and args to avoid
7749 type clash with gcc's builtin alloca.
7750
7751Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
7752
7753 * configure.in, config/mh-irix4: irix4 support.
7754
7755 * Makefile.in, functions.def, alloca.c: added alloca.
7756
7757Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
7758
7759 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
7760
7761Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
7762
7763 * argv.c: Fix various external function definitions to be
7764 correct in an ANSI compilation environment.
7765
7766Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
7767
7768 * obstack.c: Changes to support calling mmalloc functions,
7769 which take an additional argument over malloc functions.
7770
7771Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
7772
7773 * added check target.
7774
7775Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
7776
7777 * argv.c: #include alloca-conf.h (needed by AIX).
7778
7779Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7780
7781 * Makefile.in, configure.in: removed traces of namesubdir,
7782 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7783 copyrights to '92, changed some from Cygnus to FSF.
7784
7785Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
7786
7787 * argv.c: Check in Fred's version which fixes problems with
7788 alloca().
7789
7790Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
7791
7792 * makefile.dos: Remove NUL to keep patch from failing.
7793
7794Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
7795
7796 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
7797
7798Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
7799
8aefe91a 7800 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
252b5132
RH
7801
7802Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
7803
7804 * argv.c: New file to build and destroy standard argument
7805 vectors from a command string.
7806
7807 * Makefile.in: Add argv.c and argv.o to appropriate macros.
7808
7809Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
7810
7811 * configure.in: Change svr4 references to sysv4.
7812
7813 * rindex.c: Declare return type of externally used function
7814 strrchr().
7815
7816Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
7817
7818 * Makefile.in: Remove "***" in normal output, since Make produces
7819 this on errors, and it's convenient to search for.
7820
7821Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
7822
7823 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
7824 New ANSI functions. The old non-ANSI functions (such as bcopy)
7825 should be avoided.
7826 * bcopy.c: Fix to correctly handle overlapping regions.
7827 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
7828 * functions.def: Add the new functions.
7829 * functions.def: Add 4th parameter to DEF macro,
7830 an ansidecl.h-style prototype.
7831 * dummy.c: Use expanded DEF macro to create a dummy function
7832 call, with correct parameter types. (This avoids some
7833 complaints from gcc about predefined builtins.)
7834
7835 Move the functionality of config/mh-default into Makefile.in.
7836 This avoid duplication, and simplifies things slightly.
7837 * Makefile.in: Tweak so we don't need config/mh-default.
7838 * README: Update.
7839 * configure.in: No longer need config/mh-default.
7840 * config/mh-default: Deleted.
7841 * config/mh-sysv: Remove lines copied from old mh-default.
7842
7843Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
7844
7845 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
7846 'mknod' device numbers.
7847
7848Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
7849
7850 * fdmatch.c, Makefile.in: Add new function that takes two
7851 open file descriptors and returns nonzero if they refer to
7852 the same file, zero otherwise. (used in gdb)
7853
7854Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
7855 From DJ:
7856 * msdos.c: stub functions for dos.
7857 * makefile.dos, configdj.bat: new.
7858 * getopt.c: Don't include alloca-conf.h in a GO32 world.
7859
7860
7861Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7862
7863 * Makefile.in: infodir belongs in datadir.
7864
7865Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7866
7867 * Makefile.in: remove spaces following hyphens because bsd make
7868 can't cope. added standards.text support. install using
7869 INSTALL_DATA.
7870
7871 * configure.in: remove commontargets as it is no longer a
7872 recognized hook.
7873
7874Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7875
7876 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7877 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7878 and mandir now keyed off datadir by default.
7879
7880Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
7881
7882 * Makefile.in: find-needed.awk does not fit in 14 chars.
7883
7884 * Makefile.in: Suppress error checking when compiling the test
7885 program, because Ultrix make/sh aborts there due to a bug.
7886
7887Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
7888
7889 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
7890 * README: Explained how the auto-configuration works,
7891 and how to add new files and/or configurations.
7892
7893Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
7894
7895 * strtoul.c: Avoid defining ULONG_MAX if already defined;
7896 cast a const char * to char * for pedants.
7897
7898 * getopt.c: Only define "const" after local include files get to,
7899 and only if they haven't defined it.
7900
7901Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
7902
7903 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
7904 emulate it with getwd() if available. This avoids callers having
7905 to find a MAXPATHLEN or PATH_MAX value from somewhere.
7906 * Makefile.in, functions.def: getwd->getcwd.
7907 * configure.in: Use generic case for every system.
7908 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
7909 * config/mh-sysv: Use default handling, just add -DUSG.
7910
7911Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
7912
7913 * Makefile.in, config/mh-default: Re-do make magic
7914 so that for the default ("automatic") mode we only
7915 compile the files we actually need. Do this using
7916 a recursive make: The top-level generates the list
7917 of needed files (loosely, the ones missing in libc),
7918 and then passes that list to the recursive make.
7919 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
7920
7921Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
7922
7923 RS/6000 host support (grumble).
7924
7925 * configure.in: Build alloca-conf.h file from alloca-norm.h
7926 (everything else) or alloca-botch.h (rs/6000).
7927 * Makefile.in: Include . on the include path.
7928 * getopt.c: Use alloca-conf.h.
7929 * alloca-norm.h: How to declare alloca on reasonable machines.
7930 * alloca-botch.h: How to declare alloca on braindead machines.
7931
7932Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
7933
7934 * concat.c : New file, like concat() in gdb but can take a
7935 variable number of arguments rather than fixed at 3 args. For
7936 now, client applications must supply an xmalloc(), which is a
7937 front end function to malloc() that deals with out-of-memory
7938 conditions.
7939
7940 * Makefile.in: Add concat.c and concat.o to appropriate macros.
7941
7942Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
7943
7944 * config/mh-svr4: Add sigsetmask to list of required functions.
7945
7946Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
7947
7948 * vsprintf.c: New file.
7949 * functions.def, Makefile.in: Add vsprintf.
7950
7951Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
7952
7953 * configure.in, config/mh-rs6000: Add rs/6000 host support.
7954 * Makefile.in: Compile with debug info.
7955
7956Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
7957
7958 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
7959 config/mf-default: Added a default configuration mode,
7960 which includes into libiberty.a functions that are "missing" in libc.
7961 * strdup.c, vprintf.c, vfprintf.c: New files.
7962
7963Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
7964
7965 * config/hmake-svr4: New file.
7966
7967 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
7968
7969 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
7970 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
7971 files containing either portable C versions or emulations using
7972 native library calls.
7973
7974 * strerror.c: Add copyright, internal documentation, etc.
7975
7976 * strtol.c: Replace hardwired hex constants with some more
7977 portable macros. Remove illegal (according to gcc) cast.
7978
7979 * strtoul.c: Replace hardwired hex constant with more portable
7980 macro.
7981
7982 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
7983 can override them. Add new source and object file names to CFILES
7984 and OFILES respectively.
7985
7986 * configure.in: Add support for SVR4 makefile fragments.
7987
7988Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
7989
7990 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
7991 over-ridden by config/hmake-*
7992 * configure.in: added m88kcvs to sysv list
7993
7994Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
7995
7996 * Makefile.in: Most hosts need strerror, but one or two don't,
7997 and they override these definitions in the host-dependent makefile
7998 fragment.
7999 * config/hmake-mach: The odd man out on strerror -- it's supplied.
8000 * strerror.c: New file.
8001
8002 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
8003 it and bfd uses it.
8004 * configure.in, Makefile.in, config/hmake-mach: Only configure
8005 strtol & strotoul in on Mach.
8006
8007Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
8008
8009 * obstack.c: Merge with latest FSF version.
8010
8011\f
8012Local Variables:
8013version-control: never
8014End:
This page took 0.746761 seconds and 4 git commands to generate.