]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - libiberty/ChangeLog
AArch64 AAPCS: Empty structs have non zero size in C++
[thirdparty/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
1910070b 12019-01-01 Jakub Jelinek <jakub@redhat.com>
a08da33e 2
1910070b
NC
3 Update copyright years.
4
52018-12-22 Jason Merrill <jason@redhat.com>
a08da33e 6
1910070b
NC
7 Remove support for demangling GCC 2.x era mangling schemes.
8 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
9 internal_cplus_demangle, and all subroutines.
10 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
11 Lucid, ARM, HP, and EDG demangling styles.
12 (cplus_demangle): Remove 'work' variable. Don't call
13 internal_cplus_demangle.
a08da33e 14
af03af8f
NC
152018-12-07 Nick Clifton <nickc@redhat.com>
16
17 PR 87681
18 PR 87675
19 PR 87636
20 PR 87350
21 PR 87335
22 * cp-demangle.h (struct d_info): Add recursion_level field.
23 * cp-demangle.c (d_function_type): Add recursion counter.
24 If the recursion limit is reached and the check is not disabled,
25 then return with a failure result.
26 (cplus_demangle_init_info): Initialise the recursion_level field.
27 (d_demangle_callback): If the recursion limit is enabled, check
28 for a mangled string that is so long that there is not enough
29 stack space for the local arrays.
30 * cplus-dem.c (struct work): Add recursion_level field.
31 (squangle_mop_up): Set the numb and numk fields to zero.
32 (work_stuff_copy_to_from): Handle the case where a btypevec or
33 ktypevec field is NULL.
34 (demangle_nested_args): Add recursion counter. If
35 the recursion limit is not disabled and reached, return with a
36 failure result.
37
382018-10-23 Jason Merrill <jason@redhat.com>
39
40 Implement P0732R2, class types in non-type template parameters.
41 * cp-demangle.c (d_dump, d_make_comp, d_count_templates_scopes)
42 (d_print_comp_inner): Handle DEMANGLE_COMPONENT_TPARM_OBJ.
43 (d_special_name): Handle TA.
44 (d_expresion_1): Fix demangling of brace-enclosed initializer list.
45
462018-10-31 Joseph Myers <joseph@codesourcery.com>
47
48 PR bootstrap/82856
49 Merge from binutils-gdb:
50 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
51
52 * configure.ac: Remove AC_PREREQ.
53 * configure: Re-generate.
54 * config.in: Re-generate.
55
562018-10-01 Nathan Sidwell <nathan@acm.org>
57
58 * configure.ac (checkfuncs): Add pipe2.
59 * config.in, configure: Rebuilt.
60 * pex-unix.c (pex_unix_exec_child): Comminicate errors from child
61 to parent with a pipe, when possible.
62
632018-08-23 Nathan Sidwell <nathan@acm.org>
64 Martin Liska <mliska@suse.cz>
65
66 PR driver/87056
67 * pex-unix.c (pex_unix_exec_child): Duplicate bad_fn into local
68 scopes to avoid potential clobber.
69
702018-08-20 Nathan Sidwell <nathan@acm.org>
71
72 * pex-unix.c (pex_child_error): Delete.
73 (pex_unix_exec_child): Commonize error paths to single message &
74 exit.
75
762018-07-30 Tom Tromey <tom@tromey.com>
77
78 * cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.
79
1910070b 802018-07-26 Martin Liska <mliska@suse.cz>
50320b1d 81
1910070b 82 PR lto/86548
50320b1d 83 * make-temp-file.c (TEMP_FILE): Remove leading 'cc'.
84 (make_temp_file): Call make_temp_file_with_prefix with
1910070b 85 first argument set to NULL.
50320b1d 86 (make_temp_file_with_prefix): Support also prefix.
87
1910070b 882018-07-19 Eli Zaretskii <eliz@gnu.org>
4ae80ffc 89
1910070b
NC
90 * simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect
91 to ENOSYS.
d0ac1c44 92
978588dc
SM
932018-05-30 Jan Hubicka <hubicka@ucw.cz>
94
95 * simple-object.c (handle_lto_debug_sections): Add rename parameter.
96 (handle_lto_debug_sections_rename): New function.
97 (handle_lto_debug_sections_norename): New function.
98 (simple_object_copy_lto_debug_sections): Add rename parameter.
99
22467434 1002018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
101
102 * splay-tree.c (splay_tree_compare_strings,
103 splay_tree_delete_pointers): New utility functions.
104
5b372a4d 1052018-05-10 Martin Liska <mliska@suse.cz>
106
107 PR bootstrap/64914
108 * md5.c: Use strict alignment with UBSAN_BOOTSTRAP.
109
e4554bf7 1102018-04-30 Daniel van Gerpen <daniel@vangerpen.de>
111
112 * argv.c (expandargv): Fix memory leak for copied argv.
113
e9301e76 1142018-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
de54ee81 115
e9301e76
NC
116 PR lto/81968
117 * simple-object.c (handle_lto_debug_sections): Keep .comment
118 section.
119
1202018-03-02 David Malcolm <dmalcolm@redhat.com>
121
122 * cp-demangle.c: Update URL for g++ V3 ABI.
123
1242018-01-20 Eli Zaretskii <eliz@gnu.org>
125
126 * simple-object-xcoff.c (simple_object_xcoff_find_sections): Use
127 ulong_type to avoid warning about 32-bit shift.
128
1292018-01-11 Richard Biener <rguenther@suse.de>
130 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
131
132 PR lto/81968
133 * simple-object-common.h (struct simple_object_functions):
134 Change copy_lto_debug_sections callback signature.
135 * simple-object-elf.c (SHN_HIRESERVE, SHT_SYMTAB_SHNDX,
136 SHF_INFO_LINK): Add defines.
137 (simple_object_elf_copy_lto_debug_sections): Instead of
138 leaving not to be copied sections empty unnamed SHT_NULL
139 remove them from the target section headers and adjust section
140 reference everywhere. Handle SHN_XINDEX in the symbol table
141 processing properly.
142 * simple-object.c (handle_lto_debug_sections): Change
143 interface to return a modified string and handle renaming
144 of relocation sections.
145
1462018-01-10 Daniel van Gerpen <daniel@vangerpen.de>
147
148 * argv.c (expandargv): Correct check for dynamically
149 allocated argv.
de54ee81 150
2a8ae714
NC
1512018-01-03 Jakub Jelinek <jakub@redhat.com>
152
153 Update copyright years.
154
1552017-01-02 Richard Biener <rguenther@suse.de>
156
157 PR lto/83452
158 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
159 Do not use UNDEF locals for removed symbols but instead just
160 define them in the first prevailing section and with no name.
161 Use the same gnu_lto_v1 name for all removed globals we promote to
162 WEAK UNDEFs so hpux can use a stub to provide this symbol. Clear
163 sh_info and sh_link in removed sections.
164
1652017-10-30 Richard Biener <rguenther@suse.de>
166
167 PR lto/82757
168 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
169 Strip two leading _s from the __gnu_lto_* symbols.
170
1712017-10-24 Alan Modra <amodra@gmail.com>
172
173 PR lto/82687
174 PR lto/82575
175 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
176 Only make __gnu_lto symbols hidden.
177
1782017-10-20 Alan Modra <amodra@gmail.com>
179
180 PR lto/82575
181 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
182 Make discarded non-local symbols weak and hidden.
183
1842017-10-18 Jakub Jelinek <jakub@redhat.com>
185
186 PR lto/82598
187 * simple-object.c (handle_lto_debug_sections): Copy over also
188 .note.GNU-stack section with unchanged name.
189 * simple-object-elf.c (SHF_EXECINSTR): Define.
190 (simple_object_elf_copy_lto_debug_section): Drop SHF_EXECINSTR bit
191 on .note.GNU-stack section.
192
1932017-09-25 Nathan Sidwell <nathan@acm.org>
194
195 PR demangler/82195
196 * cp-demangle.c (d_encoding): Strip return type when name is a
197 LOCAL_NAME.
198 (d_local_name): Strip return type of enclosing TYPED_NAME.
199 * testsuite/demangle-expected: Add and adjust tests.
200
2012017-09-21 Nathan Sidwell <nathan@acm.org>
202
203 PR demangler/82195
204 * cp-demangle.c (d_name): Revert addition of 'toplevel' parm.
205 (has_return_type): Recurse for DEMANGLE_COMPONENT_LOCAL_NAME.
206 (d_encoding): Revert d_name change. Use is_fnqual_component_type
207 to strip modifiers that do not belong.
208 (d_special_name, d_class_enum_type): Revert d_name call change.
209 (d_expresion_1): Commonize DEMANGLE_COMPONENT_UNARY building.
210 (d_local_name): Revert parsing of a function type.
211 (d_print_comp_inner): An inner LOCAL_NAME might contain a
212 TEMPLATE.
213 * testsuite/demangle-expected: Add & adjust tests
214
26a67918
PA
2152017-09-15 Nathan Sidwell <nathan@acm.org>
216
217 PR demangler/82195
218 * cp-demangle.c (d_name): Add 'toplevel' parm. Pass to ...
219 (d_local_name): ... here. Parse trailing function args on nested
220 local_name.
221 (d_encoding, d_special_name, d_class_enum_type): Adjust d_name calls.
222 * testsuite/demangle-expected: Add tests.
223
2242017-09-15 Richard Biener <rguenther@suse.de>
225
226 PR lto/81968
227 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
228 Iterate marking dependent sections necessary.
229
2302017-09-15 Nathan Sidwell <nathan@acm.org>
231
232 * cp-demangle.c (is_fnqual_component_type): Reimplement using
233 FNQUAL_COMPONENT_CASE.
234 (d_encoding): Hold bare_function_type in local var.
235 (d_local_name): Build name in both cases and build result once.
236 Collapse switch-if to single conditional.
237 (d_local_name):
238
239 * testsuite/demangle-expected: Realign blank lines with tests.
240
2412017-09-12 Jiong Wang <jiong.wang@arm.com>
242
243 * dwarfnames.c (DW_CFA_DUP): New define.
244
376dc015
L
2452017-09-01 Martin Liska <mliska@suse.cz>
246
247 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
248 Remove duplicite declaration.
249
f8ad2513
NC
2502017-08-31 Richard Biener <rguenther@suse.de>
251
252 PR lto/81968
253 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
254 Keep names of removed global symbols.
255
2562017-08-29 Tony Reix <tony.reix@atos.net>
257
258 * simple-object-xcoff.c (simple_object_xcoff_find_sections):
259 Improve .go_export csect handling. Don't make assumptions
260 on containing section or number of auxiliary entries.
261
2622017-08-28 Richard Biener <rguenther@suse.de>
263
264 PR lto/81968
265 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
266 Adjust field with for sh_type write, set SHF_EXCLUDE only for
267 removed sections.
268
2692017-08-22 Richard Biener <rguenther@suse.de>
270
271 PR lto/81925
272 * simple-object-elf.c (simple_object_elf_write_shdr): Adjust
273 type of sh_addralign and sh_entsize and properly write
274 sh_entsize as Elf_Addr.
275 (simple_object_elf_write_to_file): Read sh_entsize as Elf_Addr.
276
2772017-08-21 Richard Biener <rguenther@suse.de>
278
279 * simple-object-common.h (struct simple_object_functions): Add
280 copy_lto_debug_sections hook.
281 * simple-object.c: Include fcntl.h.
282 (handle_lto_debug_sections): New helper function.
283 (simple_object_copy_lto_debug_sections): New function copying
284 early LTO debug sections to regular debug sections in a new file.
285 (simple_object_start_write): Handle NULL segment_name.
286 * simple-object-coff.c (simple_object_coff_functions): Adjust
287 for not implemented copy_lto_debug_sections hook.
288 * simple-object-mach-o.c (simple_object_mach_o_functions): Likewise.
289 * simple-object-xcoff.c (simple_object_xcoff_functions): Likewise.
290 * simple-object-elf.c (SHT_NULL, SHT_SYMTAB, SHT_RELA, SHT_REL,
291 SHT_GROUP): Add various sectopn header types.
292 (SHF_EXCLUDE): Add flag.
293 (Elf32_External_Sym, Elf64_External_Sym): Add symbol struct.
294 (ELF_ST_BIND, ELF_ST_TYPE, ELF_ST_INFO): Add accessors.
295 (STT_OBJECT, STT_FUNC, STT_TLS, STT_GNU_IFUNC): Add Symbol types.
296 (STV_DEFAULT): Add symbol visibility.
297 (SHN_COMMON): Add special section index name.
298 (struct simple_object_elf_write): New.
299 (simple_object_elf_start_write): Adjust for new private data.
300 (simple_object_elf_write_shdr): Pass in values for all fields
301 we write.
302 (simple_object_elf_write_to_file): Adjust. Copy from recorded
303 section headers if requested.
304 (simple_object_elf_release_write): Release private data.
305 (simple_object_elf_copy_lto_debug_sections): Copy and rename sections
306 as denoted by PFN and all their dependences, symbols and relocations
307 to the empty destination file.
308 (simple_object_elf_functions): Adjust for copy_lto_debug_sections hook.
309
de837d77
JK
3102017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
311
312 * dwarfnames.c (DW_FIRST_IDX, DW_END_IDX, DW_IDX, DW_IDX_DUP): New.
313
f8ad2513
NC
3142017-06-07 Tony Reix <tony.reix@atos.net>
315 Matthieu Sarter <matthieu.sarter.external@atos.net>
316 David Edelsohn <dje.gcc@gmail.com>
317
318 * simple-object-xcoff.c (simple_object_xcoff_find_sections):
319 Search symbol table for .go_export symbol and apply pfn if found.
320
5b4a1ff3
EZ
3212017-05-31 DJ Delorie <dj@redhat.com>
322
323 * configure.ac (strnlen): Add to AC_CHECK_DECLS.
324 * configure: Likewise.
325 * config.in: Add HACE_DECL_STRNLEN.
326
d7e2ebe7
IB
3272017-05-27 Iain Buclaw <ibuclaw@gdcproject.org>
328
329 * d-demangle.c (dlang_identifier): Prefix mangled init symbols
330 with `initializer for'.
331 * testsuite/demangle-expected: Update tests.
332
3332017-05-27 Iain Buclaw <ibuclaw@gdcproject.org>
334
335 * d-demangle.c (dlang_call_convention_p): Move declaration
336 before dlang_type.
337 (dlang_type): Handle function types.
338 * testsuite/d-demangle-expected: Add tests.
339
3402017-05-27 Iain Buclaw <ibuclaw@gdcproject.org>
341
342 * d-demangle.c (dlang_parse_real): Remove stack buffer, write
343 the demangled hexadecimal directly to string.
344 * testsuite/d-demangle-expected: Add tests.
345
f8ad2513
NC
3462017-05-24 Eli Zaretskii <eliz@gnu.org>
347
348 * waitpid.c (wait) [__MINGW32__]: Define as a macro
349 that calls _cwait, so that this function works on MinGW.
350
d7e2ebe7
IB
3512017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
352
353 * d-demangle.c (dlang_hexdigit): New function.
354 (ascii2hex): Remove function.
355 (dlang_parse_string): Update to call dlang_hexdigit.
356 * testsuite/d-demangle-expected: Add tests.
357
3582017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
359
360 * d-demangle.c (strtol): Remove declaration.
361 Updated all callers to use dlang_number.
362 (dlang_number): New function.
363 (dlang_value): Moved check for ISDIGIT into dlang_parse_integer.
364 * testsuite/d-demangle-expected: Add tests.
365
3662017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
367
368 * d-demangle.c (dlang_parse_symbol): Remove function.
369 (dlang_parse_qualified): New function.
370 (dlang_parse_mangle): New function.
371 (dlang_type): Update to call dlang_parse_qualified.
372 (dlang_identifier): Update to call either dlang_parse_qualified or
373 dlang_parse_mangle.
374 (dlang_type_modifier_p): Remove function.
375 (dlang_call_convention_p): Don't allow type modifiers in mangle.
376 (dlang_template_args): Update to call dlang_identifier.
377 (dlang_demangle): Update to call dlang_parse_mangle.
378 * testsuite/d-demangle-expected: Add tests.
379
3802017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
381
382 * d-demangle.c (dlang_value): Add comment explaining why cases for
383 digits are required.
384 * testsuite/d-demangle-expected: Update integer value tests.
385
3862017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
387
388 * d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.
389 * testsuite/d-demangle-expected: Add tests.
390
3912017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
392
393 * d-demangle.c (dlang_identifier): Handle template constraint symbols.
394 (dlang_parse_template): Only advance if template symbol prefix is
395 followed by a digit.
396 * testsuite/d-demangle-expected: Add tests.
397
3982017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
399
400 * d-demangle.c (dlang_attributes): Handle scope attributes.
401 * testsuite/d-demangle-expected: Add tests.
402
2d3392bd
IB
4032017-04-27 Jonathan Wakely <jwakely@redhat.com>
404
405 PR demangler/80513
406 * cp-demangle.c (d_number): Check for overflow.
407 * cplus-dem.c (consume_count): Fix overflow check.
408 (gnu_special): Check for underscore after thunk delta.
409 * testsuite/demangle-expected: Add tests for overflows and invalid
410 characters in thunks.
411
4122017-04-21 Mark Wielaard <mark@klomp.org>
413
414 * cp-demangle.c (MAX_RECURSION_COUNT): New constant.
415 (struct d_print_info): Add recursion field.
416 (d_print_init): Initialize recursion.
417 (d_print_comp): Check and update d_print_info recursion depth.
418
4192017-04-21 Mark Wielaard <mark@klomp.org>
420
421 * cp-demangle.c (d_substitution): Return NULL if d_add_substitution
422 fails.
423
4242017-04-21 Mark Wielaard <mark@klomp.org>
425
426 * cp-demangle.h (struct d_info): Remove did_subs field.
427 * cp-demangle.c (struct d_info_checkpoint): Likewise.
428 (d_template_param): Don't update did_subs.
429 (d_substitution): Likewise.
430 (d_checkpoint): Don't assign did_subs.
431 (d_backtrack): Likewise.
432 (cplus_demangle_init_info): Don't initialize did_subs.
433
b1a42fdf
PA
4342017-03-27 Pedro Alves <palves@redhat.com>
435
436 * cp-demint.c (cplus_demangle_fill_component): Handle
437 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
438
b9da89d1 4392017-03-12 Mark Wielaard <mark@klomp.org>
440
441 * cp-demangle.c (cplus_demangle_fill_name): Initialize
442 demangle_component d_printing.
443 (cplus_demangle_fill_extended_operator): Likewise.
444 (cplus_demangle_fill_ctor): Likewise.
445 (cplus_demangle_fill_dtor): Likewise.
446
c793cac1
NC
4472017-03-08 Mark Wielaard <mark@klomp.org>
448
449 PR demangler/70909
450 PR demangler/67264
451 * cp-demangle.c: Fix endless recursion. Pass
452 struct demangle_component as non const.
453 (d_make_empty): Initialize variable.
454 (d_print_comp_inner): Limit recursion.
455 (d_print_comp): Decrement variable.
456 * cp-demint.c (cplus_demangle_fill_component): Initialize
457 variable.
458 (cplus_demangle_fill_builtin_type): Likewise.
459 (cplus_demangle_fill_operator): Likewise.
460 * testsuite/demangle-expected: Add tests.
461
134e805d
NC
4622017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
463
464 PR PR c++/70182
465 * cp-demangle.c (d_unqualified_name): Handle "on" for
466 operator names.
467 * testsuite/demangle-expected: Add tests.
468
4692017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
470
471 PR c++/77489
472 * cp-demangle.c (d_discriminator): Handle discriminator >= 10.
473 * testsuite/demangle-expected: Add tests for discriminator.
474
4752017-01-04 Jakub Jelinek <jakub@redhat.com>
476
477 Update copyright years.
478
e495212d
AM
4792017-01-04 Alan Modra <amodra@gmail.com>
480
134e805d
NC
481 * Makefile.in (configure_deps): Update.
482 * configure: Regenerate.
483
4842016-12-13 Jakub Jelinek <jakub@redhat.com>
485
486 PR c++/78761
487 * cp-demangle.c (cplus_demangle_type): Demangle Dc as decltype(auto).
488 * testsuite/demangle-expected: Add test for decltype(auto).
e495212d 489
88acc2e1
NS
4902016-12-12 Nathan Sidwell <nathan@acm.org>
491
492 PR c++/78252
493 * cp-demangle.c (struct d_print_info): Add is_lambda_arg field.
494 (d_print_init): Initialize it.
495 (d_print_comp_inner) <DEMANGLE_COMPONENT_TEMPLATE_PARAM>: Check
496 is_lambda_arg for auto.
497 <DEMANGLE_COMPONENT_REFERENCE,
498 DEMANGLE_COMPONENT_RVALUE_REFERENCE>: Skip smashing check when
499 is_lambda_arg.
500 <DEMANGLE_COMPONENT_LAMBDA>: Increment is_lambda_arg around arg
501 printing.
134e805d 502 * testsuite/demangle-expected: Add lambda auto mangling cases.
da17fe9d 503
fc72affa
DD
5042016-12-06 DJ Delorie <dj@redhat.com>
505
506 * argv.c (expandargv): Check for directories passed as @-files.
507
134e805d
NC
5082016-11-30 David Malcolm <dmalcolm@redhat.com>
509
510 PR c/78498
511 * strndup.c (strlen): Delete decl.
512 (strnlen): Add decl.
513 (strndup): Call strnlen rather than strlen.
514 * xstrndup.c (xstrndup): Likewise.
515
5162016-11-29 Nathan Sidwell <nathan@acm.org>
517
518 * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.
519
535aade6
DT
5202016-11-03 David Tolnay <dtolnay@gmail.com>
521 Mark Wielaard <mark@klomp.org>
522
523 * Makefile.in (CFILES): Add rust-demangle.c.
524 (REQUIRED_OFILES): Add rust-demangle.o.
525 * cplus-dem.c (libiberty_demanglers): Add rust_demangling case.
526 (cplus_demangle): Handle RUST_DEMANGLING.
527 (rust_demangle): New function.
528 * rust-demangle.c: New file.
529 * testsuite/Makefile.in (really-check): Add check-rust-demangle.
530 (check-rust-demangle): New rule.
531 * testsuite/rust-demangle-expected: New file.
532
ddc5804e
MW
5332016-11-15 Mark Wielaard <mark@klomp.org>
534
535 * cp-demangle.c (d_expression_1): Make sure third expression
536 exists for ?: and fold expressions.
537 * testsuite/demangle-expected: Add examples of strings that could
538 crash the demangler because of missing expression.
539
1706852c
MW
5402016-11-14 Mark Wielaard <mark@klomp.org>
541
542 * cplus-dem.c (demangle_signature): After 'H', template function,
543 no success and don't advance position if end of string reached.
544 (demangle_template): After 'z', template name, return zero on
545 premature end of string.
546 (gnu_special): Guard strchr against searching for zero characters.
547 (do_type): If member, only advance mangled string when 'F' found.
548 * testsuite/demangle-expected: Add examples of strings that could
549 crash the demangler by reading past end of input.
550
59d2699c
MW
5512016-11-06 Mark Wielaard <mark@klomp.org>
552
553 * configure.ac (ac_libiberty_warn_cflags): Add -Wshadow=local.
554 * configure: Regenerated.
555
a4ddf8dc
JM
5562016-11-07 Jason Merrill <jason@redhat.com>
557
558 * cp-demangle.c (is_fnqual_component_type): New.
559 (d_encoding, d_print_comp_inner, d_print_mod_list): Use it.
560 (FNQUAL_COMPONENT_CASE): New.
561 (d_make_comp, has_return_type, d_print_comp_inner)
562 (d_print_function_type): Use it.
563 (next_is_type_qual): New.
564 (d_cv_qualifiers, d_print_mod): Handle noexcept and throw-spec.
565
4d17eaec
MW
5662016-11-02 Mark Wielaard <mjw@redhat.com>
567
568 * cplus-dem.c (demangle_signature): Move fall through comment.
569 (demangle_fund_type): Add fall through comment between 'G' and 'I'.
570 * hashtab.c (iterative_hash): Add fall through comments.
571 * regex.c (regex_compile): Add Fall through comment after '+'/'?'.
572 (byte_re_match_2_internal): Add Fall through comment after jump_n.
573 Change "Note fall through" to "Fall through".
574 (common_op_match_null_string_p): Return false after set_number_at
575 instead of fall through.
576
ef0f5d7c
JM
5772016-11-01 Jason Merrill <jason@redhat.com>
578
579 * cp-demangle.c (d_ctor_dtor_name): Handle inheriting constructor.
580
aba19b62
MW
5812016-10-31 Mark Wielaard <mjw@redhat.com>
582
583 * cplus-dem.c (ada_demangle): Initialize demangled to NULL and
584 XDELETEVEC demangled when unknown.
585
41f225de
NC
5862016-09-19 Andrew Stubbs <ams@codesourcery.com>
587
588 * pex-win32.c (argv_to_cmdline): Quote zero-length parameters.
589 * testsuite/test-pexecute.c (main): Insert check for zero-length parameters.
590
5912016-09-10 Mark Wielaard <mjw@redhat.com>
592
593 * cp-demangle.c (d_substitution): Change struct demangle_component
594 variable name from c to dc.
595
5962016-08-12 Marek Polacek <polacek@redhat.com>
597
598 PR c/7652
599 * cp-demangle.c (d_print_mod): Add FALLTHRU.
600
6012016-08-04 Marcel Böhme <boehme.marcel@gmail.com>
602
603 PR c++/71696
604 * cplus-dem.c: Prevent infinite recursion when there is a cycle
605 in the referencing of remembered mangled types.
606 (work_stuff): New stack to keep track of the remembered mangled
607 types that are currently being processed.
608 (push_processed_type): New method to push currently processed
609 remembered type onto the stack.
610 (pop_processed_type): New method to pop currently processed
611 remembered type from the stack.
612 (work_stuff_copy_to_from): Copy values of new variables.
613 (delete_non_B_K_work_stuff): Free stack memory.
614 (demangle_args): Push/Pop currently processed remembered type.
615 (do_type): Do not demangle a cyclic reference and push/pop
616 referenced remembered type.
617
fa3fcee7
NC
6182016-07-29 Aldy Hernandez <aldyh@redhat.com>
619
620 * make-relative-prefix.c (make_relative_prefix_1): Fall back to
621 malloc if alloca argument is greater than MAX_ALLOCA_SIZE.
622
6232016-07-15 Jason Merrill <jason@redhat.com>
624
625 * cp-demangle.c (cplus_demangle_operators): Add f[lrLR].
626 (d_expression_1): Handle them.
627 (d_maybe_print_fold_expression): New.
628 (d_print_comp_inner): Use it.
629 (d_index_template_argument): Handle negative index.
630
631 * cp-demangle.c (cplus_demangle_operators): Add sP and sZ.
632 (d_print_comp_inner): Handle them.
633 (d_template_args_1): Split out from d_template_args.
634 (d_args_length): New.
635
41f225de 6362016-07-13 Marcel Böhme <boehme.marcel@gmail.com>
fa3fcee7
NC
637
638 PR c++/70926
639 * cplus-dem.c: Handle large values and overflow when demangling
640 length variables.
641 (demangle_template_value_parm): Read only until end of mangled string.
642 (do_hpacc_template_literal): Likewise.
643 (do_type): Handle overflow when demangling array indices.
644
6452016-06-12 Brooks Moses <bmoses@google.com>
646
647 * cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length
648 VLAs.
649
c12969f8
AM
6502016-05-31 Alan Modra <amodra@gmail.com>
651
652 * xmemdup.c (xmemdup): Use xmalloc rather than xcalloc.
653
fa3fcee7
NC
6542016-05-19 Jakub Jelinek <jakub@redhat.com>
655
656 PR c++/70498
657 * cp-demangle.c (d_expression_1): Formatting fix.
658
6592016-05-18 Artemiy Volkov <artemiyv@acm.org>
660
661 * cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference
662 constant.
663 (demangle_template_value_parm): Handle tk_rvalue_reference
664 type kind.
665 (do_type): Support 'O' type id (rvalue references).
666
667 * testsuite/demangle-expected: Add tests.
668
6692016-05-02 Marcel Böhme <boehme.marcel@gmail.com>
670
671 PR c++/70498
672 * cp-demangle.c: Parse numbers as integer instead of long to avoid
673 overflow after sanity checks. Include <limits.h> if available.
674 (INT_MAX): Define if necessary.
675 (d_make_template_param): Takes integer argument instead of long.
676 (d_make_function_param): Likewise.
677 (d_append_num): Likewise.
678 (d_identifier): Likewise.
679 (d_number): Parse as and return integer.
680 (d_compact_number): Handle overflow.
681 (d_source_name): Change variable type to integer for parsed number.
682 (d_java_resource): Likewise.
683 (d_special_name): Likewise.
684 (d_discriminator): Likewise.
685 (d_unnamed_type): Likewise.
686 * testsuite/demangle-expected: Add regression test cases.
687
6882016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
689
690 * configure: Remove SH5 support.
691
6922016-04-08 Marcel Böhme <boehme.marcel@gmail.com>
693
694 PR c++/69687
695 * cplus-dem.c: Include <limits.h> if available.
696 (INT_MAX): Define if necessary.
697 (remember_type, remember_Ktype, register_Btype, string_need):
698 Abort if we detect cases where we the size of the allocation would
699 overflow.
700
701 PR c++/70492
702 * cplus-dem.c (gnu_special): Handle case where consume_count returns
703 -1.
704
7052016-03-31 Mikhail Maltsev <maltsevm@gmail.com>
706 Marcel Bohme <boehme.marcel@gmail.com>
707
708 PR c++/67394
709 PR c++/70481
710 * cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing
711 btypevec/ktypevec.
712 * testsuite/demangle-expected: Add coverage tests.
713
9d98de83
IB
7142016-01-27 Iain Buclaw <ibuclaw@gdcproject.org>
715
716 * d-demangle.c (dlang_call_convention): Handle extern Objective-C
717 function calling convention.
718 (dlang_call_convention_p): Likewise.
719 (dlang_type): Likewise.
720 * testsuite/d-demangle-expected: Add coverage tests.
721
7222016-01-27 Iain Buclaw <ibuclaw@gdcproject.org>
723
724 * d-demangle.c (dlang_function_args): Append ',' for variadic functions
725 only if parameters were seen before the elipsis symbol.
726 * testsuite/d-demangle-expected: Add coverage test for parameter-less
727 variadic functions.
728
7292016-01-27 Iain Buclaw <ibuclaw@gdcproject.org>
730
731 * d-demangle.c (dlang_type): Handle function types only in the context
732 of seeing a pointer type symbol.
733 * testsuite/d-demangle-expected: Update function pointer tests.
734
b36c1ccb
MF
7352016-01-05 Mike Frysinger <vapier@gentoo.org>
736
737 * argv.c (dupargv): Change arg to char * const *. Update comment.
738 (writeargv, countargv): Likewise.
739 * functions.texi (dupargv, writeargv, countargv): Likewise.
740
20321766
MF
7412016-01-05 Mike Frysinger <vapier@gentoo.org>
742
743 * argv.c (dupargv): Replace strlen/xmalloc/strcpy with xstrdup.
744
4bec0ef0
PP
7452015-12-28 Patrick Palka <ppalka@gcc.gnu.org>
746
747 * crc32.c: In the documentation, don't refer to GDB's
748 now-nonexistent crc32 implementation. In the table-generation
749 program embedded within the documentation, change the type of
750 the induction variables i and j from int to unsigned int, to
751 avoid undefined behavior.
752
13b356b2
NC
7532015-12-21 Nick Clifton <nickc@redhat.com>
754
755 PR 66827
756 * regex.c (EXTRACT_NUMBER): Cast sign byte to unsigned before left
757 shifting.
758
c4be2641
PA
7592015-11-27 Pedro Alves <palves@redhat.com>
760
761 PR other/61321
762 PR other/61233
c4be2641
PA
763 * cp-demangle.c (d_demangle_callback, d_make_comp): Handle
764 DEMANGLE_COMPONENT_CONVERSION.
765 (is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION
766 instead of DEMANGLE_COMPONENT_CAST.
767 (d_operator_name): Return a DEMANGLE_COMPONENT_CONVERSION
768 component if handling a conversion.
769 (d_count_templates_scopes, d_print_comp_inner): Handle
770 DEMANGLE_COMPONENT_CONVERSION.
771 (d_print_comp_inner): Handle DEMANGLE_COMPONENT_CONVERSION instead
772 of DEMANGLE_COMPONENT_CAST.
773 (d_print_cast): Rename as ...
774 (d_print_conversion): ... this. Adjust comments.
775 (d_print_cast): Rewrite - simply print the left subcomponent.
776 * cp-demint.c (cplus_demangle_fill_component): Handle
777 DEMANGLE_COMPONENT_CONVERSION.
778
779 * testsuite/demangle-expected: Add tests.
780
f3363926
MS
7812015-11-12 Mike Stump <mikestump@comcast.net>
782
783 * Makefile.in (etags tags TAGS): Use && instead of ;.
784
c20a0642
AM
7852015-11-09 Alan Modra <amodra@gmail.com>
786
787 * configure.ac: Check size of size_t.
788 * configure: Regenerate.
789 * config.in: Regenerate.
790
78d14d2b
AM
7912015-11-09 Alan Modra <amodra@gmail.com>
792
793 * obstack.c (_obstack_newchunk): Silence -Wc++compat warning.
794 (_obstack_begin_worker): Likewise. Move assignment to h->chunk
795 after alloc failure check.
796
e9f40d7d
AM
7972015-11-09 Alan Modra <amodra@gmail.com>
798
799 PR gdb/17133
800 * obstack.c (__alignof__): Expand alignof_type from alignof.h.
801 (obstack_exit_failure): Don't use exitfail.h.
802 (_): Include libintl.h when HAVE_LIBINTL_H and nls enabled.
803 Provide default. Don't include gettext.h.
804 (_Noreturn): Define.
805 * obstacks.texi: Adjust node references to external libc info files.
806
314dee8e
AM
8072015-11-09 Alan Modra <amodra@gmail.com>
808
809 PR gdb/17133
810 * obstack.c: Import current gnulib file.
811 * obstacks.texi: Updated doc, from glibc's manual/memory.texi.
812
82ef0f70
JB
8132015-11-06 Joel Brobecker <brobecker@adacore.com>
814
815 * configure.ac: Set AC_CV_FUNC_GETPAGESIZE to "yes" on
816 Android hosts.
817 * configure: Regenerate.
818
1e924157
JM
8192015-10-28 Jason Merrill <jason@redhat.com>
820
821 * Makefile.in (TAGS): Fix for separate build directory.
822
35a88fa5
IS
8232015-10-18 Roland McGrath <roland@gnu.org>
824 Iain Sandoe <iain@codesourcery.com>
825
826 PR other/63758
827 * pex-unix.c: Obtain the environment interface from settings in
828 environ.h rather than in-line code. Update copyright date.
829 * setenv.c: Likewise.
830 * xmalloc.c: Likewise.
831
e9a38816
JM
8322015-09-30 Jason Merrill <jason@redhat.com>
833
834 * cp-demangle.c (d_cv_qualifiers): Dx means transaction_safe.
835 (cplus_demangle_type): Let d_cv_qualifiers handle it.
836 (d_dump, d_make_comp, has_return_type, d_encoding)
837 (d_count_templates_scopes, d_print_comp_inner)
838 (d_print_mod_list, d_print_mod, d_print_function_type)
839 (is_ctor_or_dtor): Handle DEMANGLE_COMPONENT_TRANSACTION_SAFE.
840
134e805d 8412015-08-15 Ian Lance Taylor <iant@google.com>
68996839
NC
842
843 * cp-demangle.c (d_abi_tags): Preserve di->last_name across any
844 ABI tags.
845
30379291
IB
8462015-08-11 Iain Buclaw <ibuclaw@gdcproject.org>
847
848 * d-demangle.c (dlang_parse_real): Remove call to strtod.
849 (strtod): Remove declaration.
850 * testsuite/d-demangle-expected: Update float and complex literal
851 tests to check correct hexadecimal demangling.
852
d81bf7dd
MM
8532015-07-13 Mikhail Maltsev <maltsevm@gmail.com>
854
855 * cp-demangle.c (d_dump): Fix syntax error.
856 (d_identifier): Adjust type of len to match d_source_name.
857 (d_expression_1): Fix out-of-bounds access. Check code variable for
858 NULL before dereferencing it.
859 (d_find_pack): Do not recurse for FIXED_TYPE, DEFAULT_ARG and NUMBER.
860 (d_print_comp_inner): Add NULL pointer check.
861 * cp-demangle.h (d_peek_next_char): Define as inline function when
862 CHECK_DEMANGLER is defined.
863 (d_advance): Likewise.
864 * testsuite/demangle-expected: Add new testcases.
865
6a8796db 8662015-07-09 Uros Bizjak <ubizjak@gmail.com>
aaae08a7 867
6a8796db
UB
868 * getruntime.c (RUSAGE_SELF): Define if not already defined.
869 (get_runtime): Use RUSAGE_SELF as argument 1 of getrusage call.
aaae08a7 870
f91ca6bc
IB
8712015-06-01 Jason Merrill <jason@redhat.com>
872
873 * cp-demangle.c (cplus_demangle_type): Handle arguments to vendor
874 extended qualifier.
875
8762015-05-22 Yunlian Jiang <yunlian@google.com>
877
878 * configure.ac: Add AC_GNU_SOURCE.
879 * Makefile.in (COMPILE.c): Add -D_GNU_SOURCE.
880 * configure, config.in: Rebuild.
881 * floatformat.c (_GNU_SOURCE): Don't define if already defined.
882
8832015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
884
885 * d-demangle.c (dlang_symbol_kinds): New enum.
886 (dlang_parse_symbol): Update signature. Handle an ambiguity between
887 pascal functions and template value arguments. Only check for a type
888 if parsing a function, or at the top level. Return failure if the
889 entire symbol was not successfully demangled.
890 (dlang_identifier): Update signature. Handle an ambiguity between two
891 adjacent digits in a mangled symbol string.
892 (dlang_type): Update call to dlang_parse_symbol.
893 (dlang_template_args): Likewise.
894 (dlang_parse_template): Likewise.
895 (dlang_demangle): Likewise.
896 * testsuite/d-demangle-expected: Fix bad tests found, and add problematic
897 examples to the unittests.
898
8992015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
900
901 * d-demangle.c (dlang_template_args): Skip over specialized template
902 parameters in mangled symbol.
903 * testsuite/d-demangle-expected: Add coverage and unittest for specialized
904 template parameters.
905
9062015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
907
908 * d-demangle.c (dlang_type): Handle cent and ucent types.
909 * testsuite/d-demangle-expected: Add coverage tests for cent and ucent.
910
9112015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
912
913 * d-demangle.c (dlang_attributes): Handle return attributes, ignoring
914 return parameters in the mangled string. Return NULL if have encountered
915 an unknown attribute.
916 (dlang_function_args): Handle return parameters in the mangled string.
917 * testsuite/d-demangle-expected: Add coverage tests for functions with
918 return parameters and return attributes.
919
9202015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
921
922 * d-demangle.c (dlang_identifier): Check encoded length of identifier
923 to verify strncmp matches entire string.
924 * testsuite/d-demangle-expected: Fix wrong test for postblit symbol.
925
9262015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
927
928 * d-demangle.c (dlang_type_modifiers): New function.
929 (dlang_type_modifier_p): New function.
930 (dlang_call_convention_p): Ignore any kind of type modifier.
931 (dlang_type): Handle and emit the type modifier after delegate types.
932 (dlang_parse_symbol): Handle and emit the type modifier after the symbol.
933 * testsuite/d-demangle-expected: Add coverage tests for all valid
934 usages of function symbols with type modifiers.
935
9362015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
937
938 * d-demangle.c (dlang_call_convention): Return NULL if have reached the
939 end of the symbol, but expected something to read.
940 (dlang_attributes): Likewise.
941 (dlang_function_type): Likewise.
942 (dlang_type): Likewise.
943 (dlang_identifier): Likewise.
944 (dlang_value): Likewise.
945
9462015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
947
948 * d-demangle.c (dlang_parse_string): Represent embedded whitespace or
949 non-printable characters as hex or escape sequences.
950 * testsuite/d-demangle-expected: Add test for templates with tabs and
951 newlines embedded into the signature.
952
519b5f61
JB
9532015-05-08 Joel Brobecker <brobecker@adacore.com>
954
955 * mkstemps.c: #include <time.h> if HAVE_TIME_H is defined
956 but not HAVE_SYS_TIME_H.
957
dfc0f57b
JB
9582015-04-22 Eli Zaretskii <eliz@gnu.org>
959
960 * setenv.c <environ>: Declare only if not a macro.
961
f91ca6bc
IB
9622015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
963
964 * testsuite/Makefile.in (LIBCFLAGS): Add LDFLAGS.
965
9662015-04-10 Jakub Jelinek <jakub@redhat.com>
967 Iain Sandoe <iain@codesourcery.com>
968
969 PR target/65351
970 * configure: Regenerate.
971
9722015-04-07 Jakub Jelinek <jakub@redhat.com>
973 Iain Sandoe <iain@codesourcery.com>
974
975 PR target/65351
976 * configure: Regenerate.
977
1f99f6d0
JB
9782015-01-19 Eli Zaretskii <eliz@gnu.org>
979
980 * strerror.c <sys_nerr, sys_errlist>: Declare only if they aren't
981 macros.
982
7c89917f
RE
9832014-12-24 Uros Bizjak <ubizjak@gmail.com>
984 Ben Elliston <bje@au.ibm.com>
985 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
986
987 * xasprintf.c: New file.
988 * Makefile.in (CFILES): Add xasprintf.c.
989 (REQUIRED_OFILES): Add xasprintf.$(objext).
990 (xasprintf.$(objext)): New target.
991 * functions.texi: Regenerate.
992
9932014-12-11 Uros Bizjak <ubizjak@gmail.com>
1910070b
NC
994 Ben Elliston <bje@au.ibm.com>
995 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7c89917f
RE
996
997 * xvasprintf.c: New file.
998 * vprintf-support.h: Likewise.
999 * vprintf-support.c: Likewise.
1000 * Makefile.in (CFILES): Add vprintf-support.c, xvasprintf.c.
1001 (REQUIRED_OFILES): Add vprintf-support.$(objext), xvasprintf.$(objext).
1002 (vprintf-support.$(objext), xvasprintf.$(objext)): New targets.
1003 (vasprintf.$(objext)): Depend on $(srcdir)/vprintf-support.h.
1004 * functions.texi: Regenerate.
1005 * vasprintf.c (int_vasprintf): Use libiberty_vprintf_buffer_size.
1006
10072014-11-22 John David Anglin <danglin@gcc.gnu.org>
1008
1009 PR other/63694
1010 * configure.ac: Check for strtol, strtoul, strtoll and strtoull
1011 declarations.
1012 * configure: Regenerated.
1013
abdef8eb
JBG
10142014-11-12 Kirill Yukhin <kirill.yukhin@intel.com>
1015
1016 * testsuite/test-strtol.c (run_tests): Cast strtol return to
1017 unsigned long.
1018
10192014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
1020 Manuel López-Ibáñez <manu@gcc.gnu.org>
1021
1022 PR driver/36312
1023 * filename_cmp.c (canonical_filename_eq): New function to check if
1024 file names are the same.
1025 * functions.texi: Updated with documentation for new function.
1026
10272014-11-11 David Malcolm <dmalcolm@redhat.com>
1028
1029 * ChangeLog.jit: New.
1030
d3d7100a
RO
10312014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1032
1033 * sigsetmask.c (_POSIX_SOURCE): Remove.
1034
abdef8eb
JBG
10352014-10-28 Yury Gribov <y.gribov@samsung.com>
1036
1037 * strtoll.c: New file.
1038 * strtoull.c: New file.
1039 * configure.ac: Add long long checks. Add harness for strtoll and
1040 strtoull. Check decls for strtol, strtoul, strtoll, strtoull.
1041 * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
1042 * config.in: Regenerate.
1043 * configure: Regenerate.
1044 * functions.texi: Regenerate.
1045 * testsuite/Makefile.in (check-strtol): New rule.
1046 (test-strtol): Likewise.
1047 (mostlyclean): Clean up strtol test.
1048 * testsuite/test-strtol.c: New test.
1049
10502014-10-15 David Malcolm <dmalcolm@redhat.com>
1051
1052 * choose-temp.c (choose_tmpdir): Remove now-redundant local
1053 copy of prototype.
1054 * functions.texi: Regenerate.
1055 * make-temp-file.c (choose_tmpdir): Convert return type from
1056 char * to const char * - given that this returns a pointer to
1057 a memoized allocation, the caller must not touch it.
1058
10592014-10-14 Joel Brobecker <brobecker@adacore.com>
5af04e20
JB
1060
1061 * d-demangle.c: Replace strtold with strtod in global comment.
1062 (strtold): Remove declaration.
1063 (strtod): New declaration.
1064 (dlang_parse_real): Declare value as double instead of long
1065 double. Replace call to strtold by call to strtod.
1066 Update format in call to snprintf.
1067
b55f9678
IB
10682014-09-26 Jason Merrill <jason@redhat.com>
1069
1070 * cp-demangle.c (d_substitution): Handle abi tags on abbreviation.
1071
10722014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
1073
1074 * pex-common.h (struct pex_funcs): Add new parameter for open_write field.
1075 * pex-unix.c (pex_unix_open_write): Add support for new parameter.
1076 * pex-djgpp.c (pex_djgpp_open_write): Likewise.
1077 * pex-win32.c (pex_win32_open_write): Likewise.
1078 * pex-common.c (pex_run_in_environment): Likewise.
1079
10802014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
1081
1082 * Makefile.in (CFILES): Add d-demangle.c.
1083 (REQUIRED_OFILES): Add d-demangle.o.
1084 * cplus-dem.c (libiberty_demanglers): Add dlang_demangling case.
1085 (cplus_demangle): Likewise.
1086 * d-demangle.c: New file.
1087 * testsuite/Makefile.in (really-check): Add check-d-demangle.
1088 * testsuite/d-demangle-expected: New file.
1089
10902014-09-19 Ian Lance Taylor <iant@google.com>
1091
1092 * simple-object-elf.c (simple_object_elf_write_ehdr): Correctly
1093 handle objects with more than SHN_LORESERVE sections.
1094 (simple_object_elf_write_shdr): Add sh_link parameter.
1095 (simple_object_elf_write_to_file): Correctly handle objects with
1096 more than SHN_LORESERVE sections.
1097
10982014-08-29 Andrew Burgess <aburgess@broadcom.com>
1099
1100 * cp-demangle.c (d_dump): Only access field from s_fixed part of
1101 the union for DEMANGLE_COMPONENT_FIXED_TYPE.
1102 (d_count_templates_scopes): Likewise.
1103
11042014-08-13 Gary Benson <gbenson@redhat.com>
1105
1106 * testsuite/demangler-fuzzer.c: New file.
1107 * testsuite/Makefile.in (fuzz-demangler): New rule.
1108 (demangler-fuzzer): Likewise.
1109 (mostlyclean): Clean up demangler fuzzer.
1110
173373c6
AB
11112014-06-11 Andrew Burgess <aburgess@broadcom.com>
1112
1113 * cplus-dem.c (do_type): Call string_delete even if the call to
1114 demangle_template fails.
1115
f69123aa
KT
11162014-06-01 Ray Donnelly <mingw.android@gmail.com>
1117
1118 * pex-win32.c (argv_to_cmdline): Don't quote
1119 args unnecessarily
1120
6143b823
PA
11212014-05-28 Pedro Alves <palves@redhat.com>
1122
1123 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM
1124 and DEMANGLE_COMPONENT_NUMBER.
1125
6e933ccc
TS
11262014-05-22 Thomas Schwinge <thomas@codesourcery.com>
1127
1128 * testsuite/demangle-expected: Fix last commit.
1129
0aaa9a3a
AB
11302014-05-14 Andrew Burgess <aburgess@broadcom.com>
1131
1132 * cplus-dmem.c (internal_cplus_demangle): Free any resources
1133 allocated by possible previous call to gnu_special.
1134 (squangle_mop_up): Reset pointers to NULL after calling free.
1135 * testsuite/demangle-expected: New test case.
1136
91662bad 11372014-05-08 Gary Benson <gbenson@redhat.com>
1138
1139 * cp-demangle.c (struct d_component_stack): New structure.
1140 (struct d_print_info): New field component_stack.
1141 (d_print_init): Initialize the above.
1142 (d_print_comp_inner): Renamed from d_print_comp.
1143 Do not restore template stack if it would cause a loop.
1144 (d_print_comp): New function.
1145 * testsuite/demangle-expected: New test cases.
1146
3f48575a 11472014-04-17 Jakub Jelinek <jakub@redhat.com>
1148
1149 PR sanitizer/56781
1150 * maint-tool: Also emit rule for noasan/ subdirectory.
1151 * configure.ac (NOASANFLAG): Set and substitute.
1152 * Makefile.in: Regenerated.
1153 (NOASANFLAG): Set.
1154 (all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic
1155 subdir.
1156 (stamp-noasandir): New goal.
1157 * configure: Regenerated.
1158
c3c3c691 11592014-04-01 Richard Biener <rguenther@suse.de>
1160
1161 * simple-object.c (simple_object_internal_write): Handle
1162 EINTR and short writes.
1163
81ad11e3 11642014-03-28 Richard Biener <rguenther@suse.de>
1165
1166 * simple-object.c (simple_object_internal_read): Handle
1167 EINTR and short reads.
1168
10fe779d 11692014-03-13 Uros Bizjak <ubizjak@gmail.com>
1170
1171 * regex.c (bzero) [!_LIBC]: Define without coma expression.
1172 (regerror): Cast the call to memcpy to (void) to avoid unused
1173 value warnings.
1174
8458514f 11752014-01-28 Thomas Schwinge <thomas@codesourcery.com>
1176
1177 * cp-demangle.c (d_demangle_callback): Put an abort call in place,
1178 to help the compiler.
1179
281e9aa6 11802014-01-21 Tom Tromey <tromey@redhat.com>
1181
1182 * _doprint.c (checkit): Use stdarg, not VA_* macros.
1183 * asprintf.c (asprintf): Use stdarg, not VA_* macros.
1184 * concat.c (concat_length, concat_copy, concat_copy2, concat)
1185 (reconcat): Use stdarg, not VA_* macros.
1186 * snprintf.c (snprintf): Use stdarg, not VA_* macros.
1187 * vasprintf.c (checkit): Use stdarg, not VA_* macros.
1188 * vsnprintf.c (checkit): Use stdarg, not VA_* macros.
1189
369be698
MF
11902014-01-06 Mike Frysinger <vapier@gentoo.org>
1191
1192 PR other/56780
1193 * configure.ac: Delete target_header_dir assignment.
1194 * configure: Regenerated.
1195
fd259167
GB
11962014-01-06 Gary Benson <gbenson@redhat.com>
1197
1198 * cp-demangle.c (struct d_print_info): New fields
1199 next_saved_scope, copy_templates, next_copy_template and
1200 num_copy_templates.
1201 (d_count_templates): New function.
1202 (d_print_init): New parameter "dc".
1203 Estimate numbers of templates and scopes required.
1204 (d_print_free): Removed function.
1205 (cplus_demangle_print_callback): Allocate stack for
1206 templates and scopes. Removed call to d_print_free.
1207 (d_copy_templates): Removed function.
1208 (d_save_scope): New function.
1209 (d_get_saved_scope): Likewise.
1210 (d_print_comp): Replace state saving/restoring code with
1211 calls to d_save_scope and d_get_saved_scope.
1212
eafbc3bf
BM
12132013-12-23 Bill Maddox <maddox@google.com>
1214
1215 * cp-demangle.c (cplus_demangle_fill_ctor,cplus_demangle_fill_dtor):
1216 Handle unified ctor/dtor.
1217 (d_ctor_dtor_name): Handle unified ctor/dtor.
1218
492e19d0 12192013-11-22 Cary Coutant <ccoutant@google.com>
134e805d 1220
492e19d0 1221 PR other/59195
1222 * cp-demangle.c (struct d_info_checkpoint): New struct.
1223 (struct d_print_info): Add current_template field.
1224 (d_operator_name): Set flag when processing a conversion
1225 operator.
1226 (cplus_demangle_type): When processing <template-args> for
1227 a conversion operator, backtrack if necessary.
1228 (d_expression_1): Renamed from d_expression.
1229 (d_expression): New wrapper around d_expression_1.
1230 (d_checkpoint): New function.
1231 (d_backtrack): New function.
1232 (d_print_init): Initialize current_template.
1233 (d_print_comp): Set current_template.
1234 (d_print_cast): Put current_template in scope for
1235 printing conversion operator name.
1236 (cplus_demangle_init_info): Initialize is_expression and
1237 is_conversion.
1238 * cp-demangle.h (struct d_info): Add is_expression and
1239 is_conversion fields.
1240 * testsuite/demangle-expected: New test cases.
1241
f0c897ef 12422013-11-15 Andreas Schwab <schwab@linux-m68k.org>
1243
1244 * configure: Regenerate.
1245
8467a2fd 12462013-11-12 Uros Bizjak <ubizjak@gmail.com>
1247
1248 * cp-demangle.c (d_copy_templates): Cast result of malloc
1249 to (struct d_print_template *).
1250 (d_print_comp): Cast result of realloc to (struct d_saved scope *).
1251
689a1abf 12522013-10-29 Marc Glisse <marc.glisse@inria.fr>
1253
1254 PR tree-optimization/58689
1255 * concat.c: Remove note about xmalloc.
1256
eec65503 12572013-10-27 Gerald Pfeifer <gerald@pfeifer.com>
1258
1259 * testsuite/test-demangle.c: Include unistd.h.
8467a2fd 1260
9548bbed 12612013-10-25 Gary Benson <gbenson@redhat.com>
1262
1263 * cp-demangle.c (struct d_saved_scope): New structure.
1264 (struct d_print_info): New fields saved_scopes and
1265 num_saved_scopes.
1266 (d_print_init): Initialize the above.
1267 (d_print_free): New function.
1268 (cplus_demangle_print_callback): Call the above.
1269 (d_copy_templates): New function.
1270 (d_print_comp): New variables saved_templates and
1271 need_template_restore.
8467a2fd 1272 [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]:
1273 Capture scope the first time the component is traversed, and use the
1274 captured scope for subsequent traversals.
9548bbed 1275 * testsuite/demangle-expected: Add regression test.
1276
ae6da67e 12772013-10-23 Gerald Pfeifer <gerald@pfeifer.com>
1278
1279 * testsuite/test-expandargv.c: Include unistd.h.
1280
26505cc0
DD
12812013-10-15 David Malcolm <dmalcolm@redhat.com>
1282
1283 * configure.ac: If --enable-host-shared, use -fPIC.
1284 * configure: Regenerate.
1285
12862013-10-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1287
1288 * cp-demangle.c (d_name): Demangle local-source-names.
1289 * testsuite/demangle-expected: New test.
1290
53f94b92
DD
12912013-09-10 Paolo Carlini <paolo.carlini@oracle.com>
1292
1293 PR bootstrap/58386
1294 Revert:
1295
1296 2013-09-10 Gary Benson <gbenson@redhat.com>
1297
1298 * cp-demangle.c: Include hashtab.h.
1299 (struct d_print_info): New field saved_scopes.
1300 (d_print_init): Initialize the above.
1301 (d_print_free): New function.
1302 (cplus_demangle_print_callback): Call the above.
1303 (struct d_saved_scope): New structure.
1304 (d_store_scope): New function.
1305 (d_free_scope) Likewise.
1306 (d_restore_scope) Likewise.
1307 (d_hash_saved_scope) Likewise.
1308 (d_equal_saved_scope) Likewise.
1309 (d_print_comp): New variable saved_scope.
1310 [DEMANGLE_COMPONENT_REFERENCE,
1311 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
1312 time the component is traversed, and use the captured scope for
1313 subsequent traversals.
46dd5233 1314 * testsuite/demangle-expected: Add regression test.
53f94b92 1315
eabdca0f
DD
13162013-09-10 Gary Benson <gbenson@redhat.com>
1317
1318 * cp-demangle.c: Include hashtab.h.
1319 (struct d_print_info): New field saved_scopes.
1320 (d_print_init): Initialize the above.
1321 (d_print_free): New function.
1322 (cplus_demangle_print_callback): Call the above.
1323 (struct d_saved_scope): New structure.
1324 (d_store_scope): New function.
1325 (d_free_scope) Likewise.
1326 (d_restore_scope) Likewise.
1327 (d_hash_saved_scope) Likewise.
1328 (d_equal_saved_scope) Likewise.
1329 (d_print_comp): New variable saved_scope.
1330 [DEMANGLE_COMPONENT_REFERENCE,
1331 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
1332 time the component is traversed, and use the captured scope for
1333 subsequent traversals.
46dd5233 1334 * testsuite/demangle-expected: Add regression test.
eabdca0f 1335
21290977
DD
13362013-08-20 Alan Modra <amodra@gmail.com>
1337
1338 * floatformat.c (floatformat_ibm_long_double): Rename to..
1339 (floatformat_ibm_long_double_big): ..this.
1340 (floatformat_ibm_long_double_little): New.
1341
bc771b3b
TG
13422013-07-09 Tristan Gingold <gingold@adacore.com>
1343
1344 * makefile.vms (OBJS): Add dwarfnames.obj
1345
a4818a05
DD
13462013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
1347
1348 PR other/56780
41f225de 1349 * configure.ac: Move test for --enable-install-libiberty
a4818a05
DD
1350 outside of the 'with_target_subdir' test so that it actually gets
1351 run. Add output messages to show the test result.
41f225de
NC
1352 * configure: Regenerate.
1353 * Makefile.in (install_to_libdir): Place the
a4818a05
DD
1354 installation of the libiberty library in the same guard as that
1355 used for the headers to prevent it being installed unless
1356 requested via --enable-install-libiberty.
1357
3ecb7338
DD
13582013-05-06 David Edelsohn <dje.gcc@gmail.com>
1359 Peter Bergner <bergner@vnet.ibm.com>
1360 Segher Boessenkool <segher@kernel.crashing.org>
1361 Jakub Jelinek <jakub@redhat.com>
1362
1363 * hashtab.c (hash_pointer): Remove conditional and avoid
1364 unexecuted shift equal to wordsize.
1365
a903d6ac 13662013-04-22 Andi Kleen <ak@linux.intel.com>
29f045bb
DD
1367
1368 * hashtab.c (hash_pointer): Move to end of file and reimplement.
1369
3a4d2339
DD
13702013-04-03 Jason Merrill <jason@redhat.com>
1371
dcd7e9d6
DD
1372 * cp-demangle.c (cplus_demangle_type): Fix function quals.
1373 (d_pointer_to_member_type): Simplify.
1374
3a4d2339
DD
1375 Demangle C++11 ref-qualifier.
1376 * cp-demangle.c (d_ref_qualifier): New.
1377 (d_nested_name, d_function_type): Use it.
1378 (d_parmlist): Don't get confused by a ref-qualifier.
1379 (cplus_demangle_type): Reorder ref-qualifier.
1380 (d_pointer_to_member_type): Likewise.
1381 (d_dump): Handle DEMANGLE_COMPONENT_REFERENCE_THIS and
1382 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
1383 (d_make_comp, has_return_type, d_encoding): Likewise.
1384 (d_print_comp, d_print_mod_list, d_print_mod): Likewise.
1385 (d_print_function_type, is_ctor_or_dtor): Likewise.
1386
3afd2652
DD
13872013-03-27 Kai Tietz <ktietz@redhat.com>
1388
1389 * configure: Regenerated.
1390
eea30203 13912013-03-06 Tobias Burnus <burnus@net-b.de>
72edb7c2 1392
eea30203
DD
1393 * libiberty.texi: Update comment, remove lowersections.
1394 * obstacks.texi: Regenerate.
1395
13962013-03-05 Jakub Jelinek <jakub@redhat.com>
1397
1398 PR middle-end/56526
1399 * simple-object-mach-o.c (simple_object_mach_o_segment): Initialize
1400 wrapper_sect_offset to avoid a warning.
72edb7c2 1401
2fd2526e
DD
14022013-03-01 Andreas Schwab <schwab@linux-m68k.org>
1403
1404 * obstacks.texi (Obstacks): Trim @node to only contain the
1405 node name.
1406 * libiberty.texi (Obstacks): Lower section.
1407
a9c3ecea
DD
14082013-02-14 Jason Merrill <jason@redhat.com>
1409
1410 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
1411 (d_print_comp): Likewise.
1412
389d9b6c
DD
14132013-02-09 Jakub Jelinek <jakub@redhat.com>
1414
1415 PR other/56245
1416 * regex.c (PTR_INT_TYPE): Define.
1417 (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE.
1418
fe4b0b46
KT
14192013-01-31 Kai Tietz <ktietz@redhat.com>
1420
0f5f799a
DD
1421 PR other/54620
1422 * sha1.c (sha1_process_block): Handle case that size_t is
1423 a wider-integer-scalar as a 32-bit unsigned integer.
1424
1425 PR other/53413
fe4b0b46
KT
1426 * md5.c (md5_process_block): Handle case that size_t is
1427 a wider-integer-scalar a 32-bit unsigned integer.
1428
07a8e9f0
DD
14292013-01-04 Ian Lance Taylor <iant@google.com>
1430
1431 PR other/54800
1432 * simple-object-mach-o.c (simple_object_mach_o_segment): Don't
1433 bother to zero out a buffer we are about to set anyhow.
1434
14352013-01-01 David Edelsohn <dje.gcc@gmail.com>
1436
1437 * simple-object-xcoff.c: New file.
1438 * Makefile.in: Add it to build machinery.
1439 * simple-object-common.h (simple_object_xcoff_functions): Declare.
1440 * simple-object.c (format_functions): Add
1441 simple_object_xcoff_functions.
1442
1f3de044
DD
14432012-11-10 Jason Merrill <jason@redhat.com>
1444
1445 * cp-demangle.c (d_unqualified_name): Handle abi tags here.
1446 (d_name): Not here.
1447
14482012-11-09 Jason Merrill <jason@redhat.com>
1449
1450 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_TAGGED_NAME.
1451 (d_make_comp, d_find_pack, d_print_comp): Likewise.
1452 (d_abi_tags): New.
1453 (d_name): Call it.
1454
995b61fe
DD
14552012-10-08 Jason Merrill <jason@redhat.com>
1456
1457 * cp-demangle.c (d_special_name, d_dump): Handle TH and TW.
1458 (d_make_comp, d_print_comp): Likewise.
1459
14602012-09-18 Ian Lance Taylor <iant@google.com>
1461
1462 * strnlen.c: New file.
1463 * configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
1464 present.
1465 * Makefile.in: Rebuild dependencies.
1466 (CFILES): Add strnlen.c.
1467 (CONFIGURED_OFILES): Add ./strnlen.$(objext).
1468 * configure, config.in, functions.texi: Rebuild.
1469
1470 * maint-tool: Accept .def files in the include directory.
1471
14722012-09-18 Florian Weimer <fweimer@redhat.com>
1473
1474 PR other/54411
1475 * objalloc.c (_objalloc_alloc): Add overflow check covering
1476 alignment and CHUNK_HEADER_SIZE addition.
1477
b9b64803
L
14782011-08-28 H.J. Lu <hongjiu.lu@intel.com>
1479
1480 * argv.c (dupargv): Replace malloc with xmalloc. Don't check
1481 xmalloc return.
1482 (buildargv): Likewise. Also replace strdup with xstrdup.
1483 (expandargv): Don't check dupargv return.
1484
bf8247ff
L
14852011-08-28 H.J. Lu <hongjiu.lu@intel.com>
1486
1487 PR binutils/14526
1488 * argv.c (buildargv): Replace alloca with xmalloc/free.
1489
e372c21c
AS
14902012-08-17 Andreas Schwab <schwab@linux-m68k.org>
1491
1492 * floatformat.c (floatformat_to_double): Correctly handle numbers
1493 between 1 and 2. Simplify handling of denormal number.
1494 (main): Test with 1.1.
1495
902e4335
MF
14962012-07-31 Mike Frysinger <vapier@gentoo.org>
1497
1498 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output
1499 to swap_bytes, and then call memcpy to move it to ctx->buffer.
1500
9974286e
DD
15012012-07-26 Kazu Hirata <kazu@codesourcery.com>
1502 Sandra Loosemore <sandra@codesourcery.com>
1503
1504 * pex-win32.c (pex_win32_exec_child): Only close original file
1505 descriptors if child is launched successfully.
1506
7c328963
DD
15072012-07-18 Jason Merrill <jason@redhat.com>
1508
1509 * cp-demangle.c (cplus_demangle_operators): Add *_cast.
1510 (op_is_new_cast): New.
1511 (d_expression, d_print_comp): Check it.
1512
0429544a
DE
15132012-07-13 Doug Evans <dje@google.com>
1514
1515 * filename_cmp.c (filename_hash, filename_eq): New functions.
1516
5afcec73
DD
15172012-06-29 Andreas Schwab <schwab@linux-m68k.org>
1518
1519 * copying-lib.texi (Library Copying): Don't use @heading inside
1520 @enumerate.
1521
67bf71fe
DD
15222012-05-22 Tom Tromey <tromey@redhat.com>
1523
1524 http://sourceware.org/bugzilla/show_bug.cgi?id=14065
1525 * testsuite/demangle-expected: Add regression test.
1526 * cp-demangle.c (d_find_pack): Return NULL for
1527 DEMANGLE_COMPONENT_UNNAMED_TYPE.
1528
fa66ec53
DD
15292012-04-27 Tom Tromey <tromey@redhat.com>
1530
1531 * dwarfnames.c: New file.
1532 * Makefile.in (CFILES): Add dwarfnames.
1533 (REQUIRED_OFILES): Add dwarfnames.
1534 (./dwarfnames.$(objext)): New target.
1535
b3641a6e
DD
15362012-04-04 Tristan Gingold <gingold@adacore.com>
1537
1538 * pex-unix.c (to_ptr32): Fix style.
1539
24e829d0
DD
15402012-04-02 Tristan Gingold <gingold@adacore.com>
1541
1542 * stack-limit.c: Includes ansidecl.h.
1543 (stack_limit_increase): Add ATTRIBUTE_UNUSED
1544
15452012-03-20 Jason Merrill <jason@redhat.com>
1546
1547 * cp-demangle.c (cplus_demangle_type): Handle 'auto'.
1548
4e3aa408
DD
15492012-03-07 Jason Merrill <jason@redhat.com>
1550
1551 * cp-demangle.c (cplus_demangle_operators): Add li.
1552 (d_unqualified_name): Handle it specially.
1553
1712e1d4
JJ
15542012-01-26 Jakub Jelinek <jakub@redhat.com>
1555
1556 * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
1557 about using preprocessor directives inside of macro arguments.
1558
d12c31df
DD
15592012-01-22 Douglas B Rupp <rupp@gnat.com>
1560
1561 * configure: Regenerate.
1562
fbfd63c0
DD
15632012-01-10 Jason Merrill <jason@redhat.com>
1564
1565 * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:
1566 Omit a trailing space in the operator name.
1567
eb7b5ddb
DD
15682012-01-06 Jason Merrill <jason@redhat.com>
1569
1570 PR c++/6057
1571 PR c++/48051
1572 PR c++/50855
1573 PR c++/51322
1574 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
1575 DEMANGLE_COMPONENT_INITIALIZER_LIST.
1576 (d_make_comp): Likewise. Allow null right arg for
1577 DEMANGLE_COMPONENT_TRINARY_ARG2.
1578 (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
1579 (d_template_args, d_template_arg): Handle 'J' for argument packs.
1580 (d_exprlist): Add terminator parm.
1581 (d_expression, d_print_comp): Handle initializer lists, nullary
1582 expressions, prefix/suffix operators, and new.
1583 (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
1584 and DEMANGLE_COMPONENT_INITIALIZER_LIST.
1585 * testsuite/demangle-expected: Add tests.
1586
1587 * cp-demangle.c (cplus_demangle_type): decltype, pack expansion
1588 and vector are substitutable.
1589 (cplus_demangle_operators): Sort.
1590
15912012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1592
1593 * configure: Regenerate.
1594
dd28faae
DD
15952012-01-02 Jakub Jelinek <jakub@redhat.com>
1596
1597 * make-relative-prefix.c (make_relative_prefix_1): Avoid
1598 stack overflow if PATH contains just a single entry and
1599 HOST_EXECUTABLE_SUFFIX needs to be used.
1600
1601 PR driver/48306
1602 * make-relative-prefix.c: Include sys/stat.h.
1603 (make_relative_prefix_1): If access succeeds, check also stat
1604 if nstore is a regular file.
1605
604fcd65
AS
16062011-12-20 Andreas Schwab <schwab@linux-m68k.org>
1607
1608 * configure: Regenerate.
1609
3fee530e
DD
16102011-12-20 Tristan Gingold <gingold@adacore.com>
1611
1612 * aclocal.m4: Assume strncmp works in cross case.
1613 * configure: Regenerate
1614
a53e62cf
AS
16152011-12-19 Andreas Schwab <schwab@linux-m68k.org>
1616
1617 * configure: Regenerate.
1618
956a8f8b
DD
16192011-11-07 Richard Henderson <rth@redhat.com>
1620
1621 Merged from transactional-memory.
1622
1623 * cp-demangle.c (cplus_demangle_fill_ctor): Accept
1624 gnu_v3_object_ctor_group.
1625 (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
1626 (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
1627 and gnu_v3_object_dtor_group.
1628 (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
1629 and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
1630 (d_make_comp, d_print_comp): Likewise.
1631 (d_special_name): Generate them.
1632
abc6552b
DD
16332011-11-04 Jason Merrill <jason@redhat.com>
1634
1635 PR c++/48370
1636 * cp-demangle.c (d_special_name, d_print_comp): Handle a
1637 discriminator number on DEMANGLE_COMPONENT_REFTEMP.
1638
cf185ad7
DD
16392011-11-02 Doug Evans <dje@google.com>
1640
1641 * Makefile.in (CFILES): Add timeval-utils.c.
1642 (REQUIRED_OFILES): Add timeval-utils.$(objext).
1643 (INSTALLED_HEADERS): Add timeval-utils.h.
1644 (timeval-utils.$(objext)): Add rule.
1645
eb2722c1
DD
16462011-10-28 Ian Lance Taylor <iant@google.com>
1647
1648 * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
1649
85d7ed08
DD
16502011-10-26 Iain Sandoe <iains@gcc.gnu.org>
1651
1652 PR target/48108
1653 * simple-object-mach-o.c (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
1654 GNU_WRAPPER_NAMES): New macros.
1655 (simple_object_mach_o_segment): Handle wrapper scheme.
1656 (simple_object_mach_o_write_section_header): Allow the segment name
1657 to be supplied.
1658 (simple_object_mach_o_write_segment): Handle wrapper scheme. Ensure
1659 that the top-level segment name in the load command is empty.
1660 (simple_object_mach_o_write_to_file): Determine the number of
1661 sections during segment output, use that in writing the header.
1662
f9fb0b2d
DD
16632011-10-10 Ian Lance Taylor <iant@google.com>
1664
1665 PR c++/48665
1666 * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
1667 function type, change them to apply to the "this" parameter.
1668 * testsuite/demangle-expected: Add test case.
1669
514c97d3
DD
16702011-09-28 Doug Evans <dje@google.com>
1671
1672 * timeval-utils.c: New file.
514c97d3
DD
1673
1674 * argv.c (countargv): New function.
1675
7955ede5
DD
16762011-09-23 Cary Coutant <ccoutant@google.com>
1677
1678 PR 40831
1679 * cp-demangle.c (d_make_comp): Add new component type.
1680 (cplus_demangle_mangled_name): Check for clone suffixes.
1681 (d_parmlist): Don't error out if we see '.'.
1682 (d_clone_suffix): New function.
1683 (d_print_comp): Print info for clone suffixes.
1684 * testsuite/demangle-expected: Add new testcases.
1685
634e4f4f 16862011-09-23 Ian Lance Taylor <iant@google.com>
139d7133 1687 Pierre Vittet <piervit@pvittet.com>
634e4f4f
DD
1688
1689 * md5.c (md5_process_bytes): Correct handling of unaligned
1690 buffer.
1691
601a99c6
DD
16922011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1693
1694 * aclocal.m4: Include ../config/picflag.m4.
1695 * configure.ac (GCC_PICFLAG): Call it.
1696 (enable_shared): Clear PICFLAG unless shared.
1697 * configure: Regenerate.
1698
091c2a96
DD
16992011-08-12 Steve Ellcey <sje@cup.hp.com>
1700
1701 * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
1702
6b6bd65a
DD
17032011-08-06 Uros Bizjak <ubizjak@gmail.com>
1704
1705 * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
1706
17072011-08-01 Jason Merrill <jason@redhat.com>
1708
1709 PR c++/49932
1710 * cp-demangle.c (d_prefix): Handle decltype.
1711 * testsuite/demangle-expected: Test it.
1712
31ba042a
L
17132011-07-26 H.J. Lu <hongjiu.lu@intel.com>
1714
1715 * testsuite/demangle-expected: Remove an extra line.
1716
04aed652
DD
17172011-07-26 Ian Lance Taylor <iant@google.com>
1718
1719 * cp-demangle.c (d_print_init): Initialize pack_index field.
1720 (d_print_comp): Check for NULL template argument.
1721 * testsuite/demangle-expected: Add test case.
1722
17a16b0f
DD
17232011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
1724
1725 PR target/49817
1726 * stack-limit.c: Include <stdint.h>.
1727
26ac1280
DD
17282011-07-22 Jakub Jelinek <jakub@redhat.com>
1729
1730 PR c++/49756
1731 * stack-limit.c: New file.
1732 * Makefile.in: Regenerate deps.
1733 (CFILES): Add stack-limit.c.
1734 (REQUIRED_OFILES): Add ./stack-limit.$(objext).
1735 * configure.ac (checkfuncs): Add getrlimit and setrlimit.
1736 (AC_CHECK_FUNCS): Likewise.
1737 * configure: Regenerated.
1738 * config.in: Regenerated.
1739
f2917a30
DD
17402011-07-04 Jason Merrill <jason@redhat.com>
1741
1742 * cp-demangle.c (d_expression): Handle 'this'.
1743 (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
1744
7d6b320b
JB
17452011-07-01 Joel Brobecker <brobecker@adacore.com>
1746
1747 * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
1748 HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
1749
02e7efbf
JK
17502011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 PR debug/49408
1753 * cp-demangle.c (d_print_comp): Suppress argument list for function
1754 references by the '&' unary operator. Keep also already processed
1755 variant without the argument list. Suppress argument list types for
1756 function call used in an expression.
1757 * testsuite/demangle-expected: Fix excessive argument list types in
1758 `test for typed function in decltype'. New testcase for no argument
1759 list types printed. 3 new testcases for function references by the
1760 '&' unary operator..
1761
b24539b3
DD
17622011-06-20 Jason Merrill <jason@redhat.com>
1763
1764 PR c++/37089
1765 * cp-demangle.c (d_print_comp): Handle reference smashing.
1766 * testsuite/demangle-expected: Test it.
1767
ddee5e46
DD
17682011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1769
1770 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>:
1771 Suppress d_print_mod for DMGL_RET_POSTFIX.
1772 * testsuite/demangle-expected: New testcases for --ret-postfix.
1773
17742011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>: Do
1777 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.
1778 * testsuite/demangle-expected: New testcases for --ret-drop.
1779 * testsuite/test-demangle.c: Document --ret-drop in a comment.
1780 (main): New variable ret_drop, fill it, call cplus_demangle with it.
1781
17822011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * cp-demangle.c (struct d_print_info): Remove field options.
1785 (d_print_init): Remove parameter options.
1786 (cplus_demangle_print_callback): Update all the callers.
1787 (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
1788 (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
1789 Add parameter options, update all the callers.
1790
4ff224cb
DD
17912011-04-20 Jim Meyering <meyering@redhat.com>
1792
1793 * cp-demint.c (cplus_demangle_v3_components): Remove useless
1794 if-before-free.
1795 * cplus-dem.c (squangle_mop_up): Likewise.
1796 (delete_non_B_K_work_stuff): Likewise.
1797 * pex-common.c (pex_free): Likewise.
1798 * pex-msdos.c (pex_msdos_cleanup): Likewise.
1799 * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
1800 (win32_spawn): Likewise.
1801 * regex.c (FREE_VAR, weak_alias): Likewise.
1802 * spaces.c (spaces): Likewise.
1803
a55c6f41
DD
18042011-04-10 Jim Meyering <meyering@redhat.com>
1805
1806 Avoid memory overrun in a test leading to potential double-free.
1807 * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
1808 i.e., do copy the trailing NUL byte.
1809
083faca9
TG
18102011-03-31 Tristan Gingold <gingold@adacore.com>
1811
1812 * makefile.vms (OBJS): Add filename_cmp.obj
1813
007d6189
KT
18142011-02-28 Kai Tietz <kai.tietz@onevision.com>
1815
1816 * filename_cmp.c (filename_ncmp): New function.
1817 * functions.texi: Regenerated.
1818
d4d868a2
RW
18192011-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1820
1821 * splay-tree.c: Escape wrapping newlines in texinfo markup
1822 with '@', to fix function declaration output rendering.
1823 * gather-docs: Relax and improve macro name matching to actually
1824 match all current names and to allow input line wrapping.
1825 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
1826 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
1827 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
1828 pexecute.txh, random.c, setenv.c, setproctitle.c,
1829 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
1830 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
1831 Wrap long texinfo input lines.
1832 * functions.texi: Regenerate.
1833
18342011-01-18 Mike Frysinger <vapier@gentoo.org>
1835
1836 * .gitignore: New file.
1837
98f0b5d4
DD
18382010-12-08 Doug Evans <dje@google.com>
1839
1840 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
1841 all callers updated. Rewrite to be non-recursive.
1842
531ff9fd
DD
18432010-11-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1844
1845 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
1846
62b06a9e
DD
18472010-11-20 Anthony Green <green@moxielogic.com>
1848
1849 * configure.ac: Turn PR_SET_NAME link test into a test for
1850 sys/prctl.h.
1851 * configure, config.in: Rebuilt.
1852 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
1853 (setproctitle) Test for PR_SET_NAME definition.
1854
9b980aa1
RW
18552010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1856
1857 PR other/46202
1858 * Makefile.in (install-strip): New phony target.
1859 (install): Also mark as phony.
1860
f9e6589d
DD
18612010-11-16 Ian Lance Taylor <iant@google.com>
1862
1863 * simple-object.c (simple_object_attributes_merge): Rename from
1864 simple_object_attributes_compare. Call merge field.
1865 * simple-object-common.h (struct simple_object_functions): Rename
1866 attributes_compare field to attribute_merge.
1867 * simple-object-elf.c (EM_SPARC): Define.
1868 (EM_SPARC32PLUS): Define.
1869 (simple_object_elf_attributes_merge): Renamed from
1870 simple_object_elf_attributes_compare. Permit EM_SPARC and
1871 EM_SPARC32PLUS objects to be merged.
1872 (simple_object_elf_functions): Update function name.
1873 * simple-object-coff.c (simple_object_coff_attributes_merge):
1874 Rename from simple_object_coff_attributes_compare.
1875 (simple_object_coff_functions): Update function name.
1876 * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
1877 Renamed from simple_object_mach_o_attributes_compare.
1878 (simple_object_mach_o_functions): Update function name.
1879
a0692e36
L
18802010-11-16 H.J. Lu <hongjiu.lu@intel.com>
1881
1882 PR other/42670
1883 PR binutils/11137
1884 * cp-demangle.c (d_make_demangle_mangled_name): New.
1885 (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
1886
1887 * testsuite/demangle-expected: Updated.
1888
28fadfc4
DD
18892010-11-14 Kai Tietz <kai.tietz@onevision.com>
1890
1891 * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
1892 offset.
1893
361c3115
DD
18942010-11-12 Ian Lance Taylor <iant@google.com>
1895
1896 PR other/46332
1897 * cp-demangle.c (d_print_function_type): Don't print parentheses
1898 if there are no modifiers to print.
1899 * testsuite/demangle-expected: Tweak one test case, add another.
1900
9c55e064
RH
19012010-11-04 Richard Henderson <rth@redhat.com>
1902
1903 * configure.ac (AC_CHECK_HEADERS): Add process.h.
1904 (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
1905 (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
1906 * configure, config.in: Rebuild.
1907 * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
1908 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
1909
ffa54e5c
DD
19102010-11-02 Ian Lance Taylor <iant@google.com>
1911 Dave Korn <dave.korn.cygwin@gmail.com>
1912 Iain Sandoe <iains@gcc.gnu.org>
1913
1914 * simple-object.c: New file.
1915 * simple-object-common.h: New file.
1916 * simple-object-elf.c: New file.
1917 * simple-object-mach-o.c: New file.
1918 * simple-object-coff.c: New file.
1919 * simple-object.txh: New file.
1920 * configure.ac: Add AC_TYPE_SSIZE_T.
1921 * Makefile.in: Rebuild dependencies.
1922 (CFILES): Add simple-object.c, simple-object-coff,
1923 simple-object-elf.c, and simple-object-mach-o.c.
1924 (REQUIRED_OFILES): Add corresponding object files.
1925 * configure: Rebuild.
1926 * config.in: Rebuild.
1927 * functions.texi: Rebuild.
1928
80347f88
DD
19292010-10-29 Ian Lance Taylor <iant@google.com>
1930
1931 * setproctitle.c: Add space after function name in @deftypefn
1932 comment.
1933 * functions.texi: Rebuild.
1934
85f1f7cf
DD
19352010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1936
1937 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
1938 * configure: Regenerate.
1939
a903d6ac 19402010-10-07 Andi Kleen <ak@linux.intel.com>
94e48200
DD
1941
1942 * configure: Regenerate.
1943 * configure.ac: Turn PR_SET_NAME check into link check.
1944
a903d6ac 19452010-10-06 Andi Kleen <ak@linux.intel.com>
9711ae4d
DD
1946
1947 * Makefile.in (CFILES): Add setproctitle.
1948 (CONFIGURED_OFILES): Add setproctitle.
1949 (setproctitle): Add rule.
1950 * config.in: Regenerate.
1951 * configure: Regenerate.
1952 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
1953 * setproctitle.c: Add file.
1954 * functions.texi: Regenerate.
1955
6a44904e
DD
19562010-09-22 Tristan Gingold <gingold@adacore.com>
1957
1958 * cplus-dem.c (ada_demangle): Add comments.
1959 Handle stream and controlled type operations.
1960 Decoding of some uppercase letters moved before separators.
1961 * testsuite/demangle-expected: Add tests.
1962
57cf60a5
TT
19632010-09-10 James Lyon <jameslyon0@googlemail.com>
1964
1965 http://sourceware.org/bugzilla/show_bug.cgi?id=11572
1966 * cp-demangle.c (d_find_pack): Add case for
1967 DEMANGLE_COMPONENT_LAMBDA.
1968 * testsuite/demangle-expected: Add regression test.
1969
497462ef
DD
19702010-09-08 Tristan Gingold <gingold@adacore.com>
1971
1972 PR 44001
1973 * maint-tool (missing): Fix pattern for object file.
1974 (deps): Use $(objext) for object extension.
1975 * Makefile.in (objext): New variable.
1976 Replace all occurences of .o with .$(objext)
1977 Regenerate with maint-deps
1978 * configure.ac (pexecute): Set to the basename.
1979 * configure: Regenerate.
1980
23701f2e
DD
19812010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
1982
1983 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
1984 corresponding stream has been opened.
1985 (pex_free): Close pipe file descriptors corresponding to child's
1986 stdout and stderr before waiting.
1987
9d8d6261
NC
19882010-08-13 Nick Clifton <nickc@redhat.com>
1989
1990 * argv.c (expandargv): Limit the number of times that response
1991 files are opened in order to prevent infinite recursion.
1992
ae30dc00
DD
19932010-07-21 Pascal Obry <obry@adacore.com>
1994
1995 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
1996
f9e9243a
UW
19972010-07-06 Ken Werner <ken.werner@de.ibm.com>
1998
1999 * floatformat.c (floatformat_ieee_half_big): New variable.
2000 (floatformat_ieee_half_little): Likewise.
2001
6b13a44c
DD
20022010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
2003
2004 * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
2005 Update copyright years.
2006 Move to GFDL 1.3.
2007
3baae9d6
JJ
20082010-06-10 Jakub Jelinek <jakub@redhat.com>
2009
2010 PR other/43838
2011 * cp-demangle.c (struct d_print_info): Add flush_count field.
2012 (d_print_init): Initialize it to 0.
2013 (d_print_flush): Increment it.
2014 (d_print_comp): If needed flush before appending ", ". Only
2015 decrement dpi->len if no flushes happened during the recursive
2016 call.
2017 * testsuite/demangle-expected: Add a test for this.
2018
219a461e
DD
20192010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2020
2021 * splay-tree.c: Update copyright years.
2022 (splay_tree_new_typed_alloc): New.
2023 (splay_tree_new_with_allocator): Use it.
2024
2025 * hashtab.c: Update copyright years.
2026 (htab_create_typed_alloc): New.
2027 (htab_create_alloc): Use it.
2028
2029 * functions.texi: Regenerate.
2030
a2803021
DD
20312010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
2032 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2033
2034 PR bootstrap/42798
2035 * configure.ac: Check for declaration of 'basename(char *)'.
2036 * configure: Regenerate.
2037
20382010-05-26 Kai Tietz <kai.tietz@onevision.com>
0a5b531f
DD
2039
2040 * testsuite/demangle-expected: Add tests for __int128
2041 and unsigned __int128 types.
2042
cf383746
DD
20432010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
2044 Jason Merrill <jason@redhat.com>
2045
2046 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
2047 (cplus_demangle_type): Handle nullptr.
2048 * testsuite/demangle-expected: Test it.
2049
2cd2156f
DD
20502010-04-23 Pedro Alves <pedro@codesourcery.com>
2051
2052 * lbasename.c (lbasename): Split into ...
2053 (unix_lbasename, dos_basename): ... these.
2054 (lbasename): ... and reimplement on top of them.
2055 * Makefile.in (lbasename.o): Add dependency on
2056 $(INCDIR)/filenames.h.
2057
45ecb02a
DD
20582010-04-07 Jakub Jelinek <jakub@redhat.com>
2059
2060 * regex.c (byte_re_match_2_internal): Avoid set but not used
2061 warning.
2062
f9b58c5b
DD
20632010-03-22 Jason Merrill <jason@redhat.com>
2064
2065 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
2066
178bead7
DD
20672010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2068
2069 * Makefile.in (all): Do not use exec.
2070
fbe5da0e
DD
20712010-02-04 Tom Tromey <tromey@redhat.com>
2072
2073 * testsuite/demangle-expected: Add missing --format=gnu-v3.
2074
cbc43128
DD
20752010-02-03 Jason Merrill <jason@redhat.com>
2076
2077 * cp-demangle.c (d_expression): Handle dependent operator name.
2078
2079 PR c++/12909
2080 * cp-demangle.c (d_number_component, d_vector_type): New.
2081 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
2082
20832010-01-25 Ian Lance Taylor <iant@google.com>
2084
2085 * cp-demangle.c (cplus_demangle_type): Check for invalid type
2086 after "DF".
2087 * testsuite/demangle-expected: Add test.
2088
9ac9c2b6
DD
20892010-01-20 Jason Merrill <jason@redhat.com>
2090
2091 PR c++/42338
2092 * cp-demangle.c (d_print_comp): Fix array index printing.
2093
6d390a9e
DD
20942010-01-11 Tristan Gingold <gingold@adacore.com>
2095
2096 * cplus-dem.c (ada_demangle): Remove prototype.
2097 (grow_vect): Removed.
2098 (ada_demangle): Rewritten.
2099 (cplus_demangle): Fix indentation.
2100 * testsuite/demangle-expected: Add tests for Ada.
2101
ffe7cfdf
L
21022010-01-09 Ian Lance Taylor <iant@google.com>
2103
2104 PR other/42230
2105 * cp-demangle.c (d_demangle): Return dgs.alc on success.
2106
43e85a8f
DD
21072010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2108
2109 PR target/42316
2110 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
2111 * configure: Regenerate.
2112
16b8170d
DE
21132009-12-07 Doug Evans <dje@google.com>
2114
2115 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
2116
e96158fc
BE
21172009-11-26 Ben Elliston <bje@au.ibm.com>
2118
19afebda 2119 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
e96158fc
BE
2120 * configure: Regenerate.
2121
cf89a94a
BE
21222009-11-25 Ben Elliston <bje@au.ibm.com>
2123
2124 * functions.texi: Rebuild.
2125
23d03362
BE
21262009-11-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2127 Ben Elliston <bje@au.ibm.com>
2128
2129 * README: Mention changes to Makefile.in and functions.texi.
2130 * gather-docs: Mention 'make stamp-functions' in the header.
2131
c90188f6
BE
21322009-11-23 Ben Elliston <bje@au.ibm.com>
2133 Ian Lance Taylor <iant@google.com>
2134
2135 * pex-unix.c (pex_child_error): Improve warning avoidance by
2136 checking the results of write(3) and exiting with -2 if any write
2137 returns a negative value.
2138
ca938790
DD
21392009-11-22 Steve Ward <planet36@gmail.com>
2140
2141 * dyn-string.c (dyn_string_append_char): Fix typo in comment.
2142
17f99e29
BE
21432009-11-20 Ben Elliston <bje@au.ibm.com>
2144
2145 * pex-unix.c (pex_child_error): Define writeerr macro to avoid
2146 unused result warnings from write(3) calls. Undefine writeerr
2147 after all uses.
2148
79e31468
DD
21492009-10-08 Daniel Gutson <dgutson@codesourcery.com>
2150 Daniel Jacobowitz <dan@codesourcery.com>
2151 Pedro Alves <pedro@codesourcery.com>
2152
79e31468
DD
2153 * argv.c (consume_whitespace): New function.
2154 (only_whitespace): New function.
2155 (buildargv): Always use ISSPACE by calling consume_whitespace.
2156 (expandargv): Skip empty files. Do not stop at the first empty
2157 argument (calling only_whitespace)..
2158 * testsuite/test-expandargv.c: (test_data): Test empty lines
2159 and empty arguments.
2160 (run_tests): Fix false positives due to shorter arguments.
2161
664aa91f
DD
21622009-09-30 Martin Thuresson <martint@google.com>
2163
2164 * regex.c (byte_re_match_2_internal): Split declaration and
2165 assignment to avoid -Wc++-compat warning due to goto.
2166
21672009-09-29 Jason Merrill <jason@redhat.com>
2168
2169 * Makefile.in: Enable demangle target.
2170 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
2171 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
2172 (d_parmlist): Factor out from d_bare_function_type.
2173 (d_compact_number): Factor out from d_template_param and d_expression.
2174 (d_append_num): Factor out from d_print_comp.
2175 (d_print_comp, d_print_mod_list): Handle lambdas.
2176 * testsuite/demangle-expected: Add lambda tests.
2177
572771db
DD
21782009-09-23 Matthew Gingell <gingell@adacore.com>
2179
2180 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
2181
074d710d
KT
21822009-09-22 Ozkan Sezer <sezeroz@gmail.com>
2183
2184 * choose-temp.c: Include unistd.h for mingw targets.
2185
a17fcd19
DD
21862009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2187
2188 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
2189
bc426d7a
DD
21902009-09-15 Tristan Gingold <gingold@adacore.com>
2191
2192 * config.h-vms (intptr_t): Define to compile hashtab.c
2193
b4a451f5
L
21942009-09-04 Ozkan Sezer <sezeroz@gmail.com>
2195
2196 PR target/39065
2197 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
2198 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
2199 * config.in: Regenerated.
2200 * configure: Regenerated.
2201
fca6a796
L
22022009-09-03 Ozkan Sezer <sezeroz@gmail.com>
2203
2204 PR target/39065
2205 * configure.ac: Also check for intptr_t.
2206 * config.h.in: Regenerated.
2207 * configure: Regenerated.
2208 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
2209 instead of of long.
2210
fce11aaa
TG
22112009-09-02 Tristan Gingold <gingold@adacore.com>
2212
2213 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
2214 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
2215 dependencies. Remove unused FORMAT variable.
2216 * configure.com: New file to create build.com DCL script for
2217 Itanium VMS or Alpha VMS.
2218
d444d2ba
RW
22192009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2220
2221 * configure.ac (AC_PREREQ): Bump to 2.64.
2222
7a0801a9
L
22232009-08-23 H.J. Lu <hongjiu.lu@intel.com>
2224
2225 PR ld/10536
2226 * Makefile.in (install-html-recursive): Removed.
2227
75086676
DD
22282009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2229
2230 * config.in: Regenerate.
2231 * configure: Regenerate.
2232
626aaf89
DD
22332009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2234
2235 * Makefile.in (AUTOCONF, configure_deps): New variables.
2236 ($(srcdir)/configure): New rule, active only in maintainer mode.
2237
b0832eea
DD
22382009-07-29 Douglas B Rupp <rupp@gnat.com>
2239
2240 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
2241
9fef968a
DD
22422009-07-27 Douglas B Rupp <rupp@gnat.com>
2243
2244 * pex-unix.c (vfork): Remove VMS specific definition (get from header
2245 file instead).
2246 (to_ptr32): New function.
2247 (pex_unix_exec_child): Use it.
2248
bdc0e08d
DD
22492009-07-24 Ian Lance Taylor <iant@google.com>
2250
2251 PR bootstrap/40854
2252 * crc32.c (xcrc32): Rename from crc32.
2253
6e881691
DD
22542009-07-24 Ian Lance Taylor <iant@google.com>
2255
2256 * crc32.c: New file.
2257 * Makefile.in: Rebuild dependencies.
2258 (CFILES): Add crc32.c.
2259 (REQUIRED_OFILES): Add ./crc32.o.
2260 * functions.texi: Rebuild.
2261
d5031754
DD
22622009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
2265 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
2266 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
2267 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
2268 (d_demangle_callback): The variable type is now declared as enum.
2269 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
2270
483d7cf4
DD
22712009-06-21 Jakub Jelinek <jakub@redhat.com>
2272
2273 * hashtab.c (htab_traverse): Don't call htab_expand for
2274 nearly empty hashtabs with sizes 7, 13 or 31.
2275
5d7aee10
NC
22762009-06-16 Nick Clifton <nickc@redhat.com>
2277
2278 PR 10197
2279 * testsuite/test-demangle.c: Rename getline to get_line to avoid
2280 conflicts with system function of the same name.
2281
8893fa20
DD
22822009-05-30 Eli Zaretskii <eliz@gnu.org>
2283
2284 * snprintf.c: Doc fix.
2285
2286 * vsnprintf.c: Doc fix.
2287
b69c3c55
KT
22882009-05-29 Kai Tietz <kai.tietz@onevision.com>
2289
6b6bd65a 2290 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
b69c3c55 2291
0dc69033
DD
22922009-05-29 Michael Matz <matz@suse.de>
2293
2294 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
2295 out when forcing the minimum.
2296 (fibheap_delete_node): Assert that we managed to force the minimum.
2297
56ae5eb9
TG
22982009-05-25 Tristan Gingold <gingold@adacore.com>
2299
2300 * config.h-vms: Rewritten. Define configure macros.
2301 Use DEC-C builtin alloca.
2302
2303 * makefile.vms (OBJS): Update list.
2304 (OPT): New variable.
2305 (CFLAGS): Update compilation flags.
2306 (libiberty.olb): Do not depend on alloca-conf.h anymore.
2307
4e55d6c3
DD
23082009-05-19 Ian Lance Taylor <iant@google.com>
2309 Ben Elliston <bje@au.ibm.com>
2310
2311 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
2312 (cplus_demangle_fill_dtor): Likewise.
2313
ed20019d
JB
23142009-05-17 Julian Brown <julian@codesourcery.com>
2315
2316 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
2317 standard handles (stdin, stdout, stderr) in parent.
2318
59cdf842
JB
23192009-04-29 Julian Brown <julian@codesourcery.com>
2320
6b6bd65a 2321 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
59cdf842 2322 (pex_win32_exec_child): Ensure each process has only one handle open
3ea74505
DD
2323 on pipe endpoints. Close standard input after creating child for
2324 symmetry with standard output/standard error.
59cdf842 2325
e1ad6b9a
DD
23262009-04-25 Eli Zaretskii <eliz@gnu.org>
2327
2328 * Makefile.in (needed-list): Target removed (not used in GCC
2329 3.0 and later). All references deleted.
2330 (mostlyclean): Remove references to needed.awk and needed2.awk.
2331
68724c3d
DD
23322009-04-14 Eli Zaretskii <eliz@gnu.org>
2333
2334 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
2335 existing and required library functions to with_target_subdir
2336 section, so that the native build does detect them at configure
2337 time.
2338 * configure: Regenerated.
6b6bd65a 2339
587c6b96
KT
23402009-04-13 Ozkan Sezer <sezeroz@gmail.com>
2341
6b6bd65a
DD
2342 PR target/39397
2343 * pex-common.h (struct pex_obj): Store pid values as pid_t,
2344 not as long (members *children and (*wait))
2345 * pex-common.c (pex_run_in_environment): Likewise.
2346 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
2347 returned pid value.
2348 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
2349 * pex-msdos.c (pex_msdos_wait): Likewise.
587c6b96 2350
3c72fdec
DD
23512009-04-07 Arnaud Patard <apatard@mandriva.com>
2352
41f225de
NC
2353 * configure.ac: Fix Linux/MIPS matching rule.
2354 * configure: Regenerate.
3c72fdec 2355
6e881691 23562009-03-27 Ian Lance Taylor <iant@google.com>
10e1b6bb
DD
2357
2358 * memmem.c: New file, from gnulib.
2359 * configure.ac: Add memmem to list of functions provided if they
2360 are not available on the host.
2361 * Makefile.in: Rebuild dependencies.
2362 (CFILES): Add memmem.c.
2363 (CONFIGURED_OFILES): Add memmem.o.
2364 * configure, config.in, functions.texi: Rebuild.
2365
e2e1864d
DD
23662009-03-23 Jason Merrill <jason@redhat.com>
2367
2368 * cp-demangle.c (d_expression): Handle pack expansion.
2369 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
2370 (d_print_subexpr): Don't wrap function parms in ().
2371 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
2372 not finding a pack.
2373
c743cf5d
DD
23742009-03-17 Jason Merrill <jason@redhat.com>
2375
2376 * cp-demangle.c (d_make_function_param): new fn.
2377 (cplus_demangle_mangled_name): Work around abi v2 bug.
2378 (d_expr_primary): Likewise.
2379 (cplus_demangle_operators): Add alignof ops.
2380 (d_expression): Handle function parameters and conversions
2381 with other than 1 operand.
2382 (d_print_comp): Handle function parameters. Fix bug with
2383 function used in type of function.
cbc43128 2384 * testsuite/demangle-expected: Update tests.
c743cf5d 2385
3ca747ab
DD
23862009-02-21 Mark Mitchell <mark@codesourcery.com>
2387
2388 * make-temp-file.c (<windows.h>): Include on Windows.
2389 (choose_tmpdir): On Windows, use GetTempPath.
2390
1b5bf944
DK
23912009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
2392
2393 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
2394 as it no longer shares libiberty object files.
2395 * configure: Regenerated.
2396
60cf58f5
DD
23972009-01-07 Jason Merrill <jason@redhat.com>
2398
2399 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
2400
24012009-01-06 Ben Elliston <bje@au.ibm.com>
2402
2403 * cp-demangle.c (cplus_demangle_type): Return NULL if the
2404 character following a 'D' cannot be recognised.
2405
4e59450e
DD
24062008-12-18 Jason Merrill <jason@redhat.com>
2407
2408 PR c++/38561
2409 * cp-demangle.c (d_expression, d_print_comp): Revert
2410 cast changes.
2411
24122008-12-17 Jason Merrill <jason@redhat.com>
2413
2414 * cp-demangle.c (d_expression): Handle rvalue stubs too.
2415 [DEMANGLE_COMPONENT_CAST]: Update mangling.
2416 (d_print_comp): Avoid extra ", " with empty template argument packs.
2417 Remove handling for obsolete T() mangling.
2418
d2825c1a
DD
24192008-12-10 Jason Merrill <jason@redhat.com>
2420
2421 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
2422 (d_print_comp, d_dump): Likewise.
2423
bb52de30
DJ
24242008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2425
2426 * Makefile.in (CPPFLAGS): Define.
2427 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
2428
eff85da5
DD
24292008-10-15 Paolo Bonzini <bonzini@gnu.org>
2430
2431 PR bootstrap/37137
2432 * Makefile.in (LIBCFLAGS): Remove.
2433 (FLAGS_TO_PASS): Don't mention it.
2434 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
2435
de8a05ff
DE
24362008-10-08 David Edelsohn <edelsohn@gnu.org>
2437
06d61999 2438 * xstrdup.c: Include <sys/types.h> after "config.h"
6b6bd65a 2439
899de170
L
24402008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2441
2442 * configure.ac: Call AC_SYS_LARGEFILE.
2443 * config.in: Regenerated.
2444 * configure: Likewise.
2445
1c08f2c8
DD
24462008-10-06 Jason Merrill <jason@redhat.com>
2447
2448 * cp-demangle.c (struct d_print_info): Add pack_index.
2449 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
2450 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
2451 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
2452 (cplus_demangle_builtin_types): Add char16/32_t.
2453 (cplus_demangle_type): Recognize them.
2454 (d_template_args): Handle empty argument packs.
2455 (d_template_arg): Handle argument packs.
2456 (d_expression): Handle dependent name.
2457 (d_index_template_argument): New fn.
2458 (d_lookup_template_argument): New fn.
2459 (d_find_pack, d_pack_length): New fn.
2460 (d_print_subexpr): Split out...
2461 (d_print_comp): ...from here. Use d_*_template_argument.
2462 Handle empty arg lists. Support pack expansions.
2463 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
d053aef8 2464
ba8cb4ba
DD
24652008-09-09 Jason Merrill <jason@redhat.com>
2466
2467 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
2468 (d_make_comp): Likewise.
2469 (cplus_demangle_type): Handle decltype and DFP types.
2470 (cplus_demangle_operators): Call operator takes 2 args.
2471 (cplus_demangle_builtin_types): Add DFP types.
2472 (d_exprlist): New fn.
2473 (d_expression): Handle parm placeholders, T() and calls.
2474 (d_print_comp): Handle decltype, T() and calls.
2475 * testsuite/demangle-expected: Test the above.
2476
bd8aab1c
DD
24772008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2478
2479 * pex-win32.c (argv_to_argc): New function.
2480 (spawn_script): Duplicate argv before calling win32_spawn.
2481
8975bb30
DD
24822008-07-31 Jakub Jelinek <jakub@redhat.com>
2483
2484 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
2485
f562800d
DD
24862008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
2487
2488 * mkstemps.c (mkstemps): If open failed with errno other than
2489 EEXIST, return immediately.
2490 * make-temp-file.c: Include errno.h.
2491 (make_temp_file): If mkstemps failed, print an error message
2492 before aborting.
2493
b7d9aef1
DD
24942008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2495
2496 * maint-tool (deps): Output config.h instead of stamp-h.
2497 * Makefile.in: Rebuild deps.
2498 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2499 Reverts 2007-07-11 change.
2500
2c197581
EB
25012008-06-19 Eric Blake <ebb9@byu.net>
2502
2503 Adjust strsignal to POSIX 200x prototype.
2504 * strsignal.c (strsignal): Remove const.
2505
c8536f38
DD
25062008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2507
2508 * configure: Regenerate.
2509
83ef53a9
DD
25102008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2511
2512 * libiberty.texi: Expand TABs, drop indentation outside examples.
2513 * obstacks.texi: Likewise.
2514
017c1138
DD
25152008-04-21 Aurelien Jarno <aurelien@aurel32.net>
2516
41f225de
NC
2517 * configure.ac: use -fPIC on Linux/MIPS hosts.
2518 * configure: Regenerate.
017c1138 2519
5ae54241
DD
25202008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
2521
2522 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
2523
25242008-04-18 Paolo Bonzini <bonzini@gnu.org>
2525
2526 PR bootstrap/35457
2527 * aclocal.m4: Add override.m4.
2528 * configure: Regenerate.
2529
dddc49b7
DD
25302008-03-31 Ian Lance Taylor <iant@google.com>
2531
2532 * cp-demangle.c (d_substitution): Correct overflow check to avoid
2533 -fstrict-overflow optimizations.
2534
c779bab8
PB
25352008-03-27 Paolo Bonzini <bonzini@gnu.org>
2536
2537 * configure.ac (frags): Don't set, use frag instead.
2538 (PICFLAG): Set here and substitute.
2539 * Makefile.in (PICFLAG): Substitute from autoconf.
2540 * configure: Regenerate.
2541
b68965a0
DD
25422008-03-24 Ian Lance Taylor <iant@google.com>
2543
2544 * sha1.c: New file, from gnulib.
2545 * Makefile.in: Rebuild dependencies.
2546 (CFILES): Add sha1.c.
2547 (REQUIRED_OFILES): Add sha1.o.
2548
daddbc6e
DD
25492008-03-24 Doug Evans <dje@google.com>
2550
2551 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
2552 return from strdup.
2553
6b357a9d
DD
25542008-03-12 Seongbae Park <seongbae.park@gmail.com>
2555
2556 * cplus-dem.c (malloc, realloc): Use void * instead of char *
2557 as return type.
2558
3f69c6bf
DD
25592008-03-11 Nick Clifton <nickc@redhat.com>
2560
2561 * md5.c (md5_process_bytes): Do not assume that memcpy will
2562 provide a return value.
2563
610f4894
BE
25642008-02-19 Ben Elliston <bje@au.ibm.com>
2565
2566 PR other/12618
2567 * testsuite/Makefile.in (mostlyclean): Remove any core file.
2568
830ef634
DD
25692008-01-26 David Daney <ddaney@avtrex.com>
2570
2571 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
2572 DEMANGLE_COMPONENT_COMPOUND_NAME, and
2573 DEMANGLE_COMPONENT_CHARACTER cases.
2574 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
2575 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
2576 (d_make_character): New function.
2577 (d_java_resource): Same.
2578 (d_special_name): Handle "Gr" case.
2579 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
2580 DEMANGLE_COMPONENT_COMPOUND_NAME, and
2581 DEMANGLE_COMPONENT_CHARACTER cases.
2582 * testsuite/demangle-expected: Add test for java resource name
2583 mangling.
2584
b4b41ceb
BE
25852008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
2586
2587 * cplus-dem.c (demangle_function_name): Changed to return value
2588 indicating if a name was correctly demangled.
2589 (iterate_demangle_function): Use demangle_function_name return
2590 value.
2591
145f4ab5
DD
25922008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2593
2594 PR other/33768
2595 * splay-tree.c (rotate_left): Fix minor typo in comment.
2596 (rotate_right): Likewise.
2597
38e654e2
DD
25982007-11-12 Joseph Myers <joseph@codesourcery.com>
2599
2600 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
2601 compiler warnings.
2602 (floatformat_ibm_long_double): Use
2603 floatformat_ibm_long_double_is_valid.
2604
b14d30e1
JM
26052007-11-07 Joseph Myers <joseph@codesourcery.com>
2606 Daniel Jacobowitz <dan@codesourcery.com>
2607
2608 * floatformat.c (mant_bits_set): New.
2609 (floatformat_to_double): Use it. Note no special handling of
2610 split formats.
2611 (floatformat_from_double): Note no special handing of split
2612 formats.
2613 (floatformat_ibm_long_double_is_valid,
2614 floatformat_ibm_long_double): New.
2615 (floatformat_ieee_single_big, floatformat_ieee_single_little,
2616 floatformat_ieee_double_big, floatformat_ieee_double_little,
2617 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
2618 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
2619 floatformat_m68881_ext, floatformat_i960_ext,
2620 floatformat_m88110_ext, floatformat_m88110_harris_ext,
2621 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
2622 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
2623 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
2624 for addition of split_half field.
2625
3a0ab695
DD
26262007-09-06 Tom Tromey <tromey@redhat.com>
2627
2628 * pexecute.txh (pex_free): Document process killing.
2629
8969a67f 26302007-08-31 Douglas Gregor <doug.gregor@gmail.com>
2c197581 2631
8969a67f 2632 * cp-demangle.c (d_dump): Handle
2c197581 2633 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
8969a67f
DD
2634 (d_make_comp): Ditto.
2635 (cplus_demangle_type): Ditto.
2636 (d_print_comp): Ditto.
2637 (d_print_mod): Ditto.
2638 (d_print_function_type): Ditto.
2639
29d89e07
DD
26402007-08-24 Kai Tietz <kai.tietz@onevision.com>
2641
2642 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
2643 * pex-djgpp.c: Likewise.
2644 * pex-msdos.c: Likewise.
2645 * pex-unix.c: Likewise.
2646 * pex-win32.c: Likewise.
2647
cefec409
DD
26482007-08-17 Michael Snyder <msnyder@access-company.com>
2649
2650 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
2651
9250f7f0
DD
26522007-08-03 Michael Snyder <msnyder@access-company.com>
2653
2654 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
2655 leak.
2656
168b8298
MS
26572007-07-31 Michael Snyder <msnyder@access-company.com>
2658
2659 * cp-demangle.c (d_print_comp): Guard against null.
2660
642c7534
BE
26612007-07-25 Ben Elliston <bje@au.ibm.com>
2662
2663 * Makefile.in (CFILES): Remove ternary.c.
2664 (REQUIRED_OFILES): Remove ./ternary.o.
2665 (INSTALLED_HEADERS): Remove ternary.h.
2666 (ternary.o): Remove.
2667 * ternary.c: Remove.
2668
acf3a813
DD
26692007-07-23 DJ Delorie <dj@redhat.com>
2670
2671 * argv.c (writeargv): Fix typo in inline documentation.
2672 * functions.texi: Regenerate.
2673
008d60eb
DD
26742007-07-17 DJ Delorie <dj@redhat.com>
2675
2676 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
2677 gettimeofday entry.
2678 * configure: Likewise.
2679
a590e8e7
AO
26802007-07-11 Alexandre Oliva <aoliva@redhat.com>
2681
2682 * maint-tool (deps): Output stamp-h instead of config.h.
2683 * Makefile.in: Rebuild deps.
2684 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2685
db42c6e8
DD
26862007-07-02 Simon Baldwin <simonb@google.com>
2687
2688 * argv.c (writeargv): Removed declaration of unused variable.
2689
1f616ca1
PB
26902007-06-14 Paolo Bonzini <bonzini@gnu.org>
2691
2692 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
2693 * configure: Regenerate.
2694
a104c397
PB
26952007-06-14 Paolo Bonzini <bonzini@gnu.org>
2696
2697 * aclocal.m4: Include config/warnings.m4.
2698 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
2699 * configure: Regenerate.
2700
958afec3
GK
27012007-06-07 Geoffrey Keating <geoffk@apple.com>
2702
2703 * configure.ac: Non-default multilibs can be cross compilations.
2704 * configure: Regenerate
2705
0c18fee5
DD
27062007-05-07 Nathan Froyd <froydnj@codesourcery.com>
2707
2708 * argv.c (writeargv): New function.
2709
8bf955e1
GK
27102007-05-05 Geoffrey Keating <geoffk@apple.com>
2711
2712 * cp-demangle.c (d_name): Detect local-source-name.
2713 (d_prefix): Likewise.
2714 (d_unqualified_name): Implement local-source-name.
2715
73bdefcf
JB
27162007-05-03 Joel Brobecker <brobecker@adacore.com>
2717
2718 * filename_cmp.c: Replace include of ctype.h by include of
2719 safe-ctype.h.
2720 (filename_cmp): Use TOLOWER instead of tolower for conversions
2721 that are locale-independent.
2722 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
2723
41f225de 27242007-04-11 Thomas Neumann <tneumann@users.sourceforge.net>
8535fe17
DD
2725
2726 * argv.c: Use ANSI C declarations.
2727 * make-relative-prefix.c: Likewise.
2728
34d8f01b
JB
27292007-04-06 Joel Brobecker <brobecker@adacore.com>
2730
2731 * filename_cmp.c (filename_cmp): Improve documentation.
2732
2657faa6
AS
27332007-04-02 Andreas Schwab <schwab@suse.de>
2734
2735 * filename_cmp.c: Include "config.h".
2736
9c577e89
DD
27372007-03-29 Joel Brobecker <brobecker@adacore.com>
2738
2739 * filename_cmp.c: New file.
2740 * Makefile.in (CFILES): Add filename_cmp.c.
2741 (REQUIRED_OFILES): Add filename_cmp.o
2742 (filename_cmp.o): New rule.
2743 * functions.texi: Regenerate.
2744
8d301070
GK
27452007-03-15 Geoffrey Keating <geoffk@apple.com>
2746
2747 * cp-demangle.c (d_encoding): Exit early on error.
2748 (d_pointer_to_member_type): Exit early if cplus_demangle_type
2749 returns NULL.
2750 (cplus_demangle_type): Likewise.
2751 * testsuite/demangle-expected: New testcase.
2752
d7831e7c
DD
27532007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2754
2755 * Makefile.in: Add install-pdf target as copied from
2756 automake v1.10 rules.
2757 * testsuite/Makefile.in: Add dummy install-pdf target.
2758
563d09a5 27592007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
2c197581 2760 Eric Botcazou <ebotcazou@libertysurf.fr>
563d09a5
EB
2761
2762 PR other/16513
2763 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
2764 Install headers in multilib independent location.
2765
1f92e180
DD
27662007-02-26 DJ Delorie <dj@redhat.com>
2767
2768 * configure.ac: add djgpp-specific results, so we don't have to
2769 link during a cross compilation.
2770 * configure: Regenerated.
2c197581 2771
6dd7f013
DD
27722007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2773
2774 * hex.c: Fix typo.
2775 * choose-temp.c: Likewise.
2776 * functions.texi: Regenerate.
2777
53d7966f
VP
27782007-01-31 Vladimir Prus <vladimir@codesourcery.com>
2779
2780 * pex-common.h (struct pex_obj): New fields
2c197581 2781 stderr_pipe and read_err.
53d7966f
VP
2782 * pex-common.c (pex_init_common): Initialize
2783 stderr_pipe.
2784 (pex_run_in_environment): Add error checking
2785 for PEX_STDERR_TO_PIPE. Create a pipe
2786 for stderr if necessary.
2787 (pex_read_err): New.
2788 (pex_free): Close read_err.
2789 * pexecute.txh: Document changes.
2790 * functions.texi: Regenerated.
2791
71f2e6f4
BE
27922007-01-31 Ben Elliston <bje@au.ibm.com>
2793
2794 * strsignal.c (psignal): Change type of signo to int.
2795 * functions.texi: Regenerate.
2796
208c1674
DD
27972007-01-29 Simon Baldwin <simonb@google.com>
2798
2799 * cp-demangle.h (cplus_demangle_operators): External definition
2800 suppressed if not building for libstdc++.
2801 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
2802 to demangling, provides a malloc-less version of __cxa_demangle.
2803 (cplus_demangle_print_callback): Public callback version of
2804 cplus_demangle_print.
2805 (struct d_growable_string): New growable string structure.
2806 (d_growable_string_init): New function, provides support for
2807 growable strings separate from print info.
2808 (d_growable_string_resize): Likewise.
2809 (d_growable_string_append_buffer): Likewise.
2810 (d_growable_string_callback_adapter):): Likewise.
2811 (d_print_init): New print info initialization function.
2812 (d_print_error): Macro replace by inline function.
2813 (d_print_saw_error): Likewise.
2814 (d_append_char): Likewise.
2815 (d_append_buffer): Likewise.
2816 (d_append_string): New inline function, replaces the
2817 d_append_string_constant macro.
2818 (d_flush_buffer): New function, flushes buffer to callback.
2819 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
2820 for unsupported dynamic arrays replaced by alloca().
2821 (d_demangle): Return string length estimating removed.
2822 (d_dump): Moved error case handling from call site into function.
2823 (d_print_resize): Function removed.
2824 (d_print_append_char): Likewise.
2825 (d_print_append_buffer): Likewise.
2826 (d_print_error): Likewise.
2827 (d_print_comp): Added special case handling for Java arrays.
2828 (java_demangle_v3): Removed string post-processing for Java arrays,
2829 now replaced by special case handling in d_print_comp.
2830 (cplus_demangle_v3_callback): Augmented interface to demangling,
2831 provides a malloc-less version of cplus_demangle_v3.
2832 (java_demangle_v3_callback): Augmented interface to demangling,
2833 provides a malloc-less version of java_demangle_v3.
2834
cc0732ba
BE
28352007-01-12 Ben Elliston <bje@au.ibm.com>
2836
0bbe7a79
BE
2837 * pex-unix.c (writeerr): Cast write result to void.
2838
cc0732ba
BE
2839 * choose-temp.c (choose_temp_base): Check the result of the call
2840 to mktemp rather than testing the length of the modified string.
2da20a1b 2841
6ef6358e
GK
28422006-12-20 Geoffrey Keating <geoffk@apple.com>
2843
2844 * cp-demangle.h: Add comment explaining what to do to avoid
2845 overrunning string.
2846 (d_check_char): New.
2847 (d_next_char): Don't advance past trailing '\0'.
2848 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
2849 (d_nested_name): Likewise.
2850 (d_special_name): Likewise.
2851 (d_call_offset): Likewise.
2852 (d_function_type): Likewise.
2853 (d_array_type): Likewise.
2854 (d_pointer_to_member_type): Likewise.
2855 (d_template_param): Likewise.
2856 (d_template_args): Likewise.
2857 (d_template_arg): Likewise.
2858 (d_expr_primary): Likewise.
2859 (d_local_name): Likewise.
2860 (d_substitution): Likewise.
2861 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
2862 * testsuite/test-demangle.c: Include sys/mman.h.
2863 (MAP_ANONYMOUS): Define.
2864 (protect_end): New.
2865 (main): Use protect_end.
2866 * testsuite/demangle-expected: Add testcases for overrunning
2867 the end of the string.
2868
d8f813d4 28692006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
2c197581 2870 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
2871
2872 PR driver/29931
2873 * make-relative-prefix.c (make_relative_prefix_1): New function,
2874 broken out of make_relative_prefix. Make link resolution dependent
2875 on new parameter.
2876 (make_relative_prefix): Use make_relative_prefix_1.
2877 (make_relative_prefix_ignore_links): New function.
2878
fb347196
VP
28792006-11-08 Vladimir Prus <vladimir@codesourcery.com>
2880
2881 * pex-win32.c (no_suffixes): Remove.
2882 (std_suffixes): Add "" as first element.
2883 (find_executable): Remove detection of already-present
2884 extension. Try all suffixes in std_suffixes.
2c197581 2885
9e59254c
JB
28862006-11-07 Julian Brown <julian@codesourcery.com>
2887
2888 * floatformat.c (get_field): Fix segfault with little-endian word
2889 order on 64-bit hosts.
2890 (put_field): Likewise.
2891 (min): Move definition.
2892
3ac01eb2
DD
28932006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
2894
2895 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
2896 (find_executable): Likewise.
2897 (win32_spawn): Cast alloca return to (char**).
2898 Replace malloc with XNEWVEC.
2899 bcopy.c (bcopy): Add explict casts in assignments.
2900
78de3ccc
DD
29012006-10-25 Ben Elliston <bje@au.ibm.com>
2902
2903 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2c197581 2904
bff368bd
DD
29052006-10-10 Brooks Moses <bmoses@stanford.edu>
2906
2907 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
2908 * testsuite/Makefile.in: Added empty "pdf" target.
2909
e63f184e
DD
29102006-09-22 Ian Lance Taylor <ian@airs.com>
2911
2912 PR other/29176
2913 * cp-demangle.c (d_substitution): Check for overflow when
2914 computing substitution index.
2915
069e4b19
CV
29162006-08-30 Corinna Vinschen <corinna@vinschen.de>
2917
2918 * configure.ac: Add case for Mingw as host.
2919 * configure: Regenerate.
2920
cb6c09ac
DD
29212006-08-27 Ian Lance Taylor <ian@airs.com>
2922
2923 PR driver/27622
2924 * pex-common.h (struct pex_funcs): Add toclose parameter to
2925 exec_child field.
2926 * pex-common.c (pex_run_in_environment): Pass toclose to
2927 exec_child.
2928 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
2929 * pex-unix.c (pex_unix_exec_child): Likewise.
2930 * pex-msdos.c (pex_msdos_exec_child): Likewise.
2931 * pex-win32.c (pex_win32_exec_child): Likewise.
2932
2933 PR other/28797
2934 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
2935 for a qualified member which is not a function.
2936 * testsuite/demangle-expected: Add test case.
2937
a7d421b8
DD
29382006-07-27 Jan Hubicka <jh@suse.cz>
2939
2940 PR rtl-optimization/28071
2941 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
2942 downsize the hashtable.
2943
6816f995
AO
29442006-07-04 Peter O'Gorman <peter@pogma.com>
2945
2946 * Makefile.in: chmod 644 before ranlib during install.
2947
7741be99
DD
29482006-06-02 Mark Shinwell <shinwell@codesourcery.com>
2949
2950 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
2951 to environ.
2952
014a8caf
DD
29532006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2954
2955 * pex-common.c: New function pex_run_in_environment.
2956 * pex-common.h: Add environment parameter to exec_child.
2957 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
2958 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
2959 (pex_djgpp_exec_child): Pass environment to child process.
2960 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
2961 (pex_unix_exec_child): Pass environment to child process.
2962 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
2963 New function env_compare for comparing VAR=VALUE pairs.
2964 (win32_spawn): Assemble environment block and pass to CreateProcess.
2965 (spawn_script): Pass environment through to win32_spawn.
2966 (pex_win32_exec_child): Pass environment through to spawn_script and
2967 win32_spawn.
2968 * functions.texi: Regenerate.
2969 * pexecute.txh: Document pex_run_in_environment.
2970
069c63e2
DD
29712006-05-28 Mark Shinwell <shinwell@codesourcery.com>
2972
2973 * mkstemps.c: Open temporary files in binary mode.
2974
f6b66e90
DD
29752006-05-12 Anton Blanchard <anton@samba.org>
2976
2977 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
2978 hold "int%u_t".
2979
c77d28ac
JB
29802006-04-24 Julian Brown <julian@codesourcery.com>
2981
2982 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
2983
3db2e6dd
DD
29842006-03-29 Jim Blandy <jimb@codesourcery.com>
2985
b5d60b68 2986 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
3db2e6dd
DD
2987 (pex_init_common): Initialize obj->input_file.
2988 (pex_run): Close any file opened by pex_input_file.
b5d60b68
DD
2989 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
2990 * pex-common.h (struct pex_obj): New field input_file.
3db2e6dd 2991 (struct pex_funcs): New function ptr fdopenw.
b5d60b68
DD
2992 * pex-unix.c (pex_unix_fdopenw): New function.
2993 (funcs): List it as our fdopenw function.
2994 * pex-win32.c (pex_win32_fdopenw): New function.
2995 (funcs): List it as our fdopenw function.
2996 * pex-djgpp.c (funcs): Leave fdopenw null.
2997 * pex-msdos (funcs): Same.
2998 * functions.texi: Regenerated.
3db2e6dd
DD
2999
30002006-04-10 Jim Blandy <jimb@codesourcery.com>
3001
3002 * pex-common.c (temp_file): New function, containing guts of
3003 pex-style temporary file name generation.
3004 (pex_run): Use it.
3005
545c9aee
DD
30062006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3007
3008 * Makefile.in: Add install-html, install-html-am, and
2c197581
EB
3009 install-html-recursive targets. Define mkdir_p and
3010 NORMAL_INSTALL.
545c9aee
DD
3011 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
3012 * configure: Regenerate.
3013 * testsuite/Makefile.in: Add install-html and html targets.
3014
8e1e9959
DD
30152006-03-31 Mark Mitchell <mark@codesourcery.com>
3016
3017 * pex-win32.c (<errno.h>): Include.
3018 (fix_argv): Remove.
3019 (argv_to_cmdline): New function.
3020 (std_suffixes): New variable.
3021 (no_suffixes): Likewise.
3022 (find_executable): New function.
3023 (win32_spawn): Likewise.
3024 (spawn_script): Use win32_spawn instead of _spawnv[p].
3025 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
3026 (pex_win32_wait): Likewise.
3027
57b126a3
DD
30282006-03-24 Jim Blandy <jimb@codesourcery.com>
3029
3030 * pex-common.c (pex_run): Simplify output name handling.
3031
9223c945
DD
30322006-03-12 Jim Blandy <jimb@red-bean.com>
3033
3034 * pex-common.h (struct pex_obj): Doc fixes.
3035
30362006-03-11 Jim Blandy <jimb@red-bean.com>
3037
3038 * functions.texi: Regenerate.
3039
96f4851a
DD
30402006-02-21 Ben Elliston <bje@au.ibm.com>
3041
3042 * pexecute.c (pwait): Syntax fix for previous change.
3043
1c7a49d2
DD
30442006-02-17 Uttam Pawar <uttamp@us.ibm.com>
3045
3046 * pexecute.c (pwait): Free vector pointer.
3047 * partition.c (partition_print): Free class_elements pointer.
3048
e27d251e
DD
30492006-02-11 Roger Sayle <roger@eyesopen.com>
3050 R. Scott Bailey <scott.bailey@eds.com>
3051 Bill Northcott <w.northcott@unsw.edu.au>
3052
3053 PR bootstrap/16787
3054 * floatformat.c: Include <float.h> where available.
3055 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
3056
fd7d450d
DD
30572006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
3058
3059 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
2c197581 3060 supported.
fd7d450d
DD
3061 * configure: Regenerated.
3062
67d78caa
DD
30632006-01-20 Carlos O'Donell <carlos@codesourcery.com>
3064
3065 * testsuite/Makefile.in: Add test-expandargv test.
3066 * testsuite/test-expandargv.c: New test.
3067 * argv.c (expandargv): Check for errors with ferror,
3068 rather than just by looking at return value from fread.
3069
648c3dc0
DD
30702005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
3071
3072 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
3073 to convert from "from".
3074 (floatformat_to_double): Likewise.
3075 (floatformat_from_double): Use explicit cast to convert from "to".
3076
7887b2ce
DD
30772005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
3078
3079 PR java/9861
3080 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
3081 and include return type when found.
3082 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
3083 conditional logic to change printing order of return type.when
3084 the DMGL_RET_POSTFIX option is present.
3085 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
3086 call.
3087 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
3088 * testsuite/demangle-expected: Test cases to verify extended encoding.
3089 Updated comment to document --ret-postfix option.
2c197581 3090
718c0ded
DD
30912005-11-06 Richard Guenther <rguenther@suse.de>
3092
3093 * splay-tree.c (rotate_left): New function.
3094 (rotate_right): Likewise.
3095 (splay_tree_splay_helper): Remove.
3096 (splay_tree_splay): Re-implement.
3097
fb10537e
DD
30982005-10-31 Mark Kettenis <kettenis@gnu.org>
3099
3100 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
3101 New variables.
3102
5209596c
MM
31032005-10-07 Mark Mitchell <mark@codesourcery.com>
3104
3105 * at-file.texi: Fix typo.
3106
7b96829c
MM
31072005-10-03 Mark Mitchell <mark@codesourcery.com>
3108
3109 * at-file.texi: New file.
3110
48e79b0a
MM
31112005-09-27 Mark Mitchell <mark@codesourcery.com>
3112
3113 * argv.c (expandargv): Do not use xmalloc_failed.
3114
7b17bc29
MM
31152005-09-26 Mark Mitchell <mark@codesourcery.com>
3116
3117 * argv.c (safe-ctype.h): Include it.
3118 (ISBLANK): Remove.
3119 (stdio.h): Include.
3120 (buildargv): Use ISSPACE instead of ISBLANK.
3121 (expandargv): New function.
3122 * Makefile.in: Regenerated.
3123
f59e96e0
DD
31242005-09-14 Christopher Faylor <cgf@timesys.com>
3125
3126 * pex-win32.c: Include "windows.h".
3127 (backslashify): New function.
3128 (fix_argv): Use backslashify to convert path to windows format.
3129 Allocate one more place in new argv for potential executable from '#!'
3130 parsing.
3131 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
3132 (openkey): Ditto.
3133 (mingw_rootify): Ditto.
3134 (msys_rootify): Ditto.
3135 (spawn_script): New function.
3136 (pex_win32_exec_child): Save translated argv in newargv. Pass to
3137 spawn_script if spawnv* fails.
3138 (main): New function. Conditional on MAIN. Useful for testing.
3139
3b6940c0
DD
31402005-08-17 Mark Kettenis <kettenis@gnu.org>
3141
3142 * floatformat.c (floatformat_always_valid): Change type of last
3143 argument to `void *'.
3144 (floatformat_i387_ext_is_valid): Likewise.
3145 (floatformat_to_double): Change type of second argument to `const
3146 void *'.
3147 (floatformat_from_double): Change type of last argument to `void
3148 *'.
3149 (floatformat_is_valid): Change type of last argument to `const
3150 void *'.
3151 (ieee_test): Remove redundant casts.
3152
a9479c3f
KC
31532005-08-17 Kelley Cook <kcook@gcc.gnu.org>
3154
3155 * strverscmp.c: Update FSF address.
3156 * testsuite/Makefile.in: Likewise.
3157 * testsuite/test-demangle.c: Likewise.
3158 * testsuite/test-pexecute.c: Likewise.
3159
55060c0b
DD
31602005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3161
3162 * getopt.c: Include ansidecl.h before system headers.
3163
6038baea
DD
31642005-07-22 Ben Elliston <bje@gnu.org>
3165
3166 * getopt.c: Include "ansidecl.h".
3167 (_getopt_initialize): Mark argc and argv parameters as unused.
3168
31692005-07-22 Ben Elliston <bje@gnu.org>
3170
3171 * regex.c (regcomp): Change type of `i' from unsigned to int.
3172
c750388a
DD
31732005-07-22 Ben Elliston <bje@gnu.org>
3174
3175 Recover patch lost in the sourceware repository:
3176 2005-07-09 Ben Elliston <bje@au.ibm.com>
3177 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
3178 * memmove.c: Likewise.
3179 * objalloc.c: Likewise.
3180
a4e5c0d8
DD
31812005-07-22 Ben Elliston <bje@gnu.org>
3182
3183 * configure.ac: Check for a getopt(3) declaration.
3184 * configure, config.in: Regenerate.
3185
4fe19082
DD
31862005-07-15 Ben Elliston <bje@au.ibm.com>
3187
3188 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
3189
f2942ea4
DD
31902005-07-12 Ben Elliston <bje@au.ibm.com>
3191
3192 * floatformat.c (floatformat_to_double): Add a comment about a
3193 potential source of warnings when compiling this file.
3194
31952005-07-12 Ben Elliston <bje@au.ibm.com>
3196
3197 * pexecute.c (pexecute): Cast string litrals to char *.
3198 * regex.c (re_comp): Cast a call to gettext() to char *.
3199
4cf896a5
KC
32002005-07-07 Kelley Cook <kcook@gcc.gnu.org>
3201
3202 * config.table: Delete file. Move former contents into ...
3203 * configure.ac: ... here and escape any brackets for m4.
3204 * Makefile.in (config.status): Remove dependency on config.table.
3205 * configure: Regenerate.
3206
20ae7c34
KC
32072005-07-07 Kelley Cook <kcook@gcc.gnu.org>
3208
3209 * config.in: Regenerate for 6/20 change.
3210
6ba85b8c
DD
32112005-07-03 Steve Ellcey <sje@cup.hp.com>
3212
3213 PR other/13906
3214 * md5.c (md5_process_bytes): Check alignment.
3215
32162005-07-01 Ian Lance Taylor <ian@airs.com>
3217
3218 PR other/22268
3219 * cp-demangle.c (d_expr_primary): Don't run off the end of the
3220 string while looking for the end of a literal value.
3221 * testsuite/demangle-expected: Add test case.
3222
c3cca4c9
DD
32232005-06-30 Daniel Berlin <dberlin@dberlin.org>
3224
3225 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2c197581 3226 (DELETED_ENTRY): Ditto.
c3cca4c9 3227
67f3cb05
GK
32282005-06-20 Geoffrey Keating <geoffk@apple.com>
3229
3230 * strverscmp.c: New.
3231 * Makefile.in (CFILES): Add strverscmp.c.
3232 (CONFIGURED_OFILES): Add strverscmp.o.
3233 (strverscmp.o): New rule.
3234 (stamp-functions): Add $(srcdir) to files in source directory.
3235 * configure.ac (funcs): Add strverscmp.
3236 (AC_CHECK_FUNCS): Add strverscmp.
3237 * configure: Regenerate.
3238 * functions.texi: Regenerate.
3239
01e94249
DD
32402005-05-28 Eli Zaretskii <eliz@gnu.org>
3241
3242 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
3243 * config.in, configure: Regenerate.
3244
839e4798
RH
32452005-05-25 Richard Henderson <rth@redhat.com>
3246
3247 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
3248 (d_make_comp, d_print_comp): Likewise.
3249 (d_special_name): Generate one.
3250 * testsuite/demangle-expected: Add a hidden alias test.
3251
abf6a75b
DD
32522005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
3253
3254 * configure.ac: Check declarations for calloc(), getenv(),
01e94249 3255 malloc(), realloc() and sbrk().
abf6a75b
DD
3256 * config.in: Regenerate.
3257 * configure: Likewise.
3258
3259 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
3260 instead of xmalloc.
3261 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
3262 * concat.c (liiberty_concat_ptr): Surround definition with an
3263 extern "C" block, if __cplusplus.
3264 (concat): Use XNEWVEC instead of xmalloc.
3265 (reconcat): Likewise.
3266 * cp-demangle.c (struct d_print_template): Rename member
01e94249 3267 "template" to "template_decl". Adjust use throughout the file.
abf6a75b
DD
3268 (d_print_resize): Properly cast return value of realloc().
3269 (cplus_demangle_print): Same for malloc().
3270 (d_demangle): Likewise.
3271 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
3272 "typename" to "type_name".
3273 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
3274 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
3275 (demangle_template_value_parm): Likewise.
3276 (demangle_template): Likewise.
3277 (recursively_demangle): Likewise.
3278 (do_hpacc_template_literal): Likewise.
3279 (do_arg): Likewise.
3280 (remember_type): Likewise.
3281 (remember_Ktype): Likewise.
3282 (register_Btype): Likewise.
3283 (string_need): Use XRESIZEVEC instead of xrealloc().
3284 * dyn-string.c (dyn_string_init): Use XNEWVEC.
3285 (dyn_string_new): Use XNEW.
3286 (dyn_string_resize): Use XRESIZEVEC.
3287 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
3288 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
3289 Otherwise include <stdlib.h>.
3290 (exchange): Cast return value of malloc().
3291 * hashtab.c (htab_size): Define as both macro and non-inline
3292 function.
3293 (htab_elements): Likewise.
3294 * getpwd.c (getpwd): Use XNEWVEC.
3295 (htab_create_alloc_ex): Use C90 prototype-style.
3296 * lrealpath.c (lrealpath): Appropriately cast return value of
01e94249 3297 malloc().
abf6a75b
DD
3298 * make-relative-prefix.c (save_string): Likewise.
3299 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
3300 the file.
3301 (choose_tmpdir): Use XNEWVEC.
3302 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
3303 * pex-common.c (pex_init_common): Use XNEW.
3304 (pex_add_remove): Use XRESIZEVEC.
3305 (pex_run): Likewise.
3306 (pex_get_status_and_time): Likewise.
3307 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
3308 * pex-msdos.c (pex_init): Use XNEW.
3309 (pex_msdos_exec_child): Likewise.
3310 (pex_msdos_exec_child): Use XRESIZEVEC.
3311 * pex-unix.c (pex_wait): Use XNEW.
3312 * pex-win32.c (fix_argv): Use XNEWVEC.
3313 * pexecute.c (pwait): Likewise.
3314 * setenv.c (setenv): Properly cast return value of malloc().
3315 * sigsetmask.c (sigsetmask): Rename local variables "old" and
3316 "new" to "old_sig" and "new_sig".
3317 * sort.c (main): Use XNEWVEC.
3318 * spaces.c (spaces): Cast return value of malloc().
3319 * strndup.c (strndup): Likewise.
3320 * ternary.c (ternary_insert): Use XNEW.
3321 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
3322 with an extern "C" block if __cplusplus.
3323 * xstrdup.c (xstrdup): Cast return value of memcpy().
3324 * xstrerror.c (strerror): Enclose declaration in an extern "C"
3325 block if __cplusplus.
3326 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
3327
2349f557
DD
33282005-05-16 Andreas Jaeger <aj@suse.de>
3329
3330 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
3331 that it's only declared if needed.
3332
3333 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
3334 defined.
3335
e9edcedc
DD
33362005-05-15 Andreas Jaeger <aj@suse.de>
3337
3338 * functions.texi: Regenerated.
3339
f13c9bea
DD
33402005-05-15 Eli Zaretskii <eliz@gnu.org>
3341
3342 * pexecute.txh: Enclose multi-word data types in @deftypefn in
3343 braces. Minor wording fixes. Use --- for em-dash. Use
3344 @enumerate in enumerated lists.
3345
e9edcedc
DD
3346 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
3347 braces.
3348
282d9ec3
ILT
33492005-05-11 Eli Zaretskii <eliz@gnu.org>
3350
3351 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
3352 sys/stat.h.
3353 (pex_init): Fix last argument to pex_init_common.
3354 (pex_djgpp_exec_child): Remove leading underscore from _open,
3355 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
3356 which is undeclared, with `executable', which was unused. Remove
3357 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
3358 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
3359
75919f94
DD
33602005-05-11 Paul Brook <paul@codesourcery.com>
3361
3362 * Makefile.in: Regenerate dependencies.
3363
979c05d3
NC
33642005-05-10 Nick Clifton <nickc@redhat.com>
3365
3366 * Update the address and phone number of the FSF organization in
3367 the GPL notices in the following files:
75919f94
DD
3368 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
3369 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
3370 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
3371 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
3372 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
3373 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
3374 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
3375 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
3376 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
3377 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
3378 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
3379 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
3380 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
979c05d3 3381
0093138c
DD
33822005-05-06 Kelley Cook <kcook@gcc.gnu.org>
3383
3384 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
3385 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
3386 * configure: Regenerate.
3387
33882005-05-06 Kelley Cook <kcook@gcc.gnu.org>
3389
3390 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
3391 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
3392 * aclocal.m4: Don't include accross.m4.
3393 * configure, config.in: Regenerate.
3394
c631edf1
DD
33952005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3396
3397 * fopen_unlocked.c (unlock_std_streams): New.
f13c9bea 3398
c631edf1
DD
3399 * functions.texi: Regenerate.
3400
7b6f6286
DD
34012005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3402
3403 * fopen_unlocked.c (unlock_stream): New.
3404 Consolidate unlocking code into a helper function.
3405
3406 * functions.texi: Regenerate.
3407
fa99459d
DD
34082005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
3409
3410 * asprintf.c: Include config.h.
3411 * basename.c: Likewise.
3412 * fdmatch.c: Likewise.
3413 * hex.c: Likewise.
3414 * lbasename.c: Likewise.
3415 * spaces.c: Likewise.
3416 * xatexit.c:Likewise.
f13c9bea 3417 * configure.ac: Do check declarations for basename, ffs, asprintf
fa99459d
DD
3418 and vasprintf for real.
3419 * configure: Regenerate.
3420
ab70e2a5
DD
34212005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
3422
f13c9bea 3423 * argv.c (dupargv): Allocate space of argv[argc], not
ab70e2a5
DD
3424 sizeof(char *) of that amount. Cast result to char *.
3425
ea7143ac
DD
34262005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
3427
3428 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
f13c9bea 3429 Replace not with negate.
ea7143ac 3430
41c953f9
DD
34312005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
3432
3433 * configure.ac: Check declarations for basename, ffs, asprintf,
3434 vasprintf.
3435 * configure: Regenerate.
3436 * config.in: Likewise.
3437
ac119ae8
DD
34382005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3439
3440 * Makefile.in (CFILES): Add fopen_unlocked.c.
3441 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
3442 Regenerate dependencies.
3443
3444 * configure.ac: Check for stdio_ext.h and __fsetlocking.
3445
3446 * fopen_unlocked.c: New file.
3447
3448 * functions.texi, configure, config.in: Regenerate.
3449
6e933b47
DD
34502005-04-04 Ian Lance Taylor <ian@airs.com>
3451
3452 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
3453 declaration before statement.
3454
aa55ccb1
DD
34552005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3456
14a88c49
DD
3457 * bcmp.c: Fix warnings and implement using memcmp.
3458 * bcopy.c: Fix warnings.
3459 * bzero.c: Fix warnings and implement using memset.
3460
aa55ccb1
DD
3461 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
3462 -Wstrict-prototypes.
3463 * configure, config.in: Regenerate.
3464
3465 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
3466 warnings and reconcile interfaces with relevant standards.
3467
b31a49d7
ILT
34682005-04-02 Ian Lance Taylor <ian@airs.com>
3469
3470 * cp-demangle.c: Update copyright.
3471
0e867e79
DD
34722005-03-31 Joseph S. Myers <joseph@codesourcery.com>
3473
3474 * gettimeofday.c: Add "Supplemental" to @deftypefn.
3475 * functions.texi: Regenerate.
3476
b109e79a
ILT
34772005-03-28 Ian Lance Taylor <ian@airs.com>
3478
3479 * pex-common.c: New file.
3480 * pex-one.c: New file.
3481 * pexecute.c: New file.
3482 * pex-common.h: Include <stdio.h>.
3483 (struct pex_obj): Define.
3484 (struct pex_funcs): Define.
3485 (pex_init_common): Declare.
3486 * pex-unix.c: Rewrite.
3487 * pex-win32.c: Rewrite.
3488 * pex-djgpp.c: Rewrite.
3489 * pex-msdos.c: Rewrite.
3490 * testsuite/text-pexecute.c: New file.
3491 * pexecute.txh: Rewrite.
3492 * configure.ac: Check for wait3 and wait4. Set CHECK to
3493 really-check rather than check-cplus-dem.
3494 * functions.texi: Rebuild.
3495 * Makefile.in: Rebuild dependencies.
3496 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
3497 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
3498 * testsuite/Makefile.in (really-check): New target.
3499 (check-pexecute, test-pexecute): New targets.
3500 * configure: Rebuild.
3501
864e8148 35022005-03-28 Mark Kettenis <kettenis@gnu.org>
f13c9bea 3503
864e8148
DD
3504 * unlink-if-ordinary.c: Include <sys/types.h>.
3505
e064c173
DD
35062005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3507
3508 Convert libiberty to use ISO C prototype style 7/n.
3509 * regex.c (PARAMS): Remove definition.
3510 (PREFIX): Unconditionaly define using ISO C ## operator.
f13c9bea 3511 (init_syntax_once, extract_number, extract_number_and_incr,
e064c173 3512 print_fastmap, print_partial_compiled_pattern,
f13c9bea 3513 print_compiled_pattern, print_double_string, printchar,
e064c173
DD
3514 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
3515 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
f13c9bea
DD
3516 at_begline_loc_p, at_endline_p, group_in_compile_stack,
3517 insert_space, wcs_compile_range, byte_compile_range,
3518 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
3519 re_set_registers, re_search, re_search_2, re_search_3, re_match,
e064c173
DD
3520 re_match_2, count_mbs_length, wcs_re_match_2_internal,
3521 byte_re_match_2_internal, group_match_null_string_p,
3522 alt_match_null_string_p, common_op_match_null_string_p,
f13c9bea 3523 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
e064c173
DD
3524 regexec, regerror, regfree): Use ISO C prototype style.
3525 * partition.c: (elem_compare): Likewise.
3526 * cp-demangle.c (print_usage): Likewise.
3527
1e45deed
DD
35282005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3529
3530 Convert libiberty to use ISO C prototype style 5/n.
3531 * random.c (srandom, initstate, setstate, random): Use ISO C
f13c9bea 3532 prototypes.
1e45deed
DD
3533 * putenv.c (putenv): Likewise.
3534 * physmem.c (physmem_available, physmem_total, main): Likewise.
3535 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
3536 * pex-unix.c (pexecute, pwait): Likewise.
3537 * pex-msdos.c (pexecute, pwait): Likewise.
3538 * pex-djgpp.c (pexecute, pwait): Likewise.
f13c9bea 3539 * partition.c (partition_new, partition_delete, partition_union)
1e45deed 3540 (elem_compare, partition_print): Likewise.
f13c9bea
DD
3541 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
3542 _obstack_allocated_p, _obstack_free, obstack_free,
1e45deed
DD
3543 _obstack_memory_used, print_and_abort, obstack_next_free,
3544 obstack_object_size, obstack_base): Likewise. Remove codes
3545 predicated on !defined(__STDC__).
f13c9bea 3546 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
1e45deed
DD
3547 objalloc_free_block): Use ISO C prototypes.
3548 * mkstemps.c (mkstemps): Likewise.
3549 * memset.c (memset): Likewise.
3550 * mempcpy.c (mempcpy): Likewise.
3551 * rename.c (rename): Likewise.
3552 * rindex.c (rindex): Likewise.
3553 * setenv.c (setenv, unsetenv): Likewise.
3554 * sigsetmask.c (sigsetmask): Likewise.
3555 * snprintf.c (snprintf): Likewise.
f13c9bea 3556 * sort.c (sort_pointers, xmalloc): Likewise.
1e45deed 3557 * spaces.c (spaces): Likewise.
f13c9bea
DD
3558 * splay-tree.c (splay_tree_delete_helper,
3559 splay_tree_splay_helper, splay_tree_splay,
1e45deed 3560 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
f13c9bea 3561 splay_tree_new, splay_tree_xmalloc_allocate,
1e45deed 3562 splay_tree_new_with_allocator, splay_tree_delete,
f13c9bea
DD
3563 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
3564 splay_tree_max, splay_tree_min, splay_tree_predecessor,
3565 splay_tree_successor, splay_tree_foreach,
1e45deed
DD
3566 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
3567 * stpcpy.c (stpcpy): Likewise.
3568 * stpncpy.c (stpncpy): Likewise.
3569 * strcasecmp.c (strcasecmp): Likewise.
3570 * strchr.c (strchr): Likewise.
3571 * strdup.c (strdup): Likewise.
3572
49b1fae4
DD
35732005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3574
3575 Convert libiberty to use ISO C prototype style 6/n.
f13c9bea 3576 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
49b1fae4
DD
3577 strtoerrno, main): Use ISO C prototype style.
3578 * strncasecmp.c (strncasecmp): Likewise.
3579 * strncmp.c (strncmp): Likewise.
3580 * strndup.c (strndup): Likewise.
3581 * strrchr.c (strrchr): Likewise.
f13c9bea 3582 * strsignal.c (init_signal_tables, signo_max, strsignal,
49b1fae4
DD
3583 strsigno, strtosigno, psignal, main): Likewise.
3584 * strstr.c (strstr): Likewise.
3585 * strtod.c (strtod, atof): Likewise.
3586 * strtol.c (strtol): Likewise.
3587 * strtoul.c (strtoul): Likewise.
f13c9bea 3588 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
49b1fae4
DD
3589 ternary_recursivesearch): Likewise.
3590 * tmpnam.c (tmpnam): Likewise.
3591 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
3592 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
3593 * vfork.c (vfork): Likewise.
3594 * vfprintf.c (vfprintf): Likewise.
3595 * vprintf.c (vprintf): Likewise.
3596 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
3597 * vsprintf.c (vsprintf): Likewise.
3598 * waitpid.c (waitpid): Likewise.
3599 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
3600 * xexit.c (xexit): Likewise.
f13c9bea 3601 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
49b1fae4
DD
3602 xcalloc, xrealloc): Likewise.
3603 * xmemdup.c (xmemdup): Likewise.
3604 * xstrdup.c (xstrdup): Likewise.
3605 * xstrerror.c (xstrerror): Likewise.
3606 * xstrndup.c (xstrndup): Likewise.
3607
36082005-03-27 Andreas Jaeger <aj@suse.de>
3609
3610 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
3611 flags.
3612 * configure: Regenerated.
3613
36142005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3615
3616 * getopt1.c (getopt_long_only): Fix thinko.
3617
36182005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3619
3620 Convert libiberty to use ISO C prototype style 4/n.
3621 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
3622 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
3623 htab_create_alloc, htab_set_functions_ex, htab_create,
3624 htab_try_create, htab_delete, htab_empty,
3625 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
3626 htab_find, htab_find_slot_with_hash, htab_find_slot,
3627 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
3628 htab_traverse_noresize, htab_traverse, htab_collisions,
3629 htab_hash_string, iterative_hash): Use ISO C prototype.
3630 * hex.c (hex_init): Likewise.
3631 * index.c (index): Likewise.
3632 * insque.c (insque, remque): Likewise.
3633 * lbasename.c (lbasename): Likewise.
3634 * lrealpath.c (lrealpath): Likewise.
3635 * make-relative-prefix.c (save_string, split_directories,
3636 free_split_directories, make_relative_prefix): Likewise.
3637 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
3638 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
3639 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
3640 * memchr.c (memchr): Likewise.
3641 * memcpy.c (memcpy): Likewise.
3642 * memmove.c (memmove): Likewise.
3643 * gettimeofday.c (gettimeofday): Likewise.
3644 * getruntime.c (get_run_time): Likewise.
3645 * getpwd.c (getpwd, getpwd): Likewise.
3646 * getpagesize.c (getpagesize): Likewise.
3647 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
3648 * getopt.c (my_index, exchange, _getopt_initialize,
3649 _getopt_internal, getopt, main): Likewise.
3650 * getcwd.c (getcwd): Likewise.
3651 * fnmatch.c (fnmatch): Likewise.
3652 * floatformat.c (floatformat_always_valid,
3653 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
3654 put_field, floatformat_from_double, floatformat_is_valid,
3655 ieee_test, main): Likewise.
3656 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
3657 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
3658 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
3659 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
3660 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
3661 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
3662 fibheap_link, fibheap_cut, fibheap_cascading_cut,
3663 fibnode_insert_after, fibnode_remove): Likewise.
3664 * ffs.c (ffs): Likewise.
3665 * fdmatch.c (fdmatch): Likewise.
3666 * dyn-string.c (dyn_string_init, dyn_string_new,
3667 dyn_string_delete, dyn_string_release, dyn_string_resize,
3668 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
3669 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
3670 dyn_string_insert_cstr, dyn_string_insert_char,
3671 dyn_string_append, dyn_string_append_cstr,
3672 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
3673 Likewise.
3674
9334f9c6
DD
36752005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3676
3677 Convert libiberty to use ISO C prototype style 3/n.
49b1fae4
DD
3678 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
3679 consume_count_with_underscores, code_for_qualifier,
3680 qualifier_string, demangle_qualifier, cplus_demangle_opname,
3681 cplus_mangle_opname, cplus_demangle_set_style,
3682 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
9334f9c6 3683 ada_demangle, internal_cplus_demangle, squangle_mop_up,
49b1fae4
DD
3684 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
3685 delete_work_stuff, mop_up, demangle_signature,
3686 demangle_method_args, demangle_template_template_parm,
3687 demangle_expression, demangle_integral_value,
3688 demangle_real_value, demangle_template_value_parm,
3689 demangle_template, arm_pt, demangle_arm_hp_template,
3690 demangle_class_name, demangle_class, iterate_demangle_function,
3691 demangle_prefix, gnu_special, recursively_demangle, arm_special,
3692 demangle_qualified, get_count, do_type, demangle_fund_type,
3693 do_hpacc_template_const_value, do_hpacc_template_literal,
3694 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
3695 register_Btype, remember_Btype, forget_B_and_K_types,
3696 forget_types, demangle_args, demangle_nested_args,
3697 demangle_function_name, string_need, string_delete, string_init,
3698 string_clear, string_empty, string_append, string_appends,
9334f9c6
DD
3699 string_appendn, string_prepend, string_prepends, string_prependn,
3700 string_append_template_idx): Use ISO C prootype style.
3701 * cp-demint.c (cplus_demangle_fill_component,
49b1fae4 3702 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
9334f9c6
DD
3703 cplus_demangle_v3_components): Likewise.
3704
37052005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
3706
3707 Convert libiberty to use ISO C prototype style 2/n.
3708 * cp-demangle.h: Remove uses of PARAMS.
3709 * cp-demangle.c: Likewise.
49b1fae4
DD
3710 (d_dump, cplus_demangle_fill_name,
3711 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
3712 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
3713 d_make_builtin_type, d_make_operator, d_make_extended_operator,
3714 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
3715 cplus_demangle_mangled_name, has_return_type,
3716 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
3717 d_prefix, d_unqualified_name, d_source_name, d_number,
3718 d_identifier, d_operator_name, d_special_name, d_call_offset,
3719 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
3720 d_function_type, d_bare_function_type, d_class_enum_type,
3721 d_array_type, d_pointer_to_member_type, d_template_param,
3722 d_template_args, d_template_arg, d_expression, d_expr_primary,
3723 d_local_name, d_discriminator, d_add_substitution,
3724 d_substitution, d_print_resize, d_print_append_char,
3725 d_print_append_buffer, d_print_error, cplus_demangle_print,
3726 d_print_comp, d_print_java_identifier, d_print_mod_list,
3727 d_print_mod, d_print_function_type, d_print_array_type,
3728 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
3729 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
9334f9c6 3730 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
49b1fae4 3731 print_usage, main):
9334f9c6
DD
3732
37332005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
3734
3735 Convert libiberty to ISO C prototype style 1/n.
3736 * _doprnt.c: Remove conditional #include <varargs.h> on
3737 ANSI_PROTOTYPES as the latter is always assumed.
3738 (_doprnt, checkit, main): Use ISO C prototype.
3739 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
3740 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
49b1fae4 3741 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
9334f9c6
DD
3742 * atexit.c (atexit): Likewise
3743 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
49b1fae4 3744 (asprintf): Use ISO C prototype.
9334f9c6
DD
3745 * basename.c (basename): Likewise
3746 * bcmp.c (bcmp): Likewise.
3747 * bcopy.c (bcopy): Likewise.
3748 * bzero.c (bzero): Likewise.
3749 * bsearch.c (bsearch): Likewise. Improve const-correctness.
3750 * choose-temp.c (choose_temp_base): Likewise.
3751 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
3752 (calloc): Use ISO C prototype.
3753 * clock.c (clock): Likewise.
3754 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
49b1fae4 3755 (vconcat_length, vconcat_copy, concat_length, concat_copy,
9334f9c6
DD
3756 concat_copy2, concat, reconcat, main): Use ISO C prototype.
3757 * copysign.c (copysign): Likewise.
3758
0fad4bdb
DD
37592005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3760
3761 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
3762 (REQUIRED_OFILES): Add xstrndup.o.
3763 (CONFIGURED_OFILES): Add strndup.o.
3764 Regenerate dependencies.
3765
3766 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
3767
3768 * strndup.c, xstrndup.c: New.
3769
3770 * config.in, configure, functions.texi: Regenerate.
3771
51e32d64
DD
37722005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3773
3774 * xmemdup.c, xstrdup.c: Expose the tail call.
3775
8ec32723
DD
37762005-03-09 Mark Mitchell <mark@codesourcery.com>
3777
3778 * configure.ac (funcs): Add gettimeofday.
3779 * configure: Regenerated.
3780 * gettimeofday.c: New file.
3781 * Makefile.in (CFILES): Add gettimeofday.
3782 (CONFIGURED_OFILES): Add gettimeofday.o.
3783 (./gettimeofday.o): New rule.
3784
27ff8836
ILT
37852005-03-09 Ian Lance Taylor <ian@airs.com>
3786
3787 * pex-os2.c: Remove.
3788 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
3789 * Makefile.in (CFILES): Remove pex-os2.c.
3790 (CONFIGURED_OFILES): Remove pex-os2.o.
3791 (pex-os2.o): Remove target.
3792 * configure: Rebuild.
3793
48e39b59
ILT
37942005-03-07 Ian Lance Taylor <ian@airs.com>
3795
3796 * mpw-config.in: Remove.
3797 * mpw-make.sed: Remove.
3798 * mpw.c: Remove.
3799 * Makefile.in (CFILES): Remove pex-mpw.c.
3800 (CONFIGURED_OFILES): Remove pex-mpw.o.
3801 (mpw.o, pex-mpw.o): Remove targets.
3802 * maint-tool (undoc): Remove reference to mpw.c.
3803
65dce80e
DD
38042005-03-06 DJ Delorie <dj@redhat.com>
3805
3806 * configure.ac (target_header_dir): vfork is a stub under djgpp.
3807 * configure: Regenerated.
3808
190eb137
DD
38092005-03-01 Jan Beulich <jbeulich@novell.com>
3810
3811 * Makefile.in (CFILES): Add unlink-if-ordinary.c
3812 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
3813 Add dependencies and rule for unlink-if-ordinary.o.
3814 * unlink-if-ordinary.c: New.
3815
bac7199c
DD
38162005-03-01 Ben Elliston <bje@au.ibm.com>
3817
3818 * hashtab.c (htab_find_slot_with_hash): Make function
3819 documentation clearer.
3820
aca9a742
JM
38212005-02-13 Jason Merrill <jason@redhat.com>
3822
3823 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
3824 arguments.
3825
b5c3b3de
DD
38262005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3827
3828 * hex.c (hex_value): Group 'unsigned int' together to get correct
3829 markup.
3830 * functions.texi: Regenerated.
49b1fae4 3831
46a10049
DD
38322004-12-27 H.J. Lu <hongjiu.lu@intel.com>
3833
3834 * Makefile.in: Undo to 2004-12-17.
3835 * aclocal.m4: Likewise.
3836 * config.table: Likewise.
3837 * configure.ac: Likewise.
3838 * maint-tool: Likewise.
3839 * configure: Likewise.
3840
fbfdf750
DD
38412004-12-19 H.J. Lu <hongjiu.lu@intel.com>
3842
3843 PR bootstrap/19072
3844 * Makefile.in (enable_shared): New substitute.
3845 (LTTARGETLIB): New.
3846 (PREFIXTARGETLIB): New.
3847 (LTTESTLIB): New.
3848 (PREFIXTESTLIB): New.
3849 (CCLD): New.
3850 (LINK): New.
3851 ($(TARGETLIB)): Use $(LINK) to create libraries and create
3852 targets by hand.
3853 ($(TESTLIB)): Likewise.
3854 (mostlyclean): Don't remove .libs. Remove the libtool object
3855 directory.
3856
3857 * config.table (enable_shared): Removed.
3858
3859 * configure.ac (enable_static): Set to yes.
3860 (AC_PROG_LIBTOOL): Removed.
3861 (AM_DISABLE_SHARED): Uncommented.
3862 (AM_PROG_LIBTOOL): Likewise.
3863 (LIBOBJS): Add `./' to avoid VPATH.
3864 (LTLIBOBJS): Likewise.
3865 (enable_shared): Substitute.
3866 * configure: Regenerated.
3867
96e00b33
L
38682004-12-18 H.J. Lu <hongjiu.lu@intel.com>
3869
3870 * Makefile.in (top_builddir): Set to `.'.
3871 (OUTPUT_OPTION): Removed.
3872 (LIBTOOL): New.
3873 (LTLIBOBJS): New.
3874 (EXTRA_LTOFILES): New.
3875 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
3876 (all): Remove stamp-picdir.
3877 (LTCOMPILE): New.
3878 (.c.lo): New rule.
3879 (REQUIRED_LTOFILES): New.
3880 (CONFIGURED_LTOFILES): New.
3881 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
3882 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
3883 (stamp-picdir): Completely removed.
3884 (maint-missing): Pass $(REQUIRED_LTOFILES)
3885 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
3886 $(CONFIGURED_OFILES)
3887 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
3888 $(CONFIGURED_LTOFILES).
3889 (mostlyclean): Also remove *.lo .libs.
3890 Run "make maint-deps".
3891
3892 * aclocal.m4: Include ../libtool.m4.
3893
3894 * config.table: Don't check --enable-shared.
3895
3896 * configure.ac (AC_PROG_LIBTOOL): Add.
3897 (AC_PROG_CC_C_O): Removed.
3898 (OUTPUT_OPTION): Removed.
3899 (NO_MINUS_C_MINUS_O): Removed.
3900 (ltpexecute): New substitute.
3901 (LIBOBJS): Cleanup.
3902 * configure: Regenerated.
3903
3904 * maint-tool: Updated for .lo/libtool.
3905
40a59a4c
DD
39062004-12-11 Ben Elliston <bje@au.ibm.com>
3907
3908 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
3909 * configure: Regenerate.
3910 * config.in: Likewise.
3911
9923bc33
DD
39122004-12-07 DJ Delorie <dj@redhat.com>
3913
3914 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
3915 that recursion (and thus large stack space) is not needed.
3916
70615d15
DD
39172004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
3918
3919 * pex-unix.c: Fix the spelling of longjmp.
3920
eb129e35
DD
39212004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
3922
3923 PR other/18623
3924 * cp-demangle.c (d_call_offset): Remove useless local variables
3925 offset and virtual_offset.
3926 * cplus-dem.c (ada_demangle): Remove useless local variable
3927 at_start_name.
3928 (demangle_template): Remove useless local variable start.
3929
3e0f1404
DD
39302004-11-19 Roger Sayle <roger@eyesopen.com>
3931
3932 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
3933 "ansidecl.h" to avoid redeclaration errors with native compilers.
3934 * regex.c: Protect config.h from multiple inclusion.
3935
6cfb3176
DD
39362004-11-12 Mike Stump <mrs@apple.com>
3937
3938 * Makefile.in (libiberty.html): Fix html generation.
3939
f9b4e353
DD
39402004-09-08 Adam Nemet <anemet@lnxw.com>
3941
3942 * vasprintf.c: Accept __va_copy in addition to va_copy.
3943
49b1fae4 39442004-09-03 Paolo Bonzini <bonzini@gnu.org>
c7efc4d5
PB
3945
3946 * configure: Regenerate.
3947
49b1fae4 39482004-09-02 Paolo Bonzini <bonzini@gnu.org>
f5396bbe
PB
3949
3950 * configure.ac: Do not enable multilibs for build-side libiberty.
3951
49b1fae4 39522004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
950ad202
DD
3953
3954 * lrealpath.c (lrealpath): Add _WIN32 support.
3955
a21da8bf
DD
39562004-06-28 Zack Weinberg <zack@codesourcery.com>
3957
3958 * cp-demangle.h: Declare cplus_demangle_operators,
3959 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
3960 cplus_demangle_type as static if IN_GLIBCPP_V3.
3961
39622004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
3963
3964 PR other/16240
3965 * cp-demangle.c (d_expr_primary): Check for a failure return from
3966 cplus_demangle_type.
3967 * testsuite/demangle-expected: Add test case.
3968
9f7d3e7d
DD
39692004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
3970
3971 * pex-win32.c (fix_argv): Expand comment.
3972
0cb2db3a
DD
39732004-05-25 Daniel Jacobowitz <drow@false.org>
3974
3975 * Makefile.in: Add .NOEXPORT.
3976
25319993
DD
39772004-04-29 Douglas B Rupp <rupp@gnat.com>
3978
3979 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
3980 copyright.
3981
7e9f5c71
DD
39822004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3983
3984 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
3985 * configure: Regenerate.
3986
bb6a587d
DD
39872004-04-22 Richard Henderson <rth@redhat.com>
3988
3989 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
3990 (CHAR_BIT): Provide default.
3991 (struct prime_ent, prime_tab): New.
3992 (higher_prime_index): Rename from higher_prime_number, return index.
3993 (htab_mod_1): New.
3994 (htab_mod, htab_mod_m2): Use it.
3995 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
3996 (htab_expand): Likewise.
3997 * configure.ac: Check for stdint.h.
3998 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
3999 * config.in, configure: Rebuild.
4000
53239e41
DD
40012004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
4002
4003 * strerror.c: Include config.h, and redefine sys_nerr and
4004 sys_errlist, before including ansidecl.h and libiberty.h.
4005
d6ea4e80
DD
40062004-04-13 Jeff Law <law@redhat.com>
4007
4008 * hashtab.c (htab_remove_elt_with_hash): New function.
4009 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
4010
fe046a17
DD
40112004-03-31 Richard Henderson <rth@redhat.com>
4012
4013 * hashtab.c (htab_size): Move to top of file; mark inline.
4014 (htab_elements): Likewise.
4015 (htab_mod, htab_mod_m2): New.
4016 (htab_delete): Refactor htab->size and htab->entries.
4017 (htab_empty): Likewise.
4018 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
4019 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
4020 (htab_clear_slot): Use htab_size, htab_elements.
4021 (htab_traverse_noresize, htab_traverse): Likewise.
4022
e0c148a7
DD
40232004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
4024
12a7367e
DD
4025 * pex-unix.c (pexecute): Use vfork instead of fork, with
4026 appropriate changes to make this safe.
4027 * pex-common.h (STDERR_FILE_NO): Define.
4028
e0c148a7
DD
4029 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
4030 an 80 column screen. Run maint-deps.
4031
85f969cd
DD
40322004-03-09 Kelley Cook <kcook@gcc.gnu.org>
4033
4034 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
4035 * acconfig.h: Delete redundant file.
4036 * config.in: Regenerate.
4037 * configure: Regenerate.
4038
58670637
DD
40392004-03-09 Hans-Peter Nilsson <hp@axis.com>
4040
4041 * configure: Regenerate for config/accross.m4 correction.
4042
758d77be
DD
40432004-03-07 Andreas Jaeger <aj@suse.de>
4044
4045 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
4046 prototypes.
4047 (main): Initialize style.
4048
74aee4eb
DD
40492004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
4050
2d733211
DD
4051 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
4052 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
4053 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
4054 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
4055 short types to D_PRINT_DEFAULT. Change other integer types to use
4056 new D_PRINT_* values where appropriate. Change float types to
4057 D_PRINT_FLOAT.
4058 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
4059 values.
4060 * testsuite/demangle-expected: Adjust two test cases.
4061
4062 * cp-demangle.c (d_print_function_type): Print a space before the
4063 parenthesis around the function type in more cases.
4064 * testsuite/demangle-expected: Adjust one test case.
4065
099f84cf
DD
4066 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
4067 parentheses around a cast.
4068 * testsuite/demangle-expected: Adjust two test cases to match new
4069 output.
4070
74aee4eb
DD
4071 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
4072
4073 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
4074 push more than one of the same CV-qualifier on the top of the
4075 stack.
4076 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
4077 move the CV-qualifiers to apply to the element type instead.
4078 (d_print_array_type): When checking the modifiers, keep looking
4079 past ones which have been printed already.
4080 * testsuite/demangle-expected: Add three test cases.
4081
40822004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
4083
4084 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
4085 empty string correctly.
4086
4087 * cp-demangle.c (__cxa_demangle): It is not an error if status is
4088 not NULL. It is an error if the mangled name is the same as a
4089 built-in type name.
4090 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
4091 than cplus_demangle_v3.
4092
4093 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
4094 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
4095
f9375305
DD
40962004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
4097
4098 * regex.c: Include <ansidecl.h>.
4099 (regcomp): Cast i to int.
4100 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
4101
cbf0ee79
DD
41022004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
4103
4104 * configure.ac: Add m4_pattern_allow(LIBOBJS).
4105 * configure: Regenerate.
4106
37254c9a
DD
41072004-01-22 DJ Delorie <dj@redhat.com>
4108
4109 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
4110 with explicit build rules.
4111 (VPATH): Remove.
4112 (.c.o): Poison.
4113 * configure.ac (pexecute, LIBOBJS): Add ./ .
4114 * maint-tool: Build dependencies with explicit rules.
4115
211333f6
DD
41162004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4117
4118 * strdup.c (strdup): Constify the argument.
4119
3795d586
DD
41202004-01-14 Loren J. Rittle <ljrittle@acm.org>
4121
4122 * Makefile.in (distclean): Remove config.cache.
4123
2d6520ee
DJ
41242004-01-13 Daniel Jacobowitz <drow@mvista.com>
4125
4126 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
4127 takes two parameters.
4128 * cp-demint.c (cplus_demangle_fill_component): Likewise.
4129
59727473
DD
41302004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
4131
4132 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
4133 defined, rename some functions which are to become static via
4134 #define.
4135 (CP_STATIC_IF_GLIBCPP_V3): Define.
4136 (struct d_operator_info): Move definition to cp-demangle.h, and
4137 rename to demangle_operator_info. Change all uses.
4138 (enum d_builtin_type_print): Move definition to cp-demangle.h.
4139 (struct d_builtin_type_info): Move definition to cp-demangle.h,
4140 and rename to demangle_builtin_type_info. Change all uses.
4141 (enum d_comp_type): Move definition to include/demangle.h, and
4142 rename to demangle_component_type, and change all enums to start
4143 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
4144 (struct d_comp): Move definition to include/demangle.h, and rename
4145 to demangle_component. Change all uses.
4146 (struct d_info): Move definition to cp-demangle.h.
4147 (cplus_demangle_fill_name): New function.
4148 (cplus_demangle_fill_extended_operator): New function.
4149 (cplus_demangle_fill_ctor): New function.
4150 (cplus_demangle_fill_dtor): New function.
4151 (d_make_empty): Remove type parameter. Change all callers.
4152 (d_make_name): Use cplus_demangle_fill_name.
4153 (d_make_extended_operator): Use
4154 cplus_demangle_fill_extended_operator.
4155 (d_make_ctor): Use cplus_demangle_fill_ctor.
4156 (d_make_dtor): Use cplus_demangle_fill_dtor.
4157 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
4158 non-static by default. Change all callers.
4159 (cplus_demangle_operators): Rename from d_operators. Change all
4160 uses. Make non-static by default. Add sentinel at end of array.
4161 (d_operator_name): Adjust initialization of high for new sentinel
4162 in cplus_demangle_operators.
4163 (cplus_demangle_builtin_types): Rename from d_builtin_types.
4164 Change all uses. Make non-static by default. Change initializer
4165 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
4166 (cplus_demangle_type): Rename from d_type. Make non-static by
4167 default. Change all callers.
4168 (cplus_demangle_init_info): Rename from d_init_info. Make
4169 non-static by default. Change all callers.
4170 * cp-demangle.h: New file.
4171 * cp-demint.c: New file.
4172 * Makefile.in: Rebuild dependencies.
4173 (CFILES): Add cp-demint.c.
4174 (REQUIRED_OFILES): Add cp-demint.o.
4175
1a79b024
DD
41762004-01-09 Kelley Cook <kcook@gcc.gnu.org>
4177
4178 * configure.in: Rename file to ...
4179 * configure.ac: ... this.
4180 * Makefile.in: Update a comment for above change.
4181 * README: Likewise.
4182 * config.in: Regenerate.
4183
820542c9
DD
41842004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
4185
4186 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
4187 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
4188 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
4189 demangling template parameters.
4190 * testsuite/test-demangle.c (fail): New static function.
4191 (main): Support new options in input file: --no-params,
4192 --is-v3-ctor, and --is-v3-dtor.
4193 * testsuite/demangle-expected: Add --no-params to most tests, and
4194 add the correct result when parameters are not demangled. Add
4195 some simple tests for V3 constructor/destructor recognition.
4196
2f9c4058
DD
41972003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4198
4199 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
4200
4fd47f10
DJ
42012003-12-22 Daniel Jacobowitz <drow@mvista.com>
4202
4203 PR debug/13272
4204 * Makefile.in (lbasename.o): Depend on filenames.h.
4205 * lbasename.c: Include "filenames.h" instead of defining
4206 its macros locally.
4207
b6fb00c0
DD
42082003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
4209
4210 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
4211 dynamic arrays.
4212 (struct d_operator_info): Add len field.
4213 (struct d_builtin_type_info): Add len and java_len fields.
4214 (struct d_standard_sub_info): Add simple_len, full_len, and
4215 set_last_name_len fields.
4216 (struct d_comp): Add len field to s_string.
4217 (struct d_info): Add send, did_subs, and expansion fields.
4218 (d_append_string_constant): Define.
4219 (d_append_string): Remove. Change all users to use
4220 d_append_string_constant or d_append_buffer instead.
4221 (d_make_sub): Add len parameter. Change all callers.
4222 (d_name): Increase expansion when substituting std::.
4223 (d_unqualified_name): Increase expansion for an operator.
4224 (d_number): Don't use multiplication for negative numbers.
4225 (d_identifier): Make sure there are enough characters in the
4226 string for the specified length. Adjust expansion for an
4227 anonymous namespace.
4228 (d_operators): Initialize len field.
4229 (d_special_name, d_ctor_dtor_name): Increase expansion.
4230 (d_builtin_types): Initialize len and java_len fields.
4231 (d_type): Increase expansion for a builtin type.
4232 (d_cv_qualifiers): Increase expansion for each qualifier.
4233 (d_bare_function_type): Decrease expansion when removing single
4234 void parameter.
4235 (d_template_param): Increment did_subs.
4236 (d_expression): Increase expansion for an operator.
4237 (d_expr_primary): Decrease expansion for a type we will print
4238 specially.
4239 (standard_subs): Initialize new fields.
4240 (d_substitution): Increment did_subs when doing a normal
4241 substitution. Increase expansion for a special substitution.
4242 (d_print): Add estimate parameter. Change all callers.
4243 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
4244 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
4245 (d_print_java_identifier): Rename from d_print_identifier. Handle
4246 only Java case. Change caller.
4247 (d_init_info): Change return type to void. Change all callers.
4248 Initialize send, did_subs, and expansion fields. Do not
4249 initialize comps and subs fields.
4250 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
4251 arrays on stack. Make an estimate of the length of the demangled
4252 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
4253 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
4254 subs arrays on stack.
4255
2730f651
DD
42562003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
4257
4258 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
4259 after the identifier.
4260 * testsuite/demangle-expected: Add test case.
4261
d4edd112
DD
42622003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
4263
4264 Fix for PR c++/13447:
4265 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
4266 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
4267 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
4268 D_COMP_QUAL_NAME.
4269 (is_ctor_or_dtor): Likewise.
4270 (d_local_name): Use D_COMP_LOCAL_NAME rather than
4271 D_COMP_QUAL_NAME.
4272 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
4273 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
4274 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
4275 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
4276 * testsuite/demangle-expected: Add two test cases.
4277
4278 * cp-demangle.c (d_print_function_type): Clear the global modifier
4279 list when printing the modifiers, not just when printing the
4280 function parameters.
4281 * testsuite/demangle-expected: Add two test cases.
4282
d35d0cd4
DD
42832003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
4284
4285 * cp-demangle.c (d_print_function_type): Print the function
4286 parameters with no modifiers.
4287 * testsuite/demangle-expected: Add test case.
4288
4289 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
4290 expect that we've read the entire string.
4291 (is_ctor_or_dtor): Don't expect that we've read the entire
4292 string--reverse patch of 2003-11-29.
4293
09e9708c
DD
42942003-12-15 Brendan Kehoe <brendan@zen.org>
4295
41f225de 4296 * Makefile.in (floatformat.o): Add dependency on
09e9708c
DD
4297 config.h to accompany change of 2003-12-03.
4298
97ceaf5b
DD
42992003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
4300
4301 Fix handling of constructor/destructor of standard substitution:
4302 * cp-demangle.c (struct d_standard_sub_info): Define.
4303 (d_substitution): Add prefix argument. Change all callers.
4304 Rework handling of standard substitutions to print full name when
4305 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
4306 * testsuite/demangle-expected: Add test case.
4307
4308 Fix handling of negative literal constants:
4309 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
4310 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
4311 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
4312 (d_print_comp): Handle D_COMP_LITERAL_NEG.
4313 * testsuite/demangle-expected: Add test case.
4314
858b45cf
DD
43152003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
4316
4317 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
4318 (d_last_char): Define new macro.
4319 (d_make_name): Reject an empty name.
4320 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
4321 (d_substitution, d_print_identifier): Likewise.
4322 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
4323 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
4324 (d_print_mod) Use new d_last_char macro.
4325 (d_print_cast): Use new d_last_char macro.
4326 (is_ctor_or_dtor): Don't leak memory.
4327
4328 Fix handling of member function modifiers:
4329 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
4330 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
4331 (d_dump): Dump new d_comp_type values.
4332 (d_make_comp): Accept new d_comp_type values.
4333 (has_return_type): Only accept _THIS variants of qualifiers.
4334 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
4335 qualifiers.
4336 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
4337 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
4338 qualifiers and printing them at the end, add _THIS qualifiers to
4339 the modifier list.
4340 (d_print_comp) [D_COMP_*_THIS]: New cases.
4341 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
4342 qualifiers.
4343 (d_print_mod_list): Add suffix parameter. Change all callers.
4344 Keep walking the list even if the current modifier has been
4345 printed.
4346 (d_print_mod): Handle new _THIS qualifiers.
4347 (d_print_function_type): Handle new _THIS qualifiers when deciding
4348 whether to print a parenthesis. Put a space before the
4349 parenthesis in some cases. Call d_print_mod_list again at the
4350 end, passing suffix as 1.
4351 (is_ctor_or_dtor): Look for new _THIS qualifiers.
4352 * testsuite/demangle-expected: Add test case.
4353
4354 Fix for PR gcc/13304:
4355 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
4356 before the '<' is itself a '<', insert a space.
4357 (d_print_cast): Likewise.
4358 * testsuite/demangle-expected: Add test case.
4359
4360 Fix for PR gcc/13244:
4361 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
4362 which uses the '>' operator in an extra layer of parens.
4363 * testsuite/demangle-expected: Add test case.
4364
b52927b7
DD
43652003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
4366
4367 * floatformat.c: Include "config.h" and <string.h> if available.
4368 (INFINITY, NAN): Define if not defined by <math.h>.
4369 (floatformat_to_double): Handle NaN, infinity, and denormalized
4370 numbers.
4371 (floatformat_from_double): Likewise.
4372 (ieee_test): In debugging code, use little endian rather than big
4373 endian. Correct tests to handle NaN and to check correct sign of
4374 zero. Omit m68k extended test.
4375 (main): Add more debugging cases.
4376
24afc00d
DD
43772003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
4378
4379 * cp-demangle.c (d_demangle): Only return success if we consumed
4380 the entire demangled string.
4381 (is_ctor_or_dtor): Likewise.
4382
4383 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
4384 to restore expected result of EDG test case to original expected
4385 result.
4386
331c3da2
DD
43872003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
4388
4389 * cp-demangle.c (struct d_print_mod): Add templates field.
4390 (d_make_builtin_type): Check for NULL type.
4391 (d_make_extended_operator): Check for NULL name.
4392 (d_make_ctor, d_make_dtor): Likewise.
4393 (d_mangled_name): Add top_level parameter. Change all callers.
4394 (d_encoding): If DMGL_PARAMS is not set, strip off initial
4395 CV-qualifiers.
4396 (d_type): Check some return values we rely on.
4397 (d_bare_function_type, d_array_type): Likewise.
4398 (d_pointer_to_member_type, d_template_args): Likewise.
4399 (d_add_substitution): Fail if argument is NULL.
4400 (d_print_resize): Check whether buf is NULL.
4401 (d_print_comp): Save current templates list with each modifier.
4402 Don't pass the modifier list down when printing a template.
4403 (d_print_cast): Don't pass the modifier list down when printing a
4404 template.
4405 (d_print_mod_list): Temporarily set templates list while printing
4406 a modifier.
4407 (d_print_mod): Check that buf is not NULL before using it.
4408 (d_print_function_type): Print parens if there is no modifier.
4409 (d_init_info): Permit as many substitutions as there are
4410 characters in the mangled name.
4411 * testsuite/demangle-expected: Add two new test cases.
4412
51948b34
DD
44132003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
4414
4415 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
4416 d_demangle.
4417
6d95373e
DD
44182003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
4419
4420 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
4421 callers.
4422 (print_usage): Display new -p option.
4423 (long_options): Add --no-params.
4424 (main): Accept and handle -p.
4425
54a962d9
DD
44262003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
4427
4428 * cp-demangle.c (has_return_type): Skip qualifiers when checking
4429 whether we have a template.
4430 * testsuite/demangle-expected: Add four new tests.
4431
8fe0d347
DD
44322003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
4433
4434 * testsuite/demangle-expected: Minor changes to match output of
4435 new demangler: adjust whitespace in four tests, and change order
4436 of qualifiers in one test.
4437
4438 * cp-demangle.c: Complete rewrite.
4439
dd9d4b48
DD
44402003-11-19 Mark Mitchell <mark@codesourcery.com>
4441
4442 * cp-demangle.c (demangle_type): Correct thinko in substitution
4443 processing.
4444
0976f6a7
DD
44452003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
4446
4447 * cp-demangle.c (demangle_operator_name): Remove space before
4448 "sizeof".
4449 (demangle_type_ptr): Put qualifiers in the right place. Handle
4450 qualifiers in pointer to member specially.
4451 (demangle_type): Handle qualifiers for pointer or reference
4452 specially. Handle function type.
4453 (demangle_local_name): Save and restore caret around demangling of
4454 initial encoding.
4455
4456 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
4457 cplus_demangle.
4458
4459 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
4460
e7e6980b
DD
44612003-10-31 Andreas Jaeger <aj@suse.de>
4462
4463 * floatformat.c (floatformat_always_valid): Add unused attribute.
4464
97ceaf5b
DD
44652003-10-30 Josef Zlomek <zlomekj@suse.cz>
4466
4467 Jan Hubicka <jh@suse.cz>
4468 * vasprintf.c (int_vasprintf): Pass va_list by value.
4469 Use va_copy for copying va_list.
4470 (vasprintf): Pass va_list by value.
4471
686e72d7
DD
44722003-10-30 Josef Zlomek <zlomekj@suse.cz>
4473
4474 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
4475 instead of increasing n_elements when inserting to deleted slot.
4476
eec65ede
JB
44772003-10-20 J. Brobecker <brobecker@gnat.com>
4478
4479 * cplus-dem.c (demangle_template): Register a new Btype only
4480 when needed.
4481 * testsuite/demangle-expected: Add a new test.
4482
cd275bff
L
44832003-10-16 H.J. Lu <hongjiu.lu@intel.com>
4484
4485 * testsuite/demangle-expected: Update the expected output of
4486 _GLOBAL__I__Z2fnv.
4487
e3b1168e
DJ
44882003-10-02 Daniel Jacobowitz <drow@mvista.com>
4489
4490 * strerror.c: Revert last change. Declare static sys_nerr
4491 and sys_errlist using different names.
4492
efb150d5
DJ
44932003-10-01 Daniel Jacobowitz <drow@mvista.com>
4494
4495 * strerror.c: Don't provide or reference sys_errlist if
4496 strerror is available.
4497
b7ca9213
L
44982003-10-01 H.J. Lu <hongjiu.lu@intel.com>
4499
4500 * configure.in: Check if $MAKEINFO is missing.
4501 * configure: Regenerated.
4502
8ddbb593
DJ
45032003-09-24 Daniel Jacobowitz <drow@mvista.com>
4504
4505 * configure.in: Use AC_PROG_CPP_WERROR.
4506 * configure: Regenerated.
4507
5324d185
AC
45082003-09-22 Andrew Cagney <cagney@redhat.com>
4509
4510 * floatformat.c (floatformat_i387_ext_is_valid): New function.
4511 (floatformat_always_valid): New function.
4512 (floatformat_i387_ext): Initialize new "is_valid" field to
4513 "floatformat_i387_ext_is_valid".
4514 (floatformat_ieee_single_little): Initialize "is_valid" field to
4515 floatformat_always_valid.
4516 (floatformat_ieee_double_big): Ditto.
4517 (floatformat_ieee_double_little): Ditto.
4518 (floatformat_ieee_double_little): Ditto.
4519 (floatformat_ieee_double_littlebyte_bigword): Ditto.
4520 (floatformat_i960_ext): Ditto.
4521 (floatformat_m88110_ext): Ditto.
4522 (floatformat_m88110_harris_ext): Ditto.
4523 (floatformat_arm_ext_big): Ditto.
4524 (floatformat_arm_ext_littlebyte_bigword): Ditto.
4525 (floatformat_ia64_spill_big): Ditto.
4526 (floatformat_ia64_spill_little): Ditto.
4527 (floatformat_ia64_quad_big): Ditto.
4528 (floatformat_ia64_quad_little): Ditto.
4529 (floatformat_ia64_quad_little): Ditto.
4530 (floatformat_is_valid): Call "is_valid".
4531
34f4a113
AC
45322003-09-15 Andrew Cagney <cagney@redhat.com>
4533
4534 * floatformat.c (get_field): Make "data" constant.
4535 (floatformat_is_valid, floatformat_to_double): Make "from"
4536 constant, fix casts.
4537 (floatformat_from_double): Make "from" constant.
4538
3f2aacaf
DJ
45392003-09-15 Daniel Jacobowitz <drow@mvista.com>
4540
4541 * floatformat.c (floatformat_is_valid): New function.
4542 (get_field, put_field): Correct comments.
4543
aae66b9f
DD
45442003-09-06 Josef Zlomek <zlomekj@suse.cz>
4545
4546 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
4547 FIBHEAPKEY_T.
4548
60b04ee8
DD
45492003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4550
4551 PR bootstrap/12100
4552 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
4553 * configure: Rebuilt.
4554
2299a76d
DJ
45552003-08-27 Daniel Jacobowitz <drow@mvista.com>
4556
4557 * aclocal.m4: Include acx.m4 and no-executables.m4.
4558 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
4559 (LIB_AC_PROG_CC): Remove.
4560 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
4561 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
4562 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
4563 performing link tests.
4564 * configure: Regenerated.
4565
9ad1aa29
DD
45662003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4567
a21da8bf 4568 * cp-demangle.c: Clarify what package(s) this is part of.
9ad1aa29 4569
dbb9d0f3
DD
45702003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
4571
4572 * pex-win32.c (pexecute): Mark parameters this_pname and
4573 temp_base as unused. Remove unused variables retries,
4574 sleep_interval. Initialize org_stdin, org_stdout.
4575 (pwait): Mark parameter flags as unused.
4576
45772003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
ab8c7bb1
DD
4578
4579 * pex-win32.c (fix_argv): Ensure that the executable pathname
4580 uses Win32 backslashes.
4581 (pexecute): Cast away constness when assigning *errmsg_arg.
4582
78c5b0a5
L
45832003-06-26 H.J. Lu <hongjiu.lu@intel.com>
4584
4585 * testsuite/demangle-expected: Add more GNU V3 testcases.
4586
70ecf948
DD
45872003-06-22 Zack Weinberg <zack@codesourcery.com>
4588
4589 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
4590 not HC_ASCII and HC_EBCDIC.
4591 Add documentation in form expected by gather-docs.
4592 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
4593 * Makefile.in, functions.texi: Regenerate.
4594
cbc0188b
DD
45952003-06-21 Zack Weinberg <zack@codesourcery.com>
4596
4597 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
4598 for charset determination.
4599
5f73c378
DD
46002003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
4601
4602 * configure.in: Add check for malloc.h needed by
4603 m68k for function free().
4604 * configure: Regenerated.
4605 * config.in: Add HAVE_MALLOC_H.
4606 * hashtab.c: include malloc.h were available for
4607 free().
4608
e69f6c8c 46092003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
cbc0188b 4610
e69f6c8c
DD
4611 PR bootstrap/10974
4612 * physmem.c: Update comment.
4613 * configure.in: Modify test for _system_configuration for older
4614 AIX systems.
4615
4616 * config.in, configure: Regenerated.
cbc0188b 4617
54c60684
DD
46182003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4619
4620 PR other/10810
4621 * test-demangle.c (getline): Fix fence-post error.
4622
5a4e47bd
NC
46232003-06-03 Nick Clifton <nickc@redhat.com>
4624
4625 * asprintf.c: Change comment to note that -1 is returned upon
4626 error.
4627 * vasprintf.c: Likewise.
4628 (vasprintf): Return -1 upon error.
4629 * functions.texi: Document changes to asprintf and vasprintf.
4630
916f5d13
DD
46312003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
4632
4633 * config.table: Accept i[345867]86 variant.
4634
e4f79046
JB
46352003-05-15 Jim Blandy <jimb@redhat.com>
4636
4637 * hex.c (_hex_value): Make this unsigned.
4638 (hex_value): Update documentation for new return type. hex_value
4639 now expands to an unsigned int expression, to avoid unexpected
4640 sign extension when we store it in a bfd_vma, which is larger than
4641 int on some platforms.
4642 * functions.texi: Regenerated.
4643
0f3538e7
DD
46442003-05-07 Josef Zlomek <zlomekj@suse.cz>
4645
4646 * splay-tree.c (splay_tree_predecessor): Fix comment.
4647 (splay_tree_successor): Fix comment.
4648
7108c5dc
JM
46492003-05-07 Jason Merrill <jason@redhat.com>
4650
eafaf5eb 4651 * hashtab.c (iterative_hash): New fn.
7108c5dc
JM
4652 * configure.in: Add AC_C_BIGENDIAN_CROSS.
4653 * aclocal.m4: Include accross.m4.
4654 * configure, config.in: Regenerate.
4655
0b555173
DD
46562003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4657
4658 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
4659 * configure: Regenerate.
4660
8730135a
DD
46612003-05-03 Carlo Wood <carlo@alinoe.com>
4662
4663 * cp-demangle.c: Fix typo in "char_traints" string-literal.
4664
341eccbc
DD
46652003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4666
4667 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
4668 (main): Test that we don't write too much data.
4669
2ed1e5cc
DD
46702003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4671
4672 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
4673 vsnprintf.
4674 * snprintf.c, vsnprintf.c: New files.
4675 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
4676 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
4677 Regenerate dependencies.
4678
4679 * functions.texi, configure, config.in: Regenerated.
4680
10b57b38
DD
46812003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4682
4683 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
4684 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
4685 and stpncpy.
4686 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
4687 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
4688 Regenerate dependencies.
4689
4690 * functions.texi, configure, config.in: Regenerated.
4691
ff773b85
DD
46922003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4693
4694 * argv.c: Fix comments.
4695 * calloc.c: Don't unnecessarily include "libiberty.h".
4696 (bzero): Add prototype.
4697 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
4698 * getcwd.c (getcwd): Use standard definition to avoid conflicts
4699 with system headers.
4700 * hashtab.c (htab_traverse): Delete unused variables.
4701 * rename.c: Include "ansidecl.h".
4702 (rename): Use standard definition to avoid conflicts with system
4703 headers.
4704 * strsignal.c: Rely on ANSI_PROTOTYPES.
4705 * strstr.c: Check GNUC >= 2, not GNUC == 2.
4706 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
4707 * vprintf.c: Include "ansidecl.h" earlier, rely on
4708 ANSI_PROTOTYPES.
4709 * vsprintf.c: Include "ansidecl.h" earlier, rely on
4710 ANSI_PROTOTYPES and possibly include <stdarg.h>.
cbc0188b 4711
ff773b85
DD
4712 * Makefile.in: Regenerate dependencies.
4713
bb325820
DD
47142003-04-15 DJ Delorie <dj@redhat.com>
4715
4716 * maint-tool (deps): Scan for headers in $srcdir also.
4717
258a4893
DD
47182003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4719
4720 PR target/10338
4721 PR bootstrap/10198
4722 PR bootstrap/10140
4723 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
4724 __mempcpy.
4725 * regex.c (regerror): Likewise.
4726
ff773b85
DD
47272003-04-14 Roger Sayle <roger@eyesopen.com>
4728
4729 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
4730 * memchr.c: Likewise.
4731 * strcasecmp.c: Likewise.
4732 * strncasecmp.c: Likewise.
4733 * strncmp.c: Likewise.
4734 * xatexit.c: Likewise.
4735 * xmalloc.c: Likewise.
4736
4737 * copysign.c: Use traditional function declaration instead of DEFUN.
4738 * sigsetmask.c: Likewise.
4739
4740 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
4741 * memset.c: Likewise.
4742
4743 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
4744 * memmove.c: Likewise.
4745
eec539c7
DD
47462003-04-14 Roger Sayle <roger@eyesopen.com>
4747
4748 * strdup.c (strdup): Tweak implementation to use memcpy.
4749
daf7c4ad
DD
47502003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4751
4752 * configure.in (HAVE_UINTPTR_T): Always define.
4753 * configure: Regenerated.
4754
aa072e59
AO
47552003-03-23 Alexandre Oliva <aoliva@redhat.com>
4756
4757 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
4758 instead of $$CC alone.
4759 (install_to_tooldir): Use it.
4760
f77ed96c
DD
47612003-17-03 Jan Hubicka <jh@suse.cz>
4762
4763 * hashtab.c (htab_traverse_noresize): Break out from ...
4764 * hashtab.c (htab_traverse): ... here.
4765
2336e177
DD
47662003-12-03 Jan Hubicka <jh@suse.cz>
4767
4768 * hashtab.c (htab_expand): Fix warning.
4769
4770 * hashtab.c (htab_expand): Compute the size of hashtable based
4771 on the number of elements actually used.
4772 (htab_traverse): Call htab_expand when table is too empty.
4773
d8cbbf95
DD
47742003-03-11 Carlo Wood <carlo@gnu.org>
4775
4776 * cplus-dem.c (demangle_integral_value): Correction to reflect
4777 patch of 2002-01-10 in order to also make negative multi-digits
4778 without leading underscore work.
4779
a01fefeb
DD
47802003-03-03 Mark Mitchell <mark@codesourcery.com>
4781
4782 * cplus-dem.c: Add license exception to copyright notice.
4783
638ceb1a
DD
47842003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4785
4786 * physmem.c: Formatting changes from upstream.
4787
ef803806
DD
47882003-02-24 Danny Smith <dannysmith@users.source.forge.net>
4789
4790 * physmem.c (physmem_total): Add _WIN32 support.
4791 (physmem_available): Likewise.
4792
181fa229
DD
47932003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4794
4795 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
4796 GSI_PHYSMEM.
4797 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
4798
cc529274
DD
47992003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4800
4801 * configure.in: Check for sys/systemcfg.h and
4802 _system_configuration.
4803 * physmem.c: Add support for AIX. Tweek formatting as per
4804 upstream coreutils beta.
4805
48062003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4807 Richard Earnshaw <rearnsha@arm.com>
4808 Geoffrey Keating <geoffk@apple.com>
cbc0188b 4809
cc529274
DD
4810 * configure.in: Check for sys/sysctl.h and sysctl.
4811 * physmem.c: Add support for *bsd and darwin.
4812 * Makefile.in: Generate depedency for physmem.o.
4813
192cbe66
DD
48142003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4815
4816 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
4817 Tru64 UNIX.
4818 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
4819 Tru64 UNIX.
4820
4821 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
4822 machine/hal_sysinfo.h, sys/table.h.
4823 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
4824 * configure, config.in: Regenerate.
4825
ff773b85
DD
48262003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4827
4828 * configure.in: Check for sys/sysmp.h and sysmp.
4829 * physmem.c: Pull upstream copy, add support for irix6.
4830
4831 * config.in, configure: Regenerated.
4832
900d2082
DD
48332003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4834
4835 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
4836 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
4837 pstat_getdynamic.
cbc0188b 4838
4938384a
DD
48392003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4840
4841 * Makefile.in (CFILES): Add physmem.c.
4842 (REQUIRED_OFILES): Add physmem.o.
4843 * configure.in: Check for sys/pstat.h.
4844 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
4845 * physmem.c: New file, copied from textutils.
4846
4847 * config.in, configure: Regenerated.
4848
ba61a412
DJ
48492003-02-20 Daniel Jacobowitz <drow@mvista.com>
4850
4851 * Makefile.in (CFILES): Add lrealpath.c.
4852 (REQUIRED_OFILES): Add lrealpath.o.
4853 (lrealpath.o): Add rule.
4854 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
4855 * configure.in: Add realpath and canonicalize_file_name to
4856 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
4857 for canonicalize_file_name.
4858 * lrealpath.c: New file.
4859 * make-relative-prefix.c: Update documentation.
4860 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
4861 * config.in: Regenerated.
4862 * configure: Regenerated.
4863 * functions.texi: Regenerated.
4864
25dfe0ac
DD
48652003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
4866
4867 * cplus_dem.c: Fix typo: intializes -> initializes.
4868
8b90eef4
AO
48692003-02-20 Alexandre Oliva <aoliva@redhat.com>
4870
4871 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
4872 config.status.
4873 * configure: Rebuilt.
4874
fcd7c7c9
DD
48752003-02-13 Daniel Jacobowitz <drow@mvista.com>
4876
4877 Fix PR c++/7612.
4878 * cplus-dem.c (demangle_signature): Call string_delete.
4879 Remove extra string_init.
4880 (demangle_arm_hp_template): Call string_delete instead of
4881 string_clear. Add missing string_delete call.
4882 (demangle_qualified): Add missing string_delete call.
4883 (do_type): Remove unused variable btype. Add missing string_delete
4884 call. Call string_delete instead of string_clear.
4885 (demangle_fund_type): Move variable btype inside of the switch
4886 statement. Add missing string_delete call.
4887 (do_arg): Call string_delete instead of string_clear. Remove extra
4888 string_init.
4889 (demangle_nested_args): Free work->previous_argument.
4890
073c427b
DD
48912003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4892
4893 * acconfig.h: New file. Add uintptr_t.
4894 * config.in: Regenerated.
4895
f8bd3000
DD
48962003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
4897
4898 * libiberty.texi: Update to GFDL 1.2.
4899
85b9a938
DD
49002003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4901
4902 * Makefile.in (libiberty_topdir): New subst.
4903 (mkinstalldirs): Redefine in terms of the above.
4904 * configure.in: AC_SUBST it.
4905 * configure: Regenerate.
4906
578460f2
AO
49072003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4908
4909 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
4910 (info-subdir, install-info-subdir, clean-info-subdir)
4911 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
4912 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
4913 Pass $(FLAGS_TO_PASS).
4914
7f285245
AO
49152003-01-27 Alexandre Oliva <aoliva@redhat.com>
4916
4917 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
4918 /`$$CC -print-multi-os-directory`.
4919
5f9624e3
DJ
49202003-01-26 Daniel Jacobowitz <drow@mvista.com>
4921
4922 * hashtab.c (htab_create_alloc_ex): New function.
4923 (hatab_set_functions_ex): New function.
4924 (htab_delete, htab_expand): Support alternate allocation functions.
4925
9c2259b8
DD
49262003-01-24 Christopher Faylor <cgf@redhat.com>
4927
4928 * configure.in: Remove special pex-cygwin consideration.
4929 * configure: Regenerate.
4930 * pex-cygwin.c: Remove.
4931 * Makefile.in: Remove pex-cygwin.[co] lines.
4932
5a17353c
DD
49332003-01-24 Zack Weinberg <zack@codesourcery.com>
4934
4935 * Makefile.in (CFILES): Add pex-*.c.
4936 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
4937 (CONFIGURED_OFILES): Add pex-*.o.
4938 (TEXIFILES): Add pexecute.txh.
4939 (pexecute.o): Delete rule.
4940 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
4941 pex-unix.o, pex-win32.o): New rules.
4942 * configure.in: Change AC_INIT argument to xmalloc.c.
4943 Compute appropriate pexecute implementation and substitute it
4944 as @pexecute@.
4945
4946 * pexecute.c: Split up into...
4947 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
4948 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
4949 new files.
4950
4951 * functions.texi: Regenerate.
4952 * configure: Regenerate.
4953
eed2b28c
DD
49542003-01-20 Josef Zlomek <zlomekj@suse.cz>
4955
4956 * hashtab.c (htab_expand): Fix allocation of new entries.
4957
27a39a5f
DD
49582003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4959
4960 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
4961
4962 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
4963 mkinstalldirs command.
4964
b51c1553
DD
49652002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
4966
4967 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
4968 Define for hosts with HOST_EXECUTABLE_SUFFIX.
4969
756954c3
DD
49702002-11-24 Nick Clifton <nickc@redhat.com>
4971
4972 * make-relative-prefix.c (make_relative_prefix): Ensure return
4973 string is empty before using strcat to construct it.
4974
2a80c0a4
DD
49752002-11-22 Daniel Jacobowitz <drow@mvista.com>
4976
4977 * Makefile.in: Add make-relative-prefix.c.
4978 * make-relative-prefix.c: New file.
4979 * functions.texi: Rebuilt.
4980
768b20d8
JJ
49812002-11-16 Jakub Jelinek <jakub@redhat.com>
4982
4983 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
4984 used with arguments in traditional C' warnings.
4985
f52d1d64
JJ
49862002-10-16 Jakub Jelinek <jakub@redhat.com>
4987
4988 * config.table: Use mh-s390pic for s390x too.
4989
0d3deb8d
DD
49902002-10-06 Andreas Jaeger <aj@suse.de>
4991
41f225de 4992 * cplus-dem.c (ada_demangle): Get rid of unneeded
0d3deb8d
DD
4993 variable and of strict-aliasing warning.
4994 (grow_vect): Use char as first parameter.
4995
1b67de92
DD
49962002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4997
4998 * Makefile.in (all): Fix multilib parallel build.
4999
585cc78f
DD
50002002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
5001
5002 * cp-demangle.c (demangling_new): Cast 0 to enum.
5003 (demangle_char): Cast return of strdup to char *.
5004 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
5005 (is_gnu_v3_mangled_dtor): Likewise.
5006 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
5007 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
5008 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
5009 * md5.c (md5_process_bytes): Cast results back to const void *.
5010 (md5_process_block): Add cast to const md5_uint32 *.
5011 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
5012 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
5013 unsigned short.
5014 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
5015 to void *.
5016 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
5017
e21b0cc1
NC
50182002-09-19 Nick Clifton <nickc@redhat.com>
5019
5020 * README: Update email addresses for bugs and patches.
5021
a54ba43f
DD
50222002-09-10 Mike Stump <mrs@apple.com>
5023
5024 * splay-tree.c (splay_tree_successor): Fix comments.
5025
50262002-09-11 Zack Weinberg <zack@codesourcery.com>
5027
5028 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
5029 * testsuite/Makefile.in: Adjust for test-demangle.
5030 * testsuite/regress-demangle: Deleted.
5031 * testsuite/test-demangle.c: New file.
5032 * testsuite/demangle-expected: Change \$ to $ throughout, now that
5033 this file is not being read by a shell script.
5034
01cea699
DD
50352002-09-05 Roger Sayle <roger@eyesopen.com>
5036
5037 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
5038
a2832523
DD
50392002-08-07 DJ Delorie <dj@redhat.com>
5040
5041 * regex.c (re_error_msgid): Just use a simple array of strings.
5042 (re_compile_pattern): Compensate.
5043 (re_comp): Likewise.
5044 (re_comp): Likewise.
5045 (regerror): Likewise.
5046
1e3f0be0
DD
50472002-07-29 Neil Booth <neil@daikokuya.co.uk>
5048
5049 * cplus-dem.c (PREPEND_BLANK): Remove.
5050
b851d07b
DD
50512002-07-10 Jason Merrill <jason@redhat.com>
5052
5053 * cp-demangle.c (demangle_identifier): Support extended Unicode
5054 characters.
5055
2a9dffbf
DD
50562002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5057
5058 * cp-demangle.c (demangle_v3_with_details): Wrap in
5059 !defined IN_GLIBCPP_V3.
5060
793011ca
DD
50612002-07-01 Mark Mitchell <mark@codesourcery.com>
5062
5063 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
5064 Set it for the "st" operator.
5065 (demangle_expression): Handle expressions with types as arguments.
5066
b39b76b8
DD
50672002-06-30 Douglas Rupp <rupp@gnat.com>
5068
5069 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
5070 * Makefile.in (OUTPUT_OPTION): Use.
5071
4748c6d8
DD
50722002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
5073
5074 * Makefile.in (install_to_libdir): Add $(DESTDIR).
5075 (install_to_tooldir): Likewise.
5076
f9c3326a
DD
50772002-06-17 Douglas Rupp <rupp@gnat.com>
5078
5079 * lbasename.c: Add 2002 to copyright.
5080 (IS_DIR_SEPARATOR): Remove VMS junk.
5081
18893690
DD
50822002-06-05 Geoffrey Keating <geoffk@redhat.com>
5083
5084 * hashtab.c (htab_create): New stub function for backward
5085 compatibility.
5086 (htab_try_create): Likewise.
5087
50882002-06-03 Geoffrey Keating <geoffk@redhat.com>
5089
5090 * hashtab.c (htab_create): Delete.
5091 (htab_try_create): Delete.
5092 (htab_create_alloc): New.
5093 (htab_delete): Support user-specified memory allocation.
5094 (htab_expand): Likewise.
5095
50962002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
5097
5098 * configure.in: Fix typo in the code checking for sys_errlist.
5099 * configure: Regenerated.
5100
9296c8b2
DD
51012002-05-13 Andreas Schwab <schwab@suse.de>
5102
5103 * config.table: Use mh-x86pic also for x86-64.
5104
52d98c2d
DD
51052002-05-08 Alexandre Oliva <aoliva@redhat.com>
5106
5107 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
5108 script entry, and set LD to it when configuring multilibs.
5109 * configure: Rebuilt.
5110
cafa3917
DD
51112002-05-07 Mark Mitchell <mark@codesourcery.com>
5112
5113 * configure.in (AC_TYPE_PID_T): Use it.
5114 * configure: Regenerated.
5115 * getruntime.c: Include <sys/types.h>.
5116 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
5117
b1c933fc
RH
51182002-04-09 Richard Henderson <rth@redhat.com>
5119
5120 * hashtab.c (higher_prime_number): Use 7 as minimum.
5121 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
5122 (htab_find_slot_with_hash): Likewise.
5123
0c4460bb
DD
51242002-04-01 Phil Edwards <pme@gcc.gnu.org>
5125
5126 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
5127 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
5128 not compile if IN_GLIBCPP_V3 defined.
5129 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
5130
f2160d2b
DD
51312002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
5132
3ebf1f59 5133 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
f2160d2b
DD
5134 if it is NULL.
5135
7dd4d42a
DD
51362002-03-27 DJ Delorie <dj@redhat.com>
5137
5138 * hex.c: Add documentation.
5139 (_hex_value): Provide non-ASCII empty table.
5140 (hex_init): Initialize the non-ASCII table.
5141 * functions.texi: Regenerate.
5142
38e57a35
DD
51432002-03-27 Mark Mitchell <mark@codesourcery.com>
5144
5145 * dyn-string.c: Add libgcc exception to copyright notice.
5146
cfed0715
DD
51472002-03-26 H.J. Lu (hjl@gnu.org)
5148
5149 * config.table: Support --with-build-subdir.
5150 * configure.in: Likewise.
5151 * configure: Rebuild.
5152
1504972f
DD
51532002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
5154
5155 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
5156 seen.
5157
35efcd67
DD
51582002-03-12 Mark Mitchell <mark@codesourcery.com>
5159
5160 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
5161 notice.
5162
dabc64ea
DD
51632002-03-11 Douglas B Rupp <rupp@gnat.com>
5164
5165 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
5166
3ddbd84c
JB
51672002-03-06 Jim Blandy <jimb@redhat.com>
5168
5169 * splay-tree.c (splay_tree_xmalloc_allocate,
5170 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
5171 prototyped definitions. Mark `data' arguments as unused.
5172
efdab807
AC
51732002-03-06 Andrew Cagney <ac131313@redhat.com>
5174
5175 * floatformat.c (floatformat_arm_ext_big): Delete definition.
5176
50d4562d
DD
51772002-03-04 Phil Edwards <pme@gcc.gnu.org>
5178
5179 * configure.in: Add --enable-install-libiberty option.
5180 * Makefile.in (INSTALLED_HEADERS): New variable.
5181 (install_to_libdir): Possibly also copy headers.
5182 * configure: Regenerated.
5183
51842002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
5185
5186 * xmalloc.c (xmalloc_fail): Clarify error message further.
5187
6e9980f5
DD
51882002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
5189
5190 * xmalloc.c (xmalloc_fail): Clarify error message.
5191
18893690 51922002-02-22 Jim Blandy <jimb@redhat.com>
2bbcdae9
JB
5193
5194 * splay-tree.c (splay_tree_xmalloc_allocate,
5195 splay_tree_xmalloc_deallocate): New functions.
5196 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
5197 above functions and a dummy data pointer.
5198 (splay_tree_new_with_allocator): New function.
5199 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
5200 splay_tree_remove): Use the splay tree's allocation and
5201 deallocation functions.
5202
59ea9fe7
DD
52032002-02-19 Scott Snyder <snyder@fnal.gov>
5204
5205 * testsuite/demangle-expected: Add test case for infinite loop in
5206 demangler.
5207 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
5208 if do_type() doesn't make any progress --- prevents an infinite
5209 loop.
5210
6f848550
DD
52112002-02-18 Carlo Wood <carlo@gnu.org>
5212
5213 PR c++/5390
5214 * cplus-dem.c (demangle_integral_value): Accept multi-digit
5215 numbers that do not start with an underscore; This is needed
5216 for integer template parameters. This doesn't break anything
5217 because multi-digit numbers are never followed by a digit.
5218 * testsuite/demangle-expected: Corrected all mangled test
5219 cases with multi-digit template parameters: g++ 2.95.x does
5220 not generate underscores around these parameters.
5221
44354ae1
DD
52222002-02-05 Jason Merrill <jason@redhat.com>
5223
5224 * cplus-dem.c (flags): Add DMGL_VERBOSE
5225 (cplus_demangle_v3_p): Remove.
5226 (demangle_it): Add DMGL_TYPES to passed flags.
5227 * cp-demangle.c (cplus_demangle_v3_all): Remove.
5228 (cplus_demangle_v3_type): Remove.
5229 (cplus_demangle_v3): Add options parm.
5230
42da15d6
DD
52312002-02-02 H.J. Lu (hjl@gnu.org)
5232
5233 * cp-demangle.c (cp_demangle_type): Do not protect with
5234 IN_LIBGCC2.
5235 (cplus_demangle_v3_all): New.
5236 (cplus_demangle_v3): Call cplus_demangle_v3_all.
5237 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
5238
5239 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
5240 Initialized to cplus_demangle_v3.
5241 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
5242 of cplus_demangle_v3.
5243 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
5244 command line symbol.
5245
5246 * testsuite/regress-demangle: Pass the mangled name at the
5247 command line.
5248
b117c158
DD
52492002-02-01 H.J. Lu <hjl@gnu.org>
5250
5251 * cp-demangle.c (cp_demangle_type): Call demangling_new with
5252 DMGL_GNU_V3.
5253
c78d91b1
DD
52542002-01-31 Phil Edwards <pme@gcc.gnu.org>
5255
5256 * cp-demangle.c: Revert yesterday's change.
5257
bef8b55d
DD
52582002-01-31 Adam Megacz <adam@xwt.org>
5259
41f225de 5260 * configure.in: Treat mingw the same as cywin
bef8b55d
DD
5261 wrt HAVE_SYS_ERRLIST.
5262
2c955b8b
DD
52632002-01-30 Phil Edwards <pme@gcc.gnu.org>
5264
5265 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
5266 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
5267 cp_demangle_type.
5268 * testsuite/demangle-expected: New gnu-v3 test.
5269
58b1717a
RH
52702002-01-22 Momchil Velikov <velco@fadata.bg>
5271
5272 * configure.in (variable detection): Use arrays of unspecified
5273 size instead of plain integers.
5274
cc096b71
DD
52752002-01-18 DJ Delorie <dj@redhat.com>
5276
5277 * Makefile.in (TESTLIB): New. This library is for future
5278 testsuites.
5279 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
5280 break down by letter.
5281 (REQUIRED_OFILES): List long-to-compile files first.
5282 (maint-deps): New, target for updating dependencies.
5283 (dependencies): Update.
5284 * maint-tool: Add dependency-generating option.
5285 * configure.in: Check for _doprnt even if we're not providing it.
5286 * configure: Regenerate.
5287
5288 * _doprnt.c: Modifications to allow compiling on any platform.
5289 * copysign.c: Likewise.
5290 * putenv.c: Likewise.
5291 * setenv.c: Likewise.
5292 * vsprintf.c: Likewise.
5293
52942002-01-15 Douglas B Rupp <rupp@gnat.com>
5295
5296 * mkstemps.c (mkstemps): On VMS, open temp file with option
5297 that causes it to be deleted when closed.
5298
20d54542
DD
52992002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5300
c23795e2
DD
5301 * cp-demangle.c (long_options): Const-ify.
5302 * cplus-dem.c (long_options): Likewise.
5303
20d54542
DD
5304 * cplus-dem.c (mystrstr): Delete. All callers changed to use
5305 strstr instead.
5306
f348a7b1
DD
53072001-12-31 Ira Ruben <ira@apple.com>
5308
5309 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
5310 * configure: Regenerated.
5311
d86cd745
DD
53122001-12-24 Douglas B. Rupp <rupp@gnat.com>
5313
5314 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
5315 * configure: Regenerated.
5316
ae533646
DD
53172001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
5318
5319 PR other/2719
5320 * cplus-dem.c (consume_count): Treat negative count as an error.
5321 * testsuite/demangle-expected: Added testcase.
5322
c0eb281b
DD
5323Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
5324
5325 * configure.in: Hardcode that vfork works on VMS host.
5326 * configure: Regenerated.
5327
2da4c07f
RH
53282001-12-06 Richard Henderson <rth@redhat.com>
5329
5330 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
5331 (cplus_demangle): Support no_demangling.
5332
24acd898
DD
53332001-11-27 Zack Weinberg <zack@codesourcery.com>
5334
5335 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
5336 in libiberty context. Fix typo in leading comment.
5337 * configure.in: Fix various AC_DEFINEs so autoheader works.
5338 If any of vprintf, vsprintf, vfprintf is missing from libc,
5339 then AC_REPLACE_FUNCS(_doprnt).
5340
fec50157 53412001-11-26 DJ Delorie <dj@redhat.com>
d86cd745 5342 Daniel Jacobowitz <drow@mvista.com>
fec50157
DD
5343
5344 * Makefile.in (stamp-h): Depend on Makefile for proper
5345 serialization.
5346 (*-subdir): Depend on config.h for proper serialization.
5347
5527febf
DD
53482001-11-26 DJ Delorie <dj@redhat.com>
5349
5350 * configure.in: Check for alloca.h (for regex.c and putenv.c).
5351 * configure: Regenerate.
5352 * config.h: Add HAVE_ALLOCA_H.
5353
941d74a0
DD
53542001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5355
5356 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
5357 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
5358 is available.
5359
dc579051
DD
5360Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
5361
5362 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
5363 * configure.in (HAVE_UINTPTR_T): Test for system defining
5364 uintptr_t and define HAVE_UINTPTR_T appropriately.
5365 * regex.c (uintptr_t): Do not provide a definition if the
5366 system provided one.
5367
5368 * regex.c (PREFIX): Provide an alternate definition for
5369 non-ANSI/ISO compilers.
5370 (ARG_PREFIX): Likewise.
5371
1a78a35a
DD
53722001-11-12 Jim Meyering <meyering@lucent.com>
5373
5374 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
5375 this code would end up calling gettext even in packages built
5376 with --disable-nls.
5377 * getopt.c (_): Likewise.
5378 * regex.c (_): Likewise.
5379
4e55c4b6
DD
53802001-11-03 Alan Modra <amodra@bigpond.net.au>
5381
5382 * configure.in: Cope with missing makeinfo.
5383 * configure: Regenerate.
5384
d311a83a
DD
53852001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5386
5387 * hex.c (hex_init): Provide empty stub.
5388
5389 * hex.c (hex_init): Delete.
5390 (_hex_value): Const-ify and initialize at compile-time.
5391
3bc62f91
DD
53922001-10-19 H.J. Lu <hjl@gnu.org>
5393
5394 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
5395 necessary.
5396
5d852400
DD
53972001-10-17 DJ Delorie <dj@redhat.com>
5398
5399 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
5400 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
5527febf 5401 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5d852400
DD
5402 Improve manual formatting.
5403 * functions.texi: Regenerate.
5404
ba19b94f
DD
54052001-10-15 DJ Delorie <dj@redhat.com>
5406
5407 * Makefile.in (TEXIFILES): Add fnmatch.txh.
5408 (maint-undoc): New.
5409 maint-tool: Add "undoc" tool.
5410 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
5411 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
5412 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
5413 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
5414 documentation.
5415 * fnmatch.txh: New.
5416 * functions.texi: Regenerate.
5417
56056af5
DD
54182001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
5419
5420 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
5421 * strtod.c: Use "ISO C" instead of "ANSI C".
5422 * functions.texi: Regenerate.
5423
99b58139
DD
54242001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5425
5426 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
5427 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
5428 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
5429 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
5430 spelling. Give names to function arguments in documentation. Use
5431 (void) prototypes in documentation.
5432 * functions.texi: Regenerate.
5433
e6450fe5
DD
54342001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5435
5436 * argv.c (buildargv, tests, main): Const-ify.
5437 * cp-demangle.c (operator_code): Likewise.
5438 * cplus-dem.c (optable, libiberty_demanglers,
5439 cplus_demangle_set_style, cplus_demangle_name_to_style,
5440 print_demangler_list): Likewise.
5441 * hashtab.c (higher_prime_number): Likewise.
5442 * strcasecmp.c (charmap): Likewise.
5443 * strerror.c (error_info, strerror, main): Likewise.
5444 * strncasecmp.c (charmap): Likewise.
5445 * strsignal.c (signal_info): Likewise.
5446
da191b5b
DD
54472001-09-29 DJ Delorie <dj@redhat.com>
5448
5449 * configure: Regenerate.
5450
916aaa12
DD
54512001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5452
5453 * concat.c: Include stdlib.h.
5454
fa9f0e33
DD
54552001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
5456
5457 * libiberty.texi: (Top level): Add syncodeindex pg. Add
5458 @dircategory and @direntry directives. Add @finalout.
5459 (many nodes): Lose the next,prev,up pointers on the @nide line.
5460 (Using, Supplemental Functions, Replacement Functions): Fix
5461 markup.
5462 (Functions): Move around, to allow makeinfo to build the manual
5463 without next,prev,up pointers in thye node lines.
5464 (Licenses): Fix typos.
5465
5466 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
5467 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
5468 * functions.texi: Regenerate.
5469
5470 * copying-lib.texi: Lose the next,prev,up pointers on the @node
5471 line.
5472
54732001-09-27 DJ Delorie <dj@redhat.com>
5474
5475 * configure.in: Don't use in-tree texinfo, because libiberty must
5476 be built before it. Check for makeinfo version 4 or higher.
5477 * functions.texi: Regenerate.
5478
39423523
DD
54792001-09-20 DJ Delorie <dj@redhat.com>
5480 Phil Edwards <pedwards@disaster.jaj.com>
5481
5482 * configure.in (MAKEINFO, PERL): Detect these.
5483 (--enable-maintainer-mode): Add.
5484 * configure: Regenerate.
5485 * Makefile.in (MAKEINFO, PERL): Define.
5486 (libiberty.info, libiberty.dvi, libiberty.html): New.
5487 (CFILES): Add bsearch.c.
5488 (CONFIGURED_OFILES): New, list of objects configure might add.
5489 (maint-missing, maint-buildall): New, for maintainers only.
5490 (clean, mostlyclean): Add info/dvi/html files.
5491 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
5492 * gather-docs: New, for maintainers.
5493 * maint-tool: New, for maintainers.
5494 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
5495 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
5496 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
5497 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
5498 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
5499 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
5500 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
5501 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
5502 documentation.
5503
66c94e19
DD
55042001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5505
5506 * concat.c (reconcat): Fix for traditional C.
5507
99ee3a8f
DD
55082001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5509
5510 * concat.c (reconcat): New function.
5511
54c20242
DD
55122001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5513
5514 * concat.c (vconcat_length, vconcat_copy, concat_length,
5515 concat_copy, concat_copy2): New functions.
5516 (concat): Use vconcat_length/vconcat_copy.
5517
5518 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
5519 Define.
5520
843f21be
DD
55212001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5522
5523 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
5524 VA_FIXEDARG & VA_CLOSE.
5525
5526 * vasprintf.c: Check HAVE_STRING_H when including string.h.
5527 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
5528 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
5529
8a423cb3
DD
55302001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5531
5532 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
5533
dc676635
DD
55342001-08-23 Ulrich Drepper <drepper@redhat.com>
5535
5536 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
5537
55382001-08-23 Ulrich Drepper <drepper@redhat.com>
5539
5540 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
5541 instead of mbrtowc.
5542 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
5543 wcslen, and __wcscoll instead of wcscoll.
5544
f080c76d
DD
55452001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
5546
3ebf1f59
DD
5547 * fibheap.c (fibheap_init, fibnode_init): Remove.
5548 (fibheap_new, fibnode_new): Use xcalloc to allocate and
5549 initialize memory.
5550 (fibheap_insert): Remove check for node allocation failure.
f080c76d 5551
f01b59ed
DD
55522001-08-21 Richard Henderson <rth@redhat.com>
5553
5554 * Makefile.in (fibheap.o): Depend on config.h.
5555 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
5556 functions for inlining.
5557
5558Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
5559
5560 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
5561 hosting on cygwin.
5562 * configure: Regenerate.
5563
eb828599
AC
55642001-08-20 Andrew Cagney <ac131313@redhat.com>
5565
5566 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
5567 HARRIS_FLOAT_FORMAT.
5568 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
5569 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
5570 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
5571 (floatformat_m88110_harris_ext): New float formats.
5572
4e55c4b6
DD
55732001-08-20 Daniel Berlin <dan@cgsoftware.com>
5574
5575 * fibheap.c: New file. Fibonacci heap.
5576
5577 * Makefile.in (CFILES): Add fibheap.c.
5578 (REQUIRED_OFILES): Add fibheap.o.
5579 (fibheap.o): Add dependencies for fibheap.o.
5580
68a41de7
DD
55812001-08-17 Christopher Faylor <cgf@cygnus.com>
5582
5583 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
5584 * configure: Regenerate.
5585
8fc34799
DD
55862001-08-16 Richard Henderson <rth@redhat.com>
5587
5588 * hashtab.c (htab_hash_string): New.
5589
16bad250
AC
55902001-08-13 Andrew Cagney <ac131313@redhat.com>
5591
5592 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
5593 name.
5594
a9022147
DD
55952001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
5596
5597 * regex.c (wcs_regex_compile): Use appropriate string
5598 to compare with collating element.
5599 Fix the padding for the alignment.
5600
8aefe91a 56012001-08-10 Andrew Cagney <ac131313@redhat.com>
3ea71002
AC
5602
5603 * lbasename.c (lbasename): Change function definition to return a
5604 const char pointer.
5605
e7e9b069
DD
56062001-08-07 Jason Merrill <jason_merrill@redhat.com>
5607
5608 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
5609 for".
5610
cc5144f8
DD
56112001-08-03 Richard Henderson <rth@redhat.com>
5612
5613 * Makefile.in (concat.o): Depend on config.h.
5614
8aefe91a
DD
56152001-07-30 Andreas Jaeger <aj@suse.de>
5616
5617 * concat.c: Include "config.h".
5618
86710ce2
DD
56192001-07-30 Andreas Jaeger <aj@suse.de>
5620
5621 * regex.c: Declare wcs functions only if compiling with
5622 MBS_SUPPORT.
5623 Don't use #elif for traditional C.
5624
56252001-07-23 Ulrich Drepper <drepper@redhat.com>
5626
5627 * regex.c: Revamp memory allocation for WCHAR functions to
5628 not use too much stack.
5629
56302001-07-30 Andreas Jaeger <aj@suse.de>
5631
5632 * regex.c: Declare wcs functions only if compiling with
5633 MBS_SUPPORT.
5634 Don't use #elif for traditional C.
5635
a5d8f731
DD
56362001-07-25 Daniel Jacobowitz <drow@mvista.com>
5637
5638 * Makefile.in (regex.o): Add dependency on config.h.
5639
6ad8a379
DD
56402001-07-18 Andreas Schwab <schwab@suse.de>
5641
5642 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
5643 underscore character.
5644
56452001-07-18 Ulrich Drepper <drepper@redhat.com>
5646
5647 * regex.c: Limit string length printed in debug messages to 100
5648 chars.
5649
56502001-07-18 Andreas Jaeger <aj@suse.de>
5651
5652 * regex.c: Place under LGPL version 2.1.
5653
2a6ef469
DD
56542001-07-10 Jeff Johnston <jjohnstn@redhat.com>
5655
5656 * Makefile.in: Add support for regex code.
5657 * regex.c: New file.
5658
7b78baae
DD
56592001-07-05 Mark Klein <mklein@dis.com>
5660
5661 * Makefile.in: Add ffs.c dependency.
5662 * configure.in: Add ffs.c.
5663 * ffs.c: New file.
5664
926150e2
DD
56652001-06-18 Richard Henderson <rth@redhat.com>
5666
5667 * concat.c: Include <sys/types.h>.
5668
11f6f21d
DD
56692001-06-11 Loren J. Rittle <ljrittle@acm.org>
5670
5671 bootstrap/3106
5672 * strerror.c (sys_nerr): Hide the OS header version.
5673 * strsignal.c (sys_nsig): Likewise.
5674
d42dae6c
DD
56752001-06-10 Richard Henderson <rth@redhat.com>
5676
5677 * concat.c: Include string.h. Fix int vs size_t usage.
5678 Simplify the iteration loops. Use memcpy.
5679
e05c6d27
DD
56802001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
5681
5682 * partition.c: Fix misspelling of `implementation'.
5683
b50c4073
DD
56842001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5685
5686 * md5.c (md5_init_ctx): Declare constants as unsigned.
5687 (md5_process_block): Likewise.
5688
457161bf
DD
56892001-05-07 Zack Weinberg <zackw@stanford.edu>
5690
5691 * cp-demangle.c (demangle_v3_with_details,
5692 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
5693 function definition.
5694 * ternary.c: Use K+R style function definitions. Use PTR, not
5695 void *. Make arguments constant where possible.
5696
e00bc6a7
DD
56972001-05-07 Mark Mitchell <mark@codesourcery.com>
5698
5699 * splay-tree.h (splay_tree_max): New function.
5700 (splay_tree_min): Likewise.
5701
400ee7e1
DB
57022001-04-15 Daniel Berlin <dan@cgsoftware.com>
5703
5704 * ternary.c: New file - Ternary search tree implementation.
a5dd804e
DB
5705
5706 * Makefile.in: Add ternary.o, and ternary.c dependencies.
400ee7e1 5707
d9697354
DD
57082001-04-03 Zack Weinberg <zackw@stanford.edu>
5709
5710 * make-temp-file.c (try): Inline.
5711
a7bf099b
DD
57122001-02-28 Richard Henderson <rth@redhat.com>
5713
5714 * Makefile.in (make-temp-file.o): Depend on config.h.
5715
30a1def2
DD
57162001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5717
5718 * memchr.c (memchr): Adjust condition to avoid infinite loop.
5719
079c672a
DD
57202001-03-23 Jakub Jelinek <jakub@redhat.com>
5721
5722 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
5723 `_' not followed by a digit is invalid.
5724
a88e356a
JB
57252001-03-22 Jim Blandy <jimb@redhat.com>
5726
5727 * cp-demangle.c (string_list_delete): Use dyn_string_delete
5728 instead of free, to free the contents as well as the string
5729 structure.
5730
1dffcc66
DD
57312001-03-21 Zack Weinberg <zackw@stanford.edu>
5732
5733 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
5734 Don't default P_tmpdir to anything. Try /var/tmp before
5735 /usr/tmp.
5736
57372001-03-20 Zack Weinberg <zackw@stanford.edu>
5738
5739 * choose-temp.c: Split off make_temp_file, and the code
5740 duplicated between it and choose_temp_base, into...
5741 * make-temp-file.c: ... here; new file.
5742
5743 * Makefile.in (CFILES): Add make-temp-file.c.
5744 (REQUIRED_OFILES): Add make-temp-file.o.
5745
e61231f1
JB
57462001-03-20 Jim Blandy <jimb@redhat.com>
5747
5748 * cp-demangle.c (struct demangling_def): New fields:
5749 is_constructor and is_destructor.
5750 (demangling_new): Initialize them.
5751 (demangle_ctor_dtor_name): Set them, if we detect a constructor
5752 or destructor.
5753 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
5754 is_gnu_v3_mangled_dtor): New functions.
5755
a9cbbe6d
DD
57562001-03-20 Jason Merrill <jason@redhat.com>
5757
5758 * cplus-dem.c (main): Skip initial $.
5759
b1e51b3c
DD
57602001-03-15 Michael Meissner <meissner@redhat.com>
5761
5762 * hashtab.c (higher_prime_number): Silence warning that 4294967291
5763 might be a signed integer under pre-ISO C systems.
5764
8aa30e60 57652001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
fa03f0a7 5766 John David Anglin <dave@hiauly1.hia.nrc.ca>
8aa30e60 5767
41f225de
NC
5768 * lbasename.c: New file.
5769 * Makefile.in: Update for lbasename.
8aefe91a 5770
30673bf5
DD
57712001-03-06 Zack Weinberg <zackw@stanford.edu>
5772
5773 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
5774 * configure.in: Replace all alloca logic with a simple use of
5775 the above new macro.
5776 * config.table: Kill *-*-beos* entry.
5777 * config/mh-beos: Delete.
5778 * configure, config.in: Regenerate.
fa03f0a7 5779
30673bf5
DD
5780 * Makefile.in (ALLOCA, HFILES): Kill.
5781 (REQUIRED_OFILES): Add alloca.o.
5782 (alloca.o): Depend on libiberty.h.
5783 (argv.o): Don't depend on alloca-conf.h.
5784 * alloca-conf.h: Delete.
5785 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
5786 blocks. Provide the C alloca unconditionally. Use PTR where
5787 appropriate. Make i00afunc static.
5788 * argv.c: Don't include alloca-conf.h.
fa03f0a7 5789
5810f394
DD
57902001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
5791
5792 * cplus-dem.c (main): Cast enum style to int.
fa03f0a7 5793
a9db032a
DD
57942001-02-16 Loren J. Rittle <ljrittle@acm.org>
5795
5796 * cplus-dem.c (main): Initialize style.
fa03f0a7 5797
8aefe91a
DD
57982001-02-02 Phil Edwards <pme@sources.redhat.com>
5799
5800 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
5801
bc9bf259
DD
58022001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
5803
5804 Add support for Java demangling under the v3 ABI:
5805 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
5806 (struct demangling_def): Add `style' field.
5807 (demangling_new): New parameter `style'. Set it in demangling_t.
5808 (demangle_prefix): Use NAMESPACE_SEPARATOR.
5809 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
5810 (cp_demangle): New parameter `style'. Pass it to demangling_new().
5811 (main): Call cp_demangle with extra parameter.
5812 (java_demangle_v3): New function.
5813 (java_builtin_type_names): New. Table of primitive type names used
5814 for Java demangling.
5815 (demangle_builtin_type): Look up in java_builtin_type_names if doing
5816 Java output.
5817 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
5818 demangling.
5819 (long_options): Remove obsolete `java' option.
5820 (main): Remove explicit handling of `java' option. Instead, pass style
5821 parameter in cplus_demangle flags as gdb does.
5822 * testsuite/demangle.expected: Add some Java test cases.
fa03f0a7 5823
f6528837
DD
58242000-12-29 DJ Delorie <dj@redhat.com>
5825
5826 * fnmatch.c: Make the note about the origins of this file more
5827 accurate, at least until we can sync with glibc.
5828 * getopt.c: Ditto.
5829 * getopt1.c: Ditto.
5830 * md5.c: Ditto.
5831 * obstack.c: Ditto.
9d969b59 5832
c6da642e
DD
58332000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5834
5835 * bsearch.c: New file.
5836 * configure.in (funcs): Add bsearch.
5837 (AC_CHECK_FUNCS): Likewise.
5838 * configure, config.in: Regenerate.
5839
ae7d06ad 58402000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
5841
5842 * safe-ctype.c: #include "ansidecl.h".
5843 * strtod.c: Likewise.
5844
ae7d06ad 58452000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
5846
5847 * strtoul.c: Include safe-ctype.h, not ctype.h.
5848
ac424eb3
DD
58492000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
5850
5851 * safe-ctype.c: New file.
5852 * Makefile.in (CFILES): Add safe-ctype.c.
5853 (REQUIRED_OFILES): Add safe-ctype.o.
5854
5855 * argv.c: Define ISBLANK and use it, not isspace.
5856 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
5857 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
5858 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
5859 before calling TOLOWER(c)/TOUPPER(c).
5860
4415a860
DD
58612000-12-07 Mike Stump <mrs@wrs.com>
5862
5863 * Makefile.in (distclean): When cleaning, remove testsuite.
5864
849ee224
DD
58652000-12-05 Jason Merrill <jason@redhat.com>
5866
5867 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
5868 name before allocating the dyn_string.
5869
ae7d06ad 58702000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
5871
5872 * cp-demangle.c: s/new_abi/v3/.
5873 * cplus-dem.c: Likewise.
5874 (current_demangling_style): Now auto_demangling.
5875 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 5876 (main): Use standard symbol chars for auto_demangling.
e49a569c 5877
ae7d06ad 58782000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
5879
5880 * hashtab.c (higher_prime_number): Use a table, rather than a
5881 seive, to find the next prime.
ae7d06ad
NC
5882
58832000-11-22 H.J. Lu <hjl@gnu.org>
5884
5885 * cplus-dem.c (main): Handle gnat_demangling.
5886
58872000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
5888
5889 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
5890 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
5891 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
5892 argument form of AC_DEFINE in dummy definitions block. Use
5893 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
5894 in dummy block. Preload cache variables instead of bypassing
5895 tests, where possible.
5896 * acconfig.h: Removed.
ae7d06ad 5897
2ea7befd
DD
5898 * xmalloc.c (xmalloc_failed): New function, does error
5899 reporting on failed allocation.
5900 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 5901
f1775526
HPN
59022000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
5903
5904 * cplus-dem.c (cplus_demangle): Fix formatting.
5905 (grow_vect): Ditto.
5906 (ada_demangle): Ditto.
5907 (internal_cplus_demangle): Ditto.
5908 (mop_up): Ditto.
5909
59102000-11-21 H.J. Lu <hjl@gnu.org>
5911
5912 * cplus-dem.c (main): Handle java_demangling.
5913
ae7d06ad 59142000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
5915
5916 * cplus-dem.c (grow_vect): Prototype.
5917 (ada_demangle): Cast the arg of ctype macros to unsigned char.
5918
5dd42ef4
HPN
59192000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
5920
5921 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
5922 parameter `option'.
5923
296731c1
DD
59242000-11-15 Kenneth Block <kenneth.block@compaq.com>
5925
8944fb9d 5926 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
5927 be used in GCC.
5928
6e53a714 59292000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 5930
5dd42ef4 5931 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
5932 list.
5933
99a4c1bd
HPN
59342000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
5935
5936 * hashtab.c (htab_expand): Change to return int. Use calloc or
8aefe91a
DD
5937 xcalloc depending on htab->return_allocation_failure. Return zero
5938 if calloc fails.
99a4c1bd
HPN
5939 (htab_create): Update comment to cover memory allocation.
5940 (htab_try_create): New.
5941 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
8aefe91a 5942 Update comment to cover this.
99a4c1bd 5943
e0f3df8f
HPN
59442000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
5945
5946 * hashtab.c: Change void * to PTR where necessary.
5947 (htab_create, htab_expand): Correct formatting of comment before
5948 function.
5949
ae7d06ad 59502000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
5951
5952 * cp-demangle.c (string_list_def): Add caret_position and comments.
5953 (result_caret_pos): New macro.
5954 (result_append_string): Rename to...
5955 (result_add_string): ... this, and insert at caret position.
ae7d06ad 5956 Rename throughout.
59666b35
DD
5957 (result_append): Rename to...
5958 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 5959 throughout.
59666b35
DD
5960 (result_append_char): Rename to...
5961 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 5962 throughout.
59666b35
DD
5963 (result_append_space): Remove.
5964 (string_list_new): Initialize caret position.
5965 (result_add_separated_char): Use caret position.
5966 (result_get_caret): New funtion.
5967 (result_set_caret): Likewise.
5968 (result_shift_caret): Likewise.
5969 (result_previous_char_is_space): Likewise.
5970 (substitution_start): Use caret position.
5971 (substitution_add): Likewise.
5972 (demangling_new): Initialize caret position.
5973 (demangle_encoding): Use caret position.
ae7d06ad 5974 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
5975 (demangle_type_ptr): Use switch statement. Handle pointers to
5976 arrays. Don't use result_append_space. Use caret position.
5977 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
5978 call to demangle_array_type.
5979 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 5980
ae7d06ad 59812000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
5982
5983 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
5984
59852000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
5986
5987 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
5988
59892000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5990
5991 * splay-tree.c: #include <stdio.h>.
5992
59932000-09-14 Hans-Peter Nilsson <hp@axis.com>
5994
5995 * testsuite/demangle-expected: Add two tests for anonymous
5996 namespaces.
5997 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
5998
59992000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
6000
6001 * splay-tree.c (splay_tree_predecessor): New function.
6002 (splay_tree_successor): Likewise.
ae7d06ad
NC
6003
60042000-09-10 Hans-Peter Nilsson <hp@axis.com>
6005
6006 * testsuite/demangle-expected: Add four tests for type_info
6007 mangling.
6008 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
6009 for a non-template non-qualified type_info function or node.
6010
60112000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6012
6013 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
6014
60152000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6016
6017 * md5.c: #include "ansidecl.h".
6018
60192000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6020
6021 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
6022 (demangle_type): Handle substitution candidates correctly in the
6023 face of special substitutions.
ae7d06ad
NC
6024
60252000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6026
6027 * cp-demangle.c (demangle_encoding): Rename variable.
6028 (demangle_name): Rename parameter. Handle return type
6029 suppression.
6030 (demangle_nested_name): Rename parameter.
6031 (demangle_prefix): Likewise. Change return type suppression.
6032 (demangle_unqualified_name): Add parameter. Flag constructors and
6033 conversion operators.
6034 (demangle_special_name): Fix comment.
6035 (demangle_type): Rename variable.
6036 (demangle_bare_function_type): Check for missing return type and
6037 parameter.
6038 (demangle_class_enum_type): Rename parameter.
6039 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
6040
60412000-08-31 DJ Delorie <dj@redhat.com>
6042
6043 * configure.in (Cygwin): special case cygwin only when we're
6044 building cygwin, not when we're hosting cygwin.
6045
60462000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6047
6048 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
6049 <expression>.
ae7d06ad
NC
6050
60512000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6052
6053 * cp-demangle.c (demangle_type_ptr): Increment position past
6054 pointer and reference characters.
ae7d06ad
NC
6055
60562000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6057
6058 * cp-demangle.c (demangle_nv_offset): New function.
6059 (demangle_v_offset): Likewise.
6060 (demangle_call_offset): Likewise.
6061 (demangle_special_name): Update thunk demangling to comply with
6062 ABI changes.
ae7d06ad
NC
6063
60642000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6065
6066 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
6067 (substitution_def): Remove template_parm_number.
6068 (NOT_TEMPLATE_PARM): Remove.
6069 (result_insert_string): New macro.
6070 (result_insert): Likewise.
6071 (result_insert_char): Likewise.
6072 (substitution_add): Remove last parameter. Don't store template
6073 parm number.
6074 (BFT_NO_RETURN_TYPE): Define as NULL.
6075 (demangle_encoding): Adjust call to demangle_bare_function_type.
6076 (demangle_name): Adjust substitution. Adjust call to
6077 substitution_add.
6078 (demangle_prefix): Adjust call to substitution_add.
6079 (demangle_identifier): Handle anonymous namespaces.
6080 (demangle_operator_name): Change demangling of vendor-extended
6081 operator to match ABI changes.
6082 (demangle_type_ptr): Change parameters. Make recursive. Handle
6083 substitutions here.
6084 (demangle_type): Adjust calls to demangle_template_param,
6085 substitution_add, and demangle_type_ptr. Fix substitution of
6086 templated types.
6087 (demangle_function_type): Change parameter to a pointer.
6088 (demangle_bare_function_type): Likewise. Adjust insertion point.
6089 (demangle_template_param): Remove last parameter.
6090 (demangle_expr_primary): Remove unused variable. Adjust call to
6091 demangle_template_param.
6092 (is_mangled_char): Accept `$' and `.'.
6093 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
6094 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
6095
60962000-08-31 Hans-Peter Nilsson <hp@axis.com>
6097
6098 * testsuite/demangle-expected: Add nine tests for
6099 underscore-after-number followed by five tests for name-signature
6100 delimiter.
6101
61022000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
6103
6104 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
6105
61062000-08-28 Jason Merrill <jason@redhat.com>
6107
6108 * Makefile.in (REQUIRED_OFILES): Add md5.o.
6109 (CFILES): Add md5.c.
6110 * md5.c: New file.
6111
61122000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6113
6114 * cp-demangle.c (demangle_name): Initialize template_p in local
6115 name case. Don't re-add substitutions as candidates.
6116 (demangle_nested_name): Use <unqualified-name>.
6117 (demangle_prefix): Likewise. Don't add template names as
6118 substitution candidates twice, or re-add a substitution or the
6119 last prefix component.
6120 (demangle_local_name): Adjust output format.
ae7d06ad
NC
6121
61222000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6123
6124 * cp-demangle.c (result_add_separated_char): Change parameter to
6125 int.
6126 (substitution_add): Don't check for duplicates. Check if
6127 previously allocated size is zero.
6128 (demangle_name): Remove duplicate check for std substitution.
6129 Clear template flag appropriately.
6130 (demangle_prefix): Remove argument to demangle_substitution.
6131 Don't check that template flag is already set.
6132 (demangle_operator_name): Add pt operator.
6133 (demangle_type): Don't treat r as built-in type. Remove argument
6134 to demangle_substitution. Fix substitution candidate mechanics.
6135 Handle <template-template-parm>s. Improve comments.
6136 (demangle_template_param): Don't handle template arg lists here.
6137 (demangle_substitution): Remove parameter.
6138 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
6139
61402000-08-24 Greg McGary <greg@mcgary.org>
74bcd529 6141
41f225de 6142 * random.c (end_ptr): Revert previous change.
ae7d06ad
NC
6143
61442000-08-24 Greg McGary <greg@mcgary.org>
74bcd529 6145
41f225de 6146 * cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
74bcd529 6147 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
41f225de 6148 * random.c (end_ptr): Likewise.
ae7d06ad
NC
6149
61502000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6151
6152 * cp-demangle.c (result_close_template_list): Remove function.
6153 (result_add_separated_char): New function.
6154 (result_open_template_list): New macro.
6155 (result_close_template_list): Likewise.
6156 (demangle_prefix): Don't set template_p if the
6157 prefix ends with a ctor name.
6158 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
6159 (demangle_type): Check for template args after substitution.
6160 (demangle_template_args): Use result_open_template_list.
d3e85005 6161
ae7d06ad 61622000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 6163
ae7d06ad 6164 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 6165
ae7d06ad 61662000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
6167
6168 * config/mh-openedition.h: Added -DLE370 definition.
6169
a9f34fb6
JL
61702000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
6171
6172 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
6173 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
6174 Cast program to 'char *' in errmsg_arg assignment.
6175 (PWAIT_ERROR): Define.
6176 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
6177 to DJGPP's WIF* macros.
6178
90aaccd1 61792000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 6180 Jeff Law <law@cygnus.com>
90aaccd1 6181
ae7d06ad 6182 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 6183
90aaccd1 6184 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
6185 * rename.c: Include config.h, unistd.h
6186 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 6187
6ef554e3
HPN
61882000-07-24 Hans-Peter Nilsson <hp@axis.com>
6189
6190 * cplus-dem.c (work_stuff_copy_to_from): New.
6191 (delete_non_B_K_work_stuff): New.
6192 (delete_work_stuff): New.
6193 (mop_up): Break out work_stuff partly destruction to
6194 delete_non_B_K_work_stuff.
6195 (iterate_demangle_function): New.
6196 (demangle_prefix): Call iterate_demangle_function instead of
6197 demangle_function_name. Leave handling of name-signature
6198 __-delimiters to iterate_demangle_function.
6199 (demangle_integral_value): Strip an optional
6200 following underscore cautiously. Handle negative numbers.
6201
ae7d06ad 62022000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 6203
ae7d06ad 6204 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
6205 if (AUTO_DEMANGLING || GNU_DEMANGLING)
6206
ae7d06ad
NC
62072000-07-21 Alex Samuel <samuel@codesourcery.com>
6208
6209 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
6210 allocating ctor mangling.
6211 (demangle_array_type): Handle empty and non-constant array length.
6212
b1233257 62132000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
6214 Jeff Law <law@cygnus.com>
6215
6216 * configure.in (AC_CHECK_HEADERS): Add time.h.
6217 (AC_HEADER_TIME): Add check.
6218 * configure, config.in: Regenerate.
6219 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
6220
6221 * configure.in (AC_CHECK_HEADERS): Add limits.h.
6222 * configure, config.in: Regenerate.
6223 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
6224 * strtol.c, strtoul.c: #include "config.h". Portably #include
6225 <limits.h> and/or <sys/param.h>.
6226 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 6227
7d3ffcaf
JL
6228 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
6229 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
6230 * configure, config.in: Regenerate.
6231 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
6232
b1233257
JL
6233 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
6234
ae7d06ad
NC
62352000-07-21 Mike Stump <mrs@wrs.com>
6236
6237 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
6238 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
6239
62402000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6241
6242 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
6243
6244 * setenv.c (setenv): Initialize variable `ep'.
6245
6246 * sigsetmask.c (abort): Prototype.
6247
6248 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
6249 __STDC__ for stdarg.h include.
6250 (int_vasprintf): Prototype.
6251 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
6252 definition. Cast `global_total_width' in comparison.
6253 (main): Prototype. Return a value.
6254
6255 * vfork.c (fork): Prototype.
6256
6257 * xexit.c: Include config.h.
6258
9adf30b2
JL
62592000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
6260
6261 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
6262 and print it with %u.
6263
2ed78d1b
HPN
62642000-07-17 Hans-Peter Nilsson <hp@axis.com>
6265
6266 * testsuite/regress-demangle (failed test): Show result and
6267 expected output.
6268
0473bdf7
AH
62692000-07-07 Andrew Haley <aph@cygnus.com>
6270
6271 * cplus-dem.c (main): fflush() after emitting last char before
6272 waiting for input.
6273
03d5f569
JM
62742000-06-28 Alex Samuel <samuel@codesourcery.com>
6275
6276 * cp-demangle.c (demangle_encoding): Accept no substitutions.
6277 (demangle_name): Handle <substitution> followed by
6278 <unqualified-template-name>.
6279 (demangle_type): Follow special substitutions with
6280 <class-enum-type>
6281 (demangle_subtitution): Set template_p for special substitutions.
6282 (main): Fix typos.
ae7d06ad 6283
03d5f569
JM
62842000-06-27 Alex Samuel <samuel@codesourcery.com>
6285
6286 * cp-demangle.c (demangle_special_name): Swap base and derived
6287 class when demangling construction vtables.
6288
62892000-06-21 Alex Samuel <samuel@codesourcery.com>
6290
6291 * cp-demangle.c: Don't include ctype.h.
6292 (IS_DIGIT): New macro.
6293 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
6294 instead of isdigit and isalpanum.
6295 (demangling_def): Make name and next const pointers.
6296 (STATUS_ALLOCATION_FAILED): New status code.
6297 (dyn_string_append_space): Handle failure in
6298 dyn_string_append_char.
6299 (int_to_dyn_string): Likewise. Change return value to status_t.
6300 (string_list_new): Handle failure of dyn_string_init.
6301 (result_close_template_list): Change return type to status_t.
6302 Handle failure in dyn_string_append.
6303 (result_push): Change return value to status_t. Handle failure in
6304 string_list_new. Handle failure of result_push throughout.
6305 (substitution_add): Change return value to status_t. Handle
6306 dyn_string failures. Handle failure of substitution_add
6307 throughout.
6308 (template_arg_list_new): Return NULL on allocation failure.
6309 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
6310 Handle error result throughout.
6311 (result_append): Likewise.
6312 (result_append_char): Likewise.
6313 (result_append_space): Likewise.
6314 (demangling_new): Make argument a const pointer. Handle
6315 allocation failures.
6316 (demangle_template_args): Handle failure in template_arg_list_new
6317 and result_close_template_list.
6318 (demangle_discriminator): Return if int_to_dyn_string fails.
6319 (cp_demangle): Likewise.
6320 (cp_demangle_type): New function.
6321 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
6322 memory allocation failure.
6323 (main): Likewise.
6324 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
6325 IN_LIBGCC2.
6326 (dyn_string_init): Change return value to int. Handle
6327 RETURN_ON_ALLOCATION_FAILURE case.
6328 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
6329 (dyn_string_release): Delete the dyn_string.
6330 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
6331 (dyn_string_copy): Change return type to int.
6332 (dyn_string_copy_cstr): Likewise.
6333 (dyn_string_prepend): Likewise.
6334 (dyn_string_prepend_cstr): Likewise.
6335 (dyn_string_insert): Likewise.
6336 (dyn_string_insert_cstr): Likewise.
6337 (dyn_string_append): Likewise.
6338 (dyn_string_append_cstr): Likewise.
6339 (dyn_string_append_char): Likewise.
6340 (dyn_string_substring): Likewise.
ae7d06ad 6341
eb383413 63422000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 6343
eb383413
L
6344 * cp-demangle.c (demangle_operator_name): Add spaces before
6345 names beginning with a letter: delete, delete[], new, new[],
6346 sizeof.
6347 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 6348
eb383413
L
6349Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
6350
6351 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
6352
6353Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
6354
6355 * cp-demangle.c (stdio.h): File included unconditionaly.
6356 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
6357 * dyn-string.c (stdio.h): File included.
6358 * partition.c (partition_print): No `&' needed to take the address of
6359 a function.
6360
63612000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6362
6363 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 6364
eb383413
L
6365 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
6366
6367 * cp-demangle.c (demangle_char): Change parameter from char to int.
6368 (demangle_expression, demangle_expr_primary): Remove extra
6369 semi-colon in prototype.
6370
6371 * dyn-string.c (dyn_string_append_char): Change parameter from
6372 char to int.
6373
6374 * memcmp.c (memcmp): Constify.
6375
6376 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
6377 __extension__.
6378
6379 * partition.c (elem_compare): Prototype. Don't cast away
6380 const-ness.
6381
6382 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 6383
eb383413
L
63842000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6385
6386 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
6387
6388 * cp-demangle.c: Include demangle.h.
6389 (template_arg_list_new): DeANSIfy.
6390 (cp_demangle): Make static and add prototype.
6391 (operator_code, operators): Constify.
6392 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
6393
63942000-06-05 Alex Samuel <samuel@codesourcery.com>
6395
6396 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
6397 unsigned char.
6398 (demangle_unqualified_name): Likewise.
6399 (demangle_number_literally): Likewise.
6400 (demangle_type): Likewise.
6401 (demangle_substitution): Likewise.
6402 (is_mangled_char): Likewise, for isalnum.
6403
64042000-06-04 Alex Samuel <samuel@codesourcery.com>
6405
6406 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
6407 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
6408 (cp-demangle.o): New dependency.
6409 (dyn-string.o): Likewise.
6410
6411 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
6412
6413 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
6414 demangler.
6415 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
6416 demangling mode.
6417 (gnu_new_abi_symbol_characters): New function.
6418 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
6419 file.
6420 * cp-demangle.c: New file.
ae7d06ad 6421
f03aa80d
AC
6422Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
6423
6424 * floatformat.c: Add name to each floatformat field.
6425
77bfb694
JL
6426Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
6427
6428 * Makefile.in (objalloc.o): Depend on config.h
6429
5c82d20a
ZW
64302000-05-29 Zack Weinberg <zack@wolery.cumb.org>
6431
eb383413 6432 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
6433 if HAVE_STRING_H.
6434 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
6435 * objalloc.c: Include config.h. Include stdlib.h and don't
6436 declare malloc or free if HAVE_STDLIB_H.
6437 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
6438 else declare malloc without prototype. Include string.h if
6439 HAVE_STRING_H, else declare memset without prototype. Don't
6440 include stddef.h.
6441
eb383413
L
64422000-05-23 Mike Stump <mrs@wrs.com>
6443
6444 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
8aefe91a 6445 -j3.
eb383413
L
6446
64472000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
6448
6449 * xmalloc.c: Include config.h for HAVE_SBRK definition.
6450
64512000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
6452
ae7d06ad 6453 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
6454 probably zero, also eliminate a warning on alpha.
6455
64562000-05-15 David Edelsohn <edelsohn@gnu.org>
6457
6458 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
6459 on $(enable_shared).
6460
64612000-05-10 Jakub Jelinek <jakub@redhat.com>
6462
6463 * config.table: Use mh-sparcpic for sparc*-*-*.
6464
64652000-05-08 Nick Clifton <nickc@cygnus.com>
6466
6467 * Makefile.in (CFILES): Add strncmp.c.
6468 (NEEDED): Add strncmp.
6469
64702000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 6471
eb383413
L
6472 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
6473 Cast the arguments to `islower' to `unsigned char'.
6474 (print_demangler_list): Prototype.
6475
6476Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
6477
6478 * sort.c (UCHAR_MAX): Provide fallback definition.
6479
64802000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
6481
6482 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
6483 SUBDIRS.
6484
eb383413
L
64852000-04-28 Kenneth Block <block@zk3.dec.com>
6486 Jason Merrill <jason@casey.cygnus.com>
6487
ae7d06ad
NC
6488 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
6489 (cplus_demangle_set_style): New function for setting style.
6490 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
6491
64922000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6493
6494 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
6495
6496 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
6497 (libiberty_AC_FUNC_STRNCMP): Invoke.
6498
6499 * strncmp.c: New file.
6500
6501Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
6502
6503 * hashtab.c (htab_expand): Add prototype.
6504 (find_empty_slot_for_expand): Likewise.
6505
65062000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6507
6508 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
6509 match prototype.
6510 (htab_expand): Cast the return value of xcalloc.
6511
65122000-04-24 Mark Mitchell <mark@codesourcery.com>
6513
6514 * hashtab.c (hash_pointer): New function.
6515 (eq_pointer): Likewise.
6516 (htab_hash_pointer): New variable.
6517 (htab_eq_pointer): Likewise.
6518
65192000-04-23 Mark Mitchell <mark@codesourcery.com>
6520
6521 * sort.c (sort_pointers): Fix endianness bugs.
6522
6523 * sort.c: New file.
6524 * Makefile.in (CFILES): Add sort.c
6525 (REQUIRED_OFILES): Add sort.o.
6526 (sort.o): New target.
6527
19be4303
JL
65282000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6529
6530 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
6531 4.3BSD systems.
6532
eb383413
L
6533Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6534
6535 * hashtab.c: Various minor cleanups.
6536 (htab_find_slot_with_hash): INSERT is now enum insert_option.
6537 (htab_find_slot): Likewise.
6538
65392000-04-16 Dave Pitts <dpitts@cozx.com>
6540
6541 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 6542
afe36a78
RH
65432000-04-05 Richard Henderson <rth@cygnus.com>
6544
6545 * splay-tree.c (splay_tree_remove): New.
6546
eb383413
L
65472000-03-30 Mark Mitchell <mark@codesourcery.com>
6548
6549 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
6550 codes.
6551 (htab_find_with_hash): Likewise.
6552 (htab_find_slot_with_hash): Likewise.
ae7d06ad 6553
eb383413
L
65542000-03-29 Zack Weinberg <zack@wolery.cumb.org>
6555
6556 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
6557 unless it will be used. Rearrange loop for better
6558 optimization.
6559 (higher_prime_number): Add static prototype.
6560
b4fe2683
JM
6561Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
6562
6563 * Makefile.in (partition.o): Depend on config.h
6564
65652000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
6566
6567 * hashtab.c (find_empty_slot_for_expand): New function.
6568 (htab_expand): Use it instead of htab_find_slot.
6569 (htab_find_with_hash): Renamed from htab_find; now accepts extra
6570 argument HASH.
6571 (htab_find_slot_with_hash): Likewise for htab_find_slot.
6572 (htab_find): New wrapper function.
6573 (htab_find_slot): Likewise.
6574 (htab_traverse): Pass slot, not entry, to called function.
6575
65762000-03-09 Alex Samuel <samuel@codesourcery.com>
6577
6578 * Makefile.in (CFILES): Add partition.c.
6579 (REQUIRED_OFILES): Add partition.o.
6580 (partition.o): New rule.
6581 * partition.c: New file.
ae7d06ad 6582
b4fe2683
JM
65832000-03-09 Zack Weinberg <zack@wolery.cumb.org>
6584
6585 * hashtab.c (htab_create): Set del_f.
6586 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
6587 Use it.
6588
65892000-03-08 Zack Weinberg <zack@wolery.cumb.org>
6590
6591 * hashtab.c: Remove debugging variables (all_searches,
6592 all_collisions, all_expansions). Delete
6593 all_hash_table_collisions.
6594 (create_hash_table, delete_hash_table, empty_hash_table,
6595 find_hash_table_entry, remove_element_from_hash_table_entry,
6596 clear_hash_table_slot, traverse_hash_table, hash_table_size,
6597 hash_table_elements_number, hash_table_collisions): Rename to:
6598 htab_create, htab_delete, htab_empty, htab_find_slot,
6599 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
6600 htab_elements, htab_collisions.
6601 (htab_find): New function, handles common case where you don't
6602 plan to add or delete an entry.
6603 (htab_expand): Don't create a whole new table, just a new
6604 entry vector.
6605 (htab_find_slot): Simplify logic.
6606
08372f14
ILT
66071999-08-03 Ian Lance Taylor <ian@zembu.com>
6608
6609 * floatformat.c: Add casts to avoid signed/unsigned warnings.
6610 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
6611
6612 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
6613 $(TARGETLIB)n so it works on MSDOS.
6614 (install_to_tooldir): Likewise.
6615
9c8ac5a9
ILT
66161999-07-21 Ian Lance Taylor <ian@zembu.com>
6617
6618 From Mark Elbrecht:
6619 * makefile.dos: Remove; obsolete.
8f36e47c 6620 * configure.bat: Remove; obsolete.
9c8ac5a9 6621
0c0a36a4
ILT
66221999-07-11 Ian Lance Taylor <ian@zembu.com>
6623
6624 * splay-tree.c (splay_tree_insert): Add initialization to avoid
6625 warning.
6626
66272000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
6628
6629 * pexecute.c: Conditionally include string.h.
b4fe2683 6630 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
6631
66322000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6633
6634 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
6635 we're using gcc.
6636
6637 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
6638
66391999-12-27 Geoff Keating <geoffk@cygnus.com>
6640
6641 * vasprintf.c (int_vasprintf): Don't re-read the format character
6642 as this mishandles strings like '%%s'.
6643
66441999-12-05 Mark Mitchell <mark@codesourcery.com>
6645
6646 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
6647 rather than struct splay_tree_node.
6648 (splay_tree_insert): Use struct splay_tree_s rather than struct
6649 splay_tree.
6650
6651Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
6652
6653 * hashtab.c (sys/types.h): File included.
6654
66551999-11-22 Jason Merrill <jason@casey.cygnus.com>
6656
6657 * strtoul.c, strtol.c, random.c: Remove advertising clause from
6658 BSD license, pursuant with
6659
6660 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
6661
6662Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
6663
6664 * hashtab.c: Include stdio.h.
6665
6666Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
6667
6668 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
6669
6670Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
6671
6672 * xstrdup (sys/types.h): Include this file.
6673
66741999-10-28 Nathan Sidwell <nathan@acm.org>
6675
6676 * Makefile.in (SUBDIRS): New macro.
6677 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
6678 avoid multiple subdirectory cleaning.
6679 (*-subdir): Use SUBDIRS.
6680
66811999-10-25 Jim Kingdon <http://developer.redhat.com/>
6682
6683 * cplus-dem.c: Move declarations of standard_symbol_characters and
6684 hp_symbol_characters inside #ifdef MAIN to avoid compiler
6685 warnings.
6686
66871999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
6688
6689 * hashtab.c (find_hash_table_entry): When returning a
6690 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
6691 (clear_hash_table_slot): New function which deletes an entry
6692 by its position in the table, not its value.
6693 (traverse_hash_table): New function which calls a hook
6694 function for every live entry in the table.
6695
66961999-10-19 Mark Mitchell <mark@codesourcery.com>
6697
6698 * cplus-dem.c (INTBUF_SIZE): New macro.
6699 (string_append_template_idx): New function.
6700 (demangle_expression): Likewise.
6701 (demangle_integral_value): Use it.
6702 (demangle_real_value): New function, split out from ...
6703 (demangle_template_value_parm): ... here. Use
6704 string_append_template_idx. Use demangle_real_value.
6705 (demangle_template): Use string_append_template_idx.
6706 (demangle_qualified): Use consume_count_with_underscores.
6707 (get_count): Tweak formatting.
6708 (do_type): Use string_append_template_idx.
b4fe2683 6709
0c0a36a4
ILT
67101999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6711
6712 * calloc.c: Add a public domain notice.
6713
6714Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
6715
6716 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
6717
6718Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
6719
6720 * Makefile.in (CFILES): Add hashtab.c
6721 (REQUIRED_OFILES): Add hashtab.o
6722 (hashtab.o): Add dependencies.
6723 * hashtab.c: New file
6724
6725Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
6726
6727 * basename.c (DIR_SEPARATOR): New macro.
6728 (DIR_SEPARATOR_2): Likewise.
6729 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
6730 (IS_DIR_SEPARATOR): Likewise.
6731 (main): Handle MSDOS style pathname.
6732
67331999-10-11 Mark Mitchell <mark@codesourcery.com>
6734
6735 * cplus-dem.c (do_type): Handle pointer to member types whose
6736 enclosing classes have namespace scope.
6737
6738Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
6739
6740 * config.table: Provide a backup shell for executing move-if-change.
6741
67421999-10-02 Mark Mitchell <mark@codesourcery.com>
6743
6744 * xmalloc.c (xmalloc): Fix spelling error.
6745 (xcalloc, xrealloc): Likewise.
6746
67471999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6748
6749 * cplus-dem.c (fancy_abort, demangle_integral_value,
6750 demangle_arm_hp_template, recursively_demangle,
6751 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
6752 (program_name, program_version, fatal): Constify a char*.
6753 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
6754 (main): Call return, not exit.
6755
67561999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6757
6758 * choose-temp.c: Remove obsolete comment about gcc.
6759 (make_temp_file): Constify a char*.
6760
6761Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6762
6763 * xmemdup.c: Include sys/types.h.
6764
67651999-09-07 Jeff Garzik <jgarzik@pobox.com>
6766
6767 * xmemdup.c: New xmemdup function.
6768 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
6769
6770Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
6771
b4fe2683 6772 * config.table: Add openedition target.
0c0a36a4
ILT
6773 * config/mh-openedition: New file.
6774
6775Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
6776
6777 * pexecute.c (pexecute): Fill in temp_base when needed.
6778
67791999-08-31 Richard Henderson <rth@cygnus.com>
6780
6781 * getpwd.c: Check HAVE_GETCWD before defining it away.
6782
67831999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6784
6785 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
6786 (REQUIRED_OFILES): Add getpwd.o.
6787 (getpwd.o): Add target.
6788
6789 * configure.in (AC_PREREQ): Bump to 2.13.
6790 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
6791
6792 * getpwd.c: New file, moved here from gcc.
6793
67941999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6795
6796 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
6797 comparing against a signed quantity.
6798 (arm_special): Likewise.
6799 (demangle_fund_type): Likewise.
6800 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 6801 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
6802 (main): Constify variable `valid_symbols'.
6803
6804Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
6805
6806 * strtoul.c (strtoul): Add parentheses around && within ||.
6807
6808Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
6809
6810 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
6811 libdir, libsubdir and tooldir.
6812
68131999-08-01 Mark Mitchell <mark@codesourcery.com>
6814
6815 * splay-tree.c (splay_tree_insert): Return the new node.
6816
35ca97ea
RH
68171999-07-14 Richard Henderson <rth@cygnus.com>
6818
b4fe2683 6819 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
6820 prototyping directly.
6821 * choose-temp.c: Conditionally include string.h.
6822
0c0a36a4
ILT
68231999-07-12 Jason Merrill <jason@yorick.cygnus.com>
6824
6825 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
6826
af32ff69
ILT
68271999-07-11 Ian Lance Taylor <ian@zembu.com>
6828
6829 * splay-tree.c (splay_tree_insert): Add initialization to avoid
6830 warning.
6831
0c0a36a4
ILT
68321999-07-07 Jason Merrill <jason@yorick.cygnus.com>
6833
6834 * Makefile.in (needed-list): Only include stuff we actually need
6835 for libstdc++.
6836
68371999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6838
6839 * configure.in (checkfuncs): Add gettimeofday.
6840 * config.in, configure: Regenerated.
6841
6842Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
6843
6844 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
6845 the test fails.
6846 * configure: Regenerate.
6847
68481999-06-10 Mike Stump <mrs@wrs.com>
6849
6850 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
6851 parallel builds.
6852
68531999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6854
6855 * putenv.c: Include ansidecl.h to define `const'.
6856 * setenv.c: Likewise.
6857
6858Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
6859
6860 * Makefile.in (CFILES): Add putenv.c and setenv.c.
6861 * configure.in (funcs): Add putenv and setenv.
6862 (AC_CHECK_FUNCS): Check for putenv and setenv.
6863 * configure: Rebuilt.
6864 * putenv.c setenv.c: New files.
6865
6866 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
6867 bytes of space using malloc.
6868
6869Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
6870
6871 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
6872 the *mangled pointer beyond the end of the string. Clean up code to
6873 match prevailing coding style.
6874
68751999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6876
6877 * tmpnam.c (L_tmpnam): Fix typo.
6878
6879Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
6880
6881 * cplus-dem.c (standard_symbol_characters): Renamed from
6882 standard_symbol_alphabet. No longer modify TABLE.
6883 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
6884 modify TABLE.
6885 (main): Corresponding changes. Use strchr to determine if a
6886 character is valid.
6887
e9868447
JB
68881999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
6889
6890 * cplus-dem.c (main): Use table lookup to distinguish identifier
6891 characters from non-identifier characters.
6892 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
6893
33fbbfbc
RH
6894Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
6895
6896 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
6897 * getruntime.c: Only attempt to include sys/resource.h and
6898 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
6899 are defined.
6900
0c0a36a4
ILT
6901Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
6902
6903 * configure.in (alloca detection): Handle alloca directly for interix.
6904 * configure: Rebuilt.
6905
6906Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
6907
6908 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
6909
252b5132
RH
69101999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6911
6912 Fix from Dale Hawkins:
b4fe2683 6913 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
6914 reallocated properly if we use it again.
6915
6916 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
6917 stricter about syntax. Always null-terminate string.
6918
c1687039
ILT
6919Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
6920
6921 * configure.in (checkfuncs): Check for sbrk.
6922 * config.in: Rebuilt.
6923 * configure: Likewise.
6924 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
6925
0c0a36a4
ILT
69261999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
6927
6928 Fix from Marcus Daniels:
6929 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
6930 identifier looking for another underscore.
6931
6932Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
6933
6934 * pexecute.c: Change all references to __UWIN__ to _UWIN.
6935 * xmalloc.c: Likewise.
6936 (xcalloc): UWIN has sbrk.
6937 (xrealloc): Fix guard macro.
6938
252b5132
RH
69391999-04-11 Richard Henderson <rth@cygnus.com>
6940
6941 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
6942 or <alloca.h>.
6943 * clock.c (GNU_HZ): New definition.
6944 (clock): Use it.
6945 * getruntime.c: Likewise.
6946
6947 * config.table: Use mh-beos.
6948 * config/mh-beos: New file.
6949
0c0a36a4
ILT
69501999-04-11 Mark Mitchell <mark@codesourcery.com>
6951
6952 * cplus-dem.c (demangle_template_value_parm): Handle
6953 pointers-to-members.
6954 (do_type): Handle template parameters as qualifiers.
6955
252b5132
RH
69561999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
6957
6958 * cplus-dem.c: Attempt to handle overflows in counts with some
6959 semblance of grace.
6960 (consume_count): Detect overflows. Return -1 to indicate errors,
6961 instead of zero.
6962 (demangle_template_value_parm, demangle_template): Handle change
6963 to consume_count's return convention.
6964
0c0a36a4
ILT
69651999-04-05 Tom Tromey <tromey@cygnus.com>
6966
6967 * testsuite/regress-demangle: New file.
6968 * testsuite/demangle-expected: New file.
252b5132 6969
0c0a36a4
ILT
6970 * Makefile.in (all, check, installcheck, info, install-info,
6971 clean-info, dvi, install, etags, tags, mostlyclean, clean,
6972 distclean, maintainer-clean, realclean): Depend on corresponding
6973 `-subdir' target.
6974 (all-subdir check-subdir installcheck-subdir info-subdir
6975 install-info-subdir clean-info-subdir dvi-subdir
6976 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
6977 distclean-subdir maintainer-clean-subdir): New target.
6978 * testsuite/Makefile.in: New file.
6979 * configure: Rebuilt.
6980 * configure.in: Create testsuite/Makefile.
252b5132
RH
6981
69821999-04-02 Mark Mitchell <mark@codesourcery.com>
6983
6984 * splay-tree.h (splay_tree_compare_pointers): Define.
6985
69861999-03-30 Mark Mitchell <mark@codesourcery.com>
6987
6988 * splay-tree.c (splay_tree_compare_ints): Define.
6989
69901999-03-30 Tom Tromey <tromey@cygnus.com>
6991
6992 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
6993 don't advance input pointer.
6994 (demangle_class_name): If consume_count didn't find a count, do
6995 nothing. Don't bother with `strlen' sanity check; consume_count
6996 does it for us.
6997
69981999-03-16 Stan Shebs <shebs@andros.cygnus.com>
6999
7000 From Art Haas <ahaas@neosoft.com>:
7001 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
7002 when doing arm or hp style.
7003 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 7004
252b5132
RH
7005Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
7006
7007 * pexecute.c (__CYGWIN32__): Rename to
7008 (__CYGWIN__): this.
7009 * xmalloc.c: Likewise.
7010
7011 Changes to support i386-pc-uwin.
7012 * configure.in (*-*-uwin*): Workaround for vfork bug.
7013 * configure: Regenerate.
7014 * pexecute.c (pexecute): Be like standard Unix.
7015 (pwait): Likewise.
7016 * xmalloc.c (first_break): Define.
7017 (xmalloc_set_program_name): Use.
7018 (xmalloc): Use.
7019
7020Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7021
7022 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
7023
7024Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
7025
7026 * config.table: Check cygwin*, not cygwin32*.
7027
7028Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
7029
7030 * Makefile.in: Change mkstemp -> mkstemps.
7031
7032Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
7033
7034 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
7035 * configure.in (funcs): Check for and conditionally add mkstemps to
7036 the list of functions libiberty will provide.
7037 * configure: Rebuilt.
b4fe2683 7038
252b5132
RH
7039Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
7040
b4fe2683 7041 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
7042 platforms that don't have HZ.
7043 * getruntime.c (HZ): Likewise.
7044
7045Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
7046
7047 * Makefile.in (xstrdup.o): Depend on config.h.
7048
7049Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
7050
7051 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
7052 freeing it.
7053
7054Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7055
7056 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
7057
7058Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7059
7060 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
7061 splay-tree.o.
7062
70631999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
7064
7065 * configure.in: Require autoconf 2.12.1 or higher.
7066
70671998-12-30 Michael Meissner <meissner@cygnus.com>
7068
7069 * random.c (NULL): Don't redefine NULL if it is already defined.
7070
7071Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7072
7073 * argv.c (buildargv): Cast the result of alloca in assignment.
7074
7075 * choose-temp.c: Include stdlib.h.
7076
7077 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
8aefe91a
DD
7078 (snarf_numeric_literal): Constify first parameter.
7079 (code_for_qualifier): Avoid a gcc extension, make the parameter an
7080 int, not a char.
252b5132
RH
7081 (demangle_qualifier): Likewise.
7082 (demangle_signature): Cast the argument of a ctype function to
7083 unsigned char.
7084 (arm_pt): Add parens around assignment used as truth value.
7085 (demangle_arm_hp_template): Constify variable `args'.
7086 (do_hpacc_template_const_value): Cast the argument of a ctype
7087 function to unsigned char.
7088 (do_hpacc_template_literal): Remove unused variable `i'.
7089 (snarf_numeric_literal): Constify parameter `args'.
7090 Cast the argument of a ctype function to unsigned char.
7091
7092 * floatformat.c (floatformat_to_double): Add explicit braces to
8aefe91a 7093 avoid ambiguous `else'.
252b5132
RH
7094
7095 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
8aefe91a
DD
7096 `cstart' and `cend' to unsigned char. Cast the argument of macro
7097 `FOLD', which uses ctype functions, to unsigned char.
252b5132
RH
7098
7099 * objalloc.c (free): Add prototype.
7100
7101Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
7102
7103 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
7104
7105Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
7106
7107 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
8aefe91a 7108 doesn't exist.
252b5132 7109 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 7110
252b5132
RH
7111Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
7112
7113 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
7114 bumping the pointer we read from. Also prepend these codes,
7115 as we do in other places.
7116
71171998-12-18 Nick Clifton <nickc@cygnus.com>
7118
7119 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
7120 'const char *' in order to match its usage when calling siblings.
7121 (snarf_numeric_literal): Make first arg 'const char **' in order
7122 to match usage.
7123
7124Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7125
7126 * choose-temp.c: Don't check IN_GCC anymore.
7127
7128 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
7129 * memchr.c (memchr): Likewise.
7130 * memcpy.c (memcpy): Likewise.
7131 * memmove.c (memmove): Likewise.
7132
7133 * mkstemp.c: Don't check IN_GCC anymore.
7134 * pexecute.c: Likewise.
7135 * splay-tree.c: Likewise.
7136
7137 * strchr.c (strchr): Use `const', not `CONST'.
7138 * strrchr.c (strrchr): Likewise.
7139 * strtol.c (strtol): Likewise.
7140 * strtoul.c (strtoul): Likewise.
7141
7142Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
7143 Elena Zannoni <ezannoni@cygnus.com>
7144 Stan Shebs <shebs@cygnus.com>
7145 Edith Epstein <eepstein@cygnus.com>
7146 Andres MacLeod <amacleod@cygnus.com>
7147 Satish Pai <pai@apollo.hp.com>
7148
7149 * HP aCC demangling support.
7150 * cplus-dem.c
7151 (main): Remove default to HP style demangling, set to EDG
8aefe91a
DD
7152 demangling correctly when -edg specified; set the demangling style
7153 when user specifies 'edg'. Set strip_underscore to
7154 prepends_underscore, if not HPUXHPPA. Set
7155 current_demangling_style to hp_demangling if HPUXHPPA. Set
7156 current demangling style correctly if the switch is hp. Read
7157 label correctly also in the HP style case.
252b5132 7158 (work_stuff): add temp_start field; add field for volatile member
8aefe91a 7159 function.
252b5132 7160 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
8aefe91a 7161 style for this case is the same as ARM.
252b5132
RH
7162 (demangle_args): handle EDG_DEMANGLING style; support HP style.
7163 (demangle_arm_hp_template): new function. (It was
8aefe91a
DD
7164 demangle_arm_pt.); check and set value of temp_start field in
7165 multiple places. Also, when ceching for end of template args,
7166 check to see if at end of static member of template class.
252b5132 7167 (demangle_class): new local variable : save_class_name_end Don't
8aefe91a 7168 include template args in string defining class.
252b5132
RH
7169 (demangle_class_name): use demangel_arm_hp_template.
7170 (demangle_function_name): handle case where demangling style is
8aefe91a
DD
7171 HP_DEMANGLING and currently point at an 'X' in the mangled name.
7172 Handle EDG_DEMANGLING style. Handle constructor and destructor
7173 ops for HP style.
252b5132 7174 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
8aefe91a
DD
7175 styles. global destructor and constructor for HP style are same
7176 as for ARM style. Same for local variables.
252b5132
RH
7177 (demangle_qualified): handle EDG_DEMANGLING style.
7178 (demangle_signature): add case for volatile member function. For
8aefe91a
DD
7179 cases '1' - '9' : initialize the temp_start field to -1 and handle
7180 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
7181 and AUTO_DEMANGLING styles. If expecting a function and managed
7182 to demangle the funct args, then handle the LUCID_DEMANGLING,
7183 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
7184 class name after "Lnnn_ in HP style case. HP style too needs to
7185 forget types. _nnn is OK for HP style, so don't report failure.
252b5132 7186 (do_hpacc_template_const_value): new function. Handle template's
8aefe91a 7187 value param for HP/aCC.
252b5132 7188 (do_hpacc_template_literal): new function. Handle a template's
8aefe91a 7189 literal parameter for HP aCC.
252b5132
RH
7190 (recursively_demangle): new function
7191 (snarf_numeric_literal): new function.
7192 (usage): add 'edg' to the list of demangling styles; add hp switch
8aefe91a 7193 to message.
252b5132
RH
7194
7195Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
7196
7197 * pexecute.c: Remove obsolete ifdefed cygwin code.
7198
7199Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7200
7201 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
7202 * cplus-dem.c: Likewise. Conform to libiberty.h.
7203 * pexecute.c: Likewise.
7204 * splay-tree.c: Likewise.
7205
72061998-11-25 Mike Stump <mrs@wrs.com>
7207
7208 * Makefile.in (splay-tree.o): Add config.h dependency.
7209
7210Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7211
7212 * configure.in: Use AC_PREREQ(2.12.1).
7213
72141998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
7215
b4fe2683 7216 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
7217
7218Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
7219
7220 * mpw.c (mpw_access): Add missing parens.
7221
7222Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7223
7224 * configure.in: Call AC_HEADER_SYS_WAIT.
7225
7226 * pexecute.c: Include sys/wait.h when !IN_GCC.
7227
7228Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
7229
7230 * pexecute.c: revert back to checking old Cygwin
7231 preprocessor symbol until some time has passed.
7232
7233Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
7234
7235 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
7236 since it will now support similar constructs.
7237
7238Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7239
7240 * configure.in: Check for calloc.
7241
7242 * calloc.c: New file.
7243
7244 * xmalloc.c (xcalloc): New function.
7245
7246Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
7247
7248 *cplus-dem.c (demangle_prefix): Use the last "__"
7249 in the mangled name when looking for the signature. This allows
7250 template names to begin with "__".
7251
72521998-11-08 Mark Mitchell <mark@markmitchell.com>
7253
7254 * cplus-dem.c (type_kind_t): Add tk_reference.
7255 (demangle_template_value_parm): Handle it.
7256 (do_type): Use it for references, instead of tk_pointer.
7257
7258 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
7259 not internal_cplus_demangle.
7260
7261Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7262
7263 * choose-temp.c: Don't include gansidecl.h.
7264 * mkstemp.c: Likewise.
7265 * pexecute.c: Likewise.
7266
7267Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
7268
b4fe2683
JM
7269 * configure.in: detect cygwin* instead of cygwin32*
7270 * configure: regenerate
252b5132
RH
7271
7272Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7273
7274 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
8aefe91a
DD
7275 whether to include config.h. Possibly include unistd.h in the
7276 !IN_GCC case. Define VFORK_STRING as a printable function call
7277 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
7278 defined, include vfork.h. If VMS is defined, define vfork()
7279 appropriately. Remove vfork check on USG, we're using autoconf.
7280 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
7281 locally what string to use.
252b5132
RH
7282
72831998-10-26 Mark Mitchell <mark@markmitchell.com>
7284
7285 * splay-tree.c: Tweak include directives to make sure declarations of
7286 xmalloc and free are available.
7287
72881998-10-25 Mark Mitchell <mark@markmitchell.com>
7289
7290 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
7291 anonymous namespaces.
7292
72931998-10-23 Mark Mitchell <mark@markmitchell.com>
7294
7295 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
7296 with type_quals.
7297 (TYPE_UNQUALIFIED): New macro.
7298 (TYPE_QUAL_CONST): Likewise.
7299 (TYPE_QUAL_VOLATILE): Likewise.
7300 (TYPE_QUAL_RESTRICT): Likewise.
7301 (code_for_qualifier): New function.
7302 (qualifier_string): Likewise.
7303 (demangle_qualifier): Likewise.
7304 (internal_cplus_demangle): Use them.
7305 (demangle_signature): Likewise.
7306 (demangle_template_value_parm): Likewise.
7307 (do_type): Likewise.
7308 (demangle_fund_type)): Likewise.
7309
7310Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7311
7312 * splay-tree.c (splay_tree_foreach_helper): Make definition static
7313 to match prototype.
7314
73151998-10-21 Mark Mitchell <mark@markmitchell.com>
7316
7317 * splay-tree.c: New file.
7318 * Makefile.in (CFILES): Add it.
7319 (REQUIRED_OFILES): Likewise.
7320 (splay-tree.o): Add dependencies.
7321
7322Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7323
7324 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
7325 range of 'K' index.
7326
7327Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7328
7329 * choose-temp.c: Prototype mkstemps() when IN_GCC.
7330
7331 * cplus-dem.c (consume_count): Cast argument of ctype macro to
7332 `unsigned char'.
7333 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
7334 comparing against one.
7335 (cplus_mangle_opname): Likewise.
7336 (demangle_integral_value): Cast argument of ctype macro to
7337 `unsigned char'.
7338 (demangle_template_value_parm): Likewise.
7339 (demangle_template): Initialize variable `bindex'. Cast the
7340 result of `strlen' to (int) when comparing against one. Remove
7341 unused variable `start_of_value_parm'.
7342 (demangle_class_name): Cast the result of `strlen' to (int) when
7343 comparing against one.
7344 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
7345 (gnu_special): Likewise. Cast the result of `strlen' to (int)
7346 when comparing against one.
7347 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
7348 (get_count): Likewise.
7349 (do_type): Likewise. Cast the result of `strlen' to (int) when
7350 comparing against one.
7351 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
7352 (demangle_function_name): Cast the result of `strlen' to (int)
7353 when comparing against one.
7354
7355 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
7356 comparing against one.
7357
7358Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
7359
b4fe2683
JM
7360 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
7361 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
7362 * config.in, configure: Rebuilt.
252b5132
RH
7363
7364 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
7365 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
7366 * config.in, configure: Rebuilt.
7367
7368Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
7369
b4fe2683 7370 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
7371
7372Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
7373
7374 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
7375
7376Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
7377
7378 * Merge egcs & devo libiberty.
7379
ba8cb4ba 73801998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
252b5132
RH
7381
7382 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
7383
7384Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7385
7386 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
8aefe91a
DD
7387 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
7388 IN_GCC.
252b5132
RH
7389
7390 * vasprintf.c: Include stdarg.h/varargs.h first.
7391
7392 * vprintf.c: Likewise.
7393
7394Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
7395
7396 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
7397 is the canonical copy. Define ISSPACE if !IN_GCC.
7398 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
7399 * getopt1.c, obstack.c: Similarly.
7400 * Makefile.in: Build mkstemp.o
7401
7402Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
7403
7404 * configure.in: Include asprintf in list of functions known not
7405 to be in newlib.
7406 * configure: Rebuild.
7407
7408Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
7409
7410 * cplus-dem.c (work_stuff): Add dllimported.
7411 (demangled_prefix): Mark symbols imported from PE DLL.
7412 (internal_cplus_demangled): Handle.
7413
74141998-08-17 Jason Merrill <jason@yorick.cygnus.com>
7415
7416 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
7417 stay failed.
7418
7419Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7420
7421 * cplus-dem.c: Include config.h if it exists. Also, only
7422 prototype malloc/realloc if we can't get stdlib.h.
7423
7424Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
7425
7426 * configure.in: Switch back to checking --with-target-subdir when
7427 deciding whether to check for newlib, undoing part of July 15
7428 change.
7429 * configure: Rebuild.
7430
7431Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
7432
7433 * cplus-dem.c (type_kind_t): New type.
7434 (demangle_template_value_parm): Add type_kind_t parameter. Rely
7435 on this paramter, rather than demangling the type again.
7436 (demangle_integral_value): Pass tk_integral.
7437 (demangle_template_: Pass the value returned from do_type.
7438 (do_type): Return a type_kind_t. Pass tk_integral to
7439 demangle_template_value_parm for array bounds.
7440 (demangle_fund_type): Likewise.
7441
7442 Also incorporate from GCC version:
7443
7444 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
7445
7446 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
7447
7448Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7449
7450 * cplus-dem.c (demangle_nested_args): Make function definition
7451 static to match the prototype.
7452
7453Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
7454
7455 * cplus-dem.c (type_kind_t): New type.
7456 (demangle_template_value_parm): Add type_kind_t parameter. Rely
7457 on this paramter, rather than demangling the type again.
7458 (demangle_integral_value): Pass tk_integral.
7459 (demangle_template_: Pass the value returned from do_type.
7460 (do_type): Return a type_kind_t. Pass tk_integral to
7461 demangle_template_value_parm for array bounds.
7462 (demangle_fund_type): Likewise.
7463
7464 Also incorporate from GCC version:
7465
7466 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
7467
7468 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
7469
7470Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
7471
7472 * Makefile.in (ALLOCA): New variable.
7473 ($(TARGETLIB)): Add $(ALLOCA) to library.
7474 (needed-list): Add $(ALLOCA).
7475 ($(ALLOCA)): Depend upon stamp-picdir.
7476
7477Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7478
7479 * cplus-dem.c (demangle_nested_args): Make function definition
7480 static to match the prototype.
7481
7482Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
7483
7484 * configure.in: Check --with-cross-host rather than
7485 --with-target-subdir when deciding whether build uses a cross
7486 compiler, and when deciding where to install the library.
7487 * configure: Rebuild.
7488
7489Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
7490
7491 * cplus-dem.c (demangle_nested_args): Return a value.
7492
7493Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
7494
7495 * cplus-dem.c (string): Move definition before work_stuff.
7496 (work_stuff): Add volatile_type, forgetting_types,
7497 previous_argument, and nrepeats fields.
7498 (SCOPE_STRING): New macro.
7499 (demangle_template): Add `remember' parameter. Add comment.
7500 Register the `B' code type here, if remembering. Tidy. Fix crash
7501 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
7502 (demangle_nested_args): New function.
7503 (internal_cplus_demangle): Handle volatile-qualified member
7504 functions.
7505 (mop_up): Delete the previous_argument string if present.
7506 (demangle_signature): Tidy. Handle volatile-qualified member
7507 functions. Handle back-references using the `B' code. Use extra
7508 parameter to demangle_template and SCOPE_STRING where appropriate.
7509 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
7510 code.
7511 (demangle_class): Use SCOPE_STRING.
7512 (gnu_special): Pass additional argument to demangle_template.
7513 Use SCOPE_STRING.
7514 (demangle_qualified): Save qualified types for later
7515 back-references. Handle constructors and destructors for template
7516 types correctly.
7517 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
7518 demangle_template. Use demangled_nested_args. Don't remember
7519 qualified types here; that's now done in demangle_qualified.
7520 Similarly for templates.
7521 (do_arg): Improve commment. Handle 'n' repeat code.
7522 (remember_type): Check forgetting_types.
7523 (demangle_args): Deal with 'n' repeat codes. Tidy.
7524
7525Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
7526
7527 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
7528 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
7529
7530Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
7531
7532 * configure.in (setobjs): Correct quoting error in cygwin32 case.
7533 From Chris Faylor <cgf@cygnus.com>.
7534
7535Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
7536
7537 * obstack.c: Update to latest FSF version.
7538
7539Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
7540
7541 * Makefile.in: Add a dependency on stamp-picdir for the
7542 objects, so that we can do a parallel build.
7543
7544Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
7545
7546 * configure.in (checkfuncs): Add missing "'".
7547
7548Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
7549
7550 * obstack.c (_obstack_memory_used): Elide this function if we're
7551 on a system with GNU libc.
7552
7553Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
7554
7555 * Makefile.in (distclean): Remove config.log.
7556
7557Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7558
7559 * Makefile.in (distclean): Don't remove alloca-conf.h.
7560
7561Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
7562
7563 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
7564
75651998-05-21 Mark Mitchell <mmitchell@usa.net>
7566
7567 * cplus-dem.c (do_type): Handle volatile qualification.
7568
75691998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
7570
7571 * configure.in: Check for unistd.h as well.
7572 * configure: Rebuild.
7573 * config.in: Rebuild.
7574 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
7575 is defined in unistd.h. Reformat conditional block for easier reading.
7576
7577 * config.table (shared): Default to no if ${enable_shared}
7578 is unset or empty; this logic is used by the toplevel
7579 configure scripts, too.
7580
7581Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
7582
7583 * config.table: Add line to set enable_shared in the Makefile
7584 as needed.
7585
7586Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7587
7588 * cplus-dem.c (squangle_mop_up): Change return type to void.
7589 (internal_cplus_demangle): Remove unused parameter `options'.
7590 All callers changed.
7591 (cplus_demangle_opname): Remove function wide variable `int i' and
7592 replace with `size_t i' at each location where it is used.
7593 (cplus_mangle_opname): change type of `i' from int to size_t.
7594
7595Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
7596
7597 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
7598 than sparc or sun.
7599 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
7600
7601Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
7602
7603 * configure.in: Set libiberty_topdir correctly when srcdir is
7604 "." and with_target_subdir is not set.
7605 * configure: Rebuild.
7606
7607Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
7608
7609 * configure.in: Add *-*-mingw32* case.
7610 * configure: Rebuild.
7611
7612Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
7613
7614 * config.table: Never use a PIC file for *-*-cygwin32*.
7615
7616 * Makefile.in (config.status): Depend upon config.table.
7617
7618 * configure.in: On a cygwin32 host, always compile random, and
7619 don't test for sys_siglist, strsignal, or psignal.
7620 * configure: Rebuild.
7621
7622 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
7623 * getcwd.c: Likewise.
7624 * getpagesize.c: Likewise.
7625 * getruntime.c: Likewise.
7626
7627Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
7628
7629 Use autoconf tests rather than the old dummy.c test:
7630 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
7631 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
7632 most functions. Add special cases to handle newlib and VxWorks.
7633 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
7634 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
7635 CONFIG_FILES is set; set ac_file before calling it.
7636 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
7637 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
7638 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
7639 (i[3456]-*-mingw32*): Remove.
7640 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
7641 (LIBOBJS): New variable.
7642 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
7643 (all): Depend upon needed-list. Don't check RULE1.
7644 (@target_makefile_frag@): Remove.
7645 (COMPILE.c): Include @DEFS@.
7646 (HFILES): Add alloca-conf.h.
7647 (REQUIRED_OFILES): Remove basename.o.
7648 ($(TARGETLIB)): New target.
7649 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
7650 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
7651 (needed-list, config.h): Rewrite.
7652 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
7653 (.always.): Remove.
7654 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
7655 (stamp-h): New target.
7656 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
7657 (basename.o): Don't depend upon config.h.
7658 (getruntime.o): Depend upon config.h.
7659 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
7660 NEED_on_exit.
7661 * basename.c: Don't include config.h. Don't check NEED_basename.
7662 * clock.c: Include config.h.
7663 * getcwd.c: Likewise.
7664 * getpagesize.c: Likewise.
7665 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
7666 HAVE_TIMES.
7667 * strerror.c: Change uses of NEED_sys_errlist to
7668 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
7669 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
7670 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
7671 HAVE_PSIGNAL.
7672 * acconfig.h: New file.
7673 * dummy.c: Remove.
7674 * functions.def: Remove.
7675 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
7676 * config/mh-windows (HDEFINES): Remove.
7677 * config/mh-cygwin32: Remove.
7678 * config/mh-go32: Remove.
7679 * config/mh-irix4: Remove.
7680 * config/mh-riscix: Remove.
7681 * config/mh-sysv4: Remove.
7682 * config/mt-mingw32: Remove.
7683 * config/mt-vxworks5: Remove.
7684 * config.in: New file, generated using autoheader.
7685 * configure: Rebuild.
7686
7687Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
7688
7689 * configure.in: Rewrite to use autoconf.
7690 * configure: Generate using autoconf.
7691 * config/mh-a68bsd: Remove.
7692 * config/mh-apollo68: Remove.
7693 * config/mh-hpbsd: Remove.
7694 * config/mh-ncr3000: Remove.
7695 * config/mh-sysv: Remove.
7696 * config/mh-aix (RANLIB, INSTALL): Don't define.
7697 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
7698 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
7699 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
7700 * config.table: Change config_shell to CONFIG_SHELL, and use
7701 libiberty_topdir to find move-if-change.
8aefe91a 7702 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
252b5132
RH
7703 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
7704 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
7705 * Makefile.in (srcdir): Set to @srcdir@.
7706 (VPATH): Likewise.
7707 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
7708 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
7709 (CC, CFLAGS, RANLIB)): Likewise.
7710 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
7711 (target_makefile_frag, host_makefile_frag): Add substitutions.
7712 (INSTALL_DEST): Set to @INSTALL_DEST@.
7713 (Makefile): Depend upon config.status. Don't depend upon
7714 $(host_makefile_frag) or $(target_makefile_frag).
7715 (config.status): New target.
7716
7717Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
7718
7719 * config/mt-sunos4: Remove. Should be handled by --with-headers
7720 and --with-libraries options at top level.
7721 * config.table: Never use mt-sunos4.
7722
7723 * alloca-conf.h: New file, combining alloca-norm.h and
7724 alloca-botch.h.
7725 * alloca-norm.h: Remove.
7726 * alloca-botch.h: Remove.
7727 * configure.in: Set shell variables files and links to empty.
7728 * config.table: Don't set shell variable files.
7729 * configure.bat: Don't create alloca-conf.h.
7730 * makefile.vms: Likewise.
7731 * mpw-config.in: Likewise.
7732 * vmsbuild.com: Likewise.
7733
7734Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
7735
7736 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
7737 target depending upon config.h.
7738 (alloca.o): Add target depending upon config.h
7739 (basename.o, choose-temp.o, fnmatch.o): Likewise.
7740 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
7741 (strsignal.o, xstrerror.o): Likewise.
7742
7743Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7744
7745 * cplus-dem.c (cplus_demangle_opname): Initialize work.
7746
7747Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
7748
7749 * cplus-dem.c (demangle_qualified): Replace missing else.
7750
7751Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7752
7753 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
7754 length in the name of a virtual table.
7755
7756Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
7757
7758 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
7759 (cplus_demangle_opname): Call mop_up_squangle.
7760 (cplus_demangle): Initialize squangle info, then call
7761 internal_cplus_demangle. (Most code moved there as well)
7762 (internal_cplus_demangle): New function, performs most of what use
7763 to be done in cplus_demangle, but is only called with this file.
7764 (squangle_mop_up): New function to clean up B and K code data.
7765 (mop_up): set pointers to NULL after freeing.
7766 (demangle_signature, demangle_template, demangle_class): Add
7767 switch elements to handle K and B codes.
7768 (demangle_prefix, gnu_special, demangle_qualified): Add
7769 code to handle K and B codes.
7770 (do_type, demangle_fund_type): Handle B and K codes.
7771 (remember_Ktype): New function to store K info.
7772 (register_Btype, remember_Btype): New functions for B codes.
7773 (forget_B_and_K_types): New function to destroy B and K info.
7774
7775Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
7776
7777 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
7778
7779Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
7780
7781 * config.table: Make locating frag files failsafe even for the
7782 special case if configuring and building in srcdir.
7783
7784Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
7785
7786 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
7787
7788Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
7789
7790 * choose-temp.c: Sync with copy in gcc.
7791
7792Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
7793
7794 * getopt.c: Update to latest FSF version.
7795 * getopt1.c: Likewise.
7796
7797Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
7798
7799 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
7800 strings that are not actually lengths.
7801
7802Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
7803
7804 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
7805 (.c.o): Check value of enable_shared, not PICFLAG.
7806 (stamp-picdir): Dito.
7807
7808Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
7809
b4fe2683
JM
7810 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
7811 since it gets built automatically
252b5132
RH
7812
7813Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
7814
7815 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
7816 the currently shipping OS.
7817
7818Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
7819
7820 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
7821 Add fnmatch.o and objalloc.o; remove vasprintf.o.
7822 [config.h]: Define NEED_strsignal.
7823
7824Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
7825
7826 * functions.def: Correct argument types for strerror and
7827 strsignal. Reported by Alex Gutman <agutman@emc.com>.
7828
7829Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
7830
7831 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
7832 values.
7833
7834Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
7835 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
7836
7837 Add mingw32 support.
7838 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
7839 (pwait): New function for mingw32.
7840
7841 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
7842 * config/mt-mingw32: New file.
7843 * xmalloc.c (first_break): Not used for mingw32.
7844 (xmalloc_set_program_name): Don't use sbrk on mingw32.
7845 (xmalloc): Likewise.
7846 (xrealloc): Likewise.
7847
7848Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
7849
7850 * choose-temp.c: Sync with gcc version.
7851
7852Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
7853
7854 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
7855 to all filenames in libdir and tooldir.
7856 (distclean): Do MULTICLEAN before deleting Makefile.
7857 (stamp-needed, stamp-config): Add MULTISRCTOP to
7858 pathname for move-if-change.
7859
7860Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
7861
7862 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
7863
7864Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
7865
7866 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
7867 was already defined previously.
7868
7869Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
7870
7871 * Makefile.in (INSTALL): Use ../install-sh, not install.
7872
7873Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
7874
7875 * Makefile.in (CFILES): Add pexecute.c.
7876
7877Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
7878
7879 * asprintf.c: Consistently use either stdarg or varargs.
7880
7881Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
7882
7883 * cplus-dem.c (demangle_signature): Don't look for return types on
7884 constructors. Handle member template constructors.
7885
7886Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
7887
7888 * README: Fix configuration instructions.
7889
7890Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
7891
7892 * pexecute.c: Update to current version from /gd/gnu/lib:
7893
7894 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
7895
b4fe2683 7896 * pexecute.c: Use spawn if __CYGWIN32__.
252b5132
RH
7897
7898 1997-08-08 Paul Eggert <eggert@twinsun.com>
7899
b4fe2683 7900 * pexecute.c: Include "config.h" first, as per autoconf manual.
252b5132
RH
7901
7902 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
7903
b4fe2683
JM
7904 * pexecute.c (fix_argv): New function.
7905 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
7906 Add underscore to cwait function call.
252b5132
RH
7907
7908Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
7909
b4fe2683
JM
7910 * cplus-dem.c (demangle_template): Add new parameter. Handle new
7911 template-function mangling.
7912 (consume_count_with_underscores): New function.
7913 (demangle_signature): Handle new name-mangling scheme.
252b5132
RH
7914
7915Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
7916
7917 * asprintf.c: stdarg.h when ALMOST_STDC
7918 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
8aefe91a 7919 strncasecmp.o.
252b5132
RH
7920
7921Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
7922
7923 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
7924
7925 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
7926
7927 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
7928
7929Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
7930
7931 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
7932
7933Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
7934
7935 * asprintf.c (asprintf): New file.
7936 * Makefile.in (CFILES): Add asprintf.c
7937 * functions.def: Ditto.
7938
7939Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
7940
7941 * argv.c (dupargv): New function, duplicate an argument vector.
7942
7943Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
7944
7945 * config/mh-cygwin32: also build random.o
7946
7947Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
7948
7949 * cplus-dem.c: Add 'extern' to prepends_underscore.
7950
7951Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
7952
7953 * cplus-dem.c: Various changes to produce Java output when passed
7954 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
7955 (main): Support --java and -j flags to set DMGL_JAVA.
7956
7957Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7958
7959 * config/mh-go32 (CC, AR, RANLIB): Don't define.
7960
7961Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
7962
7963 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
7964 (pexecute.o): New target.
7965
7966 * Makefile.in (stamp-needed): New target, replacing needed-list.
7967 (needed-list): Just depend upon stamp-needed.
7968 (stamp-config): New target, replacing config.h.
7969 (config.h): Just depend upon stamp-config.
7970 (mostlyclean): Remove stamp-*.
7971
7972Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
7973
7974 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
7975 INSTALL_DATA for multilibbed installs
7976
7977Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
7978
7979 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
7980
7981 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
7982
7983 * choose-temp.c (try): Insist that temp dir be searchable.
7984
7985 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
7986
7987 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
7988 for current directory.
7989
7990 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
7991
7992 * pexecute.c: Remove special cases for cygwin32.
7993 (pwait): Remove local definition of `pid'.
7994
7995 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
7996
7997 * pexecute.c (vfork): Supply new definition for VMS.
7998 (pwait): Use waitpid instead of wait for VMS.
7999
8000Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8001
8002 * cplus-dem.c (do_type): Handle `J'.
8003 (demangle_fund_type): Print "complex" for it.
8004
8005Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
8006
8007 * configure.in: Don't turn on multilib here.
8008
8009Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
8010
8011 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
8012 elided; needed by gdb and not present in libc.
8013
8014Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
8015
8016 * Makefile.in (clean): Remove tmpmulti.out.
8017
8018Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
8019
8020 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
8021 Add new floatformat, mainly for ARM doubles.
8022
8023Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
8024
8025 * config.table: Use ${config_shell} with ${moveifchange}. From
8026 Thomas Graichen <graichen@rzpd.de>.
8027
8028Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
8029
8030 * configure.in: Enable multilibing by default.
8031 Update multilib template to read config-ml.in.
8032
8033Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
8034
8035 * makefile.vms: Add objalloc.
8036
8037Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8038
8039 * cplus-dem.c (demangle_it): Add prototype declaration.
8040 (usage, fatal): Likewise.
8041
8042 * xexit.c (_xexit_cleanup): Add prototype.
8043
8044 * strerror.c (init_error_tables): Declare.
8045
8046Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
8047
8048 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
8049 * strsignal.c: Only define strsignal if NEED_strsignal.
8050 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
8051 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
8052 to xneeded-list.
8053 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
8054 (EXTRA_OFILES): Define to vasprintf.o.
8055 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
8056 (EXTRA_OFILES): Add vasprintf.o.
8057 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
8058 (vxneeded-list): Add vasprintf.o.
8059
8060Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
8061
8062 * objalloc.c: Include <stdio.h>.
8063
8064Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
8065
8066 * objalloc.c: New file.
8067 * Makefile.in (CFILES): Add objalloc.c
8068 (REQUIRED_OFILES): Add objalloc.o.
8069 (objalloc.o): New target.
8070
8071Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
8072
8073 * obstack.c: Update to current FSF version.
8074
8075Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
8076
8077 * cplus-dem.c: Add prototypes for all static functions.
8078 (mystrstr): Make static. Make arguments and result const.
8079 (cplus_match): Remove; not used.
8080
8081Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8082
8083 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
8084 __t* symbols.
8085
8086Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
8087
8088 * spaces.c: Declare malloc and free properly.
8089 * strsignal.c (init_signal_tables): Add prototype.
8090 * xatexit.c (_xexit_cleanup): Add parameter declarations.
8091
8092Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8093
8094 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
8095 also required because of xmalloc.o.
8096
8097Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
8098
8099 * strsignal.c: Unconditionally redefine sys_siglist around the
8100 inclusion of the system header files.
8101
8102Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
8103
8104 * makefile.vms: Remove 8 bit characters. Update to latest
8105 gcc release.
8106
8107Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
8108
8109 * strsignal.c: Use NEED_sys_siglist instead of
8110 LOSING_SYS_SIGLIST.
8111 * config.table: Don't use mh-lynxos.
8112 * config/mh-lynxos: Remove.
8113
8114Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
8115
8116 * cplus-dem.c: Fix indenting; make identical to the copy
8117 in GCC.
8118 (do_type, case 'M'): Check for a template as well as a class.
8119
8120Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8121
8122 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
8123 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
8124 libiberty is incorrect, as well.
8125
8126Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8127
8128 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
8129 alloca takes a size_t argument, not just unsigned.
8130
8131Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
8132
8133 * cplus-dem.c: Note that this file also lives in GCC.
8134
8135Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8136
8137 * alloca.c: Remove include of libiberty.h for hpux.
8138 * argv.c: Replace defs from libiberty.h.
8139 * spaces.c: Put back externs from removed from libiberty.h.
8140 * vasprintf.c: Remove include of libiberty.h for hpux.
8141
8142Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8143
8144 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
8145
8146Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8147
8148 * cplus-dem.c: Revert last two commits due to conflicts with
8149 hpux system headers.
8150
8151Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8152
8153 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
8154 Revert last commit due to conflicts with hpux system headers.
8155
8156Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8157
8158 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
8159 libiberty.h when compiled with a standard compiler.
8160
8161Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8162
8163 * alloca.c: Include libiberty.h for definition of xmalloc.
8164 Don't redefine NULL.
8165 * argv.c: Move prototypes to libiberty.h.
8166 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
8167 Don't redefine NULL.
8168 Use casts to eliminate compiler warnings.
8169 * spaces.c: Remove prototypes for malloc and free which are
8170 already in libibrty.h.
8171 * strcasecmp.c: Use casts to eliminate compiler warnings.
8172 * vasprintf.c: Include libiberty.h for definition of malloc.
8173 Don't redefine NULL.
8174 * vprintf.c: Include stdarg.h if __STDC__.
8175
8176Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
8177
8178 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
8179
8180Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
8181
8182 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
8183 upward components correctly.
8184
8185Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
8186
8187 * config.table, config/mh-windows: Add support for building under
8188 MSVC (the Microsoft build environment).
8189
8190Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
8191
8192 * fnmatch.c: Undef const if not __STDC__.
8193
8194Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
8195
8196 * fnmatch.c: New file.
8197 * Makefile.in (CFILES): Add fnmatch.c.
8198 (REQUIRED_OFILES): Add fnmatch.o.
8199 (fnmatch.o): New target.
8200
8201Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
8202
8203 * cplus-dem.c (demangle_template): Fix handling of address args.
8204 (gnu_special): Handle type_info stuff.
8205
8206Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
8207
8208 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
8209 (mpwify_filename): Handle "::/" case.
8210
8211Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
8212
8213 * config/mh-cygwin32: new file (need -DNEED_basename and
8214 -DNEED_sys_siglist for native NT rebuilding)
8215 * config.table (*-*-cygwin32): new entry
8216 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
8217
8218Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8219
8220 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
8221
8222Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
8223
8224 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
8225 messed with arguments that included a '/', add escape chars
8226 to double quotes, remove const decl from arg that Mac
8227 compilers don't seem to like.
8228
8229Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
8230
8231 * pexecute.c: Update test for win32 (&& ! cygwin32).
8232 * choose-temp.c: fix WIN32 preprocessor defines
8233
8234Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
8235
8236 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
8237 to editing of default makefile rule.
8238
8239Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
8240
8241 * alloca-norm.h: Include <malloc.h> if _WIN32.
8242 * argv.c: Include non-prototyped decls for malloc and string
8243 functions if ! _WIN32 or if __GNUC__.
8244
8245Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
8246
8247 * config.h-vms: New file.
8248 * makefile.vms: Use it.
8249
8250Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
8251
8252 * getopt.c (_getopt_internal): If argc is 0, just return (before
8253 we reference *argv and segfault).
8254
8255Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
8256
8257 * Makefile.in (distclean): Add multilib.out.
8258
8259Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
8260
8261 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
8262 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
8263
8264Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
8265
8266 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
8267
8268 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
8269
8270 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
8271
8272 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
8273 (do_ofiles): Allow nonexistent source file in pass 3.
8274 (chk_deffunc): New routine.
8275
8276Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
8277
8278 * pexecute.c (PEXECUTE_VERBOSE): Define.
8279 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
8280
8281Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8282
8283 * Makefile.in (docdir): Removed.
8284
8285Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8286
8287 * Makefile.in (oldincludedir): Removed.
8288
8289Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8290
b4fe2683 8291 * Makefile.in (datadir): Set to $(prefix)/share.
252b5132
RH
8292
8293Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
8294
8295 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
8296 checking for errors from do_type.
8297
8298Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
8299
8300 * makefile.vms: New file.
8301 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
8302 than declaring malloc, realloc, and sbrk.
8303
8304Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
8305
8306 * pexecute.c: New file.
8307
8308Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
8309
8310 * xmalloc.c: Declare sbrk.
8311
8312Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8313
8314 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
8315 declaration.
8316
8317Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
8318
8319 * xstrerror.c: Include <stdio.h>.
8320
8321Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
8322
8323 * Makefile.in (CFILES): Add atexit.c.
8324
8325Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
8326
8327 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
8328
8329Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
8330
8331 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
8332 #include <stdio.h>
8333 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
8334
8335Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
8336
b4fe2683 8337 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
252b5132
RH
8338 Reverts Feb 8, 1995 change.
8339
8340Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
8341
8342 * choose-temp.c: New file.
8343 * Makefile.in (CFILES): Add choose-temp.c.
8344 (REQUIRED_OFILES): Add choose-temp.o.
8345
8346Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
8347
8348 * floatformat.c (floatformat_to_double): Don't bias exponent when
8349 handling zero's, denorms or NaNs.
8350
8351Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
8352
8353 * floatformat.c (floatformat_to_double): Fix bugs with handling
8354 numbers with fractions < 32 bits.
8355
8356Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
8357
8358 * config.table: Permit --enable-shared to specify a list of
8359 directories.
8360
8361Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
8362
8363 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
8364 arguments.
8365
8366Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
8367
8368 * configure.in: If srcdir is `.' and with_target_subdir is not
8369 `.', then set MULTISRCTOP before calling config-ml.in.
8370
8371Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
8372
8373 * mpw.c (mpw_open): Add debugging output option.
8374
8375Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
8376
8377 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
8378
8379Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
8380
8381 * mpw.c (mpwify_filename): Change 6 to 5 in
8382 strncmp (unixname, "/tmp/", 5).
8383
8384Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
8385
8386 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
8387 handle 0 as a pointer value parameter.
8388
8389Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
8390
8391 * Makefile.in (all): Depend upon required-list.
8392 (required-list): New target.
8393 (clean): Remove required-list.
8394
8395Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
8396
8397 * win32.c: Deleted.
8398 * config.table (i386-*-win32): Deleted.
8399 * config/mh-i386win32: Deleted.
8400
8401Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
8402
8403 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
8404 const char *.
8405 (cplus_mangle_opname): Change return type and opname parameter to
8406 const char *. Don't cast return value.
8407
8408Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
8409
8410 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
8411 definition.
8412
8413Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
8414
8415 * obstack.c: Update copyright to 1996.
8416 (_obstack_memory_used): Define new function. Called via
8417 obstack_memory_used macro.
8418
8419Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
8420
8421 * xstrdup.c: New file.
8422 * Makefile.in (CFILES): Add xstrdup.c.
8423 (REQUIRED_OFILES): Add xstrdup.o.
8424 (xstrdup.o): New target.
8425
8426Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
8427
8428 * atexit.c: New stub to provide atexit on systems that have
8429 on_exit, like SunOS 4.1.x systems.
8430 * functions.def (on_exit, atexit): Ditto.
8431
8432Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
8433
8434 * mpw.c (mpw_abort): Remove decl.
8435 (mpw_access): Move debugging printf.
8436
8437Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
8438
8439 * config.table: Consistently use ${host} rather than ${xhost} or
8440 ${target}.
8441 * configure.in: Don't bother to set ${xhost} before calling
8442 config.table.
8443
8444Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8445
8446 * Makefile.in (.c.o): Use test instead of the left bracket, to
8447 avoid problems with some versions of make.
8448
8449Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
8450
8451 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
8452
8453Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
8454
8455 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
8456 which was set to just alloca.o, which is now automatically marked
8457 as needed by the autoconfiguration process.
8458
8459Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
8460
8461 * config.table: Check ${with_cross_host} rather than comparing
8462 ${host} and ${target}.
8463
8464Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
8465
8466 * configure.in: If with_target_subdir is empty, set xhost to
8467 ${host} rather than ${target} before calling config.table.
8468
8469Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
8470
8471 * Makefile.in (MULTITOP): Deleted.
8472 (MULTISRCTOP, MULTIBUILDTOP): New.
8473 (FLAGS_TO_PASS): Delete INCDIR.
8474 (INCDIR): Add $(MULTISRCTOP).
8475 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
8476 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
8477 instead of cfg-ml-pos.in.
8478 (cross-compile check): Change to test for with_target_subdir.
8479 (EXTRA_LINKS): Delete.
8480
8481Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
8482
8483 * mpw-make.sed: Add getpagesize.c.o to needed-list.
8484 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
8485 functions that are supplied by Metrowerks libraries.
8486 (fstat): Clean up descriptor->pointer conversion code.
8487 (InstallConsole, etc): Empty definitions, for when linking
8488 with SIOUX.
8489
8490Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
8491
8492 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
8493 (.c.o): Stylistic change.
8494
8495Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
8496
8497 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
8498 phdm@info.ucl.ac.be (Philippe De Muyter).
8499
8500Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
8501
8502 * configure.in: Correct sed call.
8503
8504Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
8505
8506 * configure.in: Clean up / simplify for native.
8507
8508 * configure.in: Merge in stuff from ../xiberty/configure.in.
8509 * Makefile.in (CC): Add definition (so it can be overrridden
8510 by ../configure).
8511
8512Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
8513
8514 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
8515 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
8516 (link): Remove useless definition with error return.
8517 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
8518 Use UnsignedWide type for microsecond counts.
8519
8520Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
8521
8522 * memcmp.c (memcmp): Argument types are const void *, not void
8523 *const.
8524
8525 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
8526 sys/types.h.
8527 * strcasecmp.c (strcasecmp): Ditto.
8528
8529Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
8530
8531 * Makefile.in (BISON): Remove macro.
8532
8533Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
8534
8535 * Makefile.in (HFILES): Add default empty definition.
8536 * mpw-config.in (config.h): Only update if changed.
8537 * mpw-make.in: Remove.
8538 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
8539 * mpw.c: Remove semi-clone of strerror code.
8540 (sys_nerr, sys_errlist): Define here.
8541 (Microseconds): Only define as A-line trap if m68k Mac.
8542
8543Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
8544
8545 * Makefile.in (maintainer-clean): New synonym for distclean.
8546
8547Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
8548
8549 * config.table: For host, generalize rs6000-ibm-aix*
8550 to *-ibm-aix* so we also include powerpc.
8551
8552Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8553
8554 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
8555
8556 * xstrerror.c: New file.
8557 * Makefile.in, vmsbuild.com: Compile it.
8558
8559Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
8560
8561 * config.table (i386-*-win32): New.
8562
8563Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
8564
8565 * Makefile.in (MULTITOP): New variable.
8566 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
8567 (all): Add multilib support.
8568 (install_to_tooldir, *clean): Likewise.
8569
8570Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
8571
8572 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
8573
8574Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
8575
8576 * vmsbuild.com: create "new-lib.olb", build libiberty under that
8577 name, and then make it become "liberty.olb" when done, so that an
8578 incomplete build attempt never leaves behind something which looks
8579 like a complete library.
8580
8581Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
8582
8583 * config/mh-i386pe: New file for PE hosts.
8584 * config.table: Understand PE hosts.
8585
8586Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8587
8588 * cplus-dem.c: Update from gcc.
8589
8590 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
b4fe2683 8591 <stddef.h>.
252b5132
RH
8592 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
8593
8594Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
8595
8596 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
8597 * mpw.c: Only test DebugPI once whenever printing debug info.
8598 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
8599 also fix to not write on input filename buffer.
8600 (mpw_access): Use stat() instead of open(), works for directories
8601 as well as files.
8602
8603Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8604
8605 * Makefile.in: Massage broken shells that require 'else true'.
8606
8607Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
8608
8609 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
8610 Declare __builtin_alloca in the sparc case, as argv.c did.
8611 * argv.c: Replace inline version of alloca-norm.h at start of file with
8612 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
8613 because alloca-norm.h needs to declare alloca as "PTR".
8614
8615Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
8616
8617 * win32.c: New file.
8618
8619Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8620
8621 * dummy.c: #include "alloca-conf.h".
8622
8623Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8624
8625 * Makefile.in (mostlyclean): Remove stamp-picdir.
8626 (clean): Don't.
8627
8628Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8629
8630 * config.table (frags): Use toplevel pic frags.
8631
8632 * Makefile.in (PICFLAG): New macro.
8633 (all): Depend on stamp-picdir.
8634 (needed-list): Ditto.
8635 (.c.o): Also build pic object.
8636 (stamp-picdir): New rule.
8637 (mostlyclean): Remove pic.
8638 (clean): Remove stamp-picdir.
8639
8640Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
8641
8642 * vmsbuild.com (config.h): Add `#define NEED_basename'.
8643
8644Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
8645
8646 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
8647 to libio-style copyright.
8648 * getpagesize.c: Remove FSF copyright.
8649
8650Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8651
8652 Added improved VMS support from Pat Rankin:
8653
8654 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
8655
8656 * vmsbuild.com: new file.
8657
8658 * getpagesize.c (getpagesize): implement for VMS;
8659 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
8660 support for EVMSERR.
8661
8662Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8663
8664 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
8665
8666 * floatformat.c (floatformat_arm_ext): Define.
8667
8668Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8669
8670 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
8671 strerror.c, strsignal.c: Remove FSF copyright.
8672 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
8673
8674Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
8675
8676 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
8677 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
8678 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
8679 * strchr.c, strrchr.c: Add cast to suppress const warning.
8680
8681Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8682
8683 * cplus-dem.c: Use const instead of CONST. Don't include
b4fe2683 8684 ansidecl.h directly.
252b5132
RH
8685
8686Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8687
8688 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
b4fe2683 8689 xrealloc.
252b5132 8690 (-DMAIN): Don't rely on an externally-defined version number;
b4fe2683
JM
8691 instead, require the version number to be defined as a
8692 preprocessor macro. Handle the RS/6000 leading dot. Define
8693 xmalloc, xrealloc and fatal. Don't strip a leading underscore
8694 if we couldn't demangle the word.
252b5132
RH
8695
8696Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
8697
8698 (Old mpw.c change descriptions retained for informational value.)
8699 * mpw.c (warning_threshold): Default to .4 sec.
8700 (overflow_count, current_progress): New globals.
8701 (warn_if_spin_delay): Include current progress type,
8702 such as program name, in message.
8703 (mpw_start_progress): Set current_progress variable from arg.
8704 (mpw_end_progress): Report spin delays by power-of-two-size
8705 buckets instead of constant-size buckets.
8706
8707 * mpw.c: Clean up formatting, types, returns, etc.
8708 (ENOSYS): Define.
8709 (mpw_fread, mpw_fwrite): Define.
8710 (sleep): Define correctly.
8711
8712 * mpw.c: New code to implement cursor spinning support.
8713 (umask): New function.
8714 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
8715
8716 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
8717 basenames for MPW and MPW/Unix filenames.
8718 (mpw_special_init): New function, calls Macsbug if desired.
8719
8720 * mpw.c: Add GPL notice.
8721 (mpwify_filename): Add more transformations.
8722 (mpw_fopen): Call mpwify_filename on file names.
8723 (rename): Remove.
8724 (chdir, getcwd): Add simple definitions.
8725
8726 * mpw.c: Random cleanups, remove unused code bits.
8727 Added copy of strerror.c for gcc's use.
8728 (stat, fstat, _stat): New versions based on Guido van Rossum code.
8729
8730 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
8731
8732 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
8733 (fork, vfork, etc): Print error messages if called.
8734 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
8735 rename, chown): Define.
8736
8737 * mpw-config.in: New file, MPW version of configure.in.
8738 * mpw-make.in: New file, MPW version of Makefile.in.
8739 * mpw.c: New file, MPW compatibility routines.
8740
8741Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8742
8743 * basename.c: Include config.h before checking for NEED_basename.
8744
8745Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8746
8747 * functions.def: Add DEFFUNC for basename.
8748
8749 * basename.c: Only define basename if NEED_basename.
8750
8751Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8752
8753 * config.table: Fix --enable-shared logic for native builds.
8754
8755Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8756
8757 * cplus-dem.c (demangle_template): Demangle bool literals properly.
8758
8759Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
8760
8761 * strtol.c strtoul.c: Replace these with less buggy versions from
8762 NetBSD. (strtoul in particular couldn't handle base 16.)
8763
8764Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
8765
8766 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
8767
8768 * clock.c: If NO_SYS_PARAM_H is defined, don't include
8769 <sys/param.h>.
8770 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
8771
8772Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
8773
8774 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
8775 a number; ANSI appears to permit any expression, including a
8776 function call.
8777
8778 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
8779 xiberty.
8780 * config/mt-vxworks5: New file.
8781
8782Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
8783
8784 * basename.c (basename): Change argument to be const.
8785
8786Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8787
8788 * Makefile.in (lneeded-list): Don't worry about xmalloc.
8789
8790Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
8791
8792 * Makefile.in (distclean): Delete xhost-mkfrag.
8793
8794Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8795
8796 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
8797
8798Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8799
8800 * hex.c: New file.
8801 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
8802 (hex.o): Add dependencies.
8803
8804 * cplus-dem.c (demangle_prefix): For GNU style constructor and
8805 destructor names, try demangling the remainder of the string.
8806
8807Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8808
8809 * vasprintf.c (int_vasprintf): New static function.
8810 (vasprintf): Use int_vasprintf. Removes assumption that va_list
8811 is assignment compatible.
8812
8813Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8814
8815 * Makefile.in (LIBCFLAGS): New variable.
8816 (FLAGS_TO_PASS): Pass it.
8817 (.c.o): Use it.
8818
8819Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8820
8821 * getopt.c, getopt1.c: Do compile these functions under Linux,
8822 since many native versions are based on glibc but are buggy.
8823
8824Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
8825
8826 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
8827 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
8828
8829Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8830
8831 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
8832 * functions.def: Remove vasprintf.
8833
8834Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8835
8836 * xmalloc.c (first_break): New static variable.
8837 (xmalloc_set_program_name): Record sbrk (0) in first_break.
8838 (xmalloc): If memory allocation fails, try to report how much
8839 memory was allocated by the program up to this point.
8840 (xrealloc): Likewise.
8841
8842Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
8843
8844 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
8845 when linking dummy.
8846 * config.table: Add host RISCiX Makefile frag.
8847 * config/mh-riscix: New file.
8848
8849Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8850
8851 * Makefile.in (FLAGS_TO_PASS): Define.
8852 ($(RULE1)): Use $(FLAGS_TO_PASS).
8853
8854Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8855
8856 * vasprintf.c: Include <string.h>.
8857 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
8858 * xatexit.c: Declare malloc.
8859
8860Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
8861
8862 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
8863 one below).
8864
8865Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
8866
8867 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
b4fe2683 8868 the type index is greater than 9.
252b5132
RH
8869
8870Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
8871
8872 * cplus-dem.c (demangle_qualified): accept optional '_' between
8873 qualified name. This is baecause the template name may end with
8874 numeric and can mixed up with the length of next qualified name.
8875
8876Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8877
8878 * config/mt-sunos4: Use our standard location for cross-includes
8879 and cross-libs when the target is also a "host" environment (ie no
8880 newlib; includes and such don't belong to us). This is specific
8881 to the Cygnus Support environment.
8882
8883Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
8884
8885 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
8886 xxx<ch=81>.
8887
8888Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
8889
8890 * cplus-dem.c (main): flush stdout to make pipe work.
8891
8892Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
8893
8894 * config.table (*-*-cxux7*): Recognize.
8895 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
8896 Harris-specific float format.
8897 * config/mh-cxux7: New file.
8898
8899Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8900
8901 * cplus-dem.c (demangle_template): Make sure that the result of
8902 consume_count doesn't index beyond the end of the string.
8903
8904Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8905
8906 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
8907 earlier. Improve test for new vtable mangling. Change output back
8908 to `virtual table'.
8909
8910Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8911
8912 * obstack.c: Always compile this code, even if using the GNU
8913 library. Avoids problems with relatively recent binary
8914 incompatibility.
8915
8916Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8917
8918 * cplus-dem.c: Include libiberty.h.
8919 (xmalloc, xrealloc, free): Don't declare.
8920 (strstr): Don't declare parameters.
8921 (xmalloc, xrealloc): Don't define.
8922 (long_options): Add no-strip-underscores.
8923 (main): Call xmalloc_set_program_name. Pass n in short options to
8924 getopt_long. Handle option 'n' to not strip underscores.
8925 (usage): Mention -n and --no-strip-underscores.
8926
8927Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
8928
8929 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
b4fe2683 8930 space.
252b5132
RH
8931 (gnu_special): Demangle template and qualified names in a vtable name.
8932
8933Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8934
8935 From gas-2.3 and binutils-2.4 net releases:
8936
8937 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
8938
8939 * makefile.dos: [new] Makefile for dos/go32
8940 * configure.bat: update for latest files
8941 * msdos.c: remove some functions now in libc.a
8942
8943Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
8944
8945 * cplus-dem.c (gnu_special): Recognize thunks, as well as
8946 the new naming style for vtables (when -fvtable-thunks).
8947
8948Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8949
8950 * Makefile.in (XTRAFLAGS): Don't define.
8951 (.c.o, dummy.o): Don't use XTRAFLAGS.
8952 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
8953
8954Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8955
8956 * vasprintf.c: New file.
8957 * Makefile.in, functions.def: Add it.
8958
8959Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
8960
8961 * cplus-dem.c (demangle_fund_type): Grok bool.
8962
8963Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
8964
8965 * config.table: Add go32
8966 * config/mh-go32: New template.
8967
8968Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
8969
8970 * config.table, config/mt-sunos4: config for when sun4 is cross target.
8971
8972Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8973
b4fe2683
JM
8974 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
8975 Declare strlen to return int. Don't include stddef.h.
252b5132
RH
8976
8977Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
8978
b4fe2683
JM
8979 * getopt.c: Delete use of IN_GCC to control whether
8980 stddef.h or gstddef.h is included.
252b5132
RH
8981
8982Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
8983
8984 * cplus-dem.c (demangle_signature): Fix a bug in template function
8985 type numbering.
8986
8987Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
8988
8989 * cplus-dem.c (demangle_signature): Fix template function with arm
8990 style argument type number, Tn.
8991
8992Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
8993
8994 * cplus-dem.c (optable): Add new[] and delete[].
8995
8996Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8997
8998 * argv.c (buildargv): Don't produce empty argument just because
8999 there is trailing whitespace.
9000
9001Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
9002
9003 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
9004 Handle 'p' same as 'P'.
9005 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
9006
9007Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9008
9009 * floatformat.c (get_field, put_field): Fix off by one error in
9010 little endian case.
9011
9012Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9013
9014 * floatformat.c (floatformat_from_double): Pass unsigned char *,
9015 not char *, to put_field.
9016
9017Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
9018
9019 * memmove.c: Re-wrote; placed in public domain.
9020
9021Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9022
9023 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
9024 __Q* as a constructor.
9025
9026Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
9027
9028 * ieee-float.c: Removed; no longer used.
9029 * Makefile.in: Changed accordingly.
9030
9031Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9032
9033 * floatformat.c (get_field): Removed unused local variable i.
9034 (put_field): Removed unused local variable i.
9035
9036Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9037
9038 * floatformat.c: New file, intended to replace ieee-float.c.
9039 * Makefile.in: Change accordingly.
9040
9041Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9042
9043 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
9044 (_getopt_initialize): New function, broken out of _getopt_internal.
9045 (_getopt_internal):
9046 If long_only and the ARGV-element has the form "-f", where f is
9047 a valid short option, don't consider it an abbreviated form of
9048 a long option that starts with f. Otherwise there would be no
9049 way to give the -f short option.
9050
9051Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9052
b4fe2683
JM
9053 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
9054 Test just __STDC__, not emacs.
252b5132
RH
9055
9056Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9057
b4fe2683
JM
9058 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
9059 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
252b5132
RH
9060
9061Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9062
b4fe2683 9063 * getopt.c (_NO_PROTO): Define before config.h is included.
252b5132
RH
9064
9065Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9066
b4fe2683 9067 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
252b5132
RH
9068 <config.h> only under these, else "config.h".
9069
9070Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9071
b4fe2683
JM
9072 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
9073 <config.h> instead of "config.h".
252b5132
RH
9074
9075Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
9076
9077 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
9078 whether to use prototypes or not.
9079 * strerror.c (const): Never undefine; let ansidecl.h handle it.
9080 * strsignal.c (const): Likewise.
9081
9082Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9083
9084 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
9085 Merging common and initialized variables need not be supported by
9086 ANSI C compilers.
9087 (xatexit): Initialize _xexit_cleanup if not already set.
9088 * xexit.c: Comment fix.
9089
9090Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9091
9092 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
9093 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
9094 assuming that realloc works correctly.
9095
9096Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9097
9098 * concat.c, ieee-float.c: Replace inclusion of <string.h>
9099 with explicit function declarations, as recommended by Ian Taylor.
9100
9101Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9102
9103 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
9104 (malloc, realloc): Declare.
9105
9106Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9107
9108 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
9109 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
9110 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
9111 * xmalloc.c: Likewise.
9112 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
9113 macros, not <varargs.h> macros.
9114 * spaces.c (spaces): Make return type const. Don't crash if
9115 malloc returns NULL.
9116 * strerror.c (struct error_info): Make name and msg fields const.
9117 (error_names): Make const.
9118 (strerrno): Make const.
9119 (strtoerrno): Make argument const.
9120 * strsignal.c (struct signal_info): Make name and msg fields
9121 const.
9122 (signal_names, sys_siglist): Make const.
9123 (strsignal, strsigno): Make const.
9124 (strtosigno): Make argument const.
9125 * xatexit.c: Declare parameter types.
9126 * xmalloc.c (name): Make const.
9127 (xmalloc_set_program_name): Make argument const.
9128 * Makefile.in (INCDIR): Define.
9129 (.c.o): Use $(INCDIR).
9130 (dummy.o): Likewise.
9131 (argv.o, basename.o): New targets; depend on libiberty.h.
9132 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
9133 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
9134 (xmalloc.o): Likewise.
9135 (cplus-dem.o): New target; depend on demangle.h.
9136 (getopt.o, getopt1.o): New targets; depend on getopt.h.
9137 (ieee-float.o): New target; depend on ieee-float.h.
9138 (obstack.o): New target; depend on obstack.h.
9139
9140Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9141
9142 Handle obstack_chunk_alloc returning NULL. This allows
9143 obstacks to be used by libraries, without forcing them
9144 to call exit or longjmp.
9145 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
9146 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
9147 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
9148
9149Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9150
9151 * concat.c, ieee-float.c: Include <string.h>.
9152
9153Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9154
9155 * xmalloc.c (xmalloc_set_program_name): New function.
9156 (xmalloc, xrealloc): Include the name in the error message, if set.
9157
9158 * Replace atexit.c with xatexit.c.
9159 * Makefile.in (CFILES), functions.def: Change references.
9160
9161Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
9162
9163 * getruntime.c (get_run_time): Use getrusage or times if
9164 HAVE_GETRUSAGE or HAVE_TIMES are defined.
9165
9166Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9167
9168 * atexit.c: New file.
9169 * Makefile.in (CFILES), functions.def: Add it.
9170 * xexit.c: New file.
9171 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
9172 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
9173 Change request for 0 bytes into request for 1 byte.
9174
9175Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9176
9177 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
9178 unsigned long, to avoid warnings.
9179
9180Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9181
9182 * dummy.c: Don't include time.h ever; always define clock_t as
9183 "unsigned long". Until gcc/fixincludes ensures that clock_t
9184 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
9185 exist, clock_t probably doesn't either.
9186
9187Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
9188
9189 * clock.c, getruntime.c: New files.
9190 * Makefile.in: Add to file lists.
9191 * functions.def (clock): Add to list.
9192 * dummy.c (time.h): Add if __STDC__.
9193 (clock_t): #define as "unsigned long" if not __STDC__.
9194
9195Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9196
9197 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
9198 Edler).
9199
9200Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9201
9202 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
9203 linking.
9204
9205Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
9206
9207 * cplus-dem.c (demangle_arm_pt): New function. Common code
9208 for ARM template demangling.
9209 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
9210 * cplus-dem.c (demangle_prefix): Likewise.
9211
9212Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
9213
9214 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
9215
9216Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
9217
9218 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
9219 * strerror.c, strsignal.c: As a small space optimization, don't
9220 include messages when they aren't actually used.
9221
9222 Merge changes from takefive.co.at!joe (Josef Leherbauer)
9223 * cplus-dem.c (demangle_prefix, demangle_function_name,
9224 cplus_demangle_opname): Fixes for systems where cplus_marker
9225 is something other than '$'.
9226
9227Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
9228
9229 * waitpid.c: Simple-minded approcimation to waitpid
9230 using vanilla wait.
9231 * functions.def, Makefile.in: Update accordingly,
9232
9233Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
9234
9235 * cplus-dem.c(demangle_template): fix bug template instantiation
9236 with value of user defined type.
9237
9238Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
9239
9240 * cplus-dem.c(cplus_demangle_opname): add the subject new function
9241 to support unified search of operator in class.
9242
9243Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9244
9245 gcc -Wall lint:
9246 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
9247 "digit = *s" as condition in while loop.
9248
9249Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
9250
9251 * Makefile.in: pass SHELL to recursive make
9252
9253Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
9254
9255 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
9256 be (const char*), for ANSI (and gcc w/fixproto) consistency.
9257
9258Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9259
9260 * config.table: Make *-*-hiux* use mh-hpux.
9261
9262Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9263
9264 * config.table: Add * to end of all OS names.
9265
9266Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9267
9268 * Makefile.in (lneeded-list): ensure that object file names are
9269 not duplicated, as multiple instances of the same object file in
9270 a library causes problems on some machines
9271
9272Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9273
9274 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
9275
9276Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9277
9278 * strncasecmp.c: new file, implements strncasecmp
9279 * strcasecmp.c: new file, implement strcasecmp
9280
9281 * Makefile.in (CFILES): list these two new source files
9282
9283 * functions.def: add strcasecmp and strncasecmp entries
9284
9285Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9286
9287 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
9288 according to ANSI C.
9289
9290Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
9291
9292 * cplus-dem.c: add support of ARM global constructor/destructor,
9293 and 'G' for passing record or union in parameter.
9294
9295Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9296
9297 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
9298 should not be in functions.def.
9299
9300Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9301
9302 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
9303 not be in functions.def.
9304
9305Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
9306
9307 * cplus-dem.c: change globl constructor/destructor to proper name
9308
9309Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
9310
9311 * cplus-dem.c: fix bug in constructor/destructor
9312
9313Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
9314
9315 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
9316
9317Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
9318
9319 * cplus-dem.c: Fix demangle_template prototype
9320
9321Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
9322
9323 * cplus-dem.c: fix template demangling
9324 * cplus-dem.c: fix const type demangling
9325 * cplus-dem.c: fix constructor/destructor, virtual table,
9326 qualifier, global constructor/destructor demangling
9327
9328Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9329
9330 * strsignal.c, strerror.c: Use fully-bracketed initializer to
9331 keep gcc -Wall happy.
9332
9333Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
9334
9335 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
9336 patch.
9337
9338Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9339
9340 Patch from Paul Flinders:
9341 * cplus-dem.c (do_type): Deal with arrays.
9342
9343Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9344
9345 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
9346 than 9 classes.
9347
9348Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
9349
9350 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
9351 not initialized" warnings under HP/UX
9352
9353Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9354
9355 * strerror.c: Move include of stdio.h after sys_errlist #define.
9356 Also remove NULL definition (stdio.h always defines NULL, so it
9357 never did anything but clutter up the code).
9358
9359Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9360
9361 * Makefile.in, functions.def: handle xmalloc.c
9362
9363 * xmalloc.c: provide xmalloc and xrealloc functions
9364
9365Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9366
9367 * cplus-dem.c: Fix a comment.
9368
9369Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9370
9371 * getopt1.c: Declare const the way getopt.c does.
9372
9373Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9374
9375 * obstack.c, alloca.c: Update from FSF.
9376 * getopt.c, getopt1.c: Update to current FSF version, which
9377 doesn't use alloca.
9378
9379Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9380
9381 * Makefile.in (demangle): Add the target with a message saying
9382 where demangle went.
9383
9384Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9385
9386 * Makefile.in: Remove obsolete `demangle' target.
9387
9388Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
9389
9390 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
9391 avoid infinite loop on vtbl symbols with disambiguating "junk"
9392 tacked on the end.
9393
9394Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9395
9396 * strsignal.c: work around some systems losing definitions of
9397 sys_siglist
9398
9399 * config/mh-lynxos: this system has a losing definition of
9400 sys_siglist
9401
9402 * config.table: use mh-lynxos for *-*-lynxos
9403
9404Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9405
9406 * config.table: Add support for HPPA BSD hosts.
9407
9408 * config/mh-hpbsd: New file.
9409
9410Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
9411
9412 * Makefile.in (TAGS): make work when srcdir != objdir.
9413
9414Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9415
9416 * cplus-dem.c (main): Add long options, including --help and
9417 --version.
9418 (usage): New function from code in main.
9419
9420Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
9421
9422 * config.table: New shell scipt, sourced by both ./configure,in
9423 and ../xiberty/configure.in, to avoid maintainance lossages.
9424 * configure.in and ../xiberty/configure.in: Use config.table.
9425
9426 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
9427 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
9428 * ../xiberty/configure.in: Update from ./configure.in.
9429
9430Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9431
9432 * Makefile.in: remove parentdir support
9433
9434Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9435
9436 * cplus-dem.c (xrealloc): Match definition with prototype.
9437
9438Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9439
9440 * cplus-dem.c (demangle_prefix): Demangle cfront
9441 local variables as an extension to ARM demangling.
9442
9443Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9444
9445 * ieee-float.c: Don't require pointers to double to be aligned.
9446
9447Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
9448
b4fe2683 9449 (merge changes from dlong@cse.ucsc.edu)
252b5132
RH
9450 * cplus-dem.c (consume_count): Simplify.
9451 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
9452 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
9453
9454 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
9455 full prototypes.
9456 * cplus-dem.c (free): Add prototype.
9457 * cplus-dem.c (optable): Fully bracketize initializer.
9458
9459Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
9460
9461 * cplus-dem.c: Whether initial underscores are stripped
9462 depends on the external variable prepends_underscore
9463 (which is generated by the binutils Makefile).
9464
9465Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9466
9467 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
9468
9469Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
9470
9471 * cplus-dem.c (consume_count): Return zero if arg does not
9472 start with digit, and don't consume any input.
9473
9474Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
9475
9476 * Makefile.in (demangle): Use ${srcdir} not $^.
9477
9478 * strtod.c: New file, needed at least for BSD 4.3.
9479
9480Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
9481
9482 * strsignal.c (sys_siglist): For ANSI compilations, type is
9483 "const char *const". Also remove conditionalization on __STDC__
9484 since const is defined away for non-ANSI.
9485
9486Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9487
9488 * configure.in: Recognize *-*-hpux.
9489 * config/mh-hpux: New file.
9490
9491Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
9492
9493 * tmpnam.c: Added ANSI tmpnam() function.
9494 * functions.def, Makefile.in: Update accordingly.
9495
9496Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9497
9498 * cplus-dem.c (demangle_function_name): Get the demangling of
9499 stop__1A right.
9500
9501Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
9502
9503 * cplus-dem.c: Declare strstr return type.
9504
9505Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
9506
9507 * strsignal.c: Add some AIX signals.
9508
9509Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
9510
9511 * Makefile.in (MAKEOVERRIDES): Define to be empty.
9512
9513Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9514
9515 * Makefile.in: add installcheck & dvi targets
9516
9517Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
9518
9519 * ieee-float.c: New file, moved from ../gdb (since it is
9520 needed by ../opcode/m68k-dis.c).
9521
9522Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
9523
9524 * cplus-dem.c: Replace all references to cfront with ARM.
9525
9526Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
9527
9528 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
9529 to be more useful as a filter.
9530
9531Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9532
9533 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
9534 destination directory before running $(RANLIB), in case that
9535 program tries to create a file in the current directory as part of
9536 its work.
9537
9538Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
9539
9540 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
9541 because BSD 4.4 lacks one. Isn't this fun?
9542
9543Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
9544
9545 * cplus-dem.c (demangle_signature): Set func_done after
9546 demangling a template.
9547 * cplus-dem.c (demangle_template): Fix several small bugs
9548 in demangling GNU style templates.
9549 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
9550 style constructors.
9551 * cplus-dem.c (gnu_special): Fix for templates in GNU style
9552 static data members.
9553
9554Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
9555
9556 * cplus-dem.c (demangle_signature): Modify to include type
9557 modifiers like static and const in remembered types.
9558
9559Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
9560
9561 * cplus-dem.c (demangled_qualified): Add new parameter that tells
9562 whether to prepend or append the qualifiers.
9563 * cplus-dem.c (string_prepends): Used now, remove #if 0.
9564 * cplus-dem.c (demangle_signature): Call demangle_qualified
9565 with prepending.
5dd42ef4 9566 * cplus-dem.c (gnu_special): Recognize static data members that
252b5132
RH
9567 use qualified names.
9568 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
9569 temporary buffer and the prepend or append them to the result,
9570 as specified by the new "append" flag.
9571 * cplus-dem.c (do_type): Call demangled_qualified with
9572 appending.
9573
9574Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
9575
9576 * strsignal.c (signal_table): Now const.
9577 (init_signal_tables): Variable eip now points to const.
9578
9579 * strerror.c (error_table): Now const.
9580 (init_error_tables): Variable eip now points to const.
9581
9582Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
9583
9584 * memchr.c (memchr): New (ANSI standard) function.
9585 * Makefile.in, functions.def: Added memchr.
9586 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
9587
9588Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9589
9590 * getopt.c: remove use of USG around <alloca.h>, which never meant
9591 anything anyway
9592
9593 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
9594 of USG and USGr4
9595
9596Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
9597
9598 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
9599 it's now a type according to the ANSI X3J16 working paper; output
9600 "wchar_t" for it.
9601 (demangle_template): Accept `w' as an integral type.
9602 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
9603 counterparts malloc and realloc to `char *'.
9604 (main): Exit with a 0 status.
9605 * Makefile.in (demangle): Don't expect the user to define
9606 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
9607 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
9608
9609Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
9610
9611 * Makefile.in (AR_FLAGS): Avoid verbosity.
9612 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
9613 replace USGr4 with HAVE_SYSCONF.
9614 * config/mh-solaris: Remove; mh-sysv4 works now.
9615 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
9616 * configure.in: Simplify host matching table, remove separate
9617 solaris config file.
9618
9619Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
9620
9621 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
9622
9623Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
9624
9625 * cplus-dem.c (xmalloc, xrealloc): Add decls.
9626 (remember_type): Don't cast xmalloc.
9627 (string_need): Likewise; don't cast xrealloc either.
9628
9629Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
9630
9631 * Makefile.in, functions.defs, rename.c: added simple
9632 implementation of rename, since some binutils programs use it.
9633
9634Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
9635
9636 * strsignal.c: Add appropriate 'const' to sys_siglist
9637 extern declaration (if __STDC__). (Needed for Linux.)
9638 * strsignal.c (strsignal): Add cast to remove const-ness.
9639
9640Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
9641
9642 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
9643 before "'s, diagnosed by BSD 4.4 awk.
9644
9645Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
9646
9647 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
9648 and $(NEEDED_LIST), to give some hooks for xiberty.
9649
9650Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9651
9652 * configure.in: use cpu-vendor-triple instead of nested cases
9653
9654Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
9655
9656 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
9657 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
9658 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
9659 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
9660 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
9661 Convert from using GPL to LGPL.
9662
9663Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
9664
9665 * Makefile.in (errors): Leave dummy.o and dummy around so that
9666 we can see how the needed list was generated (it's sometimes wrong).
9667 (mostlyclean): Remove them.
9668
9669Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
9670
9671 * getcwd.c: supply a default if MAXPATHLEN is not defined.
9672
9673 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
9674
9675Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
9676
9677 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
9678 when cross-compiling.
9679
9680Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
9681
9682 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
9683 as a time optimization.
9684
9685 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
9686 be more expensive than simply demangling.
9687
9688 * cplus-dem.c (cplus_match): new function.
9689
9690Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
9691
9692 * cplus-dem.c: #include <stdio.h>, to define NULL.
9693 Define current_demangling_style.
9694
9695Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
9696
9697 * cplus-dem.c: New file, moved from ../gdb.
9698 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
9699 function, to avoid compiling in target-dependency for CPLUS_MARKER.
9700 * cplus-dem.c (cplus_demangle): Allow demangling style option
9701 to be passed as a parameter, but using the global variable
9702 current_demangling_style as a default.
9703 * Makefile.in: Update for cplus-dem.c
9704
9705Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
9706
9707 * obstack.c: Merge in comment changes from FSF version. Now
9708 matches the FSF version exactly.
9709
9710Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
9711
9712 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
9713 least on losing DECstations!); use if-then-else instead.
9714
9715Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
9716
9717 * Makefile.in: always create installation directories.
9718
9719Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9720
b5d60b68 9721 * Makefile.in: clean up definition of CFILES, more comments
252b5132
RH
9722
9723Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
9724
9725 * getopt.c (my_index): Make first arg const to match strchr,
9726 which it sometimes is remapped to.
9727
9728Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
9729
9730 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
9731 * obstack.c (_obstack_begin): Initialize use_extra_arg.
9732 * obstack.c (_obstack_begin_1): New, from FSF version.
9733
9734Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
9735
9736 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
9737 extra_arg.
9738 * obstack.c (_obstack_begin): Remove area_id and flags arguments
9739 (previously added for mmalloc support, interface has changed).
9740 Also convert flags usage to use use_extra_arg and maybe_empty_object.
9741
9742Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
9743
9744 * argv.c: Move expandargv inline and eliminate static variables.
9745 Rewrite to always allocate in powers of two. Fix to return an
9746 argv with a single null string arg if passed a null string.
9747
9748Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
9749
9750 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
9751 "(void)" casts from function calls where the return value is
9752 ignored, in accordance with GNU coding standards.
9753
9754Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
9755
9756 * bcopy.c, strerror.c, strsignal.c: Lint.
9757
9758Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9759
9760 * getopt.c: merge changes from make.
9761
9762Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
9763
9764 * alloca.c: Incorporate fixes from gdb/alloca.c.
9765 FIXME: Eventually move gdb's alloca configuration files here,
9766 and remove gdb/alloca.c and its Makefile.in support.
9767
9768Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
9769
9770 * dummy.c: Define NOTHING to /*nothing*/, change return type
9771 of main to int and return zero.
9772 * functions.def: Supply NOTHING as the fourth arg to macros
9773 that don't have an explicit arg, to satisfy picky preprocessors.
9774
9775Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
9776
9777 * Makefile.in: Clean up *clean rules, as per standards.texi.
9778
9779Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9780
9781 * getopt.c, getopt1.c: merged largely gratuitous, mostly
9782 whitespace diffs from other prep distributions.
9783
9784Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
9785
9786 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
9787 it is broken on ncr 3000's.
9788
9789Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
9790
9791 * sigsetmask.c: Rewrite. Old one was very confused about its
9792 arguments and result. New one can't do much, but at least knows
9793 what it can't do, and it's good enough for GDB's use.
9794
9795Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
9796
9797 * functions.def: Use proper prototype for strtoul.
9798
9799Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
9800
9801 * Makefile.in: Add random.c.
9802 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
9803 * configure.in: update solaris2 config.
9804
9805Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
9806
9807 * random.c: Add for random() and srandom().
9808 * functions.def: Add random
9809
9810Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
9811
9812 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
9813 using /usr/ucb/install.
9814
9815Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
9816
9817 * strerror.c: Kludge to guard against a conflict with
9818 possible declaration of sys_errlist in errno.h.
9819
9820Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
9821
9822 * configure.in, config/mh-solaris: add solaris2 config support.
9823
9824Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
9825
9826 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
9827 is not defined (should be defined in signal.h, says Posix.).
9828
9829Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
9830
9831 * getopt.c: merged changes from make-3.62.11.
9832
9833Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
9834
9835 * getopt.c: merged changes from bison-1.18.
9836
9837Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
9838
9839 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
9840 since that introduces a circular dependency.
9841 ($(EXTRA_OFILES) are used to build config.h.)
9842
9843 * strtoul.c: Fixes to handle non-decimal bases better.
9844
9845Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
9846
9847 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
9848 * Makefile.dos: Finish MINUS_G eradication.
9849 * Makefile.in (CFILES): Add strsignal.c.
9850 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
9851 * Makefile.in (needed-list): Split creation of errors file to
9852 separate make target.
9853 * Makefile.in (config.h, needed2.awk, errors): New targets.
9854 * Makefile.in (clean): Split to multiple lines, add needed2.awk
9855 and config.h.
9856 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
9857 * functions.def (strerror): Remove from optional list.
9858 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
9859 * functions.def (strerror, psignal): DEFFUNC's
9860 * strerror.c: Rewrite from scratch to use sys_errlist only if
9861 available, add errno_max(), add strerrno(), add strtoerrno(),
9862 add test driver.
9863 * strsignal.c: New file, signal equivalent to strerror.c.
9864 Uses sys_siglist if available, defines signo_max(), strsignal(),
9865 strsigno(), strtosigno(), psignal(), and test driver.
9866
9867Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
9868
9869 * Makefile.in: do not print recursion line.
9870
9871 * Makefile.in: allow CFLAGS to be passed in from command line.
9872 Removed MINUS_G. Default CFLAGS to -g.
9873
9874Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
9875
9876 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
9877 so libg++ users don't have to be inconvenienced by a
9878 libc.a bug (libc.a needs copysign, but doesn't define it!).
9879 * configure.in: Use config/mh-aix.
9880 * strtoul.c: Handle '-' as required by ANSI.
9881 Clean up radix handling.
9882 * strstr.c: Fix buggy algorithm.
9883 * Makefile.in: Change so that ${EXTRA_OFILES} is
9884 appended to needed-list (which is used by libg++).
9885
9886Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
9887
9888 * configure.in: Recognize new ncr3000 config.
9889 * config/mh-ncr3000: New config file.
9890
9891Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
9892
9893 * argv.c, dummy.c: Lint.
9894
9895Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
9896
9897 * config/mh-sysv4: New config file.
9898 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
9899 host_os == sysv4.
9900 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
9901 pagesize.
9902
9903Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
9904
9905 * getopt.c: Lint.
9906
9907Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
9908
9909 * functions.def (alloca): Fix return type and args to avoid
9910 type clash with gcc's builtin alloca.
9911
9912Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
9913
9914 * configure.in, config/mh-irix4: irix4 support.
9915
9916 * Makefile.in, functions.def, alloca.c: added alloca.
9917
9918Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
9919
9920 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
9921
9922Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
9923
9924 * argv.c: Fix various external function definitions to be
9925 correct in an ANSI compilation environment.
9926
9927Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
9928
9929 * obstack.c: Changes to support calling mmalloc functions,
9930 which take an additional argument over malloc functions.
9931
9932Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
9933
9934 * added check target.
9935
9936Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
9937
9938 * argv.c: #include alloca-conf.h (needed by AIX).
9939
9940Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9941
9942 * Makefile.in, configure.in: removed traces of namesubdir,
9943 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9944 copyrights to '92, changed some from Cygnus to FSF.
9945
9946Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
9947
9948 * argv.c: Check in Fred's version which fixes problems with
9949 alloca().
9950
9951Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
9952
9953 * makefile.dos: Remove NUL to keep patch from failing.
9954
9955Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
9956
9957 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
9958
9959Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
9960
8aefe91a 9961 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
252b5132
RH
9962
9963Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
9964
9965 * argv.c: New file to build and destroy standard argument
9966 vectors from a command string.
9967
9968 * Makefile.in: Add argv.c and argv.o to appropriate macros.
9969
9970Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
9971
9972 * configure.in: Change svr4 references to sysv4.
9973
9974 * rindex.c: Declare return type of externally used function
9975 strrchr().
9976
9977Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
9978
9979 * Makefile.in: Remove "***" in normal output, since Make produces
9980 this on errors, and it's convenient to search for.
9981
9982Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
9983
9984 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
9985 New ANSI functions. The old non-ANSI functions (such as bcopy)
9986 should be avoided.
9987 * bcopy.c: Fix to correctly handle overlapping regions.
9988 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
9989 * functions.def: Add the new functions.
9990 * functions.def: Add 4th parameter to DEF macro,
9991 an ansidecl.h-style prototype.
9992 * dummy.c: Use expanded DEF macro to create a dummy function
9993 call, with correct parameter types. (This avoids some
9994 complaints from gcc about predefined builtins.)
9995
9996 Move the functionality of config/mh-default into Makefile.in.
9997 This avoid duplication, and simplifies things slightly.
9998 * Makefile.in: Tweak so we don't need config/mh-default.
9999 * README: Update.
10000 * configure.in: No longer need config/mh-default.
10001 * config/mh-default: Deleted.
10002 * config/mh-sysv: Remove lines copied from old mh-default.
10003
10004Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
10005
10006 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
10007 'mknod' device numbers.
10008
10009Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
10010
10011 * fdmatch.c, Makefile.in: Add new function that takes two
10012 open file descriptors and returns nonzero if they refer to
10013 the same file, zero otherwise. (used in gdb)
10014
10015Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
10016 From DJ:
10017 * msdos.c: stub functions for dos.
10018 * makefile.dos, configdj.bat: new.
10019 * getopt.c: Don't include alloca-conf.h in a GO32 world.
10020
10021
10022Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10023
10024 * Makefile.in: infodir belongs in datadir.
10025
10026Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10027
10028 * Makefile.in: remove spaces following hyphens because bsd make
10029 can't cope. added standards.text support. install using
10030 INSTALL_DATA.
10031
10032 * configure.in: remove commontargets as it is no longer a
10033 recognized hook.
10034
10035Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10036
10037 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10038 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10039 and mandir now keyed off datadir by default.
10040
10041Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
10042
10043 * Makefile.in: find-needed.awk does not fit in 14 chars.
10044
10045 * Makefile.in: Suppress error checking when compiling the test
10046 program, because Ultrix make/sh aborts there due to a bug.
10047
10048Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
10049
10050 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
10051 * README: Explained how the auto-configuration works,
10052 and how to add new files and/or configurations.
10053
10054Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
10055
10056 * strtoul.c: Avoid defining ULONG_MAX if already defined;
10057 cast a const char * to char * for pedants.
10058
10059 * getopt.c: Only define "const" after local include files get to,
10060 and only if they haven't defined it.
10061
10062Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
10063
10064 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
10065 emulate it with getwd() if available. This avoids callers having
10066 to find a MAXPATHLEN or PATH_MAX value from somewhere.
10067 * Makefile.in, functions.def: getwd->getcwd.
10068 * configure.in: Use generic case for every system.
10069 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
10070 * config/mh-sysv: Use default handling, just add -DUSG.
10071
10072Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
10073
10074 * Makefile.in, config/mh-default: Re-do make magic
10075 so that for the default ("automatic") mode we only
10076 compile the files we actually need. Do this using
10077 a recursive make: The top-level generates the list
10078 of needed files (loosely, the ones missing in libc),
10079 and then passes that list to the recursive make.
10080 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
10081
10082Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
10083
10084 RS/6000 host support (grumble).
10085
10086 * configure.in: Build alloca-conf.h file from alloca-norm.h
10087 (everything else) or alloca-botch.h (rs/6000).
10088 * Makefile.in: Include . on the include path.
10089 * getopt.c: Use alloca-conf.h.
10090 * alloca-norm.h: How to declare alloca on reasonable machines.
10091 * alloca-botch.h: How to declare alloca on braindead machines.
10092
10093Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
10094
10095 * concat.c : New file, like concat() in gdb but can take a
10096 variable number of arguments rather than fixed at 3 args. For
10097 now, client applications must supply an xmalloc(), which is a
10098 front end function to malloc() that deals with out-of-memory
10099 conditions.
10100
10101 * Makefile.in: Add concat.c and concat.o to appropriate macros.
10102
10103Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
10104
10105 * config/mh-svr4: Add sigsetmask to list of required functions.
10106
10107Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
10108
10109 * vsprintf.c: New file.
10110 * functions.def, Makefile.in: Add vsprintf.
10111
10112Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
10113
10114 * configure.in, config/mh-rs6000: Add rs/6000 host support.
10115 * Makefile.in: Compile with debug info.
10116
10117Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
10118
10119 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
10120 config/mf-default: Added a default configuration mode,
10121 which includes into libiberty.a functions that are "missing" in libc.
10122 * strdup.c, vprintf.c, vfprintf.c: New files.
10123
10124Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
10125
10126 * config/hmake-svr4: New file.
10127
10128 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
10129
10130 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
10131 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
10132 files containing either portable C versions or emulations using
10133 native library calls.
10134
10135 * strerror.c: Add copyright, internal documentation, etc.
10136
10137 * strtol.c: Replace hardwired hex constants with some more
10138 portable macros. Remove illegal (according to gcc) cast.
10139
10140 * strtoul.c: Replace hardwired hex constant with more portable
10141 macro.
10142
10143 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
10144 can override them. Add new source and object file names to CFILES
10145 and OFILES respectively.
10146
10147 * configure.in: Add support for SVR4 makefile fragments.
10148
10149Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
10150
10151 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
10152 over-ridden by config/hmake-*
10153 * configure.in: added m88kcvs to sysv list
10154
10155Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
10156
10157 * Makefile.in: Most hosts need strerror, but one or two don't,
10158 and they override these definitions in the host-dependent makefile
10159 fragment.
10160 * config/hmake-mach: The odd man out on strerror -- it's supplied.
10161 * strerror.c: New file.
10162
10163 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
10164 it and bfd uses it.
10165 * configure.in, Makefile.in, config/hmake-mach: Only configure
10166 strtol & strotoul in on Mach.
10167
10168Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
10169
10170 * obstack.c: Merge with latest FSF version.
10171
10172\f
10173Local Variables:
10174version-control: never
10175End: