]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - libiberty/ChangeLog
Add markers for 2.37 branch
[thirdparty/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
20c4b12e 12021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
538c15fc 2
20c4b12e
NC
3 * make-temp-file.c (usrtmp): Remove.
4 (choose_tmpdir): Remove use of usrtmp.
538c15fc 5
20c4b12e 62021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
03c02f31 7
20c4b12e
NC
8 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
9
102021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
11 David Faust <david.faust@oracle.com>
12 Jose E. Marchesi <jose.marchesi@oracle.com>
13 Weimin Pan <weimin.pan@oracle.com>
14
15 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
16 sections.
17
182021-06-05 John David Anglin <danglin@gcc.gnu.org>
19
20 PR target/100734
21 * configure.ac: Use libiberty snprintf and vsnprintf on
22 hppa*-*-hpux*.
23 * configure: Regenerate.
03c02f31 24
20c4b12e 252021-05-06 Tom Tromey <tom@tromey.com>
50ad1254 26
20c4b12e
NC
27 * hashtab.c (htab_eq_string): New function.
28
292021-05-04 Eric Botcazou <ebotcazou@adacore.com>
30
31 * configure.ac: Make test for variables more robust.
32 * configure: Regenerate.
33
342021-05-03 H.J. Lu <hjl.tools@gmail.com>
35
36 PR bootstrap/99703
50ad1254
L
37 * configure: Regenerated.
38
20c4b12e
NC
392021-04-21 Andreas Schwab <schwab@linux-m68k.org>
40
41 PR demangler/100177
42 * rust-demangle.c (demangle_const_char): Properly print the
43 character value.
44
452021-03-31 Patrick Palka <ppalka@redhat.com>
46
47 PR c++/88115
48 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
49 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
50 (d_print_comp_inner): Likewise.
51 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
52 change.
53 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
54 * testsuite/demangle-expected: Adjust __alignof__ tests.
55
562021-03-16 Nick Clifton <nickc@redhat.com>
57
58 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
59
602021-02-20 Mike Frysinger <vapier@gentoo.org>
61
62 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
63 (configure_deps): Rename to ...
64 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
65 ($(srcdir)/configure): Replace $(configure_deps) with
66 $(srcdir)/aclocal.m4.
67 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
68 * acinclude.m4: New file.
69 * configure: Regenerate.
70
712021-02-19 Ayush Mittal <ayush.m@samsung.com>
72
73 * argv.c (expandargv): free allocated buffer if read fails.
74
752021-02-01 Martin Sebor <msebor@redhat.com>
76
77 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
78 to avoid -Wstringop-truncation.
79
d750c713
NC
802021-01-04 Martin Liska <mliska@suse.cz>
81
82 * strverscmp.c: Convert to utf8 from iso8859.
83
842020-12-22 Jason Merrill <jason@redhat.com>
85
86 PR c++/67343
87 * cp-demangle.h (struct d_info): Add unresolved_name_state.
88 * cp-demangle.c (d_prefix): Add subst parm.
89 (d_nested_name): Pass it.
90 (d_unresolved_name): Split out from...
91 (d_expression_1): ...here.
92 (d_demangle_callback): Maybe retry with old sr mangling.
93 * testsuite/demangle-expected: Add test.
94
952020-12-21 Jason Merrill <jason@redhat.com>
96
97 * cp-demangle.c (d_expression_1): Recognize qualified-id
98 on RHS of dt/pt.
99 * testsuite/demangle-expected: Add test.
100
1012020-12-21 Jason Merrill <jason@redhat.com>
102
103 * cp-demangle.c (d_unqualified_name): Clear is_expression.
104 * testsuite/demangle-expected: Add tests.
105
1062020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
107
108 * configure: Regenerate.
109 * configure.ac: Avoid using sanitizer.
110
1112020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
112
113 * rust-demangle.c (struct rust_demangler): Add
114 skipping_printing and bound_lifetime_depth fields.
115 (eat): Add (v0-only).
116 (parse_integer_62): Add (v0-only).
117 (parse_opt_integer_62): Add (v0-only).
118 (parse_disambiguator): Add (v0-only).
119 (struct rust_mangled_ident): Add punycode{,_len} fields.
120 (parse_ident): Support v0 identifiers.
121 (print_str): Respect skipping_printing.
122 (print_uint64): Add (v0-only).
123 (print_uint64_hex): Add (v0-only).
124 (print_ident): Respect skipping_printing,
125 Support v0 identifiers.
126 (print_lifetime_from_index): Add (v0-only).
127 (demangle_binder): Add (v0-only).
128 (demangle_path): Add (v0-only).
129 (demangle_generic_arg): Add (v0-only).
130 (demangle_type): Add (v0-only).
131 (demangle_path_maybe_open_generics): Add (v0-only).
132 (demangle_dyn_trait): Add (v0-only).
133 (demangle_const): Add (v0-only).
134 (demangle_const_uint): Add (v0-only).
135 (basic_type): Add (v0-only).
136 (rust_demangle_callback): Support v0 symbols.
137 * testsuite/rust-demangle-expected: Add v0 testcases.
138
1392020-11-13 Seija Kijin <doremylover456@gmail.com>
140
141 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
142
1432020-11-11 Patrick Palka <ppalka@redhat.com>
144
145 PR c++/88115
146 * cp-demangle.c (d_print_comp_inner)
147 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
148 "operator " prefix for __alignof__.
149 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
150 operand of __alignof__.
151 * testsuite/demangle-expected: Test demangling for __alignof__.
152
1532020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
154
155 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
156
1572020-10-06 Martin Liska <mliska@suse.cz>
158
159 PR lto/97290
160 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
161 Use sh_link of a .symtab_shndx section.
162
1632020-09-24 Mark Wielaard <mark@klomp.org>
d7b477c5 164
d7b477c5
MW
165 * dwarfnames.c (get_DW_UT_name): Define using DW_UT_FIRST, DW_UT
166 and DW_UT_END.
167
d750c713 1682020-09-08 Felix Willgerodt <felix.willgerodt@intel.com>
dae7c5a4
FW
169
170 * floatformat.c (floatformat_bfloat16_big): New.
171 (floatformat_bfloat16_little): New.
172
7ade7fba
AM
1732020-09-08 Alan Modra <amodra@gmail.com>
174
7ade7fba
AM
175 * d-demangle.c: Include limits.h.
176 (ULONG_MAX, UINT_MAX): Provide fall-back definition.
177 (dlang_number): Simplify and correct overflow test. Only
178 write *ret on returning non-NULL. Make "ret" an unsigned long*.
179 Only succeed for result of [0,UINT_MAX].
180 (dlang_decode_backref): Simplify and correct overflow test.
181 Only write *ret on returning non-NULL. Only succeed for
182 result [1,MAX_LONG].
183 (dlang_backref): Remove now unnecessary range check.
184 (dlang_symbol_name_p): Likewise.
185 (string_need): Take a size_t n arg, and use size_t tem.
186 (string_append): Use size_t n.
187 (string_appendn, string_prependn): Take a size_t n arg.
188 (TEMPLATE_LENGTH_UNKNOWN): Define as -1UL.
189 (dlang_lname, dlang_parse_template): Take an unsigned long len
190 arg.
191 (dlang_symbol_backref, dlang_identifier, dlang_parse_integer),
192 (dlang_parse_integer, dlang_parse_string),
193 (dlang_parse_arrayliteral, dlang_parse_assocarray),
194 (dlang_parse_structlit, dlang_parse_tuple),
195 (dlang_template_symbol_param, dlang_template_args): Use
196 unsigned long variables.
197 * testsuite/d-demangle-expected: Add new tests.
198
d750c713
NC
1992020-08-26 Iain Buclaw <ibuclaw@gdcproject.org>
200
7ade7fba
AM
201 * d-demangle.c (dlang_function_args): Handle 'in' and 'in ref'
202 parameter storage classes.
203 (dlang_type): Remove identifier type.
204 * testsuite/d-demangle-expected: Update tests.
205
d750c713
NC
2062020-08-03 Richard Biener <rguenther@suse.de>
207
7ade7fba
AM
208 PR lto/96385
209 * simple-object-elf.c
210 (simple_object_elf_copy_lto_debug_sections): Localize global
211 UNDEFs and reuse the prevailing name.
212
d750c713
NC
2132020-07-30 H.J. Lu <hjl.tools@gmail.com>
214
215 PR bootstrap/96202
216 * configure: Regenerated.
217
2182020-07-14 Ian Lance Taylor <iant@golang.org>
219
7ade7fba
AM
220 PR demangler/96143
221 * cp-demangle.c (d_lambda): Don't add substitution candidate.
222 * testsuite/demangle-expected: Update a few existing test cases
223 accordingly, and add a new test case.
224
d750c713
NC
2252020-07-10 Jason Merrill <jason@redhat.com>
226
7ade7fba
AM
227 * cp-demangle.c (cplus_demangle_operators): Add di, dx, dX.
228 (d_expression_1): Handle di and dX.
229 (is_designated_init, d_maybe_print_designated_init): New.
230 (d_print_comp_inner): Use d_maybe_print_designated_init.
231 * testsuite/demangle-expected: Add designator tests.
232
d750c713
NC
2332020-06-26 Nick Clifton <nickc@redhat.com>
234
7ade7fba
AM
235 * bsearch.c (bsearch): Remove use of register keyword.
236 * bsearch_r.c (bsearch_r): Likewise.
237
727b7b18
L
2382020-06-23 Nick Alcock <nick.alcock@oracle.com>
239
240 * bsearch_r.c: New file.
241 * Makefile.in (CFILES): Add bsearch_r.c.
242 (REQUIRED_OFILES): Add bsearch_r.o.
243 * functions.texi: Regenerate.
244
2452020-05-29 H.J. Lu <hjl.tools@gmail.com>
246
247 PR bootstrap/95413
248 * configure: Regenerated.
249
2502020-05-15 Iain Buclaw <ibuclaw@gdcproject.org>
251
252 * d-demangle.c (dlang_attributes): Add @live attribute.
253 * testsuite/d-demangle-expected: Add new tests.
254
2552020-05-14 Rainer Schuetze <r.sagitario@gmx.de>
256 Iain Buclaw <ibuclaw@gdcproject.org>
257
258 * d-demangle.c (enum dlang_symbol_kinds): Remove enum.
259 (struct dlang_info): New struct
260 (dlang_decode_backref): New function.
261 (dlang_backref): New function.
262 (dlang_symbol_backref): New function.
263 (dlang_type_backref): New function.
264 (dlang_symbol_name_p): New function.
265 (dlang_function_type_noreturn): New function.
266 (dlang_function_type): Add 'info' parameter. Decode function type
267 with dlang_function_type_noreturn.
268 (dlang_function_args): Add 'info' parameter.
269 (dlang_type): Add 'info' parameter. Handle back referenced types.
270 (dlang_identifier): Replace 'kind' parameter with 'info'. Handle back
271 referenced symbols. Split off decoding of plain identifiers to...
272 (dlang_lname): ...here.
273 (dlang_parse_mangle): Replace 'kind' parameter with 'info'. Decode
274 function type and return with dlang_type.
275 (dlang_parse_qualified): Replace 'kind' parameter with 'info', add
276 'suffix_modifier' parameter. Decode function type with
277 dlang_function_type_noreturn.
278 (dlang_parse_tuple): Add 'info' parameter.
279 (dlang_template_symbol_param): New function.
280 (dlang_template_args): Add 'info' parameter. Decode symbol parameter
281 with dlang_template_symbol_param. Handle back referenced values, and
282 externally mangled parameters.
283 (dlang_parse_template): Add 'info' parameter.
284 (dlang_demangle_init_info): New function.
285 (dlang_demangle): Initialize and pass 'info' parameter.
286 * testsuite/d-demangle-expected: Add new tests.
287
90d00bbd
L
2882020-05-12 H.J. Lu <hongjiu.lu@intel.com>
289
290 PR bootstrap/94998
291 * configure: Regenerated.
292
87c66b2e
L
2932020-04-28 H.J. Lu <hongjiu.lu@intel.com>
294
295 PR bootstrap/94739
296 * configure: Regenerated.
297
56b1e56d
NC
2982020-04-27 Jakub Jelinek <jakub@redhat.com>
299
300 PR demangler/94797
301 * cp-demangle.c (cplus_demangle_operators): Add ss <=> operator.
302 * testsuite/demangle-expected: Add operator<=> test.
303
3042020-04-25 H.J. Lu <hongjiu.lu@intel.com>
305
306 PR bootstrap/94739
307 * Makefile.in (COMPILE.c): Add @CET_HOST_FLAGS@.
308 (configure_deps): Add $(srcdir)/../config/cet.m4 and
309 $(srcdir)/../config/enable.m4.
310 * aclocal.m4: Include ../config/cet.m4 and ../config/enable.m4.
311 * configure.ac: Add GCC_CET_HOST_FLAGS(CET_HOST_FLAGS) and
312 AC_SUBST(CET_HOST_FLAGS).
313 * configure: Regenerated.
314
3152020-03-05 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
316
317 * simple-object.c (handle_lto_debug_sections): Name
318 ".GCC.command.line" among debug sections to be copied over
319 from lto objects.
320
3212020-03-02 Nick Clifton <nickc@redhat.com>
322
323 * testsuite/demangle-expected: Update expected demangling of
324 enable_if pattern.
325
4e07c9e2
L
3262020-03-02 H.J. Lu <hongjiu.lu@intel.com>
327
328 PR lto/93966
329 * simple-object.c (handle_lto_debug_sections): Also copy
330 .note.gnu.property section.
331
56b1e56d 3322020-02-12 Sandra Loosemore <sandra@codesourcery.com>
99e47410 333
56b1e56d
NC
334 PR libstdc++/79193
335 PR libstdc++/88999
99e47410 336
56b1e56d
NC
337 * configure: Regenerated.
338
3392020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
99e47410
AB
340
341 * hashtab.c (htab_remove_elt): Make a parameter const.
342 (htab_remove_elt_with_hash): Likewise.
343
56b1e56d 3442020-01-23 Alexandre Oliva <oliva@adacore.com>
99e47410
AB
345
346 * argv.c (writeargv): Output empty args as "".
347
533da483
NC
3482020-01-01 Jakub Jelinek <jakub@redhat.com>
349
350 Update copyright years.
351
3522019-12-06 Tim Ruehsen <tim.ruehsen@gmx.de>
353
354 * make-relative-prefix.c (split_directories):
355 Return early on empty 'name'
356
3572019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
358
359 * cp-demangle.c (d_print_init): Remove const from 4th param.
360 (cplus_demangle_fill_name): Initialize d->d_counting.
361 (cplus_demangle_fill_extended_operator): Likewise.
362 (cplus_demangle_fill_ctor): Likewise.
363 (cplus_demangle_fill_dtor): Likewise.
364 (d_make_empty): Likewise.
365 (d_count_templates_scopes): Remobe const from 3rd param,
366 Return on dc->d_counting > 1,
367 Increment dc->d_counting.
368 * cp-demint.c (cplus_demangle_fill_component): Initialize d->d_counting.
369 (cplus_demangle_fill_builtin_type): Likewise.
370 (cplus_demangle_fill_operator): Likewise.
371
3722019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
373
374 * cplus-dem.c (cplus_demangle): Use rust_demangle directly.
375 (rust_demangle): Remove.
376 * rust-demangle.c (is_prefixed_hash): Rename to is_legacy_prefixed_hash.
377 (parse_lower_hex_nibble): Rename to decode_lower_hex_nibble.
378 (parse_legacy_escape): Rename to decode_legacy_escape.
379 (rust_is_mangled): Remove.
380 (struct rust_demangler): Add.
381 (peek): Add.
382 (next): Add.
383 (struct rust_mangled_ident): Add.
384 (parse_ident): Add.
385 (rust_demangle_sym): Remove.
386 (print_str): Add.
387 (PRINT): Add.
388 (print_ident): Add.
389 (rust_demangle_callback): Add.
390 (struct str_buf): Add.
391 (str_buf_reserve): Add.
392 (str_buf_append): Add.
393 (str_buf_demangle_callback): Add.
394 (rust_demangle): Add.
395 * rust-demangle.h: Remove.
396
3972019-11-15 Miguel Saldivar <saldivarcher@gmail.com>
398
399 * testsuite/demangle-expected: Fix test.
400
4012019-11-04 Kamlesh Kumar <kamleshbhalui@gmail.com>
402
403 * cp-demangle.c (d_expr_primary): Handle
404 nullptr demangling.
405 * testsuite/demangle-expected: Added test.
406
4072019-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
408
409 * cp-demangle.c (d_number): Avoid signed int overflow.
410
4112019-10-28 Miguel Saldivar <saldivarcher@gmail.com>
412
413 * cp-demangle.c (d_print_mod): Add a space before printing `complex`
414 and `imaginary`, as opposed to after.
415 * testsuite/demangle-expected: Adjust test.
416
4172019-10-03 Eduard-Mihai Burtescu <eddyb@lyken.rs>
418
419 * rust-demangle.c (looks_like_rust): Remove.
420 (rust_is_mangled): Don't check escapes.
421 (is_prefixed_hash): Allow 0-9a-f permutations.
422 (rust_demangle_sym): Don't bail on unknown escapes.
423 * testsuite/rust-demangle-expected: Update 'main::$99$' test.
424
4252019-09-03 Eduard-Mihai Burtescu <eddyb@lyken.rs>
426
427 * rust-demangle.c (unescape): Remove.
428 (parse_lower_hex_nibble): New function.
429 (parse_legacy_escape): New function.
430 (is_prefixed_hash): Use parse_lower_hex_nibble.
431 (looks_like_rust): Use parse_legacy_escape.
432 (rust_demangle_sym): Use parse_legacy_escape.
433 * testsuite/rust-demangle-expected: Add 'llv$u6d$' test.
434
4352019-08-27 Martin Liska <mliska@suse.cz>
436
437 PR lto/91478
438 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
439 First find a WEAK HIDDEN symbol in symbol table that will be
440 preserved. Later, use the symbol name for all removed symbols.
441
4422019-08-12 Martin Liska <mliska@suse.cz>
443
444 * Makefile.in: Add filedescriptor.c.
445 * filedescriptor.c: New file.
446 * lrealpath.c (is_valid_fd): Remove.
447
f211b8c0
NC
4482019-08-08 Martin Liska <mliska@suse.cz>
449
450 PR bootstrap/91352
451 * lrealpath.c (is_valid_fd): New function.
452
4532019-07-24 Martin Liska <mliska@suse.cz>
454
455 PR lto/91228
456 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
457 Find first '\0' starting from gnu_lto + 1.
458
4592019-07-12 Ren Kimura <rkx1209dev@gmail.com>
460
461 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
462 This fixes a Bug 90924.
463
4642019-07-22 Martin Liska <mliska@suse.cz>
465
466 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
467 Do not search for gnu_lto_v1, but search for first '\0'.
468
4692019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
470
471 * cplus-dem.c: Include rust-demangle.h.
472 * rust-demangle.c: Include rust-demangle.h.
473 * rust-demangle.h: New file.
474
4752019-05-31 Michael Forney <mforney@mforney.org>
476
477 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
478 is non-zero.
479
4802019-04-30 Ben L <bobsayshilol@live.co.uk>
481
482 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
483 * testsuite/d-demangle-expected: Add testcase.
484
485 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
486 * testsuite/d-demangle-expected: Add testcase.
487
488 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
489 * testsuite/d-demangle-expected: Add testcase.
490
491 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
492 * testsuite/d-demangle-expected: Add testcase.
493
494 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
495 * testsuite/d-demangle-expected: Add testcase.
496
497 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
498 * testsuite/demangle-expected: Add testcase.
499
500 * cp-demangle.c (d_encoding): Guard against NULL return values from
501 d_right (dc).
502 * testsuite/demangle-expected: Add testcase.
503
5042019-04-29 Ben L <bobsayshilol@live.co.uk>
505
506 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
507 char is valid.
508 * testsuite/demangle-expected: Add testcase.
509
5102019-04-10 Nick Clifton <nickc@redhat.com>
511
512 PR 89394
513 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
514 lengths.
515 (d_count_templates_scopes): Replace num_templates and num_scopes
516 parameters with a struct d_print_info pointer parameter. Adjust
517 body of the function accordingly. Add recursion counter and check
518 that the recursion limit is not reached.
519 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
520 Reset recursion counter afterwards, unless the recursion limit was
521 reached.
522
07ffcfec
AM
5232019-04-07 Alan Modra <amodra@gmail.com>
524
525 * functions.texi: Regenerate.
526
5272019-03-14 Jason Merrill <jason@redhat.com>
528 Jakub Jelinek <jakub@redhat.com>
529
530 * hashtab.c (htab_remove_elt_with_hash): Return if slot is NULL rather
531 than if *slot is HTAB_EMPTY_ENTRY.
532
e2077304 5332019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
534
535 * splay-tree.c (splay_tree_insert): Also release old KEY in case
536 of insertion of a key equal to an already present key.
537 (splay_tree_new_typed_alloc): Update comment.
538
07ffcfec
AM
5392019-01-22 Nidal Faour <nidal.faour@wdc.com>
540
541 PR lto/88422
542 * simple-object.c (O_BINARY): Define if not already defined.
543 (simple_object_copy_lto_debug_sections): Create file in binary
544 mode.
545
d7167c67
TT
5462019-01-21 Tom Tromey <tom@tromey.com>
547
548 * splay-tree.c (splay_tree_remove): Delete the key if necessary.
549
07ffcfec
AM
5502019-01-14 Tom Honermann <tom@honermann.net>
551
552 * cp-demangle.c (cplus_demangle_builtin_types)
553 (cplus_demangle_type): Add name demangling for char8_t (Du).
554 * cp-demangle.h: Increase D_BUILTIN_TYPE_COUNT to accommodate the
555 new char8_t type.
556
5572019-01-09 Sandra Loosemore <sandra@codesourcery.com>
558
559 PR other/16615
560
561 * cp-demangle.c: Mechanically replace "can not" with "cannot".
562 * floatformat.c: Likewise.
563 * strerror.c: Likewise.
564
1910070b 5652019-01-01 Jakub Jelinek <jakub@redhat.com>
a08da33e 566
1910070b
NC
567 Update copyright years.
568
5692018-12-22 Jason Merrill <jason@redhat.com>
a08da33e 570
1910070b
NC
571 Remove support for demangling GCC 2.x era mangling schemes.
572 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
573 internal_cplus_demangle, and all subroutines.
574 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
575 Lucid, ARM, HP, and EDG demangling styles.
576 (cplus_demangle): Remove 'work' variable. Don't call
577 internal_cplus_demangle.
a08da33e 578
af03af8f
NC
5792018-12-07 Nick Clifton <nickc@redhat.com>
580
581 PR 87681
582 PR 87675
583 PR 87636
584 PR 87350
585 PR 87335
586 * cp-demangle.h (struct d_info): Add recursion_level field.
587 * cp-demangle.c (d_function_type): Add recursion counter.
588 If the recursion limit is reached and the check is not disabled,
589 then return with a failure result.
590 (cplus_demangle_init_info): Initialise the recursion_level field.
591 (d_demangle_callback): If the recursion limit is enabled, check
592 for a mangled string that is so long that there is not enough
593 stack space for the local arrays.
594 * cplus-dem.c (struct work): Add recursion_level field.
595 (squangle_mop_up): Set the numb and numk fields to zero.
596 (work_stuff_copy_to_from): Handle the case where a btypevec or
597 ktypevec field is NULL.
598 (demangle_nested_args): Add recursion counter. If
599 the recursion limit is not disabled and reached, return with a
600 failure result.
601
6022018-10-23 Jason Merrill <jason@redhat.com>
603
604 Implement P0732R2, class types in non-type template parameters.
605 * cp-demangle.c (d_dump, d_make_comp, d_count_templates_scopes)
606 (d_print_comp_inner): Handle DEMANGLE_COMPONENT_TPARM_OBJ.
607 (d_special_name): Handle TA.
608 (d_expresion_1): Fix demangling of brace-enclosed initializer list.
609
6102018-10-31 Joseph Myers <joseph@codesourcery.com>
611
612 PR bootstrap/82856
613 Merge from binutils-gdb:
614 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
615
616 * configure.ac: Remove AC_PREREQ.
617 * configure: Re-generate.
618 * config.in: Re-generate.
619
6202018-10-01 Nathan Sidwell <nathan@acm.org>
621
622 * configure.ac (checkfuncs): Add pipe2.
623 * config.in, configure: Rebuilt.
624 * pex-unix.c (pex_unix_exec_child): Comminicate errors from child
625 to parent with a pipe, when possible.
626
6272018-08-23 Nathan Sidwell <nathan@acm.org>
628 Martin Liska <mliska@suse.cz>
629
630 PR driver/87056
631 * pex-unix.c (pex_unix_exec_child): Duplicate bad_fn into local
632 scopes to avoid potential clobber.
633
6342018-08-20 Nathan Sidwell <nathan@acm.org>
635
636 * pex-unix.c (pex_child_error): Delete.
637 (pex_unix_exec_child): Commonize error paths to single message &
638 exit.
639
6402018-07-30 Tom Tromey <tom@tromey.com>
641
642 * cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.
643
1910070b 6442018-07-26 Martin Liska <mliska@suse.cz>
50320b1d 645
1910070b 646 PR lto/86548
50320b1d 647 * make-temp-file.c (TEMP_FILE): Remove leading 'cc'.
648 (make_temp_file): Call make_temp_file_with_prefix with
1910070b 649 first argument set to NULL.
50320b1d 650 (make_temp_file_with_prefix): Support also prefix.
651
1910070b 6522018-07-19 Eli Zaretskii <eliz@gnu.org>
4ae80ffc 653
1910070b
NC
654 * simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect
655 to ENOSYS.
d0ac1c44 656
978588dc
SM
6572018-05-30 Jan Hubicka <hubicka@ucw.cz>
658
659 * simple-object.c (handle_lto_debug_sections): Add rename parameter.
660 (handle_lto_debug_sections_rename): New function.
661 (handle_lto_debug_sections_norename): New function.
662 (simple_object_copy_lto_debug_sections): Add rename parameter.
663
22467434 6642018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
665
666 * splay-tree.c (splay_tree_compare_strings,
667 splay_tree_delete_pointers): New utility functions.
668
5b372a4d 6692018-05-10 Martin Liska <mliska@suse.cz>
670
671 PR bootstrap/64914
672 * md5.c: Use strict alignment with UBSAN_BOOTSTRAP.
673
e4554bf7 6742018-04-30 Daniel van Gerpen <daniel@vangerpen.de>
675
676 * argv.c (expandargv): Fix memory leak for copied argv.
677
e9301e76 6782018-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
de54ee81 679
e9301e76
NC
680 PR lto/81968
681 * simple-object.c (handle_lto_debug_sections): Keep .comment
682 section.
683
6842018-03-02 David Malcolm <dmalcolm@redhat.com>
685
686 * cp-demangle.c: Update URL for g++ V3 ABI.
687
6882018-01-20 Eli Zaretskii <eliz@gnu.org>
689
690 * simple-object-xcoff.c (simple_object_xcoff_find_sections): Use
691 ulong_type to avoid warning about 32-bit shift.
692
6932018-01-11 Richard Biener <rguenther@suse.de>
694 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
695
696 PR lto/81968
697 * simple-object-common.h (struct simple_object_functions):
698 Change copy_lto_debug_sections callback signature.
699 * simple-object-elf.c (SHN_HIRESERVE, SHT_SYMTAB_SHNDX,
700 SHF_INFO_LINK): Add defines.
701 (simple_object_elf_copy_lto_debug_sections): Instead of
702 leaving not to be copied sections empty unnamed SHT_NULL
703 remove them from the target section headers and adjust section
704 reference everywhere. Handle SHN_XINDEX in the symbol table
705 processing properly.
706 * simple-object.c (handle_lto_debug_sections): Change
707 interface to return a modified string and handle renaming
708 of relocation sections.
709
7102018-01-10 Daniel van Gerpen <daniel@vangerpen.de>
711
712 * argv.c (expandargv): Correct check for dynamically
713 allocated argv.
de54ee81 714
2a8ae714
NC
7152018-01-03 Jakub Jelinek <jakub@redhat.com>
716
717 Update copyright years.
718
7192017-01-02 Richard Biener <rguenther@suse.de>
720
721 PR lto/83452
722 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
723 Do not use UNDEF locals for removed symbols but instead just
724 define them in the first prevailing section and with no name.
725 Use the same gnu_lto_v1 name for all removed globals we promote to
726 WEAK UNDEFs so hpux can use a stub to provide this symbol. Clear
727 sh_info and sh_link in removed sections.
728
7292017-10-30 Richard Biener <rguenther@suse.de>
730
731 PR lto/82757
732 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
733 Strip two leading _s from the __gnu_lto_* symbols.
734
7352017-10-24 Alan Modra <amodra@gmail.com>
736
737 PR lto/82687
738 PR lto/82575
739 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
740 Only make __gnu_lto symbols hidden.
741
7422017-10-20 Alan Modra <amodra@gmail.com>
743
744 PR lto/82575
745 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
746 Make discarded non-local symbols weak and hidden.
747
7482017-10-18 Jakub Jelinek <jakub@redhat.com>
749
750 PR lto/82598
751 * simple-object.c (handle_lto_debug_sections): Copy over also
752 .note.GNU-stack section with unchanged name.
753 * simple-object-elf.c (SHF_EXECINSTR): Define.
754 (simple_object_elf_copy_lto_debug_section): Drop SHF_EXECINSTR bit
755 on .note.GNU-stack section.
756
7572017-09-25 Nathan Sidwell <nathan@acm.org>
758
759 PR demangler/82195
760 * cp-demangle.c (d_encoding): Strip return type when name is a
761 LOCAL_NAME.
762 (d_local_name): Strip return type of enclosing TYPED_NAME.
763 * testsuite/demangle-expected: Add and adjust tests.
764
7652017-09-21 Nathan Sidwell <nathan@acm.org>
766
767 PR demangler/82195
768 * cp-demangle.c (d_name): Revert addition of 'toplevel' parm.
769 (has_return_type): Recurse for DEMANGLE_COMPONENT_LOCAL_NAME.
770 (d_encoding): Revert d_name change. Use is_fnqual_component_type
771 to strip modifiers that do not belong.
772 (d_special_name, d_class_enum_type): Revert d_name call change.
773 (d_expresion_1): Commonize DEMANGLE_COMPONENT_UNARY building.
774 (d_local_name): Revert parsing of a function type.
775 (d_print_comp_inner): An inner LOCAL_NAME might contain a
776 TEMPLATE.
777 * testsuite/demangle-expected: Add & adjust tests
778
26a67918
PA
7792017-09-15 Nathan Sidwell <nathan@acm.org>
780
781 PR demangler/82195
782 * cp-demangle.c (d_name): Add 'toplevel' parm. Pass to ...
783 (d_local_name): ... here. Parse trailing function args on nested
784 local_name.
785 (d_encoding, d_special_name, d_class_enum_type): Adjust d_name calls.
786 * testsuite/demangle-expected: Add tests.
787
7882017-09-15 Richard Biener <rguenther@suse.de>
789
790 PR lto/81968
791 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
792 Iterate marking dependent sections necessary.
793
7942017-09-15 Nathan Sidwell <nathan@acm.org>
795
796 * cp-demangle.c (is_fnqual_component_type): Reimplement using
797 FNQUAL_COMPONENT_CASE.
798 (d_encoding): Hold bare_function_type in local var.
799 (d_local_name): Build name in both cases and build result once.
800 Collapse switch-if to single conditional.
801 (d_local_name):
802
803 * testsuite/demangle-expected: Realign blank lines with tests.
804
8052017-09-12 Jiong Wang <jiong.wang@arm.com>
806
807 * dwarfnames.c (DW_CFA_DUP): New define.
808
376dc015
L
8092017-09-01 Martin Liska <mliska@suse.cz>
810
811 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
812 Remove duplicite declaration.
813
f8ad2513
NC
8142017-08-31 Richard Biener <rguenther@suse.de>
815
816 PR lto/81968
817 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
818 Keep names of removed global symbols.
819
8202017-08-29 Tony Reix <tony.reix@atos.net>
821
822 * simple-object-xcoff.c (simple_object_xcoff_find_sections):
823 Improve .go_export csect handling. Don't make assumptions
824 on containing section or number of auxiliary entries.
825
8262017-08-28 Richard Biener <rguenther@suse.de>
827
828 PR lto/81968
829 * simple-object-elf.c (simple_object_elf_copy_lto_debug_section):
830 Adjust field with for sh_type write, set SHF_EXCLUDE only for
831 removed sections.
832
8332017-08-22 Richard Biener <rguenther@suse.de>
834
835 PR lto/81925
836 * simple-object-elf.c (simple_object_elf_write_shdr): Adjust
837 type of sh_addralign and sh_entsize and properly write
838 sh_entsize as Elf_Addr.
839 (simple_object_elf_write_to_file): Read sh_entsize as Elf_Addr.
840
8412017-08-21 Richard Biener <rguenther@suse.de>
842
843 * simple-object-common.h (struct simple_object_functions): Add
844 copy_lto_debug_sections hook.
845 * simple-object.c: Include fcntl.h.
846 (handle_lto_debug_sections): New helper function.
847 (simple_object_copy_lto_debug_sections): New function copying
848 early LTO debug sections to regular debug sections in a new file.
849 (simple_object_start_write): Handle NULL segment_name.
850 * simple-object-coff.c (simple_object_coff_functions): Adjust
851 for not implemented copy_lto_debug_sections hook.
852 * simple-object-mach-o.c (simple_object_mach_o_functions): Likewise.
853 * simple-object-xcoff.c (simple_object_xcoff_functions): Likewise.
854 * simple-object-elf.c (SHT_NULL, SHT_SYMTAB, SHT_RELA, SHT_REL,
855 SHT_GROUP): Add various sectopn header types.
856 (SHF_EXCLUDE): Add flag.
857 (Elf32_External_Sym, Elf64_External_Sym): Add symbol struct.
858 (ELF_ST_BIND, ELF_ST_TYPE, ELF_ST_INFO): Add accessors.
859 (STT_OBJECT, STT_FUNC, STT_TLS, STT_GNU_IFUNC): Add Symbol types.
860 (STV_DEFAULT): Add symbol visibility.
861 (SHN_COMMON): Add special section index name.
862 (struct simple_object_elf_write): New.
863 (simple_object_elf_start_write): Adjust for new private data.
864 (simple_object_elf_write_shdr): Pass in values for all fields
865 we write.
866 (simple_object_elf_write_to_file): Adjust. Copy from recorded
867 section headers if requested.
868 (simple_object_elf_release_write): Release private data.
869 (simple_object_elf_copy_lto_debug_sections): Copy and rename sections
870 as denoted by PFN and all their dependences, symbols and relocations
871 to the empty destination file.
872 (simple_object_elf_functions): Adjust for copy_lto_debug_sections hook.
873
de837d77
JK
8742017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * dwarfnames.c (DW_FIRST_IDX, DW_END_IDX, DW_IDX, DW_IDX_DUP): New.
877
f8ad2513
NC
8782017-06-07 Tony Reix <tony.reix@atos.net>
879 Matthieu Sarter <matthieu.sarter.external@atos.net>
880 David Edelsohn <dje.gcc@gmail.com>
881
882 * simple-object-xcoff.c (simple_object_xcoff_find_sections):
883 Search symbol table for .go_export symbol and apply pfn if found.
884
5b4a1ff3
EZ
8852017-05-31 DJ Delorie <dj@redhat.com>
886
887 * configure.ac (strnlen): Add to AC_CHECK_DECLS.
888 * configure: Likewise.
889 * config.in: Add HACE_DECL_STRNLEN.
890
d7e2ebe7
IB
8912017-05-27 Iain Buclaw <ibuclaw@gdcproject.org>
892
893 * d-demangle.c (dlang_identifier): Prefix mangled init symbols
894 with `initializer for'.
895 * testsuite/demangle-expected: Update tests.
896
8972017-05-27 Iain Buclaw <ibuclaw@gdcproject.org>
898
899 * d-demangle.c (dlang_call_convention_p): Move declaration
900 before dlang_type.
901 (dlang_type): Handle function types.
902 * testsuite/d-demangle-expected: Add tests.
903
9042017-05-27 Iain Buclaw <ibuclaw@gdcproject.org>
905
906 * d-demangle.c (dlang_parse_real): Remove stack buffer, write
907 the demangled hexadecimal directly to string.
908 * testsuite/d-demangle-expected: Add tests.
909
f8ad2513
NC
9102017-05-24 Eli Zaretskii <eliz@gnu.org>
911
912 * waitpid.c (wait) [__MINGW32__]: Define as a macro
913 that calls _cwait, so that this function works on MinGW.
914
d7e2ebe7
IB
9152017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
916
917 * d-demangle.c (dlang_hexdigit): New function.
918 (ascii2hex): Remove function.
919 (dlang_parse_string): Update to call dlang_hexdigit.
920 * testsuite/d-demangle-expected: Add tests.
921
9222017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
923
924 * d-demangle.c (strtol): Remove declaration.
925 Updated all callers to use dlang_number.
926 (dlang_number): New function.
927 (dlang_value): Moved check for ISDIGIT into dlang_parse_integer.
928 * testsuite/d-demangle-expected: Add tests.
929
9302017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
931
932 * d-demangle.c (dlang_parse_symbol): Remove function.
933 (dlang_parse_qualified): New function.
934 (dlang_parse_mangle): New function.
935 (dlang_type): Update to call dlang_parse_qualified.
936 (dlang_identifier): Update to call either dlang_parse_qualified or
937 dlang_parse_mangle.
938 (dlang_type_modifier_p): Remove function.
939 (dlang_call_convention_p): Don't allow type modifiers in mangle.
940 (dlang_template_args): Update to call dlang_identifier.
941 (dlang_demangle): Update to call dlang_parse_mangle.
942 * testsuite/d-demangle-expected: Add tests.
943
9442017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
945
946 * d-demangle.c (dlang_value): Add comment explaining why cases for
947 digits are required.
948 * testsuite/d-demangle-expected: Update integer value tests.
949
9502017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
951
952 * d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.
953 * testsuite/d-demangle-expected: Add tests.
954
9552017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
956
957 * d-demangle.c (dlang_identifier): Handle template constraint symbols.
958 (dlang_parse_template): Only advance if template symbol prefix is
959 followed by a digit.
960 * testsuite/d-demangle-expected: Add tests.
961
9622017-05-01 Iain Buclaw <ibuclaw@gdcproject.org>
963
964 * d-demangle.c (dlang_attributes): Handle scope attributes.
965 * testsuite/d-demangle-expected: Add tests.
966
2d3392bd
IB
9672017-04-27 Jonathan Wakely <jwakely@redhat.com>
968
969 PR demangler/80513
970 * cp-demangle.c (d_number): Check for overflow.
971 * cplus-dem.c (consume_count): Fix overflow check.
972 (gnu_special): Check for underscore after thunk delta.
973 * testsuite/demangle-expected: Add tests for overflows and invalid
974 characters in thunks.
975
9762017-04-21 Mark Wielaard <mark@klomp.org>
977
978 * cp-demangle.c (MAX_RECURSION_COUNT): New constant.
979 (struct d_print_info): Add recursion field.
980 (d_print_init): Initialize recursion.
981 (d_print_comp): Check and update d_print_info recursion depth.
982
9832017-04-21 Mark Wielaard <mark@klomp.org>
984
985 * cp-demangle.c (d_substitution): Return NULL if d_add_substitution
986 fails.
987
9882017-04-21 Mark Wielaard <mark@klomp.org>
989
990 * cp-demangle.h (struct d_info): Remove did_subs field.
991 * cp-demangle.c (struct d_info_checkpoint): Likewise.
992 (d_template_param): Don't update did_subs.
993 (d_substitution): Likewise.
994 (d_checkpoint): Don't assign did_subs.
995 (d_backtrack): Likewise.
996 (cplus_demangle_init_info): Don't initialize did_subs.
997
b1a42fdf
PA
9982017-03-27 Pedro Alves <palves@redhat.com>
999
1000 * cp-demint.c (cplus_demangle_fill_component): Handle
1001 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1002
b9da89d1 10032017-03-12 Mark Wielaard <mark@klomp.org>
1004
1005 * cp-demangle.c (cplus_demangle_fill_name): Initialize
1006 demangle_component d_printing.
1007 (cplus_demangle_fill_extended_operator): Likewise.
1008 (cplus_demangle_fill_ctor): Likewise.
1009 (cplus_demangle_fill_dtor): Likewise.
1010
c793cac1
NC
10112017-03-08 Mark Wielaard <mark@klomp.org>
1012
1013 PR demangler/70909
1014 PR demangler/67264
1015 * cp-demangle.c: Fix endless recursion. Pass
1016 struct demangle_component as non const.
1017 (d_make_empty): Initialize variable.
1018 (d_print_comp_inner): Limit recursion.
1019 (d_print_comp): Decrement variable.
1020 * cp-demint.c (cplus_demangle_fill_component): Initialize
1021 variable.
1022 (cplus_demangle_fill_builtin_type): Likewise.
1023 (cplus_demangle_fill_operator): Likewise.
1024 * testsuite/demangle-expected: Add tests.
1025
134e805d
NC
10262017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
1027
1028 PR PR c++/70182
1029 * cp-demangle.c (d_unqualified_name): Handle "on" for
1030 operator names.
1031 * testsuite/demangle-expected: Add tests.
1032
10332017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
1034
1035 PR c++/77489
1036 * cp-demangle.c (d_discriminator): Handle discriminator >= 10.
1037 * testsuite/demangle-expected: Add tests for discriminator.
1038
10392017-01-04 Jakub Jelinek <jakub@redhat.com>
1040
1041 Update copyright years.
1042
e495212d
AM
10432017-01-04 Alan Modra <amodra@gmail.com>
1044
134e805d
NC
1045 * Makefile.in (configure_deps): Update.
1046 * configure: Regenerate.
1047
10482016-12-13 Jakub Jelinek <jakub@redhat.com>
1049
1050 PR c++/78761
1051 * cp-demangle.c (cplus_demangle_type): Demangle Dc as decltype(auto).
1052 * testsuite/demangle-expected: Add test for decltype(auto).
e495212d 1053
88acc2e1
NS
10542016-12-12 Nathan Sidwell <nathan@acm.org>
1055
1056 PR c++/78252
1057 * cp-demangle.c (struct d_print_info): Add is_lambda_arg field.
1058 (d_print_init): Initialize it.
1059 (d_print_comp_inner) <DEMANGLE_COMPONENT_TEMPLATE_PARAM>: Check
1060 is_lambda_arg for auto.
1061 <DEMANGLE_COMPONENT_REFERENCE,
1062 DEMANGLE_COMPONENT_RVALUE_REFERENCE>: Skip smashing check when
1063 is_lambda_arg.
1064 <DEMANGLE_COMPONENT_LAMBDA>: Increment is_lambda_arg around arg
1065 printing.
134e805d 1066 * testsuite/demangle-expected: Add lambda auto mangling cases.
da17fe9d 1067
fc72affa
DD
10682016-12-06 DJ Delorie <dj@redhat.com>
1069
1070 * argv.c (expandargv): Check for directories passed as @-files.
1071
134e805d
NC
10722016-11-30 David Malcolm <dmalcolm@redhat.com>
1073
1074 PR c/78498
1075 * strndup.c (strlen): Delete decl.
1076 (strnlen): Add decl.
1077 (strndup): Call strnlen rather than strlen.
1078 * xstrndup.c (xstrndup): Likewise.
1079
10802016-11-29 Nathan Sidwell <nathan@acm.org>
1081
1082 * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.
1083
535aade6
DT
10842016-11-03 David Tolnay <dtolnay@gmail.com>
1085 Mark Wielaard <mark@klomp.org>
1086
1087 * Makefile.in (CFILES): Add rust-demangle.c.
1088 (REQUIRED_OFILES): Add rust-demangle.o.
1089 * cplus-dem.c (libiberty_demanglers): Add rust_demangling case.
1090 (cplus_demangle): Handle RUST_DEMANGLING.
1091 (rust_demangle): New function.
1092 * rust-demangle.c: New file.
1093 * testsuite/Makefile.in (really-check): Add check-rust-demangle.
1094 (check-rust-demangle): New rule.
1095 * testsuite/rust-demangle-expected: New file.
1096
ddc5804e
MW
10972016-11-15 Mark Wielaard <mark@klomp.org>
1098
1099 * cp-demangle.c (d_expression_1): Make sure third expression
1100 exists for ?: and fold expressions.
1101 * testsuite/demangle-expected: Add examples of strings that could
1102 crash the demangler because of missing expression.
1103
1706852c
MW
11042016-11-14 Mark Wielaard <mark@klomp.org>
1105
1106 * cplus-dem.c (demangle_signature): After 'H', template function,
1107 no success and don't advance position if end of string reached.
1108 (demangle_template): After 'z', template name, return zero on
1109 premature end of string.
1110 (gnu_special): Guard strchr against searching for zero characters.
1111 (do_type): If member, only advance mangled string when 'F' found.
1112 * testsuite/demangle-expected: Add examples of strings that could
1113 crash the demangler by reading past end of input.
1114
59d2699c
MW
11152016-11-06 Mark Wielaard <mark@klomp.org>
1116
1117 * configure.ac (ac_libiberty_warn_cflags): Add -Wshadow=local.
1118 * configure: Regenerated.
1119
a4ddf8dc
JM
11202016-11-07 Jason Merrill <jason@redhat.com>
1121
1122 * cp-demangle.c (is_fnqual_component_type): New.
1123 (d_encoding, d_print_comp_inner, d_print_mod_list): Use it.
1124 (FNQUAL_COMPONENT_CASE): New.
1125 (d_make_comp, has_return_type, d_print_comp_inner)
1126 (d_print_function_type): Use it.
1127 (next_is_type_qual): New.
1128 (d_cv_qualifiers, d_print_mod): Handle noexcept and throw-spec.
1129
4d17eaec
MW
11302016-11-02 Mark Wielaard <mjw@redhat.com>
1131
1132 * cplus-dem.c (demangle_signature): Move fall through comment.
1133 (demangle_fund_type): Add fall through comment between 'G' and 'I'.
1134 * hashtab.c (iterative_hash): Add fall through comments.
1135 * regex.c (regex_compile): Add Fall through comment after '+'/'?'.
1136 (byte_re_match_2_internal): Add Fall through comment after jump_n.
1137 Change "Note fall through" to "Fall through".
1138 (common_op_match_null_string_p): Return false after set_number_at
1139 instead of fall through.
1140
ef0f5d7c
JM
11412016-11-01 Jason Merrill <jason@redhat.com>
1142
1143 * cp-demangle.c (d_ctor_dtor_name): Handle inheriting constructor.
1144
aba19b62
MW
11452016-10-31 Mark Wielaard <mjw@redhat.com>
1146
1147 * cplus-dem.c (ada_demangle): Initialize demangled to NULL and
1148 XDELETEVEC demangled when unknown.
1149
41f225de
NC
11502016-09-19 Andrew Stubbs <ams@codesourcery.com>
1151
1152 * pex-win32.c (argv_to_cmdline): Quote zero-length parameters.
1153 * testsuite/test-pexecute.c (main): Insert check for zero-length parameters.
1154
11552016-09-10 Mark Wielaard <mjw@redhat.com>
1156
1157 * cp-demangle.c (d_substitution): Change struct demangle_component
1158 variable name from c to dc.
1159
11602016-08-12 Marek Polacek <polacek@redhat.com>
1161
1162 PR c/7652
1163 * cp-demangle.c (d_print_mod): Add FALLTHRU.
1164
11652016-08-04 Marcel Böhme <boehme.marcel@gmail.com>
1166
1167 PR c++/71696
1168 * cplus-dem.c: Prevent infinite recursion when there is a cycle
1169 in the referencing of remembered mangled types.
1170 (work_stuff): New stack to keep track of the remembered mangled
1171 types that are currently being processed.
1172 (push_processed_type): New method to push currently processed
1173 remembered type onto the stack.
1174 (pop_processed_type): New method to pop currently processed
1175 remembered type from the stack.
1176 (work_stuff_copy_to_from): Copy values of new variables.
1177 (delete_non_B_K_work_stuff): Free stack memory.
1178 (demangle_args): Push/Pop currently processed remembered type.
1179 (do_type): Do not demangle a cyclic reference and push/pop
1180 referenced remembered type.
1181
fa3fcee7
NC
11822016-07-29 Aldy Hernandez <aldyh@redhat.com>
1183
1184 * make-relative-prefix.c (make_relative_prefix_1): Fall back to
1185 malloc if alloca argument is greater than MAX_ALLOCA_SIZE.
1186
11872016-07-15 Jason Merrill <jason@redhat.com>
1188
1189 * cp-demangle.c (cplus_demangle_operators): Add f[lrLR].
1190 (d_expression_1): Handle them.
1191 (d_maybe_print_fold_expression): New.
1192 (d_print_comp_inner): Use it.
1193 (d_index_template_argument): Handle negative index.
1194
1195 * cp-demangle.c (cplus_demangle_operators): Add sP and sZ.
1196 (d_print_comp_inner): Handle them.
1197 (d_template_args_1): Split out from d_template_args.
1198 (d_args_length): New.
1199
41f225de 12002016-07-13 Marcel Böhme <boehme.marcel@gmail.com>
fa3fcee7
NC
1201
1202 PR c++/70926
1203 * cplus-dem.c: Handle large values and overflow when demangling
1204 length variables.
1205 (demangle_template_value_parm): Read only until end of mangled string.
1206 (do_hpacc_template_literal): Likewise.
1207 (do_type): Handle overflow when demangling array indices.
1208
12092016-06-12 Brooks Moses <bmoses@google.com>
1210
1211 * cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length
1212 VLAs.
1213
c12969f8
AM
12142016-05-31 Alan Modra <amodra@gmail.com>
1215
1216 * xmemdup.c (xmemdup): Use xmalloc rather than xcalloc.
1217
fa3fcee7
NC
12182016-05-19 Jakub Jelinek <jakub@redhat.com>
1219
1220 PR c++/70498
1221 * cp-demangle.c (d_expression_1): Formatting fix.
1222
12232016-05-18 Artemiy Volkov <artemiyv@acm.org>
1224
1225 * cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference
1226 constant.
1227 (demangle_template_value_parm): Handle tk_rvalue_reference
1228 type kind.
1229 (do_type): Support 'O' type id (rvalue references).
1230
1231 * testsuite/demangle-expected: Add tests.
1232
12332016-05-02 Marcel Böhme <boehme.marcel@gmail.com>
1234
1235 PR c++/70498
1236 * cp-demangle.c: Parse numbers as integer instead of long to avoid
1237 overflow after sanity checks. Include <limits.h> if available.
1238 (INT_MAX): Define if necessary.
1239 (d_make_template_param): Takes integer argument instead of long.
1240 (d_make_function_param): Likewise.
1241 (d_append_num): Likewise.
1242 (d_identifier): Likewise.
1243 (d_number): Parse as and return integer.
1244 (d_compact_number): Handle overflow.
1245 (d_source_name): Change variable type to integer for parsed number.
1246 (d_java_resource): Likewise.
1247 (d_special_name): Likewise.
1248 (d_discriminator): Likewise.
1249 (d_unnamed_type): Likewise.
1250 * testsuite/demangle-expected: Add regression test cases.
1251
12522016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1253
1254 * configure: Remove SH5 support.
1255
12562016-04-08 Marcel Böhme <boehme.marcel@gmail.com>
1257
1258 PR c++/69687
1259 * cplus-dem.c: Include <limits.h> if available.
1260 (INT_MAX): Define if necessary.
1261 (remember_type, remember_Ktype, register_Btype, string_need):
1262 Abort if we detect cases where we the size of the allocation would
1263 overflow.
1264
1265 PR c++/70492
1266 * cplus-dem.c (gnu_special): Handle case where consume_count returns
1267 -1.
1268
12692016-03-31 Mikhail Maltsev <maltsevm@gmail.com>
1270 Marcel Bohme <boehme.marcel@gmail.com>
1271
1272 PR c++/67394
1273 PR c++/70481
1274 * cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing
1275 btypevec/ktypevec.
1276 * testsuite/demangle-expected: Add coverage tests.
1277
9d98de83
IB
12782016-01-27 Iain Buclaw <ibuclaw@gdcproject.org>
1279
1280 * d-demangle.c (dlang_call_convention): Handle extern Objective-C
1281 function calling convention.
1282 (dlang_call_convention_p): Likewise.
1283 (dlang_type): Likewise.
1284 * testsuite/d-demangle-expected: Add coverage tests.
1285
12862016-01-27 Iain Buclaw <ibuclaw@gdcproject.org>
1287
1288 * d-demangle.c (dlang_function_args): Append ',' for variadic functions
1289 only if parameters were seen before the elipsis symbol.
1290 * testsuite/d-demangle-expected: Add coverage test for parameter-less
1291 variadic functions.
1292
12932016-01-27 Iain Buclaw <ibuclaw@gdcproject.org>
1294
1295 * d-demangle.c (dlang_type): Handle function types only in the context
1296 of seeing a pointer type symbol.
1297 * testsuite/d-demangle-expected: Update function pointer tests.
1298
b36c1ccb
MF
12992016-01-05 Mike Frysinger <vapier@gentoo.org>
1300
1301 * argv.c (dupargv): Change arg to char * const *. Update comment.
1302 (writeargv, countargv): Likewise.
1303 * functions.texi (dupargv, writeargv, countargv): Likewise.
1304
20321766
MF
13052016-01-05 Mike Frysinger <vapier@gentoo.org>
1306
1307 * argv.c (dupargv): Replace strlen/xmalloc/strcpy with xstrdup.
1308
4bec0ef0
PP
13092015-12-28 Patrick Palka <ppalka@gcc.gnu.org>
1310
1311 * crc32.c: In the documentation, don't refer to GDB's
1312 now-nonexistent crc32 implementation. In the table-generation
1313 program embedded within the documentation, change the type of
1314 the induction variables i and j from int to unsigned int, to
1315 avoid undefined behavior.
1316
13b356b2
NC
13172015-12-21 Nick Clifton <nickc@redhat.com>
1318
1319 PR 66827
1320 * regex.c (EXTRACT_NUMBER): Cast sign byte to unsigned before left
1321 shifting.
1322
c4be2641
PA
13232015-11-27 Pedro Alves <palves@redhat.com>
1324
1325 PR other/61321
1326 PR other/61233
c4be2641
PA
1327 * cp-demangle.c (d_demangle_callback, d_make_comp): Handle
1328 DEMANGLE_COMPONENT_CONVERSION.
1329 (is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION
1330 instead of DEMANGLE_COMPONENT_CAST.
1331 (d_operator_name): Return a DEMANGLE_COMPONENT_CONVERSION
1332 component if handling a conversion.
1333 (d_count_templates_scopes, d_print_comp_inner): Handle
1334 DEMANGLE_COMPONENT_CONVERSION.
1335 (d_print_comp_inner): Handle DEMANGLE_COMPONENT_CONVERSION instead
1336 of DEMANGLE_COMPONENT_CAST.
1337 (d_print_cast): Rename as ...
1338 (d_print_conversion): ... this. Adjust comments.
1339 (d_print_cast): Rewrite - simply print the left subcomponent.
1340 * cp-demint.c (cplus_demangle_fill_component): Handle
1341 DEMANGLE_COMPONENT_CONVERSION.
1342
1343 * testsuite/demangle-expected: Add tests.
1344
f3363926
MS
13452015-11-12 Mike Stump <mikestump@comcast.net>
1346
1347 * Makefile.in (etags tags TAGS): Use && instead of ;.
1348
c20a0642
AM
13492015-11-09 Alan Modra <amodra@gmail.com>
1350
1351 * configure.ac: Check size of size_t.
1352 * configure: Regenerate.
1353 * config.in: Regenerate.
1354
78d14d2b
AM
13552015-11-09 Alan Modra <amodra@gmail.com>
1356
1357 * obstack.c (_obstack_newchunk): Silence -Wc++compat warning.
1358 (_obstack_begin_worker): Likewise. Move assignment to h->chunk
1359 after alloc failure check.
1360
e9f40d7d
AM
13612015-11-09 Alan Modra <amodra@gmail.com>
1362
1363 PR gdb/17133
1364 * obstack.c (__alignof__): Expand alignof_type from alignof.h.
1365 (obstack_exit_failure): Don't use exitfail.h.
1366 (_): Include libintl.h when HAVE_LIBINTL_H and nls enabled.
1367 Provide default. Don't include gettext.h.
1368 (_Noreturn): Define.
1369 * obstacks.texi: Adjust node references to external libc info files.
1370
314dee8e
AM
13712015-11-09 Alan Modra <amodra@gmail.com>
1372
1373 PR gdb/17133
1374 * obstack.c: Import current gnulib file.
1375 * obstacks.texi: Updated doc, from glibc's manual/memory.texi.
1376
82ef0f70
JB
13772015-11-06 Joel Brobecker <brobecker@adacore.com>
1378
1379 * configure.ac: Set AC_CV_FUNC_GETPAGESIZE to "yes" on
1380 Android hosts.
1381 * configure: Regenerate.
1382
1e924157
JM
13832015-10-28 Jason Merrill <jason@redhat.com>
1384
1385 * Makefile.in (TAGS): Fix for separate build directory.
1386
35a88fa5
IS
13872015-10-18 Roland McGrath <roland@gnu.org>
1388 Iain Sandoe <iain@codesourcery.com>
1389
1390 PR other/63758
1391 * pex-unix.c: Obtain the environment interface from settings in
1392 environ.h rather than in-line code. Update copyright date.
1393 * setenv.c: Likewise.
1394 * xmalloc.c: Likewise.
1395
e9a38816
JM
13962015-09-30 Jason Merrill <jason@redhat.com>
1397
1398 * cp-demangle.c (d_cv_qualifiers): Dx means transaction_safe.
1399 (cplus_demangle_type): Let d_cv_qualifiers handle it.
1400 (d_dump, d_make_comp, has_return_type, d_encoding)
1401 (d_count_templates_scopes, d_print_comp_inner)
1402 (d_print_mod_list, d_print_mod, d_print_function_type)
1403 (is_ctor_or_dtor): Handle DEMANGLE_COMPONENT_TRANSACTION_SAFE.
1404
134e805d 14052015-08-15 Ian Lance Taylor <iant@google.com>
68996839
NC
1406
1407 * cp-demangle.c (d_abi_tags): Preserve di->last_name across any
1408 ABI tags.
1409
30379291
IB
14102015-08-11 Iain Buclaw <ibuclaw@gdcproject.org>
1411
1412 * d-demangle.c (dlang_parse_real): Remove call to strtod.
1413 (strtod): Remove declaration.
1414 * testsuite/d-demangle-expected: Update float and complex literal
1415 tests to check correct hexadecimal demangling.
1416
d81bf7dd
MM
14172015-07-13 Mikhail Maltsev <maltsevm@gmail.com>
1418
1419 * cp-demangle.c (d_dump): Fix syntax error.
1420 (d_identifier): Adjust type of len to match d_source_name.
1421 (d_expression_1): Fix out-of-bounds access. Check code variable for
1422 NULL before dereferencing it.
1423 (d_find_pack): Do not recurse for FIXED_TYPE, DEFAULT_ARG and NUMBER.
1424 (d_print_comp_inner): Add NULL pointer check.
1425 * cp-demangle.h (d_peek_next_char): Define as inline function when
1426 CHECK_DEMANGLER is defined.
1427 (d_advance): Likewise.
1428 * testsuite/demangle-expected: Add new testcases.
1429
6a8796db 14302015-07-09 Uros Bizjak <ubizjak@gmail.com>
aaae08a7 1431
6a8796db
UB
1432 * getruntime.c (RUSAGE_SELF): Define if not already defined.
1433 (get_runtime): Use RUSAGE_SELF as argument 1 of getrusage call.
aaae08a7 1434
f91ca6bc
IB
14352015-06-01 Jason Merrill <jason@redhat.com>
1436
1437 * cp-demangle.c (cplus_demangle_type): Handle arguments to vendor
1438 extended qualifier.
1439
14402015-05-22 Yunlian Jiang <yunlian@google.com>
1441
1442 * configure.ac: Add AC_GNU_SOURCE.
1443 * Makefile.in (COMPILE.c): Add -D_GNU_SOURCE.
1444 * configure, config.in: Rebuild.
1445 * floatformat.c (_GNU_SOURCE): Don't define if already defined.
1446
14472015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1448
1449 * d-demangle.c (dlang_symbol_kinds): New enum.
1450 (dlang_parse_symbol): Update signature. Handle an ambiguity between
1451 pascal functions and template value arguments. Only check for a type
1452 if parsing a function, or at the top level. Return failure if the
1453 entire symbol was not successfully demangled.
1454 (dlang_identifier): Update signature. Handle an ambiguity between two
1455 adjacent digits in a mangled symbol string.
1456 (dlang_type): Update call to dlang_parse_symbol.
1457 (dlang_template_args): Likewise.
1458 (dlang_parse_template): Likewise.
1459 (dlang_demangle): Likewise.
1460 * testsuite/d-demangle-expected: Fix bad tests found, and add problematic
1461 examples to the unittests.
1462
14632015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1464
1465 * d-demangle.c (dlang_template_args): Skip over specialized template
1466 parameters in mangled symbol.
1467 * testsuite/d-demangle-expected: Add coverage and unittest for specialized
1468 template parameters.
1469
14702015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1471
1472 * d-demangle.c (dlang_type): Handle cent and ucent types.
1473 * testsuite/d-demangle-expected: Add coverage tests for cent and ucent.
1474
14752015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1476
1477 * d-demangle.c (dlang_attributes): Handle return attributes, ignoring
1478 return parameters in the mangled string. Return NULL if have encountered
1479 an unknown attribute.
1480 (dlang_function_args): Handle return parameters in the mangled string.
1481 * testsuite/d-demangle-expected: Add coverage tests for functions with
1482 return parameters and return attributes.
1483
14842015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1485
1486 * d-demangle.c (dlang_identifier): Check encoded length of identifier
1487 to verify strncmp matches entire string.
1488 * testsuite/d-demangle-expected: Fix wrong test for postblit symbol.
1489
14902015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1491
1492 * d-demangle.c (dlang_type_modifiers): New function.
1493 (dlang_type_modifier_p): New function.
1494 (dlang_call_convention_p): Ignore any kind of type modifier.
1495 (dlang_type): Handle and emit the type modifier after delegate types.
1496 (dlang_parse_symbol): Handle and emit the type modifier after the symbol.
1497 * testsuite/d-demangle-expected: Add coverage tests for all valid
1498 usages of function symbols with type modifiers.
1499
15002015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1501
1502 * d-demangle.c (dlang_call_convention): Return NULL if have reached the
1503 end of the symbol, but expected something to read.
1504 (dlang_attributes): Likewise.
1505 (dlang_function_type): Likewise.
1506 (dlang_type): Likewise.
1507 (dlang_identifier): Likewise.
1508 (dlang_value): Likewise.
1509
15102015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1511
1512 * d-demangle.c (dlang_parse_string): Represent embedded whitespace or
1513 non-printable characters as hex or escape sequences.
1514 * testsuite/d-demangle-expected: Add test for templates with tabs and
1515 newlines embedded into the signature.
1516
519b5f61
JB
15172015-05-08 Joel Brobecker <brobecker@adacore.com>
1518
1519 * mkstemps.c: #include <time.h> if HAVE_TIME_H is defined
1520 but not HAVE_SYS_TIME_H.
1521
dfc0f57b
JB
15222015-04-22 Eli Zaretskii <eliz@gnu.org>
1523
1524 * setenv.c <environ>: Declare only if not a macro.
1525
f91ca6bc
IB
15262015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1527
1528 * testsuite/Makefile.in (LIBCFLAGS): Add LDFLAGS.
1529
15302015-04-10 Jakub Jelinek <jakub@redhat.com>
1531 Iain Sandoe <iain@codesourcery.com>
1532
1533 PR target/65351
1534 * configure: Regenerate.
1535
15362015-04-07 Jakub Jelinek <jakub@redhat.com>
1537 Iain Sandoe <iain@codesourcery.com>
1538
1539 PR target/65351
1540 * configure: Regenerate.
1541
1f99f6d0
JB
15422015-01-19 Eli Zaretskii <eliz@gnu.org>
1543
1544 * strerror.c <sys_nerr, sys_errlist>: Declare only if they aren't
1545 macros.
1546
7c89917f
RE
15472014-12-24 Uros Bizjak <ubizjak@gmail.com>
1548 Ben Elliston <bje@au.ibm.com>
1549 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1550
1551 * xasprintf.c: New file.
1552 * Makefile.in (CFILES): Add xasprintf.c.
1553 (REQUIRED_OFILES): Add xasprintf.$(objext).
1554 (xasprintf.$(objext)): New target.
1555 * functions.texi: Regenerate.
1556
15572014-12-11 Uros Bizjak <ubizjak@gmail.com>
1910070b
NC
1558 Ben Elliston <bje@au.ibm.com>
1559 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7c89917f
RE
1560
1561 * xvasprintf.c: New file.
1562 * vprintf-support.h: Likewise.
1563 * vprintf-support.c: Likewise.
1564 * Makefile.in (CFILES): Add vprintf-support.c, xvasprintf.c.
1565 (REQUIRED_OFILES): Add vprintf-support.$(objext), xvasprintf.$(objext).
1566 (vprintf-support.$(objext), xvasprintf.$(objext)): New targets.
1567 (vasprintf.$(objext)): Depend on $(srcdir)/vprintf-support.h.
1568 * functions.texi: Regenerate.
1569 * vasprintf.c (int_vasprintf): Use libiberty_vprintf_buffer_size.
1570
15712014-11-22 John David Anglin <danglin@gcc.gnu.org>
1572
1573 PR other/63694
1574 * configure.ac: Check for strtol, strtoul, strtoll and strtoull
1575 declarations.
1576 * configure: Regenerated.
1577
abdef8eb
JBG
15782014-11-12 Kirill Yukhin <kirill.yukhin@intel.com>
1579
1580 * testsuite/test-strtol.c (run_tests): Cast strtol return to
1581 unsigned long.
1582
15832014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
1584 Manuel López-Ibáñez <manu@gcc.gnu.org>
1585
1586 PR driver/36312
1587 * filename_cmp.c (canonical_filename_eq): New function to check if
1588 file names are the same.
1589 * functions.texi: Updated with documentation for new function.
1590
15912014-11-11 David Malcolm <dmalcolm@redhat.com>
1592
1593 * ChangeLog.jit: New.
1594
d3d7100a
RO
15952014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1596
1597 * sigsetmask.c (_POSIX_SOURCE): Remove.
1598
abdef8eb
JBG
15992014-10-28 Yury Gribov <y.gribov@samsung.com>
1600
1601 * strtoll.c: New file.
1602 * strtoull.c: New file.
1603 * configure.ac: Add long long checks. Add harness for strtoll and
1604 strtoull. Check decls for strtol, strtoul, strtoll, strtoull.
1605 * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
1606 * config.in: Regenerate.
1607 * configure: Regenerate.
1608 * functions.texi: Regenerate.
1609 * testsuite/Makefile.in (check-strtol): New rule.
1610 (test-strtol): Likewise.
1611 (mostlyclean): Clean up strtol test.
1612 * testsuite/test-strtol.c: New test.
1613
16142014-10-15 David Malcolm <dmalcolm@redhat.com>
1615
1616 * choose-temp.c (choose_tmpdir): Remove now-redundant local
1617 copy of prototype.
1618 * functions.texi: Regenerate.
1619 * make-temp-file.c (choose_tmpdir): Convert return type from
1620 char * to const char * - given that this returns a pointer to
1621 a memoized allocation, the caller must not touch it.
1622
16232014-10-14 Joel Brobecker <brobecker@adacore.com>
5af04e20
JB
1624
1625 * d-demangle.c: Replace strtold with strtod in global comment.
1626 (strtold): Remove declaration.
1627 (strtod): New declaration.
1628 (dlang_parse_real): Declare value as double instead of long
1629 double. Replace call to strtold by call to strtod.
1630 Update format in call to snprintf.
1631
b55f9678
IB
16322014-09-26 Jason Merrill <jason@redhat.com>
1633
1634 * cp-demangle.c (d_substitution): Handle abi tags on abbreviation.
1635
16362014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
1637
1638 * pex-common.h (struct pex_funcs): Add new parameter for open_write field.
1639 * pex-unix.c (pex_unix_open_write): Add support for new parameter.
1640 * pex-djgpp.c (pex_djgpp_open_write): Likewise.
1641 * pex-win32.c (pex_win32_open_write): Likewise.
1642 * pex-common.c (pex_run_in_environment): Likewise.
1643
16442014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
1645
1646 * Makefile.in (CFILES): Add d-demangle.c.
1647 (REQUIRED_OFILES): Add d-demangle.o.
1648 * cplus-dem.c (libiberty_demanglers): Add dlang_demangling case.
1649 (cplus_demangle): Likewise.
1650 * d-demangle.c: New file.
1651 * testsuite/Makefile.in (really-check): Add check-d-demangle.
1652 * testsuite/d-demangle-expected: New file.
1653
16542014-09-19 Ian Lance Taylor <iant@google.com>
1655
1656 * simple-object-elf.c (simple_object_elf_write_ehdr): Correctly
1657 handle objects with more than SHN_LORESERVE sections.
1658 (simple_object_elf_write_shdr): Add sh_link parameter.
1659 (simple_object_elf_write_to_file): Correctly handle objects with
1660 more than SHN_LORESERVE sections.
1661
16622014-08-29 Andrew Burgess <aburgess@broadcom.com>
1663
1664 * cp-demangle.c (d_dump): Only access field from s_fixed part of
1665 the union for DEMANGLE_COMPONENT_FIXED_TYPE.
1666 (d_count_templates_scopes): Likewise.
1667
16682014-08-13 Gary Benson <gbenson@redhat.com>
1669
1670 * testsuite/demangler-fuzzer.c: New file.
1671 * testsuite/Makefile.in (fuzz-demangler): New rule.
1672 (demangler-fuzzer): Likewise.
1673 (mostlyclean): Clean up demangler fuzzer.
1674
173373c6
AB
16752014-06-11 Andrew Burgess <aburgess@broadcom.com>
1676
1677 * cplus-dem.c (do_type): Call string_delete even if the call to
1678 demangle_template fails.
1679
f69123aa
KT
16802014-06-01 Ray Donnelly <mingw.android@gmail.com>
1681
1682 * pex-win32.c (argv_to_cmdline): Don't quote
1683 args unnecessarily
1684
6143b823
PA
16852014-05-28 Pedro Alves <palves@redhat.com>
1686
1687 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM
1688 and DEMANGLE_COMPONENT_NUMBER.
1689
6e933ccc
TS
16902014-05-22 Thomas Schwinge <thomas@codesourcery.com>
1691
1692 * testsuite/demangle-expected: Fix last commit.
1693
0aaa9a3a
AB
16942014-05-14 Andrew Burgess <aburgess@broadcom.com>
1695
1696 * cplus-dmem.c (internal_cplus_demangle): Free any resources
1697 allocated by possible previous call to gnu_special.
1698 (squangle_mop_up): Reset pointers to NULL after calling free.
1699 * testsuite/demangle-expected: New test case.
1700
91662bad 17012014-05-08 Gary Benson <gbenson@redhat.com>
1702
1703 * cp-demangle.c (struct d_component_stack): New structure.
1704 (struct d_print_info): New field component_stack.
1705 (d_print_init): Initialize the above.
1706 (d_print_comp_inner): Renamed from d_print_comp.
1707 Do not restore template stack if it would cause a loop.
1708 (d_print_comp): New function.
1709 * testsuite/demangle-expected: New test cases.
1710
3f48575a 17112014-04-17 Jakub Jelinek <jakub@redhat.com>
1712
1713 PR sanitizer/56781
1714 * maint-tool: Also emit rule for noasan/ subdirectory.
1715 * configure.ac (NOASANFLAG): Set and substitute.
1716 * Makefile.in: Regenerated.
1717 (NOASANFLAG): Set.
1718 (all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic
1719 subdir.
1720 (stamp-noasandir): New goal.
1721 * configure: Regenerated.
1722
c3c3c691 17232014-04-01 Richard Biener <rguenther@suse.de>
1724
1725 * simple-object.c (simple_object_internal_write): Handle
1726 EINTR and short writes.
1727
81ad11e3 17282014-03-28 Richard Biener <rguenther@suse.de>
1729
1730 * simple-object.c (simple_object_internal_read): Handle
1731 EINTR and short reads.
1732
10fe779d 17332014-03-13 Uros Bizjak <ubizjak@gmail.com>
1734
1735 * regex.c (bzero) [!_LIBC]: Define without coma expression.
1736 (regerror): Cast the call to memcpy to (void) to avoid unused
1737 value warnings.
1738
8458514f 17392014-01-28 Thomas Schwinge <thomas@codesourcery.com>
1740
1741 * cp-demangle.c (d_demangle_callback): Put an abort call in place,
1742 to help the compiler.
1743
281e9aa6 17442014-01-21 Tom Tromey <tromey@redhat.com>
1745
1746 * _doprint.c (checkit): Use stdarg, not VA_* macros.
1747 * asprintf.c (asprintf): Use stdarg, not VA_* macros.
1748 * concat.c (concat_length, concat_copy, concat_copy2, concat)
1749 (reconcat): Use stdarg, not VA_* macros.
1750 * snprintf.c (snprintf): Use stdarg, not VA_* macros.
1751 * vasprintf.c (checkit): Use stdarg, not VA_* macros.
1752 * vsnprintf.c (checkit): Use stdarg, not VA_* macros.
1753
369be698
MF
17542014-01-06 Mike Frysinger <vapier@gentoo.org>
1755
1756 PR other/56780
1757 * configure.ac: Delete target_header_dir assignment.
1758 * configure: Regenerated.
1759
fd259167
GB
17602014-01-06 Gary Benson <gbenson@redhat.com>
1761
1762 * cp-demangle.c (struct d_print_info): New fields
1763 next_saved_scope, copy_templates, next_copy_template and
1764 num_copy_templates.
1765 (d_count_templates): New function.
1766 (d_print_init): New parameter "dc".
1767 Estimate numbers of templates and scopes required.
1768 (d_print_free): Removed function.
1769 (cplus_demangle_print_callback): Allocate stack for
1770 templates and scopes. Removed call to d_print_free.
1771 (d_copy_templates): Removed function.
1772 (d_save_scope): New function.
1773 (d_get_saved_scope): Likewise.
1774 (d_print_comp): Replace state saving/restoring code with
1775 calls to d_save_scope and d_get_saved_scope.
1776
eafbc3bf
BM
17772013-12-23 Bill Maddox <maddox@google.com>
1778
1779 * cp-demangle.c (cplus_demangle_fill_ctor,cplus_demangle_fill_dtor):
1780 Handle unified ctor/dtor.
1781 (d_ctor_dtor_name): Handle unified ctor/dtor.
1782
492e19d0 17832013-11-22 Cary Coutant <ccoutant@google.com>
134e805d 1784
492e19d0 1785 PR other/59195
1786 * cp-demangle.c (struct d_info_checkpoint): New struct.
1787 (struct d_print_info): Add current_template field.
1788 (d_operator_name): Set flag when processing a conversion
1789 operator.
1790 (cplus_demangle_type): When processing <template-args> for
1791 a conversion operator, backtrack if necessary.
1792 (d_expression_1): Renamed from d_expression.
1793 (d_expression): New wrapper around d_expression_1.
1794 (d_checkpoint): New function.
1795 (d_backtrack): New function.
1796 (d_print_init): Initialize current_template.
1797 (d_print_comp): Set current_template.
1798 (d_print_cast): Put current_template in scope for
1799 printing conversion operator name.
1800 (cplus_demangle_init_info): Initialize is_expression and
1801 is_conversion.
1802 * cp-demangle.h (struct d_info): Add is_expression and
1803 is_conversion fields.
1804 * testsuite/demangle-expected: New test cases.
1805
f0c897ef 18062013-11-15 Andreas Schwab <schwab@linux-m68k.org>
1807
1808 * configure: Regenerate.
1809
8467a2fd 18102013-11-12 Uros Bizjak <ubizjak@gmail.com>
1811
1812 * cp-demangle.c (d_copy_templates): Cast result of malloc
1813 to (struct d_print_template *).
1814 (d_print_comp): Cast result of realloc to (struct d_saved scope *).
1815
689a1abf 18162013-10-29 Marc Glisse <marc.glisse@inria.fr>
1817
1818 PR tree-optimization/58689
1819 * concat.c: Remove note about xmalloc.
1820
eec65503 18212013-10-27 Gerald Pfeifer <gerald@pfeifer.com>
1822
1823 * testsuite/test-demangle.c: Include unistd.h.
8467a2fd 1824
9548bbed 18252013-10-25 Gary Benson <gbenson@redhat.com>
1826
1827 * cp-demangle.c (struct d_saved_scope): New structure.
1828 (struct d_print_info): New fields saved_scopes and
1829 num_saved_scopes.
1830 (d_print_init): Initialize the above.
1831 (d_print_free): New function.
1832 (cplus_demangle_print_callback): Call the above.
1833 (d_copy_templates): New function.
1834 (d_print_comp): New variables saved_templates and
1835 need_template_restore.
8467a2fd 1836 [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]:
1837 Capture scope the first time the component is traversed, and use the
1838 captured scope for subsequent traversals.
9548bbed 1839 * testsuite/demangle-expected: Add regression test.
1840
ae6da67e 18412013-10-23 Gerald Pfeifer <gerald@pfeifer.com>
1842
1843 * testsuite/test-expandargv.c: Include unistd.h.
1844
26505cc0
DD
18452013-10-15 David Malcolm <dmalcolm@redhat.com>
1846
1847 * configure.ac: If --enable-host-shared, use -fPIC.
1848 * configure: Regenerate.
1849
18502013-10-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1851
1852 * cp-demangle.c (d_name): Demangle local-source-names.
1853 * testsuite/demangle-expected: New test.
1854
53f94b92
DD
18552013-09-10 Paolo Carlini <paolo.carlini@oracle.com>
1856
1857 PR bootstrap/58386
1858 Revert:
1859
1860 2013-09-10 Gary Benson <gbenson@redhat.com>
1861
1862 * cp-demangle.c: Include hashtab.h.
1863 (struct d_print_info): New field saved_scopes.
1864 (d_print_init): Initialize the above.
1865 (d_print_free): New function.
1866 (cplus_demangle_print_callback): Call the above.
1867 (struct d_saved_scope): New structure.
1868 (d_store_scope): New function.
1869 (d_free_scope) Likewise.
1870 (d_restore_scope) Likewise.
1871 (d_hash_saved_scope) Likewise.
1872 (d_equal_saved_scope) Likewise.
1873 (d_print_comp): New variable saved_scope.
1874 [DEMANGLE_COMPONENT_REFERENCE,
1875 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
1876 time the component is traversed, and use the captured scope for
1877 subsequent traversals.
46dd5233 1878 * testsuite/demangle-expected: Add regression test.
53f94b92 1879
eabdca0f
DD
18802013-09-10 Gary Benson <gbenson@redhat.com>
1881
1882 * cp-demangle.c: Include hashtab.h.
1883 (struct d_print_info): New field saved_scopes.
1884 (d_print_init): Initialize the above.
1885 (d_print_free): New function.
1886 (cplus_demangle_print_callback): Call the above.
1887 (struct d_saved_scope): New structure.
1888 (d_store_scope): New function.
1889 (d_free_scope) Likewise.
1890 (d_restore_scope) Likewise.
1891 (d_hash_saved_scope) Likewise.
1892 (d_equal_saved_scope) Likewise.
1893 (d_print_comp): New variable saved_scope.
1894 [DEMANGLE_COMPONENT_REFERENCE,
1895 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
1896 time the component is traversed, and use the captured scope for
1897 subsequent traversals.
46dd5233 1898 * testsuite/demangle-expected: Add regression test.
eabdca0f 1899
21290977
DD
19002013-08-20 Alan Modra <amodra@gmail.com>
1901
1902 * floatformat.c (floatformat_ibm_long_double): Rename to..
1903 (floatformat_ibm_long_double_big): ..this.
1904 (floatformat_ibm_long_double_little): New.
1905
bc771b3b
TG
19062013-07-09 Tristan Gingold <gingold@adacore.com>
1907
1908 * makefile.vms (OBJS): Add dwarfnames.obj
1909
a4818a05
DD
19102013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
1911
1912 PR other/56780
41f225de 1913 * configure.ac: Move test for --enable-install-libiberty
a4818a05
DD
1914 outside of the 'with_target_subdir' test so that it actually gets
1915 run. Add output messages to show the test result.
41f225de
NC
1916 * configure: Regenerate.
1917 * Makefile.in (install_to_libdir): Place the
a4818a05
DD
1918 installation of the libiberty library in the same guard as that
1919 used for the headers to prevent it being installed unless
1920 requested via --enable-install-libiberty.
1921
3ecb7338
DD
19222013-05-06 David Edelsohn <dje.gcc@gmail.com>
1923 Peter Bergner <bergner@vnet.ibm.com>
1924 Segher Boessenkool <segher@kernel.crashing.org>
1925 Jakub Jelinek <jakub@redhat.com>
1926
1927 * hashtab.c (hash_pointer): Remove conditional and avoid
1928 unexecuted shift equal to wordsize.
1929
a903d6ac 19302013-04-22 Andi Kleen <ak@linux.intel.com>
29f045bb
DD
1931
1932 * hashtab.c (hash_pointer): Move to end of file and reimplement.
1933
3a4d2339
DD
19342013-04-03 Jason Merrill <jason@redhat.com>
1935
dcd7e9d6
DD
1936 * cp-demangle.c (cplus_demangle_type): Fix function quals.
1937 (d_pointer_to_member_type): Simplify.
1938
3a4d2339
DD
1939 Demangle C++11 ref-qualifier.
1940 * cp-demangle.c (d_ref_qualifier): New.
1941 (d_nested_name, d_function_type): Use it.
1942 (d_parmlist): Don't get confused by a ref-qualifier.
1943 (cplus_demangle_type): Reorder ref-qualifier.
1944 (d_pointer_to_member_type): Likewise.
1945 (d_dump): Handle DEMANGLE_COMPONENT_REFERENCE_THIS and
1946 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
1947 (d_make_comp, has_return_type, d_encoding): Likewise.
1948 (d_print_comp, d_print_mod_list, d_print_mod): Likewise.
1949 (d_print_function_type, is_ctor_or_dtor): Likewise.
1950
3afd2652
DD
19512013-03-27 Kai Tietz <ktietz@redhat.com>
1952
1953 * configure: Regenerated.
1954
eea30203 19552013-03-06 Tobias Burnus <burnus@net-b.de>
72edb7c2 1956
eea30203
DD
1957 * libiberty.texi: Update comment, remove lowersections.
1958 * obstacks.texi: Regenerate.
1959
19602013-03-05 Jakub Jelinek <jakub@redhat.com>
1961
1962 PR middle-end/56526
1963 * simple-object-mach-o.c (simple_object_mach_o_segment): Initialize
1964 wrapper_sect_offset to avoid a warning.
72edb7c2 1965
2fd2526e
DD
19662013-03-01 Andreas Schwab <schwab@linux-m68k.org>
1967
1968 * obstacks.texi (Obstacks): Trim @node to only contain the
1969 node name.
1970 * libiberty.texi (Obstacks): Lower section.
1971
a9c3ecea
DD
19722013-02-14 Jason Merrill <jason@redhat.com>
1973
1974 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
1975 (d_print_comp): Likewise.
1976
389d9b6c
DD
19772013-02-09 Jakub Jelinek <jakub@redhat.com>
1978
1979 PR other/56245
1980 * regex.c (PTR_INT_TYPE): Define.
1981 (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE.
1982
fe4b0b46
KT
19832013-01-31 Kai Tietz <ktietz@redhat.com>
1984
0f5f799a
DD
1985 PR other/54620
1986 * sha1.c (sha1_process_block): Handle case that size_t is
1987 a wider-integer-scalar as a 32-bit unsigned integer.
1988
1989 PR other/53413
fe4b0b46
KT
1990 * md5.c (md5_process_block): Handle case that size_t is
1991 a wider-integer-scalar a 32-bit unsigned integer.
1992
07a8e9f0
DD
19932013-01-04 Ian Lance Taylor <iant@google.com>
1994
1995 PR other/54800
1996 * simple-object-mach-o.c (simple_object_mach_o_segment): Don't
1997 bother to zero out a buffer we are about to set anyhow.
1998
19992013-01-01 David Edelsohn <dje.gcc@gmail.com>
2000
2001 * simple-object-xcoff.c: New file.
2002 * Makefile.in: Add it to build machinery.
2003 * simple-object-common.h (simple_object_xcoff_functions): Declare.
2004 * simple-object.c (format_functions): Add
2005 simple_object_xcoff_functions.
2006
1f3de044
DD
20072012-11-10 Jason Merrill <jason@redhat.com>
2008
2009 * cp-demangle.c (d_unqualified_name): Handle abi tags here.
2010 (d_name): Not here.
2011
20122012-11-09 Jason Merrill <jason@redhat.com>
2013
2014 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_TAGGED_NAME.
2015 (d_make_comp, d_find_pack, d_print_comp): Likewise.
2016 (d_abi_tags): New.
2017 (d_name): Call it.
2018
995b61fe
DD
20192012-10-08 Jason Merrill <jason@redhat.com>
2020
2021 * cp-demangle.c (d_special_name, d_dump): Handle TH and TW.
2022 (d_make_comp, d_print_comp): Likewise.
2023
20242012-09-18 Ian Lance Taylor <iant@google.com>
2025
2026 * strnlen.c: New file.
2027 * configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
2028 present.
2029 * Makefile.in: Rebuild dependencies.
2030 (CFILES): Add strnlen.c.
2031 (CONFIGURED_OFILES): Add ./strnlen.$(objext).
2032 * configure, config.in, functions.texi: Rebuild.
2033
2034 * maint-tool: Accept .def files in the include directory.
2035
20362012-09-18 Florian Weimer <fweimer@redhat.com>
2037
2038 PR other/54411
2039 * objalloc.c (_objalloc_alloc): Add overflow check covering
2040 alignment and CHUNK_HEADER_SIZE addition.
2041
b9b64803
L
20422011-08-28 H.J. Lu <hongjiu.lu@intel.com>
2043
2044 * argv.c (dupargv): Replace malloc with xmalloc. Don't check
2045 xmalloc return.
2046 (buildargv): Likewise. Also replace strdup with xstrdup.
2047 (expandargv): Don't check dupargv return.
2048
bf8247ff
L
20492011-08-28 H.J. Lu <hongjiu.lu@intel.com>
2050
2051 PR binutils/14526
2052 * argv.c (buildargv): Replace alloca with xmalloc/free.
2053
e372c21c
AS
20542012-08-17 Andreas Schwab <schwab@linux-m68k.org>
2055
2056 * floatformat.c (floatformat_to_double): Correctly handle numbers
2057 between 1 and 2. Simplify handling of denormal number.
2058 (main): Test with 1.1.
2059
902e4335
MF
20602012-07-31 Mike Frysinger <vapier@gentoo.org>
2061
2062 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output
2063 to swap_bytes, and then call memcpy to move it to ctx->buffer.
2064
9974286e
DD
20652012-07-26 Kazu Hirata <kazu@codesourcery.com>
2066 Sandra Loosemore <sandra@codesourcery.com>
2067
2068 * pex-win32.c (pex_win32_exec_child): Only close original file
2069 descriptors if child is launched successfully.
2070
7c328963
DD
20712012-07-18 Jason Merrill <jason@redhat.com>
2072
2073 * cp-demangle.c (cplus_demangle_operators): Add *_cast.
2074 (op_is_new_cast): New.
2075 (d_expression, d_print_comp): Check it.
2076
0429544a
DE
20772012-07-13 Doug Evans <dje@google.com>
2078
2079 * filename_cmp.c (filename_hash, filename_eq): New functions.
2080
5afcec73
DD
20812012-06-29 Andreas Schwab <schwab@linux-m68k.org>
2082
2083 * copying-lib.texi (Library Copying): Don't use @heading inside
2084 @enumerate.
2085
67bf71fe
DD
20862012-05-22 Tom Tromey <tromey@redhat.com>
2087
2088 http://sourceware.org/bugzilla/show_bug.cgi?id=14065
2089 * testsuite/demangle-expected: Add regression test.
2090 * cp-demangle.c (d_find_pack): Return NULL for
2091 DEMANGLE_COMPONENT_UNNAMED_TYPE.
2092
fa66ec53
DD
20932012-04-27 Tom Tromey <tromey@redhat.com>
2094
2095 * dwarfnames.c: New file.
2096 * Makefile.in (CFILES): Add dwarfnames.
2097 (REQUIRED_OFILES): Add dwarfnames.
2098 (./dwarfnames.$(objext)): New target.
2099
b3641a6e
DD
21002012-04-04 Tristan Gingold <gingold@adacore.com>
2101
2102 * pex-unix.c (to_ptr32): Fix style.
2103
24e829d0
DD
21042012-04-02 Tristan Gingold <gingold@adacore.com>
2105
2106 * stack-limit.c: Includes ansidecl.h.
2107 (stack_limit_increase): Add ATTRIBUTE_UNUSED
2108
21092012-03-20 Jason Merrill <jason@redhat.com>
2110
2111 * cp-demangle.c (cplus_demangle_type): Handle 'auto'.
2112
4e3aa408
DD
21132012-03-07 Jason Merrill <jason@redhat.com>
2114
2115 * cp-demangle.c (cplus_demangle_operators): Add li.
2116 (d_unqualified_name): Handle it specially.
2117
1712e1d4
JJ
21182012-01-26 Jakub Jelinek <jakub@redhat.com>
2119
2120 * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
2121 about using preprocessor directives inside of macro arguments.
2122
d12c31df
DD
21232012-01-22 Douglas B Rupp <rupp@gnat.com>
2124
2125 * configure: Regenerate.
2126
fbfd63c0
DD
21272012-01-10 Jason Merrill <jason@redhat.com>
2128
2129 * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:
2130 Omit a trailing space in the operator name.
2131
eb7b5ddb
DD
21322012-01-06 Jason Merrill <jason@redhat.com>
2133
2134 PR c++/6057
2135 PR c++/48051
2136 PR c++/50855
2137 PR c++/51322
2138 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
2139 DEMANGLE_COMPONENT_INITIALIZER_LIST.
2140 (d_make_comp): Likewise. Allow null right arg for
2141 DEMANGLE_COMPONENT_TRINARY_ARG2.
2142 (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
2143 (d_template_args, d_template_arg): Handle 'J' for argument packs.
2144 (d_exprlist): Add terminator parm.
2145 (d_expression, d_print_comp): Handle initializer lists, nullary
2146 expressions, prefix/suffix operators, and new.
2147 (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
2148 and DEMANGLE_COMPONENT_INITIALIZER_LIST.
2149 * testsuite/demangle-expected: Add tests.
2150
2151 * cp-demangle.c (cplus_demangle_type): decltype, pack expansion
2152 and vector are substitutable.
2153 (cplus_demangle_operators): Sort.
2154
21552012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2156
2157 * configure: Regenerate.
2158
dd28faae
DD
21592012-01-02 Jakub Jelinek <jakub@redhat.com>
2160
2161 * make-relative-prefix.c (make_relative_prefix_1): Avoid
2162 stack overflow if PATH contains just a single entry and
2163 HOST_EXECUTABLE_SUFFIX needs to be used.
2164
2165 PR driver/48306
2166 * make-relative-prefix.c: Include sys/stat.h.
2167 (make_relative_prefix_1): If access succeeds, check also stat
2168 if nstore is a regular file.
2169
604fcd65
AS
21702011-12-20 Andreas Schwab <schwab@linux-m68k.org>
2171
2172 * configure: Regenerate.
2173
3fee530e
DD
21742011-12-20 Tristan Gingold <gingold@adacore.com>
2175
2176 * aclocal.m4: Assume strncmp works in cross case.
2177 * configure: Regenerate
2178
a53e62cf
AS
21792011-12-19 Andreas Schwab <schwab@linux-m68k.org>
2180
2181 * configure: Regenerate.
2182
956a8f8b
DD
21832011-11-07 Richard Henderson <rth@redhat.com>
2184
2185 Merged from transactional-memory.
2186
2187 * cp-demangle.c (cplus_demangle_fill_ctor): Accept
2188 gnu_v3_object_ctor_group.
2189 (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
2190 (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
2191 and gnu_v3_object_dtor_group.
2192 (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
2193 and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
2194 (d_make_comp, d_print_comp): Likewise.
2195 (d_special_name): Generate them.
2196
abc6552b
DD
21972011-11-04 Jason Merrill <jason@redhat.com>
2198
2199 PR c++/48370
2200 * cp-demangle.c (d_special_name, d_print_comp): Handle a
2201 discriminator number on DEMANGLE_COMPONENT_REFTEMP.
2202
cf185ad7
DD
22032011-11-02 Doug Evans <dje@google.com>
2204
2205 * Makefile.in (CFILES): Add timeval-utils.c.
2206 (REQUIRED_OFILES): Add timeval-utils.$(objext).
2207 (INSTALLED_HEADERS): Add timeval-utils.h.
2208 (timeval-utils.$(objext)): Add rule.
2209
eb2722c1
DD
22102011-10-28 Ian Lance Taylor <iant@google.com>
2211
2212 * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
2213
85d7ed08
DD
22142011-10-26 Iain Sandoe <iains@gcc.gnu.org>
2215
2216 PR target/48108
2217 * simple-object-mach-o.c (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
2218 GNU_WRAPPER_NAMES): New macros.
2219 (simple_object_mach_o_segment): Handle wrapper scheme.
2220 (simple_object_mach_o_write_section_header): Allow the segment name
2221 to be supplied.
2222 (simple_object_mach_o_write_segment): Handle wrapper scheme. Ensure
2223 that the top-level segment name in the load command is empty.
2224 (simple_object_mach_o_write_to_file): Determine the number of
2225 sections during segment output, use that in writing the header.
2226
f9fb0b2d
DD
22272011-10-10 Ian Lance Taylor <iant@google.com>
2228
2229 PR c++/48665
2230 * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
2231 function type, change them to apply to the "this" parameter.
2232 * testsuite/demangle-expected: Add test case.
2233
514c97d3
DD
22342011-09-28 Doug Evans <dje@google.com>
2235
2236 * timeval-utils.c: New file.
514c97d3
DD
2237
2238 * argv.c (countargv): New function.
2239
7955ede5
DD
22402011-09-23 Cary Coutant <ccoutant@google.com>
2241
2242 PR 40831
2243 * cp-demangle.c (d_make_comp): Add new component type.
2244 (cplus_demangle_mangled_name): Check for clone suffixes.
2245 (d_parmlist): Don't error out if we see '.'.
2246 (d_clone_suffix): New function.
2247 (d_print_comp): Print info for clone suffixes.
2248 * testsuite/demangle-expected: Add new testcases.
2249
634e4f4f 22502011-09-23 Ian Lance Taylor <iant@google.com>
139d7133 2251 Pierre Vittet <piervit@pvittet.com>
634e4f4f
DD
2252
2253 * md5.c (md5_process_bytes): Correct handling of unaligned
2254 buffer.
2255
601a99c6
DD
22562011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2257
2258 * aclocal.m4: Include ../config/picflag.m4.
2259 * configure.ac (GCC_PICFLAG): Call it.
2260 (enable_shared): Clear PICFLAG unless shared.
2261 * configure: Regenerate.
2262
091c2a96
DD
22632011-08-12 Steve Ellcey <sje@cup.hp.com>
2264
2265 * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
2266
6b6bd65a
DD
22672011-08-06 Uros Bizjak <ubizjak@gmail.com>
2268
2269 * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
2270
22712011-08-01 Jason Merrill <jason@redhat.com>
2272
2273 PR c++/49932
2274 * cp-demangle.c (d_prefix): Handle decltype.
2275 * testsuite/demangle-expected: Test it.
2276
31ba042a
L
22772011-07-26 H.J. Lu <hongjiu.lu@intel.com>
2278
2279 * testsuite/demangle-expected: Remove an extra line.
2280
04aed652
DD
22812011-07-26 Ian Lance Taylor <iant@google.com>
2282
2283 * cp-demangle.c (d_print_init): Initialize pack_index field.
2284 (d_print_comp): Check for NULL template argument.
2285 * testsuite/demangle-expected: Add test case.
2286
17a16b0f
DD
22872011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
2288
2289 PR target/49817
2290 * stack-limit.c: Include <stdint.h>.
2291
26ac1280
DD
22922011-07-22 Jakub Jelinek <jakub@redhat.com>
2293
2294 PR c++/49756
2295 * stack-limit.c: New file.
2296 * Makefile.in: Regenerate deps.
2297 (CFILES): Add stack-limit.c.
2298 (REQUIRED_OFILES): Add ./stack-limit.$(objext).
2299 * configure.ac (checkfuncs): Add getrlimit and setrlimit.
2300 (AC_CHECK_FUNCS): Likewise.
2301 * configure: Regenerated.
2302 * config.in: Regenerated.
2303
f2917a30
DD
23042011-07-04 Jason Merrill <jason@redhat.com>
2305
2306 * cp-demangle.c (d_expression): Handle 'this'.
2307 (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
2308
7d6b320b
JB
23092011-07-01 Joel Brobecker <brobecker@adacore.com>
2310
2311 * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
2312 HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
2313
02e7efbf
JK
23142011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 PR debug/49408
2317 * cp-demangle.c (d_print_comp): Suppress argument list for function
2318 references by the '&' unary operator. Keep also already processed
2319 variant without the argument list. Suppress argument list types for
2320 function call used in an expression.
2321 * testsuite/demangle-expected: Fix excessive argument list types in
2322 `test for typed function in decltype'. New testcase for no argument
2323 list types printed. 3 new testcases for function references by the
2324 '&' unary operator..
2325
b24539b3
DD
23262011-06-20 Jason Merrill <jason@redhat.com>
2327
2328 PR c++/37089
2329 * cp-demangle.c (d_print_comp): Handle reference smashing.
2330 * testsuite/demangle-expected: Test it.
2331
ddee5e46
DD
23322011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2333
2334 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>:
2335 Suppress d_print_mod for DMGL_RET_POSTFIX.
2336 * testsuite/demangle-expected: New testcases for --ret-postfix.
2337
23382011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2339
2340 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>: Do
2341 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.
2342 * testsuite/demangle-expected: New testcases for --ret-drop.
2343 * testsuite/test-demangle.c: Document --ret-drop in a comment.
2344 (main): New variable ret_drop, fill it, call cplus_demangle with it.
2345
23462011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 * cp-demangle.c (struct d_print_info): Remove field options.
2349 (d_print_init): Remove parameter options.
2350 (cplus_demangle_print_callback): Update all the callers.
2351 (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
2352 (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
2353 Add parameter options, update all the callers.
2354
4ff224cb
DD
23552011-04-20 Jim Meyering <meyering@redhat.com>
2356
2357 * cp-demint.c (cplus_demangle_v3_components): Remove useless
2358 if-before-free.
2359 * cplus-dem.c (squangle_mop_up): Likewise.
2360 (delete_non_B_K_work_stuff): Likewise.
2361 * pex-common.c (pex_free): Likewise.
2362 * pex-msdos.c (pex_msdos_cleanup): Likewise.
2363 * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
2364 (win32_spawn): Likewise.
2365 * regex.c (FREE_VAR, weak_alias): Likewise.
2366 * spaces.c (spaces): Likewise.
2367
a55c6f41
DD
23682011-04-10 Jim Meyering <meyering@redhat.com>
2369
2370 Avoid memory overrun in a test leading to potential double-free.
2371 * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
2372 i.e., do copy the trailing NUL byte.
2373
083faca9
TG
23742011-03-31 Tristan Gingold <gingold@adacore.com>
2375
2376 * makefile.vms (OBJS): Add filename_cmp.obj
2377
007d6189
KT
23782011-02-28 Kai Tietz <kai.tietz@onevision.com>
2379
2380 * filename_cmp.c (filename_ncmp): New function.
2381 * functions.texi: Regenerated.
2382
d4d868a2
RW
23832011-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2384
2385 * splay-tree.c: Escape wrapping newlines in texinfo markup
2386 with '@', to fix function declaration output rendering.
2387 * gather-docs: Relax and improve macro name matching to actually
2388 match all current names and to allow input line wrapping.
2389 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
2390 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
2391 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
2392 pexecute.txh, random.c, setenv.c, setproctitle.c,
2393 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
2394 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
2395 Wrap long texinfo input lines.
2396 * functions.texi: Regenerate.
2397
23982011-01-18 Mike Frysinger <vapier@gentoo.org>
2399
2400 * .gitignore: New file.
2401
98f0b5d4
DD
24022010-12-08 Doug Evans <dje@google.com>
2403
2404 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
2405 all callers updated. Rewrite to be non-recursive.
2406
531ff9fd
DD
24072010-11-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2408
2409 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
2410
62b06a9e
DD
24112010-11-20 Anthony Green <green@moxielogic.com>
2412
2413 * configure.ac: Turn PR_SET_NAME link test into a test for
2414 sys/prctl.h.
2415 * configure, config.in: Rebuilt.
2416 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
2417 (setproctitle) Test for PR_SET_NAME definition.
2418
9b980aa1
RW
24192010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2420
2421 PR other/46202
2422 * Makefile.in (install-strip): New phony target.
2423 (install): Also mark as phony.
2424
f9e6589d
DD
24252010-11-16 Ian Lance Taylor <iant@google.com>
2426
2427 * simple-object.c (simple_object_attributes_merge): Rename from
2428 simple_object_attributes_compare. Call merge field.
2429 * simple-object-common.h (struct simple_object_functions): Rename
2430 attributes_compare field to attribute_merge.
2431 * simple-object-elf.c (EM_SPARC): Define.
2432 (EM_SPARC32PLUS): Define.
2433 (simple_object_elf_attributes_merge): Renamed from
2434 simple_object_elf_attributes_compare. Permit EM_SPARC and
2435 EM_SPARC32PLUS objects to be merged.
2436 (simple_object_elf_functions): Update function name.
2437 * simple-object-coff.c (simple_object_coff_attributes_merge):
2438 Rename from simple_object_coff_attributes_compare.
2439 (simple_object_coff_functions): Update function name.
2440 * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
2441 Renamed from simple_object_mach_o_attributes_compare.
2442 (simple_object_mach_o_functions): Update function name.
2443
a0692e36
L
24442010-11-16 H.J. Lu <hongjiu.lu@intel.com>
2445
2446 PR other/42670
2447 PR binutils/11137
2448 * cp-demangle.c (d_make_demangle_mangled_name): New.
2449 (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
2450
2451 * testsuite/demangle-expected: Updated.
2452
28fadfc4
DD
24532010-11-14 Kai Tietz <kai.tietz@onevision.com>
2454
2455 * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
2456 offset.
2457
361c3115
DD
24582010-11-12 Ian Lance Taylor <iant@google.com>
2459
2460 PR other/46332
2461 * cp-demangle.c (d_print_function_type): Don't print parentheses
2462 if there are no modifiers to print.
2463 * testsuite/demangle-expected: Tweak one test case, add another.
2464
9c55e064
RH
24652010-11-04 Richard Henderson <rth@redhat.com>
2466
2467 * configure.ac (AC_CHECK_HEADERS): Add process.h.
2468 (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
2469 (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
2470 * configure, config.in: Rebuild.
2471 * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
2472 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
2473
ffa54e5c
DD
24742010-11-02 Ian Lance Taylor <iant@google.com>
2475 Dave Korn <dave.korn.cygwin@gmail.com>
2476 Iain Sandoe <iains@gcc.gnu.org>
2477
2478 * simple-object.c: New file.
2479 * simple-object-common.h: New file.
2480 * simple-object-elf.c: New file.
2481 * simple-object-mach-o.c: New file.
2482 * simple-object-coff.c: New file.
2483 * simple-object.txh: New file.
2484 * configure.ac: Add AC_TYPE_SSIZE_T.
2485 * Makefile.in: Rebuild dependencies.
2486 (CFILES): Add simple-object.c, simple-object-coff,
2487 simple-object-elf.c, and simple-object-mach-o.c.
2488 (REQUIRED_OFILES): Add corresponding object files.
2489 * configure: Rebuild.
2490 * config.in: Rebuild.
2491 * functions.texi: Rebuild.
2492
80347f88
DD
24932010-10-29 Ian Lance Taylor <iant@google.com>
2494
2495 * setproctitle.c: Add space after function name in @deftypefn
2496 comment.
2497 * functions.texi: Rebuild.
2498
85f1f7cf
DD
24992010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2500
2501 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
2502 * configure: Regenerate.
2503
a903d6ac 25042010-10-07 Andi Kleen <ak@linux.intel.com>
94e48200
DD
2505
2506 * configure: Regenerate.
2507 * configure.ac: Turn PR_SET_NAME check into link check.
2508
a903d6ac 25092010-10-06 Andi Kleen <ak@linux.intel.com>
9711ae4d
DD
2510
2511 * Makefile.in (CFILES): Add setproctitle.
2512 (CONFIGURED_OFILES): Add setproctitle.
2513 (setproctitle): Add rule.
2514 * config.in: Regenerate.
2515 * configure: Regenerate.
2516 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
2517 * setproctitle.c: Add file.
2518 * functions.texi: Regenerate.
2519
6a44904e
DD
25202010-09-22 Tristan Gingold <gingold@adacore.com>
2521
2522 * cplus-dem.c (ada_demangle): Add comments.
2523 Handle stream and controlled type operations.
2524 Decoding of some uppercase letters moved before separators.
2525 * testsuite/demangle-expected: Add tests.
2526
57cf60a5
TT
25272010-09-10 James Lyon <jameslyon0@googlemail.com>
2528
2529 http://sourceware.org/bugzilla/show_bug.cgi?id=11572
2530 * cp-demangle.c (d_find_pack): Add case for
2531 DEMANGLE_COMPONENT_LAMBDA.
2532 * testsuite/demangle-expected: Add regression test.
2533
497462ef
DD
25342010-09-08 Tristan Gingold <gingold@adacore.com>
2535
2536 PR 44001
2537 * maint-tool (missing): Fix pattern for object file.
2538 (deps): Use $(objext) for object extension.
2539 * Makefile.in (objext): New variable.
2540 Replace all occurences of .o with .$(objext)
2541 Regenerate with maint-deps
2542 * configure.ac (pexecute): Set to the basename.
2543 * configure: Regenerate.
2544
23701f2e
DD
25452010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
2546
2547 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
2548 corresponding stream has been opened.
2549 (pex_free): Close pipe file descriptors corresponding to child's
2550 stdout and stderr before waiting.
2551
9d8d6261
NC
25522010-08-13 Nick Clifton <nickc@redhat.com>
2553
2554 * argv.c (expandargv): Limit the number of times that response
2555 files are opened in order to prevent infinite recursion.
2556
ae30dc00
DD
25572010-07-21 Pascal Obry <obry@adacore.com>
2558
2559 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
2560
f9e9243a
UW
25612010-07-06 Ken Werner <ken.werner@de.ibm.com>
2562
2563 * floatformat.c (floatformat_ieee_half_big): New variable.
2564 (floatformat_ieee_half_little): Likewise.
2565
6b13a44c
DD
25662010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
2567
2568 * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
2569 Update copyright years.
2570 Move to GFDL 1.3.
2571
3baae9d6
JJ
25722010-06-10 Jakub Jelinek <jakub@redhat.com>
2573
2574 PR other/43838
2575 * cp-demangle.c (struct d_print_info): Add flush_count field.
2576 (d_print_init): Initialize it to 0.
2577 (d_print_flush): Increment it.
2578 (d_print_comp): If needed flush before appending ", ". Only
2579 decrement dpi->len if no flushes happened during the recursive
2580 call.
2581 * testsuite/demangle-expected: Add a test for this.
2582
219a461e
DD
25832010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2584
2585 * splay-tree.c: Update copyright years.
2586 (splay_tree_new_typed_alloc): New.
2587 (splay_tree_new_with_allocator): Use it.
2588
2589 * hashtab.c: Update copyright years.
2590 (htab_create_typed_alloc): New.
2591 (htab_create_alloc): Use it.
2592
2593 * functions.texi: Regenerate.
2594
a2803021
DD
25952010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
2596 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2597
2598 PR bootstrap/42798
2599 * configure.ac: Check for declaration of 'basename(char *)'.
2600 * configure: Regenerate.
2601
26022010-05-26 Kai Tietz <kai.tietz@onevision.com>
0a5b531f
DD
2603
2604 * testsuite/demangle-expected: Add tests for __int128
2605 and unsigned __int128 types.
2606
cf383746
DD
26072010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
2608 Jason Merrill <jason@redhat.com>
2609
2610 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
2611 (cplus_demangle_type): Handle nullptr.
2612 * testsuite/demangle-expected: Test it.
2613
2cd2156f
DD
26142010-04-23 Pedro Alves <pedro@codesourcery.com>
2615
2616 * lbasename.c (lbasename): Split into ...
2617 (unix_lbasename, dos_basename): ... these.
2618 (lbasename): ... and reimplement on top of them.
2619 * Makefile.in (lbasename.o): Add dependency on
2620 $(INCDIR)/filenames.h.
2621
45ecb02a
DD
26222010-04-07 Jakub Jelinek <jakub@redhat.com>
2623
2624 * regex.c (byte_re_match_2_internal): Avoid set but not used
2625 warning.
2626
f9b58c5b
DD
26272010-03-22 Jason Merrill <jason@redhat.com>
2628
2629 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
2630
178bead7
DD
26312010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2632
2633 * Makefile.in (all): Do not use exec.
2634
fbe5da0e
DD
26352010-02-04 Tom Tromey <tromey@redhat.com>
2636
2637 * testsuite/demangle-expected: Add missing --format=gnu-v3.
2638
cbc43128
DD
26392010-02-03 Jason Merrill <jason@redhat.com>
2640
2641 * cp-demangle.c (d_expression): Handle dependent operator name.
2642
2643 PR c++/12909
2644 * cp-demangle.c (d_number_component, d_vector_type): New.
2645 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
2646
26472010-01-25 Ian Lance Taylor <iant@google.com>
2648
2649 * cp-demangle.c (cplus_demangle_type): Check for invalid type
2650 after "DF".
2651 * testsuite/demangle-expected: Add test.
2652
9ac9c2b6
DD
26532010-01-20 Jason Merrill <jason@redhat.com>
2654
2655 PR c++/42338
2656 * cp-demangle.c (d_print_comp): Fix array index printing.
2657
6d390a9e
DD
26582010-01-11 Tristan Gingold <gingold@adacore.com>
2659
2660 * cplus-dem.c (ada_demangle): Remove prototype.
2661 (grow_vect): Removed.
2662 (ada_demangle): Rewritten.
2663 (cplus_demangle): Fix indentation.
2664 * testsuite/demangle-expected: Add tests for Ada.
2665
ffe7cfdf
L
26662010-01-09 Ian Lance Taylor <iant@google.com>
2667
2668 PR other/42230
2669 * cp-demangle.c (d_demangle): Return dgs.alc on success.
2670
43e85a8f
DD
26712010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2672
2673 PR target/42316
2674 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
2675 * configure: Regenerate.
2676
16b8170d
DE
26772009-12-07 Doug Evans <dje@google.com>
2678
2679 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
2680
e96158fc
BE
26812009-11-26 Ben Elliston <bje@au.ibm.com>
2682
19afebda 2683 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
e96158fc
BE
2684 * configure: Regenerate.
2685
cf89a94a
BE
26862009-11-25 Ben Elliston <bje@au.ibm.com>
2687
2688 * functions.texi: Rebuild.
2689
23d03362
BE
26902009-11-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2691 Ben Elliston <bje@au.ibm.com>
2692
2693 * README: Mention changes to Makefile.in and functions.texi.
2694 * gather-docs: Mention 'make stamp-functions' in the header.
2695
c90188f6
BE
26962009-11-23 Ben Elliston <bje@au.ibm.com>
2697 Ian Lance Taylor <iant@google.com>
2698
2699 * pex-unix.c (pex_child_error): Improve warning avoidance by
2700 checking the results of write(3) and exiting with -2 if any write
2701 returns a negative value.
2702
ca938790
DD
27032009-11-22 Steve Ward <planet36@gmail.com>
2704
2705 * dyn-string.c (dyn_string_append_char): Fix typo in comment.
2706
17f99e29
BE
27072009-11-20 Ben Elliston <bje@au.ibm.com>
2708
2709 * pex-unix.c (pex_child_error): Define writeerr macro to avoid
2710 unused result warnings from write(3) calls. Undefine writeerr
2711 after all uses.
2712
79e31468
DD
27132009-10-08 Daniel Gutson <dgutson@codesourcery.com>
2714 Daniel Jacobowitz <dan@codesourcery.com>
2715 Pedro Alves <pedro@codesourcery.com>
2716
79e31468
DD
2717 * argv.c (consume_whitespace): New function.
2718 (only_whitespace): New function.
2719 (buildargv): Always use ISSPACE by calling consume_whitespace.
2720 (expandargv): Skip empty files. Do not stop at the first empty
2721 argument (calling only_whitespace)..
2722 * testsuite/test-expandargv.c: (test_data): Test empty lines
2723 and empty arguments.
2724 (run_tests): Fix false positives due to shorter arguments.
2725
664aa91f
DD
27262009-09-30 Martin Thuresson <martint@google.com>
2727
2728 * regex.c (byte_re_match_2_internal): Split declaration and
2729 assignment to avoid -Wc++-compat warning due to goto.
2730
27312009-09-29 Jason Merrill <jason@redhat.com>
2732
2733 * Makefile.in: Enable demangle target.
2734 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
2735 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
2736 (d_parmlist): Factor out from d_bare_function_type.
2737 (d_compact_number): Factor out from d_template_param and d_expression.
2738 (d_append_num): Factor out from d_print_comp.
2739 (d_print_comp, d_print_mod_list): Handle lambdas.
2740 * testsuite/demangle-expected: Add lambda tests.
2741
572771db
DD
27422009-09-23 Matthew Gingell <gingell@adacore.com>
2743
2744 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
2745
074d710d
KT
27462009-09-22 Ozkan Sezer <sezeroz@gmail.com>
2747
2748 * choose-temp.c: Include unistd.h for mingw targets.
2749
a17fcd19
DD
27502009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2751
2752 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
2753
bc426d7a
DD
27542009-09-15 Tristan Gingold <gingold@adacore.com>
2755
2756 * config.h-vms (intptr_t): Define to compile hashtab.c
2757
b4a451f5
L
27582009-09-04 Ozkan Sezer <sezeroz@gmail.com>
2759
2760 PR target/39065
2761 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
2762 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
2763 * config.in: Regenerated.
2764 * configure: Regenerated.
2765
fca6a796
L
27662009-09-03 Ozkan Sezer <sezeroz@gmail.com>
2767
2768 PR target/39065
2769 * configure.ac: Also check for intptr_t.
2770 * config.h.in: Regenerated.
2771 * configure: Regenerated.
2772 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
2773 instead of of long.
2774
fce11aaa
TG
27752009-09-02 Tristan Gingold <gingold@adacore.com>
2776
2777 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
2778 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
2779 dependencies. Remove unused FORMAT variable.
2780 * configure.com: New file to create build.com DCL script for
2781 Itanium VMS or Alpha VMS.
2782
d444d2ba
RW
27832009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2784
2785 * configure.ac (AC_PREREQ): Bump to 2.64.
2786
7a0801a9
L
27872009-08-23 H.J. Lu <hongjiu.lu@intel.com>
2788
2789 PR ld/10536
2790 * Makefile.in (install-html-recursive): Removed.
2791
75086676
DD
27922009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2793
2794 * config.in: Regenerate.
2795 * configure: Regenerate.
2796
626aaf89
DD
27972009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2798
2799 * Makefile.in (AUTOCONF, configure_deps): New variables.
2800 ($(srcdir)/configure): New rule, active only in maintainer mode.
2801
b0832eea
DD
28022009-07-29 Douglas B Rupp <rupp@gnat.com>
2803
2804 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
2805
9fef968a
DD
28062009-07-27 Douglas B Rupp <rupp@gnat.com>
2807
2808 * pex-unix.c (vfork): Remove VMS specific definition (get from header
2809 file instead).
2810 (to_ptr32): New function.
2811 (pex_unix_exec_child): Use it.
2812
bdc0e08d
DD
28132009-07-24 Ian Lance Taylor <iant@google.com>
2814
2815 PR bootstrap/40854
2816 * crc32.c (xcrc32): Rename from crc32.
2817
6e881691
DD
28182009-07-24 Ian Lance Taylor <iant@google.com>
2819
2820 * crc32.c: New file.
2821 * Makefile.in: Rebuild dependencies.
2822 (CFILES): Add crc32.c.
2823 (REQUIRED_OFILES): Add ./crc32.o.
2824 * functions.texi: Rebuild.
2825
d5031754
DD
28262009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
2829 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
2830 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
2831 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
2832 (d_demangle_callback): The variable type is now declared as enum.
2833 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
2834
483d7cf4
DD
28352009-06-21 Jakub Jelinek <jakub@redhat.com>
2836
2837 * hashtab.c (htab_traverse): Don't call htab_expand for
2838 nearly empty hashtabs with sizes 7, 13 or 31.
2839
5d7aee10
NC
28402009-06-16 Nick Clifton <nickc@redhat.com>
2841
2842 PR 10197
2843 * testsuite/test-demangle.c: Rename getline to get_line to avoid
2844 conflicts with system function of the same name.
2845
8893fa20
DD
28462009-05-30 Eli Zaretskii <eliz@gnu.org>
2847
2848 * snprintf.c: Doc fix.
2849
2850 * vsnprintf.c: Doc fix.
2851
b69c3c55
KT
28522009-05-29 Kai Tietz <kai.tietz@onevision.com>
2853
6b6bd65a 2854 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
b69c3c55 2855
0dc69033
DD
28562009-05-29 Michael Matz <matz@suse.de>
2857
2858 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
2859 out when forcing the minimum.
2860 (fibheap_delete_node): Assert that we managed to force the minimum.
2861
56ae5eb9
TG
28622009-05-25 Tristan Gingold <gingold@adacore.com>
2863
2864 * config.h-vms: Rewritten. Define configure macros.
2865 Use DEC-C builtin alloca.
2866
2867 * makefile.vms (OBJS): Update list.
2868 (OPT): New variable.
2869 (CFLAGS): Update compilation flags.
2870 (libiberty.olb): Do not depend on alloca-conf.h anymore.
2871
4e55d6c3
DD
28722009-05-19 Ian Lance Taylor <iant@google.com>
2873 Ben Elliston <bje@au.ibm.com>
2874
2875 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
2876 (cplus_demangle_fill_dtor): Likewise.
2877
ed20019d
JB
28782009-05-17 Julian Brown <julian@codesourcery.com>
2879
2880 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
2881 standard handles (stdin, stdout, stderr) in parent.
2882
59cdf842
JB
28832009-04-29 Julian Brown <julian@codesourcery.com>
2884
6b6bd65a 2885 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
59cdf842 2886 (pex_win32_exec_child): Ensure each process has only one handle open
3ea74505
DD
2887 on pipe endpoints. Close standard input after creating child for
2888 symmetry with standard output/standard error.
59cdf842 2889
e1ad6b9a
DD
28902009-04-25 Eli Zaretskii <eliz@gnu.org>
2891
2892 * Makefile.in (needed-list): Target removed (not used in GCC
2893 3.0 and later). All references deleted.
2894 (mostlyclean): Remove references to needed.awk and needed2.awk.
2895
68724c3d
DD
28962009-04-14 Eli Zaretskii <eliz@gnu.org>
2897
2898 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
2899 existing and required library functions to with_target_subdir
2900 section, so that the native build does detect them at configure
2901 time.
2902 * configure: Regenerated.
6b6bd65a 2903
587c6b96
KT
29042009-04-13 Ozkan Sezer <sezeroz@gmail.com>
2905
6b6bd65a
DD
2906 PR target/39397
2907 * pex-common.h (struct pex_obj): Store pid values as pid_t,
2908 not as long (members *children and (*wait))
2909 * pex-common.c (pex_run_in_environment): Likewise.
2910 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
2911 returned pid value.
2912 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
2913 * pex-msdos.c (pex_msdos_wait): Likewise.
587c6b96 2914
3c72fdec
DD
29152009-04-07 Arnaud Patard <apatard@mandriva.com>
2916
41f225de
NC
2917 * configure.ac: Fix Linux/MIPS matching rule.
2918 * configure: Regenerate.
3c72fdec 2919
6e881691 29202009-03-27 Ian Lance Taylor <iant@google.com>
10e1b6bb
DD
2921
2922 * memmem.c: New file, from gnulib.
2923 * configure.ac: Add memmem to list of functions provided if they
2924 are not available on the host.
2925 * Makefile.in: Rebuild dependencies.
2926 (CFILES): Add memmem.c.
2927 (CONFIGURED_OFILES): Add memmem.o.
2928 * configure, config.in, functions.texi: Rebuild.
2929
e2e1864d
DD
29302009-03-23 Jason Merrill <jason@redhat.com>
2931
2932 * cp-demangle.c (d_expression): Handle pack expansion.
2933 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
2934 (d_print_subexpr): Don't wrap function parms in ().
2935 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
2936 not finding a pack.
2937
c743cf5d
DD
29382009-03-17 Jason Merrill <jason@redhat.com>
2939
2940 * cp-demangle.c (d_make_function_param): new fn.
2941 (cplus_demangle_mangled_name): Work around abi v2 bug.
2942 (d_expr_primary): Likewise.
2943 (cplus_demangle_operators): Add alignof ops.
2944 (d_expression): Handle function parameters and conversions
2945 with other than 1 operand.
2946 (d_print_comp): Handle function parameters. Fix bug with
2947 function used in type of function.
cbc43128 2948 * testsuite/demangle-expected: Update tests.
c743cf5d 2949
3ca747ab
DD
29502009-02-21 Mark Mitchell <mark@codesourcery.com>
2951
2952 * make-temp-file.c (<windows.h>): Include on Windows.
2953 (choose_tmpdir): On Windows, use GetTempPath.
2954
1b5bf944
DK
29552009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
2956
2957 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
2958 as it no longer shares libiberty object files.
2959 * configure: Regenerated.
2960
60cf58f5
DD
29612009-01-07 Jason Merrill <jason@redhat.com>
2962
2963 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
2964
29652009-01-06 Ben Elliston <bje@au.ibm.com>
2966
2967 * cp-demangle.c (cplus_demangle_type): Return NULL if the
2968 character following a 'D' cannot be recognised.
2969
4e59450e
DD
29702008-12-18 Jason Merrill <jason@redhat.com>
2971
2972 PR c++/38561
2973 * cp-demangle.c (d_expression, d_print_comp): Revert
2974 cast changes.
2975
29762008-12-17 Jason Merrill <jason@redhat.com>
2977
2978 * cp-demangle.c (d_expression): Handle rvalue stubs too.
2979 [DEMANGLE_COMPONENT_CAST]: Update mangling.
2980 (d_print_comp): Avoid extra ", " with empty template argument packs.
2981 Remove handling for obsolete T() mangling.
2982
d2825c1a
DD
29832008-12-10 Jason Merrill <jason@redhat.com>
2984
2985 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
2986 (d_print_comp, d_dump): Likewise.
2987
bb52de30
DJ
29882008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2989
2990 * Makefile.in (CPPFLAGS): Define.
2991 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
2992
eff85da5
DD
29932008-10-15 Paolo Bonzini <bonzini@gnu.org>
2994
2995 PR bootstrap/37137
2996 * Makefile.in (LIBCFLAGS): Remove.
2997 (FLAGS_TO_PASS): Don't mention it.
2998 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
2999
de8a05ff
DE
30002008-10-08 David Edelsohn <edelsohn@gnu.org>
3001
06d61999 3002 * xstrdup.c: Include <sys/types.h> after "config.h"
6b6bd65a 3003
899de170
L
30042008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3005
3006 * configure.ac: Call AC_SYS_LARGEFILE.
3007 * config.in: Regenerated.
3008 * configure: Likewise.
3009
1c08f2c8
DD
30102008-10-06 Jason Merrill <jason@redhat.com>
3011
3012 * cp-demangle.c (struct d_print_info): Add pack_index.
3013 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
3014 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
3015 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
3016 (cplus_demangle_builtin_types): Add char16/32_t.
3017 (cplus_demangle_type): Recognize them.
3018 (d_template_args): Handle empty argument packs.
3019 (d_template_arg): Handle argument packs.
3020 (d_expression): Handle dependent name.
3021 (d_index_template_argument): New fn.
3022 (d_lookup_template_argument): New fn.
3023 (d_find_pack, d_pack_length): New fn.
3024 (d_print_subexpr): Split out...
3025 (d_print_comp): ...from here. Use d_*_template_argument.
3026 Handle empty arg lists. Support pack expansions.
3027 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
d053aef8 3028
ba8cb4ba
DD
30292008-09-09 Jason Merrill <jason@redhat.com>
3030
3031 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
3032 (d_make_comp): Likewise.
3033 (cplus_demangle_type): Handle decltype and DFP types.
3034 (cplus_demangle_operators): Call operator takes 2 args.
3035 (cplus_demangle_builtin_types): Add DFP types.
3036 (d_exprlist): New fn.
3037 (d_expression): Handle parm placeholders, T() and calls.
3038 (d_print_comp): Handle decltype, T() and calls.
3039 * testsuite/demangle-expected: Test the above.
3040
bd8aab1c
DD
30412008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3042
3043 * pex-win32.c (argv_to_argc): New function.
3044 (spawn_script): Duplicate argv before calling win32_spawn.
3045
8975bb30
DD
30462008-07-31 Jakub Jelinek <jakub@redhat.com>
3047
3048 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
3049
f562800d
DD
30502008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
3051
3052 * mkstemps.c (mkstemps): If open failed with errno other than
3053 EEXIST, return immediately.
3054 * make-temp-file.c: Include errno.h.
3055 (make_temp_file): If mkstemps failed, print an error message
3056 before aborting.
3057
b7d9aef1
DD
30582008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3059
3060 * maint-tool (deps): Output config.h instead of stamp-h.
3061 * Makefile.in: Rebuild deps.
3062 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
3063 Reverts 2007-07-11 change.
3064
2c197581
EB
30652008-06-19 Eric Blake <ebb9@byu.net>
3066
3067 Adjust strsignal to POSIX 200x prototype.
3068 * strsignal.c (strsignal): Remove const.
3069
c8536f38
DD
30702008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3071
3072 * configure: Regenerate.
3073
83ef53a9
DD
30742008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3075
3076 * libiberty.texi: Expand TABs, drop indentation outside examples.
3077 * obstacks.texi: Likewise.
3078
017c1138
DD
30792008-04-21 Aurelien Jarno <aurelien@aurel32.net>
3080
41f225de
NC
3081 * configure.ac: use -fPIC on Linux/MIPS hosts.
3082 * configure: Regenerate.
017c1138 3083
5ae54241
DD
30842008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
3085
3086 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
3087
30882008-04-18 Paolo Bonzini <bonzini@gnu.org>
3089
3090 PR bootstrap/35457
3091 * aclocal.m4: Add override.m4.
3092 * configure: Regenerate.
3093
dddc49b7
DD
30942008-03-31 Ian Lance Taylor <iant@google.com>
3095
3096 * cp-demangle.c (d_substitution): Correct overflow check to avoid
3097 -fstrict-overflow optimizations.
3098
c779bab8
PB
30992008-03-27 Paolo Bonzini <bonzini@gnu.org>
3100
3101 * configure.ac (frags): Don't set, use frag instead.
3102 (PICFLAG): Set here and substitute.
3103 * Makefile.in (PICFLAG): Substitute from autoconf.
3104 * configure: Regenerate.
3105
b68965a0
DD
31062008-03-24 Ian Lance Taylor <iant@google.com>
3107
3108 * sha1.c: New file, from gnulib.
3109 * Makefile.in: Rebuild dependencies.
3110 (CFILES): Add sha1.c.
3111 (REQUIRED_OFILES): Add sha1.o.
3112
daddbc6e
DD
31132008-03-24 Doug Evans <dje@google.com>
3114
3115 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
3116 return from strdup.
3117
6b357a9d
DD
31182008-03-12 Seongbae Park <seongbae.park@gmail.com>
3119
3120 * cplus-dem.c (malloc, realloc): Use void * instead of char *
3121 as return type.
3122
3f69c6bf
DD
31232008-03-11 Nick Clifton <nickc@redhat.com>
3124
3125 * md5.c (md5_process_bytes): Do not assume that memcpy will
3126 provide a return value.
3127
610f4894
BE
31282008-02-19 Ben Elliston <bje@au.ibm.com>
3129
3130 PR other/12618
3131 * testsuite/Makefile.in (mostlyclean): Remove any core file.
3132
830ef634
DD
31332008-01-26 David Daney <ddaney@avtrex.com>
3134
3135 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
3136 DEMANGLE_COMPONENT_COMPOUND_NAME, and
3137 DEMANGLE_COMPONENT_CHARACTER cases.
3138 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
3139 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
3140 (d_make_character): New function.
3141 (d_java_resource): Same.
3142 (d_special_name): Handle "Gr" case.
3143 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
3144 DEMANGLE_COMPONENT_COMPOUND_NAME, and
3145 DEMANGLE_COMPONENT_CHARACTER cases.
3146 * testsuite/demangle-expected: Add test for java resource name
3147 mangling.
3148
b4b41ceb
BE
31492008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
3150
3151 * cplus-dem.c (demangle_function_name): Changed to return value
3152 indicating if a name was correctly demangled.
3153 (iterate_demangle_function): Use demangle_function_name return
3154 value.
3155
145f4ab5
DD
31562008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3157
3158 PR other/33768
3159 * splay-tree.c (rotate_left): Fix minor typo in comment.
3160 (rotate_right): Likewise.
3161
38e654e2
DD
31622007-11-12 Joseph Myers <joseph@codesourcery.com>
3163
3164 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
3165 compiler warnings.
3166 (floatformat_ibm_long_double): Use
3167 floatformat_ibm_long_double_is_valid.
3168
b14d30e1
JM
31692007-11-07 Joseph Myers <joseph@codesourcery.com>
3170 Daniel Jacobowitz <dan@codesourcery.com>
3171
3172 * floatformat.c (mant_bits_set): New.
3173 (floatformat_to_double): Use it. Note no special handling of
3174 split formats.
3175 (floatformat_from_double): Note no special handing of split
3176 formats.
3177 (floatformat_ibm_long_double_is_valid,
3178 floatformat_ibm_long_double): New.
3179 (floatformat_ieee_single_big, floatformat_ieee_single_little,
3180 floatformat_ieee_double_big, floatformat_ieee_double_little,
3181 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
3182 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
3183 floatformat_m68881_ext, floatformat_i960_ext,
3184 floatformat_m88110_ext, floatformat_m88110_harris_ext,
3185 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
3186 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
3187 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
3188 for addition of split_half field.
3189
3a0ab695
DD
31902007-09-06 Tom Tromey <tromey@redhat.com>
3191
3192 * pexecute.txh (pex_free): Document process killing.
3193
8969a67f 31942007-08-31 Douglas Gregor <doug.gregor@gmail.com>
2c197581 3195
8969a67f 3196 * cp-demangle.c (d_dump): Handle
2c197581 3197 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
8969a67f
DD
3198 (d_make_comp): Ditto.
3199 (cplus_demangle_type): Ditto.
3200 (d_print_comp): Ditto.
3201 (d_print_mod): Ditto.
3202 (d_print_function_type): Ditto.
3203
29d89e07
DD
32042007-08-24 Kai Tietz <kai.tietz@onevision.com>
3205
3206 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
3207 * pex-djgpp.c: Likewise.
3208 * pex-msdos.c: Likewise.
3209 * pex-unix.c: Likewise.
3210 * pex-win32.c: Likewise.
3211
cefec409
DD
32122007-08-17 Michael Snyder <msnyder@access-company.com>
3213
3214 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
3215
9250f7f0
DD
32162007-08-03 Michael Snyder <msnyder@access-company.com>
3217
3218 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
3219 leak.
3220
168b8298
MS
32212007-07-31 Michael Snyder <msnyder@access-company.com>
3222
3223 * cp-demangle.c (d_print_comp): Guard against null.
3224
642c7534
BE
32252007-07-25 Ben Elliston <bje@au.ibm.com>
3226
3227 * Makefile.in (CFILES): Remove ternary.c.
3228 (REQUIRED_OFILES): Remove ./ternary.o.
3229 (INSTALLED_HEADERS): Remove ternary.h.
3230 (ternary.o): Remove.
3231 * ternary.c: Remove.
3232
acf3a813
DD
32332007-07-23 DJ Delorie <dj@redhat.com>
3234
3235 * argv.c (writeargv): Fix typo in inline documentation.
3236 * functions.texi: Regenerate.
3237
008d60eb
DD
32382007-07-17 DJ Delorie <dj@redhat.com>
3239
3240 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
3241 gettimeofday entry.
3242 * configure: Likewise.
3243
a590e8e7
AO
32442007-07-11 Alexandre Oliva <aoliva@redhat.com>
3245
3246 * maint-tool (deps): Output stamp-h instead of config.h.
3247 * Makefile.in: Rebuild deps.
3248 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
3249
db42c6e8
DD
32502007-07-02 Simon Baldwin <simonb@google.com>
3251
3252 * argv.c (writeargv): Removed declaration of unused variable.
3253
1f616ca1
PB
32542007-06-14 Paolo Bonzini <bonzini@gnu.org>
3255
3256 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
3257 * configure: Regenerate.
3258
a104c397
PB
32592007-06-14 Paolo Bonzini <bonzini@gnu.org>
3260
3261 * aclocal.m4: Include config/warnings.m4.
3262 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
3263 * configure: Regenerate.
3264
958afec3
GK
32652007-06-07 Geoffrey Keating <geoffk@apple.com>
3266
3267 * configure.ac: Non-default multilibs can be cross compilations.
3268 * configure: Regenerate
3269
0c18fee5
DD
32702007-05-07 Nathan Froyd <froydnj@codesourcery.com>
3271
3272 * argv.c (writeargv): New function.
3273
8bf955e1
GK
32742007-05-05 Geoffrey Keating <geoffk@apple.com>
3275
3276 * cp-demangle.c (d_name): Detect local-source-name.
3277 (d_prefix): Likewise.
3278 (d_unqualified_name): Implement local-source-name.
3279
73bdefcf
JB
32802007-05-03 Joel Brobecker <brobecker@adacore.com>
3281
3282 * filename_cmp.c: Replace include of ctype.h by include of
3283 safe-ctype.h.
3284 (filename_cmp): Use TOLOWER instead of tolower for conversions
3285 that are locale-independent.
3286 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
3287
41f225de 32882007-04-11 Thomas Neumann <tneumann@users.sourceforge.net>
8535fe17
DD
3289
3290 * argv.c: Use ANSI C declarations.
3291 * make-relative-prefix.c: Likewise.
3292
34d8f01b
JB
32932007-04-06 Joel Brobecker <brobecker@adacore.com>
3294
3295 * filename_cmp.c (filename_cmp): Improve documentation.
3296
2657faa6
AS
32972007-04-02 Andreas Schwab <schwab@suse.de>
3298
3299 * filename_cmp.c: Include "config.h".
3300
9c577e89
DD
33012007-03-29 Joel Brobecker <brobecker@adacore.com>
3302
3303 * filename_cmp.c: New file.
3304 * Makefile.in (CFILES): Add filename_cmp.c.
3305 (REQUIRED_OFILES): Add filename_cmp.o
3306 (filename_cmp.o): New rule.
3307 * functions.texi: Regenerate.
3308
8d301070
GK
33092007-03-15 Geoffrey Keating <geoffk@apple.com>
3310
3311 * cp-demangle.c (d_encoding): Exit early on error.
3312 (d_pointer_to_member_type): Exit early if cplus_demangle_type
3313 returns NULL.
3314 (cplus_demangle_type): Likewise.
3315 * testsuite/demangle-expected: New testcase.
3316
d7831e7c
DD
33172007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3318
3319 * Makefile.in: Add install-pdf target as copied from
3320 automake v1.10 rules.
3321 * testsuite/Makefile.in: Add dummy install-pdf target.
3322
563d09a5 33232007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
2c197581 3324 Eric Botcazou <ebotcazou@libertysurf.fr>
563d09a5
EB
3325
3326 PR other/16513
3327 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
3328 Install headers in multilib independent location.
3329
1f92e180
DD
33302007-02-26 DJ Delorie <dj@redhat.com>
3331
3332 * configure.ac: add djgpp-specific results, so we don't have to
3333 link during a cross compilation.
3334 * configure: Regenerated.
2c197581 3335
6dd7f013
DD
33362007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3337
3338 * hex.c: Fix typo.
3339 * choose-temp.c: Likewise.
3340 * functions.texi: Regenerate.
3341
53d7966f
VP
33422007-01-31 Vladimir Prus <vladimir@codesourcery.com>
3343
3344 * pex-common.h (struct pex_obj): New fields
2c197581 3345 stderr_pipe and read_err.
53d7966f
VP
3346 * pex-common.c (pex_init_common): Initialize
3347 stderr_pipe.
3348 (pex_run_in_environment): Add error checking
3349 for PEX_STDERR_TO_PIPE. Create a pipe
3350 for stderr if necessary.
3351 (pex_read_err): New.
3352 (pex_free): Close read_err.
3353 * pexecute.txh: Document changes.
3354 * functions.texi: Regenerated.
3355
71f2e6f4
BE
33562007-01-31 Ben Elliston <bje@au.ibm.com>
3357
3358 * strsignal.c (psignal): Change type of signo to int.
3359 * functions.texi: Regenerate.
3360
208c1674
DD
33612007-01-29 Simon Baldwin <simonb@google.com>
3362
3363 * cp-demangle.h (cplus_demangle_operators): External definition
3364 suppressed if not building for libstdc++.
3365 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
3366 to demangling, provides a malloc-less version of __cxa_demangle.
3367 (cplus_demangle_print_callback): Public callback version of
3368 cplus_demangle_print.
3369 (struct d_growable_string): New growable string structure.
3370 (d_growable_string_init): New function, provides support for
3371 growable strings separate from print info.
3372 (d_growable_string_resize): Likewise.
3373 (d_growable_string_append_buffer): Likewise.
3374 (d_growable_string_callback_adapter):): Likewise.
3375 (d_print_init): New print info initialization function.
3376 (d_print_error): Macro replace by inline function.
3377 (d_print_saw_error): Likewise.
3378 (d_append_char): Likewise.
3379 (d_append_buffer): Likewise.
3380 (d_append_string): New inline function, replaces the
3381 d_append_string_constant macro.
3382 (d_flush_buffer): New function, flushes buffer to callback.
3383 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
3384 for unsupported dynamic arrays replaced by alloca().
3385 (d_demangle): Return string length estimating removed.
3386 (d_dump): Moved error case handling from call site into function.
3387 (d_print_resize): Function removed.
3388 (d_print_append_char): Likewise.
3389 (d_print_append_buffer): Likewise.
3390 (d_print_error): Likewise.
3391 (d_print_comp): Added special case handling for Java arrays.
3392 (java_demangle_v3): Removed string post-processing for Java arrays,
3393 now replaced by special case handling in d_print_comp.
3394 (cplus_demangle_v3_callback): Augmented interface to demangling,
3395 provides a malloc-less version of cplus_demangle_v3.
3396 (java_demangle_v3_callback): Augmented interface to demangling,
3397 provides a malloc-less version of java_demangle_v3.
3398
cc0732ba
BE
33992007-01-12 Ben Elliston <bje@au.ibm.com>
3400
0bbe7a79
BE
3401 * pex-unix.c (writeerr): Cast write result to void.
3402
cc0732ba
BE
3403 * choose-temp.c (choose_temp_base): Check the result of the call
3404 to mktemp rather than testing the length of the modified string.
2da20a1b 3405
6ef6358e
GK
34062006-12-20 Geoffrey Keating <geoffk@apple.com>
3407
3408 * cp-demangle.h: Add comment explaining what to do to avoid
3409 overrunning string.
3410 (d_check_char): New.
3411 (d_next_char): Don't advance past trailing '\0'.
3412 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
3413 (d_nested_name): Likewise.
3414 (d_special_name): Likewise.
3415 (d_call_offset): Likewise.
3416 (d_function_type): Likewise.
3417 (d_array_type): Likewise.
3418 (d_pointer_to_member_type): Likewise.
3419 (d_template_param): Likewise.
3420 (d_template_args): Likewise.
3421 (d_template_arg): Likewise.
3422 (d_expr_primary): Likewise.
3423 (d_local_name): Likewise.
3424 (d_substitution): Likewise.
3425 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
3426 * testsuite/test-demangle.c: Include sys/mman.h.
3427 (MAP_ANONYMOUS): Define.
3428 (protect_end): New.
3429 (main): Use protect_end.
3430 * testsuite/demangle-expected: Add testcases for overrunning
3431 the end of the string.
3432
d8f813d4 34332006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
2c197581 3434 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
3435
3436 PR driver/29931
3437 * make-relative-prefix.c (make_relative_prefix_1): New function,
3438 broken out of make_relative_prefix. Make link resolution dependent
3439 on new parameter.
3440 (make_relative_prefix): Use make_relative_prefix_1.
3441 (make_relative_prefix_ignore_links): New function.
3442
fb347196
VP
34432006-11-08 Vladimir Prus <vladimir@codesourcery.com>
3444
3445 * pex-win32.c (no_suffixes): Remove.
3446 (std_suffixes): Add "" as first element.
3447 (find_executable): Remove detection of already-present
3448 extension. Try all suffixes in std_suffixes.
2c197581 3449
9e59254c
JB
34502006-11-07 Julian Brown <julian@codesourcery.com>
3451
3452 * floatformat.c (get_field): Fix segfault with little-endian word
3453 order on 64-bit hosts.
3454 (put_field): Likewise.
3455 (min): Move definition.
3456
3ac01eb2
DD
34572006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
3458
3459 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
3460 (find_executable): Likewise.
3461 (win32_spawn): Cast alloca return to (char**).
3462 Replace malloc with XNEWVEC.
d750c713 3463 bcopy.c (bcopy): Add explict casts in assignments.
3ac01eb2 3464
78de3ccc
DD
34652006-10-25 Ben Elliston <bje@au.ibm.com>
3466
3467 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2c197581 3468
bff368bd
DD
34692006-10-10 Brooks Moses <bmoses@stanford.edu>
3470
3471 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
3472 * testsuite/Makefile.in: Added empty "pdf" target.
3473
e63f184e
DD
34742006-09-22 Ian Lance Taylor <ian@airs.com>
3475
3476 PR other/29176
3477 * cp-demangle.c (d_substitution): Check for overflow when
3478 computing substitution index.
3479
069e4b19
CV
34802006-08-30 Corinna Vinschen <corinna@vinschen.de>
3481
3482 * configure.ac: Add case for Mingw as host.
3483 * configure: Regenerate.
3484
cb6c09ac
DD
34852006-08-27 Ian Lance Taylor <ian@airs.com>
3486
3487 PR driver/27622
3488 * pex-common.h (struct pex_funcs): Add toclose parameter to
3489 exec_child field.
3490 * pex-common.c (pex_run_in_environment): Pass toclose to
3491 exec_child.
3492 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
3493 * pex-unix.c (pex_unix_exec_child): Likewise.
3494 * pex-msdos.c (pex_msdos_exec_child): Likewise.
3495 * pex-win32.c (pex_win32_exec_child): Likewise.
3496
3497 PR other/28797
3498 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
3499 for a qualified member which is not a function.
3500 * testsuite/demangle-expected: Add test case.
3501
a7d421b8
DD
35022006-07-27 Jan Hubicka <jh@suse.cz>
3503
3504 PR rtl-optimization/28071
3505 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
3506 downsize the hashtable.
3507
6816f995
AO
35082006-07-04 Peter O'Gorman <peter@pogma.com>
3509
3510 * Makefile.in: chmod 644 before ranlib during install.
3511
7741be99
DD
35122006-06-02 Mark Shinwell <shinwell@codesourcery.com>
3513
3514 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
3515 to environ.
3516
014a8caf
DD
35172006-06-01 Mark Shinwell <shinwell@codesourcery.com>
3518
3519 * pex-common.c: New function pex_run_in_environment.
3520 * pex-common.h: Add environment parameter to exec_child.
3521 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
3522 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
3523 (pex_djgpp_exec_child): Pass environment to child process.
3524 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
3525 (pex_unix_exec_child): Pass environment to child process.
3526 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
3527 New function env_compare for comparing VAR=VALUE pairs.
3528 (win32_spawn): Assemble environment block and pass to CreateProcess.
3529 (spawn_script): Pass environment through to win32_spawn.
3530 (pex_win32_exec_child): Pass environment through to spawn_script and
3531 win32_spawn.
3532 * functions.texi: Regenerate.
3533 * pexecute.txh: Document pex_run_in_environment.
3534
069c63e2
DD
35352006-05-28 Mark Shinwell <shinwell@codesourcery.com>
3536
3537 * mkstemps.c: Open temporary files in binary mode.
3538
f6b66e90
DD
35392006-05-12 Anton Blanchard <anton@samba.org>
3540
3541 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
3542 hold "int%u_t".
3543
c77d28ac
JB
35442006-04-24 Julian Brown <julian@codesourcery.com>
3545
3546 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
3547
3db2e6dd
DD
35482006-03-29 Jim Blandy <jimb@codesourcery.com>
3549
b5d60b68 3550 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
3db2e6dd
DD
3551 (pex_init_common): Initialize obj->input_file.
3552 (pex_run): Close any file opened by pex_input_file.
b5d60b68
DD
3553 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
3554 * pex-common.h (struct pex_obj): New field input_file.
3db2e6dd 3555 (struct pex_funcs): New function ptr fdopenw.
b5d60b68
DD
3556 * pex-unix.c (pex_unix_fdopenw): New function.
3557 (funcs): List it as our fdopenw function.
3558 * pex-win32.c (pex_win32_fdopenw): New function.
3559 (funcs): List it as our fdopenw function.
3560 * pex-djgpp.c (funcs): Leave fdopenw null.
3561 * pex-msdos (funcs): Same.
3562 * functions.texi: Regenerated.
3db2e6dd
DD
3563
35642006-04-10 Jim Blandy <jimb@codesourcery.com>
3565
3566 * pex-common.c (temp_file): New function, containing guts of
3567 pex-style temporary file name generation.
3568 (pex_run): Use it.
3569
545c9aee
DD
35702006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3571
3572 * Makefile.in: Add install-html, install-html-am, and
2c197581
EB
3573 install-html-recursive targets. Define mkdir_p and
3574 NORMAL_INSTALL.
545c9aee
DD
3575 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
3576 * configure: Regenerate.
3577 * testsuite/Makefile.in: Add install-html and html targets.
3578
8e1e9959
DD
35792006-03-31 Mark Mitchell <mark@codesourcery.com>
3580
3581 * pex-win32.c (<errno.h>): Include.
3582 (fix_argv): Remove.
3583 (argv_to_cmdline): New function.
3584 (std_suffixes): New variable.
3585 (no_suffixes): Likewise.
3586 (find_executable): New function.
3587 (win32_spawn): Likewise.
3588 (spawn_script): Use win32_spawn instead of _spawnv[p].
3589 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
3590 (pex_win32_wait): Likewise.
3591
57b126a3
DD
35922006-03-24 Jim Blandy <jimb@codesourcery.com>
3593
3594 * pex-common.c (pex_run): Simplify output name handling.
3595
9223c945
DD
35962006-03-12 Jim Blandy <jimb@red-bean.com>
3597
3598 * pex-common.h (struct pex_obj): Doc fixes.
3599
36002006-03-11 Jim Blandy <jimb@red-bean.com>
3601
3602 * functions.texi: Regenerate.
3603
96f4851a
DD
36042006-02-21 Ben Elliston <bje@au.ibm.com>
3605
3606 * pexecute.c (pwait): Syntax fix for previous change.
3607
1c7a49d2
DD
36082006-02-17 Uttam Pawar <uttamp@us.ibm.com>
3609
3610 * pexecute.c (pwait): Free vector pointer.
3611 * partition.c (partition_print): Free class_elements pointer.
3612
e27d251e
DD
36132006-02-11 Roger Sayle <roger@eyesopen.com>
3614 R. Scott Bailey <scott.bailey@eds.com>
3615 Bill Northcott <w.northcott@unsw.edu.au>
3616
3617 PR bootstrap/16787
3618 * floatformat.c: Include <float.h> where available.
3619 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
3620
fd7d450d
DD
36212006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
3622
3623 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
2c197581 3624 supported.
fd7d450d
DD
3625 * configure: Regenerated.
3626
67d78caa
DD
36272006-01-20 Carlos O'Donell <carlos@codesourcery.com>
3628
3629 * testsuite/Makefile.in: Add test-expandargv test.
3630 * testsuite/test-expandargv.c: New test.
3631 * argv.c (expandargv): Check for errors with ferror,
3632 rather than just by looking at return value from fread.
3633
648c3dc0
DD
36342005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
3635
3636 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
3637 to convert from "from".
3638 (floatformat_to_double): Likewise.
3639 (floatformat_from_double): Use explicit cast to convert from "to".
3640
7887b2ce
DD
36412005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
3642
3643 PR java/9861
3644 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
3645 and include return type when found.
3646 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
3647 conditional logic to change printing order of return type.when
3648 the DMGL_RET_POSTFIX option is present.
3649 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
3650 call.
3651 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
3652 * testsuite/demangle-expected: Test cases to verify extended encoding.
3653 Updated comment to document --ret-postfix option.
2c197581 3654
718c0ded
DD
36552005-11-06 Richard Guenther <rguenther@suse.de>
3656
3657 * splay-tree.c (rotate_left): New function.
3658 (rotate_right): Likewise.
3659 (splay_tree_splay_helper): Remove.
3660 (splay_tree_splay): Re-implement.
3661
fb10537e
DD
36622005-10-31 Mark Kettenis <kettenis@gnu.org>
3663
3664 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
3665 New variables.
3666
5209596c
MM
36672005-10-07 Mark Mitchell <mark@codesourcery.com>
3668
3669 * at-file.texi: Fix typo.
3670
7b96829c
MM
36712005-10-03 Mark Mitchell <mark@codesourcery.com>
3672
3673 * at-file.texi: New file.
3674
48e79b0a
MM
36752005-09-27 Mark Mitchell <mark@codesourcery.com>
3676
3677 * argv.c (expandargv): Do not use xmalloc_failed.
3678
7b17bc29
MM
36792005-09-26 Mark Mitchell <mark@codesourcery.com>
3680
3681 * argv.c (safe-ctype.h): Include it.
3682 (ISBLANK): Remove.
3683 (stdio.h): Include.
3684 (buildargv): Use ISSPACE instead of ISBLANK.
3685 (expandargv): New function.
3686 * Makefile.in: Regenerated.
3687
f59e96e0
DD
36882005-09-14 Christopher Faylor <cgf@timesys.com>
3689
3690 * pex-win32.c: Include "windows.h".
3691 (backslashify): New function.
3692 (fix_argv): Use backslashify to convert path to windows format.
3693 Allocate one more place in new argv for potential executable from '#!'
3694 parsing.
3695 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
3696 (openkey): Ditto.
3697 (mingw_rootify): Ditto.
3698 (msys_rootify): Ditto.
3699 (spawn_script): New function.
3700 (pex_win32_exec_child): Save translated argv in newargv. Pass to
3701 spawn_script if spawnv* fails.
3702 (main): New function. Conditional on MAIN. Useful for testing.
3703
3b6940c0
DD
37042005-08-17 Mark Kettenis <kettenis@gnu.org>
3705
3706 * floatformat.c (floatformat_always_valid): Change type of last
3707 argument to `void *'.
3708 (floatformat_i387_ext_is_valid): Likewise.
3709 (floatformat_to_double): Change type of second argument to `const
3710 void *'.
3711 (floatformat_from_double): Change type of last argument to `void
3712 *'.
3713 (floatformat_is_valid): Change type of last argument to `const
3714 void *'.
3715 (ieee_test): Remove redundant casts.
3716
a9479c3f
KC
37172005-08-17 Kelley Cook <kcook@gcc.gnu.org>
3718
3719 * strverscmp.c: Update FSF address.
3720 * testsuite/Makefile.in: Likewise.
3721 * testsuite/test-demangle.c: Likewise.
3722 * testsuite/test-pexecute.c: Likewise.
3723
55060c0b
DD
37242005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3725
3726 * getopt.c: Include ansidecl.h before system headers.
3727
6038baea
DD
37282005-07-22 Ben Elliston <bje@gnu.org>
3729
3730 * getopt.c: Include "ansidecl.h".
3731 (_getopt_initialize): Mark argc and argv parameters as unused.
3732
37332005-07-22 Ben Elliston <bje@gnu.org>
3734
3735 * regex.c (regcomp): Change type of `i' from unsigned to int.
3736
c750388a
DD
37372005-07-22 Ben Elliston <bje@gnu.org>
3738
3739 Recover patch lost in the sourceware repository:
3740 2005-07-09 Ben Elliston <bje@au.ibm.com>
3741 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
3742 * memmove.c: Likewise.
3743 * objalloc.c: Likewise.
3744
a4e5c0d8
DD
37452005-07-22 Ben Elliston <bje@gnu.org>
3746
3747 * configure.ac: Check for a getopt(3) declaration.
3748 * configure, config.in: Regenerate.
3749
4fe19082
DD
37502005-07-15 Ben Elliston <bje@au.ibm.com>
3751
3752 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
3753
f2942ea4
DD
37542005-07-12 Ben Elliston <bje@au.ibm.com>
3755
3756 * floatformat.c (floatformat_to_double): Add a comment about a
3757 potential source of warnings when compiling this file.
3758
37592005-07-12 Ben Elliston <bje@au.ibm.com>
3760
3761 * pexecute.c (pexecute): Cast string litrals to char *.
3762 * regex.c (re_comp): Cast a call to gettext() to char *.
3763
4cf896a5
KC
37642005-07-07 Kelley Cook <kcook@gcc.gnu.org>
3765
3766 * config.table: Delete file. Move former contents into ...
3767 * configure.ac: ... here and escape any brackets for m4.
3768 * Makefile.in (config.status): Remove dependency on config.table.
3769 * configure: Regenerate.
3770
20ae7c34
KC
37712005-07-07 Kelley Cook <kcook@gcc.gnu.org>
3772
3773 * config.in: Regenerate for 6/20 change.
3774
6ba85b8c
DD
37752005-07-03 Steve Ellcey <sje@cup.hp.com>
3776
3777 PR other/13906
3778 * md5.c (md5_process_bytes): Check alignment.
3779
37802005-07-01 Ian Lance Taylor <ian@airs.com>
3781
3782 PR other/22268
3783 * cp-demangle.c (d_expr_primary): Don't run off the end of the
3784 string while looking for the end of a literal value.
3785 * testsuite/demangle-expected: Add test case.
3786
c3cca4c9
DD
37872005-06-30 Daniel Berlin <dberlin@dberlin.org>
3788
3789 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2c197581 3790 (DELETED_ENTRY): Ditto.
c3cca4c9 3791
67f3cb05
GK
37922005-06-20 Geoffrey Keating <geoffk@apple.com>
3793
3794 * strverscmp.c: New.
3795 * Makefile.in (CFILES): Add strverscmp.c.
3796 (CONFIGURED_OFILES): Add strverscmp.o.
3797 (strverscmp.o): New rule.
3798 (stamp-functions): Add $(srcdir) to files in source directory.
3799 * configure.ac (funcs): Add strverscmp.
3800 (AC_CHECK_FUNCS): Add strverscmp.
3801 * configure: Regenerate.
3802 * functions.texi: Regenerate.
3803
01e94249
DD
38042005-05-28 Eli Zaretskii <eliz@gnu.org>
3805
3806 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
3807 * config.in, configure: Regenerate.
3808
839e4798
RH
38092005-05-25 Richard Henderson <rth@redhat.com>
3810
3811 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
3812 (d_make_comp, d_print_comp): Likewise.
3813 (d_special_name): Generate one.
3814 * testsuite/demangle-expected: Add a hidden alias test.
3815
abf6a75b
DD
38162005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
3817
3818 * configure.ac: Check declarations for calloc(), getenv(),
01e94249 3819 malloc(), realloc() and sbrk().
abf6a75b
DD
3820 * config.in: Regenerate.
3821 * configure: Likewise.
3822
3823 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
3824 instead of xmalloc.
3825 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
3826 * concat.c (liiberty_concat_ptr): Surround definition with an
3827 extern "C" block, if __cplusplus.
3828 (concat): Use XNEWVEC instead of xmalloc.
3829 (reconcat): Likewise.
3830 * cp-demangle.c (struct d_print_template): Rename member
01e94249 3831 "template" to "template_decl". Adjust use throughout the file.
abf6a75b
DD
3832 (d_print_resize): Properly cast return value of realloc().
3833 (cplus_demangle_print): Same for malloc().
3834 (d_demangle): Likewise.
3835 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
3836 "typename" to "type_name".
3837 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
3838 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
3839 (demangle_template_value_parm): Likewise.
3840 (demangle_template): Likewise.
3841 (recursively_demangle): Likewise.
3842 (do_hpacc_template_literal): Likewise.
3843 (do_arg): Likewise.
3844 (remember_type): Likewise.
3845 (remember_Ktype): Likewise.
3846 (register_Btype): Likewise.
3847 (string_need): Use XRESIZEVEC instead of xrealloc().
3848 * dyn-string.c (dyn_string_init): Use XNEWVEC.
3849 (dyn_string_new): Use XNEW.
3850 (dyn_string_resize): Use XRESIZEVEC.
3851 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
3852 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
3853 Otherwise include <stdlib.h>.
3854 (exchange): Cast return value of malloc().
3855 * hashtab.c (htab_size): Define as both macro and non-inline
3856 function.
3857 (htab_elements): Likewise.
3858 * getpwd.c (getpwd): Use XNEWVEC.
3859 (htab_create_alloc_ex): Use C90 prototype-style.
3860 * lrealpath.c (lrealpath): Appropriately cast return value of
01e94249 3861 malloc().
abf6a75b
DD
3862 * make-relative-prefix.c (save_string): Likewise.
3863 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
3864 the file.
3865 (choose_tmpdir): Use XNEWVEC.
3866 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
3867 * pex-common.c (pex_init_common): Use XNEW.
3868 (pex_add_remove): Use XRESIZEVEC.
3869 (pex_run): Likewise.
3870 (pex_get_status_and_time): Likewise.
3871 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
3872 * pex-msdos.c (pex_init): Use XNEW.
3873 (pex_msdos_exec_child): Likewise.
3874 (pex_msdos_exec_child): Use XRESIZEVEC.
3875 * pex-unix.c (pex_wait): Use XNEW.
3876 * pex-win32.c (fix_argv): Use XNEWVEC.
3877 * pexecute.c (pwait): Likewise.
3878 * setenv.c (setenv): Properly cast return value of malloc().
3879 * sigsetmask.c (sigsetmask): Rename local variables "old" and
3880 "new" to "old_sig" and "new_sig".
3881 * sort.c (main): Use XNEWVEC.
3882 * spaces.c (spaces): Cast return value of malloc().
3883 * strndup.c (strndup): Likewise.
3884 * ternary.c (ternary_insert): Use XNEW.
3885 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
3886 with an extern "C" block if __cplusplus.
3887 * xstrdup.c (xstrdup): Cast return value of memcpy().
3888 * xstrerror.c (strerror): Enclose declaration in an extern "C"
3889 block if __cplusplus.
3890 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
3891
2349f557
DD
38922005-05-16 Andreas Jaeger <aj@suse.de>
3893
3894 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
3895 that it's only declared if needed.
3896
3897 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
3898 defined.
3899
e9edcedc
DD
39002005-05-15 Andreas Jaeger <aj@suse.de>
3901
3902 * functions.texi: Regenerated.
3903
f13c9bea
DD
39042005-05-15 Eli Zaretskii <eliz@gnu.org>
3905
3906 * pexecute.txh: Enclose multi-word data types in @deftypefn in
3907 braces. Minor wording fixes. Use --- for em-dash. Use
3908 @enumerate in enumerated lists.
3909
e9edcedc
DD
3910 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
3911 braces.
3912
282d9ec3
ILT
39132005-05-11 Eli Zaretskii <eliz@gnu.org>
3914
3915 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
3916 sys/stat.h.
3917 (pex_init): Fix last argument to pex_init_common.
3918 (pex_djgpp_exec_child): Remove leading underscore from _open,
3919 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
3920 which is undeclared, with `executable', which was unused. Remove
3921 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
3922 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
3923
75919f94
DD
39242005-05-11 Paul Brook <paul@codesourcery.com>
3925
3926 * Makefile.in: Regenerate dependencies.
3927
979c05d3
NC
39282005-05-10 Nick Clifton <nickc@redhat.com>
3929
3930 * Update the address and phone number of the FSF organization in
3931 the GPL notices in the following files:
75919f94
DD
3932 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
3933 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
3934 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
3935 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
3936 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
3937 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
3938 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
3939 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
3940 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
3941 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
3942 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
3943 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
3944 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
979c05d3 3945
0093138c
DD
39462005-05-06 Kelley Cook <kcook@gcc.gnu.org>
3947
3948 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
3949 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
3950 * configure: Regenerate.
3951
39522005-05-06 Kelley Cook <kcook@gcc.gnu.org>
3953
3954 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
3955 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
3956 * aclocal.m4: Don't include accross.m4.
3957 * configure, config.in: Regenerate.
3958
c631edf1
DD
39592005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3960
3961 * fopen_unlocked.c (unlock_std_streams): New.
f13c9bea 3962
c631edf1
DD
3963 * functions.texi: Regenerate.
3964
7b6f6286
DD
39652005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3966
3967 * fopen_unlocked.c (unlock_stream): New.
3968 Consolidate unlocking code into a helper function.
3969
3970 * functions.texi: Regenerate.
3971
fa99459d
DD
39722005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
3973
3974 * asprintf.c: Include config.h.
3975 * basename.c: Likewise.
3976 * fdmatch.c: Likewise.
3977 * hex.c: Likewise.
3978 * lbasename.c: Likewise.
3979 * spaces.c: Likewise.
3980 * xatexit.c:Likewise.
f13c9bea 3981 * configure.ac: Do check declarations for basename, ffs, asprintf
fa99459d
DD
3982 and vasprintf for real.
3983 * configure: Regenerate.
3984
ab70e2a5
DD
39852005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
3986
f13c9bea 3987 * argv.c (dupargv): Allocate space of argv[argc], not
ab70e2a5
DD
3988 sizeof(char *) of that amount. Cast result to char *.
3989
ea7143ac
DD
39902005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
3991
3992 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
f13c9bea 3993 Replace not with negate.
ea7143ac 3994
41c953f9
DD
39952005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
3996
3997 * configure.ac: Check declarations for basename, ffs, asprintf,
3998 vasprintf.
3999 * configure: Regenerate.
4000 * config.in: Likewise.
4001
ac119ae8
DD
40022005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4003
4004 * Makefile.in (CFILES): Add fopen_unlocked.c.
4005 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
4006 Regenerate dependencies.
4007
4008 * configure.ac: Check for stdio_ext.h and __fsetlocking.
4009
4010 * fopen_unlocked.c: New file.
4011
4012 * functions.texi, configure, config.in: Regenerate.
4013
6e933b47
DD
40142005-04-04 Ian Lance Taylor <ian@airs.com>
4015
4016 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
4017 declaration before statement.
4018
aa55ccb1
DD
40192005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4020
14a88c49
DD
4021 * bcmp.c: Fix warnings and implement using memcmp.
4022 * bcopy.c: Fix warnings.
4023 * bzero.c: Fix warnings and implement using memset.
4024
aa55ccb1
DD
4025 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
4026 -Wstrict-prototypes.
4027 * configure, config.in: Regenerate.
4028
4029 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
4030 warnings and reconcile interfaces with relevant standards.
4031
b31a49d7
ILT
40322005-04-02 Ian Lance Taylor <ian@airs.com>
4033
4034 * cp-demangle.c: Update copyright.
4035
0e867e79
DD
40362005-03-31 Joseph S. Myers <joseph@codesourcery.com>
4037
4038 * gettimeofday.c: Add "Supplemental" to @deftypefn.
4039 * functions.texi: Regenerate.
4040
b109e79a
ILT
40412005-03-28 Ian Lance Taylor <ian@airs.com>
4042
4043 * pex-common.c: New file.
4044 * pex-one.c: New file.
4045 * pexecute.c: New file.
4046 * pex-common.h: Include <stdio.h>.
4047 (struct pex_obj): Define.
4048 (struct pex_funcs): Define.
4049 (pex_init_common): Declare.
4050 * pex-unix.c: Rewrite.
4051 * pex-win32.c: Rewrite.
4052 * pex-djgpp.c: Rewrite.
4053 * pex-msdos.c: Rewrite.
4054 * testsuite/text-pexecute.c: New file.
4055 * pexecute.txh: Rewrite.
4056 * configure.ac: Check for wait3 and wait4. Set CHECK to
4057 really-check rather than check-cplus-dem.
4058 * functions.texi: Rebuild.
4059 * Makefile.in: Rebuild dependencies.
4060 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
4061 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
4062 * testsuite/Makefile.in (really-check): New target.
4063 (check-pexecute, test-pexecute): New targets.
4064 * configure: Rebuild.
4065
864e8148 40662005-03-28 Mark Kettenis <kettenis@gnu.org>
f13c9bea 4067
864e8148
DD
4068 * unlink-if-ordinary.c: Include <sys/types.h>.
4069
e064c173
DD
40702005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
4071
4072 Convert libiberty to use ISO C prototype style 7/n.
4073 * regex.c (PARAMS): Remove definition.
4074 (PREFIX): Unconditionaly define using ISO C ## operator.
f13c9bea 4075 (init_syntax_once, extract_number, extract_number_and_incr,
e064c173 4076 print_fastmap, print_partial_compiled_pattern,
f13c9bea 4077 print_compiled_pattern, print_double_string, printchar,
e064c173
DD
4078 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
4079 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
f13c9bea
DD
4080 at_begline_loc_p, at_endline_p, group_in_compile_stack,
4081 insert_space, wcs_compile_range, byte_compile_range,
4082 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
4083 re_set_registers, re_search, re_search_2, re_search_3, re_match,
e064c173
DD
4084 re_match_2, count_mbs_length, wcs_re_match_2_internal,
4085 byte_re_match_2_internal, group_match_null_string_p,
4086 alt_match_null_string_p, common_op_match_null_string_p,
f13c9bea 4087 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
e064c173
DD
4088 regexec, regerror, regfree): Use ISO C prototype style.
4089 * partition.c: (elem_compare): Likewise.
4090 * cp-demangle.c (print_usage): Likewise.
4091
1e45deed
DD
40922005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
4093
4094 Convert libiberty to use ISO C prototype style 5/n.
4095 * random.c (srandom, initstate, setstate, random): Use ISO C
f13c9bea 4096 prototypes.
1e45deed
DD
4097 * putenv.c (putenv): Likewise.
4098 * physmem.c (physmem_available, physmem_total, main): Likewise.
4099 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
4100 * pex-unix.c (pexecute, pwait): Likewise.
4101 * pex-msdos.c (pexecute, pwait): Likewise.
4102 * pex-djgpp.c (pexecute, pwait): Likewise.
f13c9bea 4103 * partition.c (partition_new, partition_delete, partition_union)
1e45deed 4104 (elem_compare, partition_print): Likewise.
f13c9bea
DD
4105 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
4106 _obstack_allocated_p, _obstack_free, obstack_free,
1e45deed
DD
4107 _obstack_memory_used, print_and_abort, obstack_next_free,
4108 obstack_object_size, obstack_base): Likewise. Remove codes
4109 predicated on !defined(__STDC__).
f13c9bea 4110 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
1e45deed
DD
4111 objalloc_free_block): Use ISO C prototypes.
4112 * mkstemps.c (mkstemps): Likewise.
4113 * memset.c (memset): Likewise.
4114 * mempcpy.c (mempcpy): Likewise.
4115 * rename.c (rename): Likewise.
4116 * rindex.c (rindex): Likewise.
4117 * setenv.c (setenv, unsetenv): Likewise.
4118 * sigsetmask.c (sigsetmask): Likewise.
4119 * snprintf.c (snprintf): Likewise.
f13c9bea 4120 * sort.c (sort_pointers, xmalloc): Likewise.
1e45deed 4121 * spaces.c (spaces): Likewise.
f13c9bea
DD
4122 * splay-tree.c (splay_tree_delete_helper,
4123 splay_tree_splay_helper, splay_tree_splay,
1e45deed 4124 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
f13c9bea 4125 splay_tree_new, splay_tree_xmalloc_allocate,
1e45deed 4126 splay_tree_new_with_allocator, splay_tree_delete,
f13c9bea
DD
4127 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
4128 splay_tree_max, splay_tree_min, splay_tree_predecessor,
4129 splay_tree_successor, splay_tree_foreach,
1e45deed
DD
4130 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
4131 * stpcpy.c (stpcpy): Likewise.
4132 * stpncpy.c (stpncpy): Likewise.
4133 * strcasecmp.c (strcasecmp): Likewise.
4134 * strchr.c (strchr): Likewise.
4135 * strdup.c (strdup): Likewise.
4136
49b1fae4
DD
41372005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
4138
4139 Convert libiberty to use ISO C prototype style 6/n.
f13c9bea 4140 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
49b1fae4
DD
4141 strtoerrno, main): Use ISO C prototype style.
4142 * strncasecmp.c (strncasecmp): Likewise.
4143 * strncmp.c (strncmp): Likewise.
4144 * strndup.c (strndup): Likewise.
4145 * strrchr.c (strrchr): Likewise.
f13c9bea 4146 * strsignal.c (init_signal_tables, signo_max, strsignal,
49b1fae4
DD
4147 strsigno, strtosigno, psignal, main): Likewise.
4148 * strstr.c (strstr): Likewise.
4149 * strtod.c (strtod, atof): Likewise.
4150 * strtol.c (strtol): Likewise.
4151 * strtoul.c (strtoul): Likewise.
f13c9bea 4152 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
49b1fae4
DD
4153 ternary_recursivesearch): Likewise.
4154 * tmpnam.c (tmpnam): Likewise.
4155 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
4156 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
4157 * vfork.c (vfork): Likewise.
4158 * vfprintf.c (vfprintf): Likewise.
4159 * vprintf.c (vprintf): Likewise.
4160 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
4161 * vsprintf.c (vsprintf): Likewise.
4162 * waitpid.c (waitpid): Likewise.
4163 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
4164 * xexit.c (xexit): Likewise.
f13c9bea 4165 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
49b1fae4
DD
4166 xcalloc, xrealloc): Likewise.
4167 * xmemdup.c (xmemdup): Likewise.
4168 * xstrdup.c (xstrdup): Likewise.
4169 * xstrerror.c (xstrerror): Likewise.
4170 * xstrndup.c (xstrndup): Likewise.
4171
41722005-03-27 Andreas Jaeger <aj@suse.de>
4173
4174 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
4175 flags.
4176 * configure: Regenerated.
4177
41782005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
4179
4180 * getopt1.c (getopt_long_only): Fix thinko.
4181
41822005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
4183
4184 Convert libiberty to use ISO C prototype style 4/n.
4185 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
4186 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
4187 htab_create_alloc, htab_set_functions_ex, htab_create,
4188 htab_try_create, htab_delete, htab_empty,
4189 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
4190 htab_find, htab_find_slot_with_hash, htab_find_slot,
4191 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
4192 htab_traverse_noresize, htab_traverse, htab_collisions,
4193 htab_hash_string, iterative_hash): Use ISO C prototype.
4194 * hex.c (hex_init): Likewise.
4195 * index.c (index): Likewise.
4196 * insque.c (insque, remque): Likewise.
4197 * lbasename.c (lbasename): Likewise.
4198 * lrealpath.c (lrealpath): Likewise.
4199 * make-relative-prefix.c (save_string, split_directories,
4200 free_split_directories, make_relative_prefix): Likewise.
4201 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
4202 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
4203 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
4204 * memchr.c (memchr): Likewise.
4205 * memcpy.c (memcpy): Likewise.
4206 * memmove.c (memmove): Likewise.
4207 * gettimeofday.c (gettimeofday): Likewise.
4208 * getruntime.c (get_run_time): Likewise.
4209 * getpwd.c (getpwd, getpwd): Likewise.
4210 * getpagesize.c (getpagesize): Likewise.
4211 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
4212 * getopt.c (my_index, exchange, _getopt_initialize,
4213 _getopt_internal, getopt, main): Likewise.
4214 * getcwd.c (getcwd): Likewise.
4215 * fnmatch.c (fnmatch): Likewise.
4216 * floatformat.c (floatformat_always_valid,
4217 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
4218 put_field, floatformat_from_double, floatformat_is_valid,
4219 ieee_test, main): Likewise.
4220 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
4221 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
4222 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
4223 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
4224 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
4225 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
4226 fibheap_link, fibheap_cut, fibheap_cascading_cut,
4227 fibnode_insert_after, fibnode_remove): Likewise.
4228 * ffs.c (ffs): Likewise.
4229 * fdmatch.c (fdmatch): Likewise.
4230 * dyn-string.c (dyn_string_init, dyn_string_new,
4231 dyn_string_delete, dyn_string_release, dyn_string_resize,
4232 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
4233 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
4234 dyn_string_insert_cstr, dyn_string_insert_char,
4235 dyn_string_append, dyn_string_append_cstr,
4236 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
4237 Likewise.
4238
9334f9c6
DD
42392005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
4240
4241 Convert libiberty to use ISO C prototype style 3/n.
49b1fae4
DD
4242 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
4243 consume_count_with_underscores, code_for_qualifier,
4244 qualifier_string, demangle_qualifier, cplus_demangle_opname,
4245 cplus_mangle_opname, cplus_demangle_set_style,
4246 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
9334f9c6 4247 ada_demangle, internal_cplus_demangle, squangle_mop_up,
49b1fae4
DD
4248 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
4249 delete_work_stuff, mop_up, demangle_signature,
4250 demangle_method_args, demangle_template_template_parm,
4251 demangle_expression, demangle_integral_value,
4252 demangle_real_value, demangle_template_value_parm,
4253 demangle_template, arm_pt, demangle_arm_hp_template,
4254 demangle_class_name, demangle_class, iterate_demangle_function,
4255 demangle_prefix, gnu_special, recursively_demangle, arm_special,
4256 demangle_qualified, get_count, do_type, demangle_fund_type,
4257 do_hpacc_template_const_value, do_hpacc_template_literal,
4258 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
4259 register_Btype, remember_Btype, forget_B_and_K_types,
4260 forget_types, demangle_args, demangle_nested_args,
4261 demangle_function_name, string_need, string_delete, string_init,
4262 string_clear, string_empty, string_append, string_appends,
9334f9c6
DD
4263 string_appendn, string_prepend, string_prepends, string_prependn,
4264 string_append_template_idx): Use ISO C prootype style.
4265 * cp-demint.c (cplus_demangle_fill_component,
49b1fae4 4266 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
9334f9c6
DD
4267 cplus_demangle_v3_components): Likewise.
4268
42692005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
4270
4271 Convert libiberty to use ISO C prototype style 2/n.
4272 * cp-demangle.h: Remove uses of PARAMS.
4273 * cp-demangle.c: Likewise.
49b1fae4
DD
4274 (d_dump, cplus_demangle_fill_name,
4275 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
4276 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
4277 d_make_builtin_type, d_make_operator, d_make_extended_operator,
4278 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
4279 cplus_demangle_mangled_name, has_return_type,
4280 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
4281 d_prefix, d_unqualified_name, d_source_name, d_number,
4282 d_identifier, d_operator_name, d_special_name, d_call_offset,
4283 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
4284 d_function_type, d_bare_function_type, d_class_enum_type,
4285 d_array_type, d_pointer_to_member_type, d_template_param,
4286 d_template_args, d_template_arg, d_expression, d_expr_primary,
4287 d_local_name, d_discriminator, d_add_substitution,
4288 d_substitution, d_print_resize, d_print_append_char,
4289 d_print_append_buffer, d_print_error, cplus_demangle_print,
4290 d_print_comp, d_print_java_identifier, d_print_mod_list,
4291 d_print_mod, d_print_function_type, d_print_array_type,
4292 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
4293 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
9334f9c6 4294 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
49b1fae4 4295 print_usage, main):
9334f9c6
DD
4296
42972005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
4298
4299 Convert libiberty to ISO C prototype style 1/n.
4300 * _doprnt.c: Remove conditional #include <varargs.h> on
4301 ANSI_PROTOTYPES as the latter is always assumed.
4302 (_doprnt, checkit, main): Use ISO C prototype.
4303 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
4304 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
49b1fae4 4305 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
9334f9c6
DD
4306 * atexit.c (atexit): Likewise
4307 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
49b1fae4 4308 (asprintf): Use ISO C prototype.
9334f9c6
DD
4309 * basename.c (basename): Likewise
4310 * bcmp.c (bcmp): Likewise.
4311 * bcopy.c (bcopy): Likewise.
4312 * bzero.c (bzero): Likewise.
4313 * bsearch.c (bsearch): Likewise. Improve const-correctness.
4314 * choose-temp.c (choose_temp_base): Likewise.
4315 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
4316 (calloc): Use ISO C prototype.
4317 * clock.c (clock): Likewise.
4318 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
49b1fae4 4319 (vconcat_length, vconcat_copy, concat_length, concat_copy,
9334f9c6
DD
4320 concat_copy2, concat, reconcat, main): Use ISO C prototype.
4321 * copysign.c (copysign): Likewise.
4322
0fad4bdb
DD
43232005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4324
4325 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
4326 (REQUIRED_OFILES): Add xstrndup.o.
4327 (CONFIGURED_OFILES): Add strndup.o.
4328 Regenerate dependencies.
4329
4330 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
4331
4332 * strndup.c, xstrndup.c: New.
4333
4334 * config.in, configure, functions.texi: Regenerate.
4335
51e32d64
DD
43362005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4337
4338 * xmemdup.c, xstrdup.c: Expose the tail call.
4339
8ec32723
DD
43402005-03-09 Mark Mitchell <mark@codesourcery.com>
4341
4342 * configure.ac (funcs): Add gettimeofday.
4343 * configure: Regenerated.
4344 * gettimeofday.c: New file.
4345 * Makefile.in (CFILES): Add gettimeofday.
4346 (CONFIGURED_OFILES): Add gettimeofday.o.
4347 (./gettimeofday.o): New rule.
4348
27ff8836
ILT
43492005-03-09 Ian Lance Taylor <ian@airs.com>
4350
4351 * pex-os2.c: Remove.
4352 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
4353 * Makefile.in (CFILES): Remove pex-os2.c.
4354 (CONFIGURED_OFILES): Remove pex-os2.o.
4355 (pex-os2.o): Remove target.
4356 * configure: Rebuild.
4357
48e39b59
ILT
43582005-03-07 Ian Lance Taylor <ian@airs.com>
4359
4360 * mpw-config.in: Remove.
4361 * mpw-make.sed: Remove.
4362 * mpw.c: Remove.
4363 * Makefile.in (CFILES): Remove pex-mpw.c.
4364 (CONFIGURED_OFILES): Remove pex-mpw.o.
4365 (mpw.o, pex-mpw.o): Remove targets.
4366 * maint-tool (undoc): Remove reference to mpw.c.
4367
65dce80e
DD
43682005-03-06 DJ Delorie <dj@redhat.com>
4369
4370 * configure.ac (target_header_dir): vfork is a stub under djgpp.
4371 * configure: Regenerated.
4372
190eb137
DD
43732005-03-01 Jan Beulich <jbeulich@novell.com>
4374
4375 * Makefile.in (CFILES): Add unlink-if-ordinary.c
4376 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
4377 Add dependencies and rule for unlink-if-ordinary.o.
4378 * unlink-if-ordinary.c: New.
4379
bac7199c
DD
43802005-03-01 Ben Elliston <bje@au.ibm.com>
4381
4382 * hashtab.c (htab_find_slot_with_hash): Make function
4383 documentation clearer.
4384
aca9a742
JM
43852005-02-13 Jason Merrill <jason@redhat.com>
4386
4387 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
4388 arguments.
4389
b5c3b3de
DD
43902005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4391
4392 * hex.c (hex_value): Group 'unsigned int' together to get correct
4393 markup.
4394 * functions.texi: Regenerated.
49b1fae4 4395
46a10049
DD
43962004-12-27 H.J. Lu <hongjiu.lu@intel.com>
4397
4398 * Makefile.in: Undo to 2004-12-17.
4399 * aclocal.m4: Likewise.
4400 * config.table: Likewise.
4401 * configure.ac: Likewise.
4402 * maint-tool: Likewise.
4403 * configure: Likewise.
4404
fbfdf750
DD
44052004-12-19 H.J. Lu <hongjiu.lu@intel.com>
4406
4407 PR bootstrap/19072
4408 * Makefile.in (enable_shared): New substitute.
4409 (LTTARGETLIB): New.
4410 (PREFIXTARGETLIB): New.
4411 (LTTESTLIB): New.
4412 (PREFIXTESTLIB): New.
4413 (CCLD): New.
4414 (LINK): New.
4415 ($(TARGETLIB)): Use $(LINK) to create libraries and create
4416 targets by hand.
4417 ($(TESTLIB)): Likewise.
4418 (mostlyclean): Don't remove .libs. Remove the libtool object
4419 directory.
4420
4421 * config.table (enable_shared): Removed.
4422
4423 * configure.ac (enable_static): Set to yes.
4424 (AC_PROG_LIBTOOL): Removed.
4425 (AM_DISABLE_SHARED): Uncommented.
4426 (AM_PROG_LIBTOOL): Likewise.
4427 (LIBOBJS): Add `./' to avoid VPATH.
4428 (LTLIBOBJS): Likewise.
4429 (enable_shared): Substitute.
4430 * configure: Regenerated.
4431
96e00b33
L
44322004-12-18 H.J. Lu <hongjiu.lu@intel.com>
4433
4434 * Makefile.in (top_builddir): Set to `.'.
4435 (OUTPUT_OPTION): Removed.
4436 (LIBTOOL): New.
4437 (LTLIBOBJS): New.
4438 (EXTRA_LTOFILES): New.
4439 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
4440 (all): Remove stamp-picdir.
4441 (LTCOMPILE): New.
4442 (.c.lo): New rule.
4443 (REQUIRED_LTOFILES): New.
4444 (CONFIGURED_LTOFILES): New.
4445 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
4446 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
4447 (stamp-picdir): Completely removed.
4448 (maint-missing): Pass $(REQUIRED_LTOFILES)
4449 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
4450 $(CONFIGURED_OFILES)
4451 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
4452 $(CONFIGURED_LTOFILES).
4453 (mostlyclean): Also remove *.lo .libs.
4454 Run "make maint-deps".
4455
4456 * aclocal.m4: Include ../libtool.m4.
4457
4458 * config.table: Don't check --enable-shared.
4459
4460 * configure.ac (AC_PROG_LIBTOOL): Add.
4461 (AC_PROG_CC_C_O): Removed.
4462 (OUTPUT_OPTION): Removed.
4463 (NO_MINUS_C_MINUS_O): Removed.
4464 (ltpexecute): New substitute.
4465 (LIBOBJS): Cleanup.
4466 * configure: Regenerated.
4467
4468 * maint-tool: Updated for .lo/libtool.
4469
40a59a4c
DD
44702004-12-11 Ben Elliston <bje@au.ibm.com>
4471
4472 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
4473 * configure: Regenerate.
4474 * config.in: Likewise.
4475
9923bc33
DD
44762004-12-07 DJ Delorie <dj@redhat.com>
4477
4478 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
4479 that recursion (and thus large stack space) is not needed.
4480
70615d15
DD
44812004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
4482
4483 * pex-unix.c: Fix the spelling of longjmp.
4484
eb129e35
DD
44852004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
4486
4487 PR other/18623
4488 * cp-demangle.c (d_call_offset): Remove useless local variables
4489 offset and virtual_offset.
4490 * cplus-dem.c (ada_demangle): Remove useless local variable
4491 at_start_name.
4492 (demangle_template): Remove useless local variable start.
4493
3e0f1404
DD
44942004-11-19 Roger Sayle <roger@eyesopen.com>
4495
4496 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
4497 "ansidecl.h" to avoid redeclaration errors with native compilers.
4498 * regex.c: Protect config.h from multiple inclusion.
4499
6cfb3176
DD
45002004-11-12 Mike Stump <mrs@apple.com>
4501
4502 * Makefile.in (libiberty.html): Fix html generation.
4503
f9b4e353
DD
45042004-09-08 Adam Nemet <anemet@lnxw.com>
4505
4506 * vasprintf.c: Accept __va_copy in addition to va_copy.
4507
49b1fae4 45082004-09-03 Paolo Bonzini <bonzini@gnu.org>
c7efc4d5
PB
4509
4510 * configure: Regenerate.
4511
49b1fae4 45122004-09-02 Paolo Bonzini <bonzini@gnu.org>
f5396bbe
PB
4513
4514 * configure.ac: Do not enable multilibs for build-side libiberty.
4515
49b1fae4 45162004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
950ad202
DD
4517
4518 * lrealpath.c (lrealpath): Add _WIN32 support.
4519
a21da8bf
DD
45202004-06-28 Zack Weinberg <zack@codesourcery.com>
4521
4522 * cp-demangle.h: Declare cplus_demangle_operators,
4523 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
4524 cplus_demangle_type as static if IN_GLIBCPP_V3.
4525
45262004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
4527
4528 PR other/16240
4529 * cp-demangle.c (d_expr_primary): Check for a failure return from
4530 cplus_demangle_type.
4531 * testsuite/demangle-expected: Add test case.
4532
9f7d3e7d
DD
45332004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
4534
4535 * pex-win32.c (fix_argv): Expand comment.
4536
0cb2db3a
DD
45372004-05-25 Daniel Jacobowitz <drow@false.org>
4538
4539 * Makefile.in: Add .NOEXPORT.
4540
25319993
DD
45412004-04-29 Douglas B Rupp <rupp@gnat.com>
4542
4543 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
4544 copyright.
4545
7e9f5c71
DD
45462004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4547
4548 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
4549 * configure: Regenerate.
4550
bb6a587d
DD
45512004-04-22 Richard Henderson <rth@redhat.com>
4552
4553 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
4554 (CHAR_BIT): Provide default.
4555 (struct prime_ent, prime_tab): New.
4556 (higher_prime_index): Rename from higher_prime_number, return index.
4557 (htab_mod_1): New.
4558 (htab_mod, htab_mod_m2): Use it.
4559 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
4560 (htab_expand): Likewise.
4561 * configure.ac: Check for stdint.h.
4562 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
4563 * config.in, configure: Rebuild.
4564
53239e41
DD
45652004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
4566
4567 * strerror.c: Include config.h, and redefine sys_nerr and
4568 sys_errlist, before including ansidecl.h and libiberty.h.
4569
d6ea4e80
DD
45702004-04-13 Jeff Law <law@redhat.com>
4571
4572 * hashtab.c (htab_remove_elt_with_hash): New function.
4573 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
4574
fe046a17
DD
45752004-03-31 Richard Henderson <rth@redhat.com>
4576
4577 * hashtab.c (htab_size): Move to top of file; mark inline.
4578 (htab_elements): Likewise.
4579 (htab_mod, htab_mod_m2): New.
4580 (htab_delete): Refactor htab->size and htab->entries.
4581 (htab_empty): Likewise.
4582 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
4583 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
4584 (htab_clear_slot): Use htab_size, htab_elements.
4585 (htab_traverse_noresize, htab_traverse): Likewise.
4586
e0c148a7
DD
45872004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
4588
12a7367e
DD
4589 * pex-unix.c (pexecute): Use vfork instead of fork, with
4590 appropriate changes to make this safe.
4591 * pex-common.h (STDERR_FILE_NO): Define.
4592
e0c148a7
DD
4593 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
4594 an 80 column screen. Run maint-deps.
4595
85f969cd
DD
45962004-03-09 Kelley Cook <kcook@gcc.gnu.org>
4597
4598 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
4599 * acconfig.h: Delete redundant file.
4600 * config.in: Regenerate.
4601 * configure: Regenerate.
4602
58670637
DD
46032004-03-09 Hans-Peter Nilsson <hp@axis.com>
4604
4605 * configure: Regenerate for config/accross.m4 correction.
4606
758d77be
DD
46072004-03-07 Andreas Jaeger <aj@suse.de>
4608
4609 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
4610 prototypes.
4611 (main): Initialize style.
4612
74aee4eb
DD
46132004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
4614
2d733211
DD
4615 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
4616 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
4617 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
4618 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
4619 short types to D_PRINT_DEFAULT. Change other integer types to use
4620 new D_PRINT_* values where appropriate. Change float types to
4621 D_PRINT_FLOAT.
4622 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
4623 values.
4624 * testsuite/demangle-expected: Adjust two test cases.
4625
4626 * cp-demangle.c (d_print_function_type): Print a space before the
4627 parenthesis around the function type in more cases.
4628 * testsuite/demangle-expected: Adjust one test case.
4629
099f84cf
DD
4630 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
4631 parentheses around a cast.
4632 * testsuite/demangle-expected: Adjust two test cases to match new
4633 output.
4634
74aee4eb
DD
4635 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
4636
4637 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
4638 push more than one of the same CV-qualifier on the top of the
4639 stack.
4640 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
4641 move the CV-qualifiers to apply to the element type instead.
4642 (d_print_array_type): When checking the modifiers, keep looking
4643 past ones which have been printed already.
4644 * testsuite/demangle-expected: Add three test cases.
4645
46462004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
4647
4648 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
4649 empty string correctly.
4650
4651 * cp-demangle.c (__cxa_demangle): It is not an error if status is
4652 not NULL. It is an error if the mangled name is the same as a
4653 built-in type name.
4654 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
4655 than cplus_demangle_v3.
4656
4657 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
4658 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
4659
f9375305
DD
46602004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
4661
4662 * regex.c: Include <ansidecl.h>.
4663 (regcomp): Cast i to int.
4664 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
4665
cbf0ee79
DD
46662004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
4667
4668 * configure.ac: Add m4_pattern_allow(LIBOBJS).
4669 * configure: Regenerate.
4670
37254c9a
DD
46712004-01-22 DJ Delorie <dj@redhat.com>
4672
4673 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
4674 with explicit build rules.
4675 (VPATH): Remove.
4676 (.c.o): Poison.
4677 * configure.ac (pexecute, LIBOBJS): Add ./ .
4678 * maint-tool: Build dependencies with explicit rules.
4679
211333f6
DD
46802004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4681
4682 * strdup.c (strdup): Constify the argument.
4683
3795d586
DD
46842004-01-14 Loren J. Rittle <ljrittle@acm.org>
4685
4686 * Makefile.in (distclean): Remove config.cache.
4687
2d6520ee
DJ
46882004-01-13 Daniel Jacobowitz <drow@mvista.com>
4689
4690 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
4691 takes two parameters.
4692 * cp-demint.c (cplus_demangle_fill_component): Likewise.
4693
59727473
DD
46942004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
4695
4696 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
4697 defined, rename some functions which are to become static via
4698 #define.
4699 (CP_STATIC_IF_GLIBCPP_V3): Define.
4700 (struct d_operator_info): Move definition to cp-demangle.h, and
4701 rename to demangle_operator_info. Change all uses.
4702 (enum d_builtin_type_print): Move definition to cp-demangle.h.
4703 (struct d_builtin_type_info): Move definition to cp-demangle.h,
4704 and rename to demangle_builtin_type_info. Change all uses.
4705 (enum d_comp_type): Move definition to include/demangle.h, and
4706 rename to demangle_component_type, and change all enums to start
4707 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
4708 (struct d_comp): Move definition to include/demangle.h, and rename
4709 to demangle_component. Change all uses.
4710 (struct d_info): Move definition to cp-demangle.h.
4711 (cplus_demangle_fill_name): New function.
4712 (cplus_demangle_fill_extended_operator): New function.
4713 (cplus_demangle_fill_ctor): New function.
4714 (cplus_demangle_fill_dtor): New function.
4715 (d_make_empty): Remove type parameter. Change all callers.
4716 (d_make_name): Use cplus_demangle_fill_name.
4717 (d_make_extended_operator): Use
4718 cplus_demangle_fill_extended_operator.
4719 (d_make_ctor): Use cplus_demangle_fill_ctor.
4720 (d_make_dtor): Use cplus_demangle_fill_dtor.
4721 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
4722 non-static by default. Change all callers.
4723 (cplus_demangle_operators): Rename from d_operators. Change all
4724 uses. Make non-static by default. Add sentinel at end of array.
4725 (d_operator_name): Adjust initialization of high for new sentinel
4726 in cplus_demangle_operators.
4727 (cplus_demangle_builtin_types): Rename from d_builtin_types.
4728 Change all uses. Make non-static by default. Change initializer
4729 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
4730 (cplus_demangle_type): Rename from d_type. Make non-static by
4731 default. Change all callers.
4732 (cplus_demangle_init_info): Rename from d_init_info. Make
4733 non-static by default. Change all callers.
4734 * cp-demangle.h: New file.
4735 * cp-demint.c: New file.
4736 * Makefile.in: Rebuild dependencies.
4737 (CFILES): Add cp-demint.c.
4738 (REQUIRED_OFILES): Add cp-demint.o.
4739
1a79b024
DD
47402004-01-09 Kelley Cook <kcook@gcc.gnu.org>
4741
4742 * configure.in: Rename file to ...
4743 * configure.ac: ... this.
4744 * Makefile.in: Update a comment for above change.
4745 * README: Likewise.
4746 * config.in: Regenerate.
4747
820542c9
DD
47482004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
4749
4750 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
4751 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
4752 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
4753 demangling template parameters.
4754 * testsuite/test-demangle.c (fail): New static function.
4755 (main): Support new options in input file: --no-params,
4756 --is-v3-ctor, and --is-v3-dtor.
4757 * testsuite/demangle-expected: Add --no-params to most tests, and
4758 add the correct result when parameters are not demangled. Add
4759 some simple tests for V3 constructor/destructor recognition.
4760
2f9c4058
DD
47612003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4762
4763 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
4764
4fd47f10
DJ
47652003-12-22 Daniel Jacobowitz <drow@mvista.com>
4766
4767 PR debug/13272
4768 * Makefile.in (lbasename.o): Depend on filenames.h.
4769 * lbasename.c: Include "filenames.h" instead of defining
4770 its macros locally.
4771
b6fb00c0
DD
47722003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
4773
4774 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
4775 dynamic arrays.
4776 (struct d_operator_info): Add len field.
4777 (struct d_builtin_type_info): Add len and java_len fields.
4778 (struct d_standard_sub_info): Add simple_len, full_len, and
4779 set_last_name_len fields.
4780 (struct d_comp): Add len field to s_string.
4781 (struct d_info): Add send, did_subs, and expansion fields.
4782 (d_append_string_constant): Define.
4783 (d_append_string): Remove. Change all users to use
4784 d_append_string_constant or d_append_buffer instead.
4785 (d_make_sub): Add len parameter. Change all callers.
4786 (d_name): Increase expansion when substituting std::.
4787 (d_unqualified_name): Increase expansion for an operator.
4788 (d_number): Don't use multiplication for negative numbers.
4789 (d_identifier): Make sure there are enough characters in the
4790 string for the specified length. Adjust expansion for an
4791 anonymous namespace.
4792 (d_operators): Initialize len field.
4793 (d_special_name, d_ctor_dtor_name): Increase expansion.
4794 (d_builtin_types): Initialize len and java_len fields.
4795 (d_type): Increase expansion for a builtin type.
4796 (d_cv_qualifiers): Increase expansion for each qualifier.
4797 (d_bare_function_type): Decrease expansion when removing single
4798 void parameter.
4799 (d_template_param): Increment did_subs.
4800 (d_expression): Increase expansion for an operator.
4801 (d_expr_primary): Decrease expansion for a type we will print
4802 specially.
4803 (standard_subs): Initialize new fields.
4804 (d_substitution): Increment did_subs when doing a normal
4805 substitution. Increase expansion for a special substitution.
4806 (d_print): Add estimate parameter. Change all callers.
4807 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
4808 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
4809 (d_print_java_identifier): Rename from d_print_identifier. Handle
4810 only Java case. Change caller.
4811 (d_init_info): Change return type to void. Change all callers.
4812 Initialize send, did_subs, and expansion fields. Do not
4813 initialize comps and subs fields.
4814 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
4815 arrays on stack. Make an estimate of the length of the demangled
4816 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
4817 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
4818 subs arrays on stack.
4819
2730f651
DD
48202003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
4821
4822 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
4823 after the identifier.
4824 * testsuite/demangle-expected: Add test case.
4825
d4edd112
DD
48262003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
4827
4828 Fix for PR c++/13447:
4829 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
4830 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
4831 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
4832 D_COMP_QUAL_NAME.
4833 (is_ctor_or_dtor): Likewise.
4834 (d_local_name): Use D_COMP_LOCAL_NAME rather than
4835 D_COMP_QUAL_NAME.
4836 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
4837 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
4838 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
4839 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
4840 * testsuite/demangle-expected: Add two test cases.
4841
4842 * cp-demangle.c (d_print_function_type): Clear the global modifier
4843 list when printing the modifiers, not just when printing the
4844 function parameters.
4845 * testsuite/demangle-expected: Add two test cases.
4846
d35d0cd4
DD
48472003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
4848
4849 * cp-demangle.c (d_print_function_type): Print the function
4850 parameters with no modifiers.
4851 * testsuite/demangle-expected: Add test case.
4852
4853 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
4854 expect that we've read the entire string.
4855 (is_ctor_or_dtor): Don't expect that we've read the entire
4856 string--reverse patch of 2003-11-29.
4857
09e9708c
DD
48582003-12-15 Brendan Kehoe <brendan@zen.org>
4859
41f225de 4860 * Makefile.in (floatformat.o): Add dependency on
09e9708c
DD
4861 config.h to accompany change of 2003-12-03.
4862
97ceaf5b
DD
48632003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
4864
4865 Fix handling of constructor/destructor of standard substitution:
4866 * cp-demangle.c (struct d_standard_sub_info): Define.
4867 (d_substitution): Add prefix argument. Change all callers.
4868 Rework handling of standard substitutions to print full name when
4869 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
4870 * testsuite/demangle-expected: Add test case.
4871
4872 Fix handling of negative literal constants:
4873 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
4874 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
4875 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
4876 (d_print_comp): Handle D_COMP_LITERAL_NEG.
4877 * testsuite/demangle-expected: Add test case.
4878
858b45cf
DD
48792003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
4880
4881 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
4882 (d_last_char): Define new macro.
4883 (d_make_name): Reject an empty name.
4884 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
4885 (d_substitution, d_print_identifier): Likewise.
4886 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
4887 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
4888 (d_print_mod) Use new d_last_char macro.
4889 (d_print_cast): Use new d_last_char macro.
4890 (is_ctor_or_dtor): Don't leak memory.
4891
4892 Fix handling of member function modifiers:
4893 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
4894 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
4895 (d_dump): Dump new d_comp_type values.
4896 (d_make_comp): Accept new d_comp_type values.
4897 (has_return_type): Only accept _THIS variants of qualifiers.
4898 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
4899 qualifiers.
4900 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
4901 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
4902 qualifiers and printing them at the end, add _THIS qualifiers to
4903 the modifier list.
4904 (d_print_comp) [D_COMP_*_THIS]: New cases.
4905 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
4906 qualifiers.
4907 (d_print_mod_list): Add suffix parameter. Change all callers.
4908 Keep walking the list even if the current modifier has been
4909 printed.
4910 (d_print_mod): Handle new _THIS qualifiers.
4911 (d_print_function_type): Handle new _THIS qualifiers when deciding
4912 whether to print a parenthesis. Put a space before the
4913 parenthesis in some cases. Call d_print_mod_list again at the
4914 end, passing suffix as 1.
4915 (is_ctor_or_dtor): Look for new _THIS qualifiers.
4916 * testsuite/demangle-expected: Add test case.
4917
4918 Fix for PR gcc/13304:
4919 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
4920 before the '<' is itself a '<', insert a space.
4921 (d_print_cast): Likewise.
4922 * testsuite/demangle-expected: Add test case.
4923
4924 Fix for PR gcc/13244:
4925 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
4926 which uses the '>' operator in an extra layer of parens.
4927 * testsuite/demangle-expected: Add test case.
4928
b52927b7
DD
49292003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
4930
4931 * floatformat.c: Include "config.h" and <string.h> if available.
4932 (INFINITY, NAN): Define if not defined by <math.h>.
4933 (floatformat_to_double): Handle NaN, infinity, and denormalized
4934 numbers.
4935 (floatformat_from_double): Likewise.
4936 (ieee_test): In debugging code, use little endian rather than big
4937 endian. Correct tests to handle NaN and to check correct sign of
4938 zero. Omit m68k extended test.
4939 (main): Add more debugging cases.
4940
24afc00d
DD
49412003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
4942
4943 * cp-demangle.c (d_demangle): Only return success if we consumed
4944 the entire demangled string.
4945 (is_ctor_or_dtor): Likewise.
4946
4947 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
4948 to restore expected result of EDG test case to original expected
4949 result.
4950
331c3da2
DD
49512003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
4952
4953 * cp-demangle.c (struct d_print_mod): Add templates field.
4954 (d_make_builtin_type): Check for NULL type.
4955 (d_make_extended_operator): Check for NULL name.
4956 (d_make_ctor, d_make_dtor): Likewise.
4957 (d_mangled_name): Add top_level parameter. Change all callers.
4958 (d_encoding): If DMGL_PARAMS is not set, strip off initial
4959 CV-qualifiers.
4960 (d_type): Check some return values we rely on.
4961 (d_bare_function_type, d_array_type): Likewise.
4962 (d_pointer_to_member_type, d_template_args): Likewise.
4963 (d_add_substitution): Fail if argument is NULL.
4964 (d_print_resize): Check whether buf is NULL.
4965 (d_print_comp): Save current templates list with each modifier.
4966 Don't pass the modifier list down when printing a template.
4967 (d_print_cast): Don't pass the modifier list down when printing a
4968 template.
4969 (d_print_mod_list): Temporarily set templates list while printing
4970 a modifier.
4971 (d_print_mod): Check that buf is not NULL before using it.
4972 (d_print_function_type): Print parens if there is no modifier.
4973 (d_init_info): Permit as many substitutions as there are
4974 characters in the mangled name.
4975 * testsuite/demangle-expected: Add two new test cases.
4976
51948b34
DD
49772003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
4978
4979 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
4980 d_demangle.
4981
6d95373e
DD
49822003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
4983
4984 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
4985 callers.
4986 (print_usage): Display new -p option.
4987 (long_options): Add --no-params.
4988 (main): Accept and handle -p.
4989
54a962d9
DD
49902003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
4991
4992 * cp-demangle.c (has_return_type): Skip qualifiers when checking
4993 whether we have a template.
4994 * testsuite/demangle-expected: Add four new tests.
4995
8fe0d347
DD
49962003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
4997
4998 * testsuite/demangle-expected: Minor changes to match output of
4999 new demangler: adjust whitespace in four tests, and change order
5000 of qualifiers in one test.
5001
5002 * cp-demangle.c: Complete rewrite.
5003
dd9d4b48
DD
50042003-11-19 Mark Mitchell <mark@codesourcery.com>
5005
5006 * cp-demangle.c (demangle_type): Correct thinko in substitution
5007 processing.
5008
0976f6a7
DD
50092003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
5010
5011 * cp-demangle.c (demangle_operator_name): Remove space before
5012 "sizeof".
5013 (demangle_type_ptr): Put qualifiers in the right place. Handle
5014 qualifiers in pointer to member specially.
5015 (demangle_type): Handle qualifiers for pointer or reference
5016 specially. Handle function type.
5017 (demangle_local_name): Save and restore caret around demangling of
5018 initial encoding.
5019
5020 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
5021 cplus_demangle.
5022
5023 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
5024
e7e6980b
DD
50252003-10-31 Andreas Jaeger <aj@suse.de>
5026
5027 * floatformat.c (floatformat_always_valid): Add unused attribute.
5028
97ceaf5b
DD
50292003-10-30 Josef Zlomek <zlomekj@suse.cz>
5030
5031 Jan Hubicka <jh@suse.cz>
5032 * vasprintf.c (int_vasprintf): Pass va_list by value.
5033 Use va_copy for copying va_list.
5034 (vasprintf): Pass va_list by value.
5035
686e72d7
DD
50362003-10-30 Josef Zlomek <zlomekj@suse.cz>
5037
5038 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
5039 instead of increasing n_elements when inserting to deleted slot.
5040
eec65ede
JB
50412003-10-20 J. Brobecker <brobecker@gnat.com>
5042
5043 * cplus-dem.c (demangle_template): Register a new Btype only
5044 when needed.
5045 * testsuite/demangle-expected: Add a new test.
5046
cd275bff
L
50472003-10-16 H.J. Lu <hongjiu.lu@intel.com>
5048
5049 * testsuite/demangle-expected: Update the expected output of
5050 _GLOBAL__I__Z2fnv.
5051
e3b1168e
DJ
50522003-10-02 Daniel Jacobowitz <drow@mvista.com>
5053
5054 * strerror.c: Revert last change. Declare static sys_nerr
5055 and sys_errlist using different names.
5056
efb150d5
DJ
50572003-10-01 Daniel Jacobowitz <drow@mvista.com>
5058
5059 * strerror.c: Don't provide or reference sys_errlist if
5060 strerror is available.
5061
b7ca9213
L
50622003-10-01 H.J. Lu <hongjiu.lu@intel.com>
5063
5064 * configure.in: Check if $MAKEINFO is missing.
5065 * configure: Regenerated.
5066
8ddbb593
DJ
50672003-09-24 Daniel Jacobowitz <drow@mvista.com>
5068
5069 * configure.in: Use AC_PROG_CPP_WERROR.
5070 * configure: Regenerated.
5071
5324d185
AC
50722003-09-22 Andrew Cagney <cagney@redhat.com>
5073
5074 * floatformat.c (floatformat_i387_ext_is_valid): New function.
5075 (floatformat_always_valid): New function.
5076 (floatformat_i387_ext): Initialize new "is_valid" field to
5077 "floatformat_i387_ext_is_valid".
5078 (floatformat_ieee_single_little): Initialize "is_valid" field to
5079 floatformat_always_valid.
5080 (floatformat_ieee_double_big): Ditto.
5081 (floatformat_ieee_double_little): Ditto.
5082 (floatformat_ieee_double_little): Ditto.
5083 (floatformat_ieee_double_littlebyte_bigword): Ditto.
5084 (floatformat_i960_ext): Ditto.
5085 (floatformat_m88110_ext): Ditto.
5086 (floatformat_m88110_harris_ext): Ditto.
5087 (floatformat_arm_ext_big): Ditto.
5088 (floatformat_arm_ext_littlebyte_bigword): Ditto.
5089 (floatformat_ia64_spill_big): Ditto.
5090 (floatformat_ia64_spill_little): Ditto.
5091 (floatformat_ia64_quad_big): Ditto.
5092 (floatformat_ia64_quad_little): Ditto.
5093 (floatformat_ia64_quad_little): Ditto.
5094 (floatformat_is_valid): Call "is_valid".
5095
34f4a113
AC
50962003-09-15 Andrew Cagney <cagney@redhat.com>
5097
5098 * floatformat.c (get_field): Make "data" constant.
5099 (floatformat_is_valid, floatformat_to_double): Make "from"
5100 constant, fix casts.
5101 (floatformat_from_double): Make "from" constant.
5102
3f2aacaf
DJ
51032003-09-15 Daniel Jacobowitz <drow@mvista.com>
5104
5105 * floatformat.c (floatformat_is_valid): New function.
5106 (get_field, put_field): Correct comments.
5107
aae66b9f
DD
51082003-09-06 Josef Zlomek <zlomekj@suse.cz>
5109
5110 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
5111 FIBHEAPKEY_T.
5112
60b04ee8
DD
51132003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5114
5115 PR bootstrap/12100
5116 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
5117 * configure: Rebuilt.
5118
2299a76d
DJ
51192003-08-27 Daniel Jacobowitz <drow@mvista.com>
5120
5121 * aclocal.m4: Include acx.m4 and no-executables.m4.
5122 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
5123 (LIB_AC_PROG_CC): Remove.
5124 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
5125 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
5126 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
5127 performing link tests.
5128 * configure: Regenerated.
5129
9ad1aa29
DD
51302003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5131
a21da8bf 5132 * cp-demangle.c: Clarify what package(s) this is part of.
9ad1aa29 5133
dbb9d0f3
DD
51342003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
5135
5136 * pex-win32.c (pexecute): Mark parameters this_pname and
5137 temp_base as unused. Remove unused variables retries,
5138 sleep_interval. Initialize org_stdin, org_stdout.
5139 (pwait): Mark parameter flags as unused.
5140
51412003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
ab8c7bb1
DD
5142
5143 * pex-win32.c (fix_argv): Ensure that the executable pathname
5144 uses Win32 backslashes.
5145 (pexecute): Cast away constness when assigning *errmsg_arg.
5146
78c5b0a5
L
51472003-06-26 H.J. Lu <hongjiu.lu@intel.com>
5148
5149 * testsuite/demangle-expected: Add more GNU V3 testcases.
5150
70ecf948
DD
51512003-06-22 Zack Weinberg <zack@codesourcery.com>
5152
5153 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
5154 not HC_ASCII and HC_EBCDIC.
5155 Add documentation in form expected by gather-docs.
5156 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
5157 * Makefile.in, functions.texi: Regenerate.
5158
cbc0188b
DD
51592003-06-21 Zack Weinberg <zack@codesourcery.com>
5160
5161 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
5162 for charset determination.
5163
5f73c378
DD
51642003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
5165
5166 * configure.in: Add check for malloc.h needed by
5167 m68k for function free().
5168 * configure: Regenerated.
5169 * config.in: Add HAVE_MALLOC_H.
5170 * hashtab.c: include malloc.h were available for
5171 free().
5172
e69f6c8c 51732003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
cbc0188b 5174
e69f6c8c
DD
5175 PR bootstrap/10974
5176 * physmem.c: Update comment.
5177 * configure.in: Modify test for _system_configuration for older
5178 AIX systems.
5179
5180 * config.in, configure: Regenerated.
cbc0188b 5181
54c60684
DD
51822003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5183
5184 PR other/10810
5185 * test-demangle.c (getline): Fix fence-post error.
5186
5a4e47bd
NC
51872003-06-03 Nick Clifton <nickc@redhat.com>
5188
5189 * asprintf.c: Change comment to note that -1 is returned upon
5190 error.
5191 * vasprintf.c: Likewise.
5192 (vasprintf): Return -1 upon error.
5193 * functions.texi: Document changes to asprintf and vasprintf.
5194
916f5d13
DD
51952003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
5196
5197 * config.table: Accept i[345867]86 variant.
5198
e4f79046
JB
51992003-05-15 Jim Blandy <jimb@redhat.com>
5200
5201 * hex.c (_hex_value): Make this unsigned.
5202 (hex_value): Update documentation for new return type. hex_value
5203 now expands to an unsigned int expression, to avoid unexpected
5204 sign extension when we store it in a bfd_vma, which is larger than
5205 int on some platforms.
5206 * functions.texi: Regenerated.
5207
0f3538e7
DD
52082003-05-07 Josef Zlomek <zlomekj@suse.cz>
5209
5210 * splay-tree.c (splay_tree_predecessor): Fix comment.
5211 (splay_tree_successor): Fix comment.
5212
7108c5dc
JM
52132003-05-07 Jason Merrill <jason@redhat.com>
5214
eafaf5eb 5215 * hashtab.c (iterative_hash): New fn.
7108c5dc
JM
5216 * configure.in: Add AC_C_BIGENDIAN_CROSS.
5217 * aclocal.m4: Include accross.m4.
5218 * configure, config.in: Regenerate.
5219
0b555173
DD
52202003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5221
5222 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
5223 * configure: Regenerate.
5224
8730135a
DD
52252003-05-03 Carlo Wood <carlo@alinoe.com>
5226
5227 * cp-demangle.c: Fix typo in "char_traints" string-literal.
5228
341eccbc
DD
52292003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5230
5231 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
5232 (main): Test that we don't write too much data.
5233
2ed1e5cc
DD
52342003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5235
5236 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
5237 vsnprintf.
5238 * snprintf.c, vsnprintf.c: New files.
5239 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
5240 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
5241 Regenerate dependencies.
5242
5243 * functions.texi, configure, config.in: Regenerated.
5244
10b57b38
DD
52452003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5246
5247 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
5248 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
5249 and stpncpy.
5250 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
5251 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
5252 Regenerate dependencies.
5253
5254 * functions.texi, configure, config.in: Regenerated.
5255
ff773b85
DD
52562003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5257
5258 * argv.c: Fix comments.
5259 * calloc.c: Don't unnecessarily include "libiberty.h".
5260 (bzero): Add prototype.
5261 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
5262 * getcwd.c (getcwd): Use standard definition to avoid conflicts
5263 with system headers.
5264 * hashtab.c (htab_traverse): Delete unused variables.
5265 * rename.c: Include "ansidecl.h".
5266 (rename): Use standard definition to avoid conflicts with system
5267 headers.
5268 * strsignal.c: Rely on ANSI_PROTOTYPES.
5269 * strstr.c: Check GNUC >= 2, not GNUC == 2.
5270 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
5271 * vprintf.c: Include "ansidecl.h" earlier, rely on
5272 ANSI_PROTOTYPES.
5273 * vsprintf.c: Include "ansidecl.h" earlier, rely on
5274 ANSI_PROTOTYPES and possibly include <stdarg.h>.
cbc0188b 5275
ff773b85
DD
5276 * Makefile.in: Regenerate dependencies.
5277
bb325820
DD
52782003-04-15 DJ Delorie <dj@redhat.com>
5279
5280 * maint-tool (deps): Scan for headers in $srcdir also.
5281
258a4893
DD
52822003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5283
5284 PR target/10338
5285 PR bootstrap/10198
5286 PR bootstrap/10140
5287 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
5288 __mempcpy.
5289 * regex.c (regerror): Likewise.
5290
ff773b85
DD
52912003-04-14 Roger Sayle <roger@eyesopen.com>
5292
5293 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
5294 * memchr.c: Likewise.
5295 * strcasecmp.c: Likewise.
5296 * strncasecmp.c: Likewise.
5297 * strncmp.c: Likewise.
5298 * xatexit.c: Likewise.
5299 * xmalloc.c: Likewise.
5300
5301 * copysign.c: Use traditional function declaration instead of DEFUN.
5302 * sigsetmask.c: Likewise.
5303
5304 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
5305 * memset.c: Likewise.
5306
5307 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
5308 * memmove.c: Likewise.
5309
eec539c7
DD
53102003-04-14 Roger Sayle <roger@eyesopen.com>
5311
5312 * strdup.c (strdup): Tweak implementation to use memcpy.
5313
daf7c4ad
DD
53142003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5315
5316 * configure.in (HAVE_UINTPTR_T): Always define.
5317 * configure: Regenerated.
5318
aa072e59
AO
53192003-03-23 Alexandre Oliva <aoliva@redhat.com>
5320
5321 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
5322 instead of $$CC alone.
5323 (install_to_tooldir): Use it.
5324
f77ed96c
DD
53252003-17-03 Jan Hubicka <jh@suse.cz>
5326
5327 * hashtab.c (htab_traverse_noresize): Break out from ...
5328 * hashtab.c (htab_traverse): ... here.
5329
2336e177
DD
53302003-12-03 Jan Hubicka <jh@suse.cz>
5331
5332 * hashtab.c (htab_expand): Fix warning.
5333
5334 * hashtab.c (htab_expand): Compute the size of hashtable based
5335 on the number of elements actually used.
5336 (htab_traverse): Call htab_expand when table is too empty.
5337
d8cbbf95
DD
53382003-03-11 Carlo Wood <carlo@gnu.org>
5339
5340 * cplus-dem.c (demangle_integral_value): Correction to reflect
5341 patch of 2002-01-10 in order to also make negative multi-digits
5342 without leading underscore work.
5343
a01fefeb
DD
53442003-03-03 Mark Mitchell <mark@codesourcery.com>
5345
5346 * cplus-dem.c: Add license exception to copyright notice.
5347
638ceb1a
DD
53482003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5349
5350 * physmem.c: Formatting changes from upstream.
5351
ef803806
DD
53522003-02-24 Danny Smith <dannysmith@users.source.forge.net>
5353
5354 * physmem.c (physmem_total): Add _WIN32 support.
5355 (physmem_available): Likewise.
5356
181fa229
DD
53572003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5358
5359 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
5360 GSI_PHYSMEM.
5361 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
5362
cc529274
DD
53632003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5364
5365 * configure.in: Check for sys/systemcfg.h and
5366 _system_configuration.
5367 * physmem.c: Add support for AIX. Tweek formatting as per
5368 upstream coreutils beta.
5369
53702003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5371 Richard Earnshaw <rearnsha@arm.com>
5372 Geoffrey Keating <geoffk@apple.com>
cbc0188b 5373
cc529274
DD
5374 * configure.in: Check for sys/sysctl.h and sysctl.
5375 * physmem.c: Add support for *bsd and darwin.
5376 * Makefile.in: Generate depedency for physmem.o.
5377
192cbe66
DD
53782003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5379
5380 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
5381 Tru64 UNIX.
5382 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
5383 Tru64 UNIX.
5384
5385 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
5386 machine/hal_sysinfo.h, sys/table.h.
5387 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
5388 * configure, config.in: Regenerate.
5389
ff773b85
DD
53902003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5391
5392 * configure.in: Check for sys/sysmp.h and sysmp.
5393 * physmem.c: Pull upstream copy, add support for irix6.
5394
5395 * config.in, configure: Regenerated.
5396
900d2082
DD
53972003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5398
5399 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
5400 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
5401 pstat_getdynamic.
cbc0188b 5402
4938384a
DD
54032003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5404
5405 * Makefile.in (CFILES): Add physmem.c.
5406 (REQUIRED_OFILES): Add physmem.o.
5407 * configure.in: Check for sys/pstat.h.
5408 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
5409 * physmem.c: New file, copied from textutils.
5410
5411 * config.in, configure: Regenerated.
5412
ba61a412
DJ
54132003-02-20 Daniel Jacobowitz <drow@mvista.com>
5414
5415 * Makefile.in (CFILES): Add lrealpath.c.
5416 (REQUIRED_OFILES): Add lrealpath.o.
5417 (lrealpath.o): Add rule.
5418 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
5419 * configure.in: Add realpath and canonicalize_file_name to
5420 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
5421 for canonicalize_file_name.
5422 * lrealpath.c: New file.
5423 * make-relative-prefix.c: Update documentation.
5424 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
5425 * config.in: Regenerated.
5426 * configure: Regenerated.
5427 * functions.texi: Regenerated.
5428
25dfe0ac
DD
54292003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
5430
5431 * cplus_dem.c: Fix typo: intializes -> initializes.
5432
8b90eef4
AO
54332003-02-20 Alexandre Oliva <aoliva@redhat.com>
5434
5435 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
5436 config.status.
5437 * configure: Rebuilt.
5438
fcd7c7c9
DD
54392003-02-13 Daniel Jacobowitz <drow@mvista.com>
5440
5441 Fix PR c++/7612.
5442 * cplus-dem.c (demangle_signature): Call string_delete.
5443 Remove extra string_init.
5444 (demangle_arm_hp_template): Call string_delete instead of
5445 string_clear. Add missing string_delete call.
5446 (demangle_qualified): Add missing string_delete call.
5447 (do_type): Remove unused variable btype. Add missing string_delete
5448 call. Call string_delete instead of string_clear.
5449 (demangle_fund_type): Move variable btype inside of the switch
5450 statement. Add missing string_delete call.
5451 (do_arg): Call string_delete instead of string_clear. Remove extra
5452 string_init.
5453 (demangle_nested_args): Free work->previous_argument.
5454
073c427b
DD
54552003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5456
5457 * acconfig.h: New file. Add uintptr_t.
5458 * config.in: Regenerated.
5459
f8bd3000
DD
54602003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
5461
5462 * libiberty.texi: Update to GFDL 1.2.
5463
85b9a938
DD
54642003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5465
5466 * Makefile.in (libiberty_topdir): New subst.
5467 (mkinstalldirs): Redefine in terms of the above.
5468 * configure.in: AC_SUBST it.
5469 * configure: Regenerate.
5470
578460f2
AO
54712003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5472
5473 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
5474 (info-subdir, install-info-subdir, clean-info-subdir)
5475 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
5476 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
5477 Pass $(FLAGS_TO_PASS).
5478
7f285245
AO
54792003-01-27 Alexandre Oliva <aoliva@redhat.com>
5480
5481 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
5482 /`$$CC -print-multi-os-directory`.
5483
5f9624e3
DJ
54842003-01-26 Daniel Jacobowitz <drow@mvista.com>
5485
5486 * hashtab.c (htab_create_alloc_ex): New function.
5487 (hatab_set_functions_ex): New function.
5488 (htab_delete, htab_expand): Support alternate allocation functions.
5489
9c2259b8
DD
54902003-01-24 Christopher Faylor <cgf@redhat.com>
5491
5492 * configure.in: Remove special pex-cygwin consideration.
5493 * configure: Regenerate.
5494 * pex-cygwin.c: Remove.
5495 * Makefile.in: Remove pex-cygwin.[co] lines.
5496
5a17353c
DD
54972003-01-24 Zack Weinberg <zack@codesourcery.com>
5498
5499 * Makefile.in (CFILES): Add pex-*.c.
5500 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
5501 (CONFIGURED_OFILES): Add pex-*.o.
5502 (TEXIFILES): Add pexecute.txh.
5503 (pexecute.o): Delete rule.
5504 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
5505 pex-unix.o, pex-win32.o): New rules.
5506 * configure.in: Change AC_INIT argument to xmalloc.c.
5507 Compute appropriate pexecute implementation and substitute it
5508 as @pexecute@.
5509
5510 * pexecute.c: Split up into...
5511 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
5512 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
5513 new files.
5514
5515 * functions.texi: Regenerate.
5516 * configure: Regenerate.
5517
eed2b28c
DD
55182003-01-20 Josef Zlomek <zlomekj@suse.cz>
5519
5520 * hashtab.c (htab_expand): Fix allocation of new entries.
5521
27a39a5f
DD
55222003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5523
5524 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
5525
5526 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
5527 mkinstalldirs command.
5528
b51c1553
DD
55292002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
5530
5531 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
5532 Define for hosts with HOST_EXECUTABLE_SUFFIX.
5533
756954c3
DD
55342002-11-24 Nick Clifton <nickc@redhat.com>
5535
5536 * make-relative-prefix.c (make_relative_prefix): Ensure return
5537 string is empty before using strcat to construct it.
5538
2a80c0a4
DD
55392002-11-22 Daniel Jacobowitz <drow@mvista.com>
5540
5541 * Makefile.in: Add make-relative-prefix.c.
5542 * make-relative-prefix.c: New file.
5543 * functions.texi: Rebuilt.
5544
768b20d8
JJ
55452002-11-16 Jakub Jelinek <jakub@redhat.com>
5546
5547 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
5548 used with arguments in traditional C' warnings.
5549
f52d1d64
JJ
55502002-10-16 Jakub Jelinek <jakub@redhat.com>
5551
5552 * config.table: Use mh-s390pic for s390x too.
5553
0d3deb8d
DD
55542002-10-06 Andreas Jaeger <aj@suse.de>
5555
41f225de 5556 * cplus-dem.c (ada_demangle): Get rid of unneeded
0d3deb8d
DD
5557 variable and of strict-aliasing warning.
5558 (grow_vect): Use char as first parameter.
5559
1b67de92
DD
55602002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5561
5562 * Makefile.in (all): Fix multilib parallel build.
5563
585cc78f
DD
55642002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
5565
5566 * cp-demangle.c (demangling_new): Cast 0 to enum.
5567 (demangle_char): Cast return of strdup to char *.
5568 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
5569 (is_gnu_v3_mangled_dtor): Likewise.
5570 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
5571 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
5572 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
5573 * md5.c (md5_process_bytes): Cast results back to const void *.
5574 (md5_process_block): Add cast to const md5_uint32 *.
5575 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
5576 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
5577 unsigned short.
5578 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
5579 to void *.
5580 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
5581
e21b0cc1
NC
55822002-09-19 Nick Clifton <nickc@redhat.com>
5583
5584 * README: Update email addresses for bugs and patches.
5585
a54ba43f
DD
55862002-09-10 Mike Stump <mrs@apple.com>
5587
5588 * splay-tree.c (splay_tree_successor): Fix comments.
5589
55902002-09-11 Zack Weinberg <zack@codesourcery.com>
5591
5592 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
5593 * testsuite/Makefile.in: Adjust for test-demangle.
5594 * testsuite/regress-demangle: Deleted.
5595 * testsuite/test-demangle.c: New file.
5596 * testsuite/demangle-expected: Change \$ to $ throughout, now that
5597 this file is not being read by a shell script.
5598
01cea699
DD
55992002-09-05 Roger Sayle <roger@eyesopen.com>
5600
5601 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
5602
a2832523
DD
56032002-08-07 DJ Delorie <dj@redhat.com>
5604
5605 * regex.c (re_error_msgid): Just use a simple array of strings.
5606 (re_compile_pattern): Compensate.
5607 (re_comp): Likewise.
5608 (re_comp): Likewise.
5609 (regerror): Likewise.
5610
1e3f0be0
DD
56112002-07-29 Neil Booth <neil@daikokuya.co.uk>
5612
5613 * cplus-dem.c (PREPEND_BLANK): Remove.
5614
b851d07b
DD
56152002-07-10 Jason Merrill <jason@redhat.com>
5616
5617 * cp-demangle.c (demangle_identifier): Support extended Unicode
5618 characters.
5619
2a9dffbf
DD
56202002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5621
5622 * cp-demangle.c (demangle_v3_with_details): Wrap in
5623 !defined IN_GLIBCPP_V3.
5624
793011ca
DD
56252002-07-01 Mark Mitchell <mark@codesourcery.com>
5626
5627 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
5628 Set it for the "st" operator.
5629 (demangle_expression): Handle expressions with types as arguments.
5630
b39b76b8
DD
56312002-06-30 Douglas Rupp <rupp@gnat.com>
5632
5633 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
5634 * Makefile.in (OUTPUT_OPTION): Use.
5635
4748c6d8
DD
56362002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
5637
5638 * Makefile.in (install_to_libdir): Add $(DESTDIR).
5639 (install_to_tooldir): Likewise.
5640
f9c3326a
DD
56412002-06-17 Douglas Rupp <rupp@gnat.com>
5642
5643 * lbasename.c: Add 2002 to copyright.
5644 (IS_DIR_SEPARATOR): Remove VMS junk.
5645
18893690
DD
56462002-06-05 Geoffrey Keating <geoffk@redhat.com>
5647
5648 * hashtab.c (htab_create): New stub function for backward
5649 compatibility.
5650 (htab_try_create): Likewise.
5651
56522002-06-03 Geoffrey Keating <geoffk@redhat.com>
5653
5654 * hashtab.c (htab_create): Delete.
5655 (htab_try_create): Delete.
5656 (htab_create_alloc): New.
5657 (htab_delete): Support user-specified memory allocation.
5658 (htab_expand): Likewise.
5659
56602002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
5661
5662 * configure.in: Fix typo in the code checking for sys_errlist.
5663 * configure: Regenerated.
5664
9296c8b2
DD
56652002-05-13 Andreas Schwab <schwab@suse.de>
5666
5667 * config.table: Use mh-x86pic also for x86-64.
5668
52d98c2d
DD
56692002-05-08 Alexandre Oliva <aoliva@redhat.com>
5670
5671 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
5672 script entry, and set LD to it when configuring multilibs.
5673 * configure: Rebuilt.
5674
cafa3917
DD
56752002-05-07 Mark Mitchell <mark@codesourcery.com>
5676
5677 * configure.in (AC_TYPE_PID_T): Use it.
5678 * configure: Regenerated.
5679 * getruntime.c: Include <sys/types.h>.
5680 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
5681
b1c933fc
RH
56822002-04-09 Richard Henderson <rth@redhat.com>
5683
5684 * hashtab.c (higher_prime_number): Use 7 as minimum.
5685 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
5686 (htab_find_slot_with_hash): Likewise.
5687
0c4460bb
DD
56882002-04-01 Phil Edwards <pme@gcc.gnu.org>
5689
5690 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
5691 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
5692 not compile if IN_GLIBCPP_V3 defined.
5693 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
5694
f2160d2b
DD
56952002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
5696
3ebf1f59 5697 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
f2160d2b
DD
5698 if it is NULL.
5699
7dd4d42a
DD
57002002-03-27 DJ Delorie <dj@redhat.com>
5701
5702 * hex.c: Add documentation.
5703 (_hex_value): Provide non-ASCII empty table.
5704 (hex_init): Initialize the non-ASCII table.
5705 * functions.texi: Regenerate.
5706
38e57a35
DD
57072002-03-27 Mark Mitchell <mark@codesourcery.com>
5708
5709 * dyn-string.c: Add libgcc exception to copyright notice.
5710
cfed0715
DD
57112002-03-26 H.J. Lu (hjl@gnu.org)
5712
5713 * config.table: Support --with-build-subdir.
5714 * configure.in: Likewise.
5715 * configure: Rebuild.
5716
1504972f
DD
57172002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
5718
5719 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
5720 seen.
5721
35efcd67
DD
57222002-03-12 Mark Mitchell <mark@codesourcery.com>
5723
5724 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
5725 notice.
5726
dabc64ea
DD
57272002-03-11 Douglas B Rupp <rupp@gnat.com>
5728
5729 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
5730
3ddbd84c
JB
57312002-03-06 Jim Blandy <jimb@redhat.com>
5732
5733 * splay-tree.c (splay_tree_xmalloc_allocate,
5734 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
5735 prototyped definitions. Mark `data' arguments as unused.
5736
efdab807
AC
57372002-03-06 Andrew Cagney <ac131313@redhat.com>
5738
5739 * floatformat.c (floatformat_arm_ext_big): Delete definition.
5740
50d4562d
DD
57412002-03-04 Phil Edwards <pme@gcc.gnu.org>
5742
5743 * configure.in: Add --enable-install-libiberty option.
5744 * Makefile.in (INSTALLED_HEADERS): New variable.
5745 (install_to_libdir): Possibly also copy headers.
5746 * configure: Regenerated.
5747
57482002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
5749
5750 * xmalloc.c (xmalloc_fail): Clarify error message further.
5751
6e9980f5
DD
57522002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
5753
5754 * xmalloc.c (xmalloc_fail): Clarify error message.
5755
18893690 57562002-02-22 Jim Blandy <jimb@redhat.com>
2bbcdae9
JB
5757
5758 * splay-tree.c (splay_tree_xmalloc_allocate,
5759 splay_tree_xmalloc_deallocate): New functions.
5760 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
5761 above functions and a dummy data pointer.
5762 (splay_tree_new_with_allocator): New function.
5763 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
5764 splay_tree_remove): Use the splay tree's allocation and
5765 deallocation functions.
5766
59ea9fe7
DD
57672002-02-19 Scott Snyder <snyder@fnal.gov>
5768
5769 * testsuite/demangle-expected: Add test case for infinite loop in
5770 demangler.
5771 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
5772 if do_type() doesn't make any progress --- prevents an infinite
5773 loop.
5774
6f848550
DD
57752002-02-18 Carlo Wood <carlo@gnu.org>
5776
5777 PR c++/5390
5778 * cplus-dem.c (demangle_integral_value): Accept multi-digit
5779 numbers that do not start with an underscore; This is needed
5780 for integer template parameters. This doesn't break anything
5781 because multi-digit numbers are never followed by a digit.
5782 * testsuite/demangle-expected: Corrected all mangled test
5783 cases with multi-digit template parameters: g++ 2.95.x does
5784 not generate underscores around these parameters.
5785
44354ae1
DD
57862002-02-05 Jason Merrill <jason@redhat.com>
5787
5788 * cplus-dem.c (flags): Add DMGL_VERBOSE
5789 (cplus_demangle_v3_p): Remove.
5790 (demangle_it): Add DMGL_TYPES to passed flags.
5791 * cp-demangle.c (cplus_demangle_v3_all): Remove.
5792 (cplus_demangle_v3_type): Remove.
5793 (cplus_demangle_v3): Add options parm.
5794
42da15d6
DD
57952002-02-02 H.J. Lu (hjl@gnu.org)
5796
5797 * cp-demangle.c (cp_demangle_type): Do not protect with
5798 IN_LIBGCC2.
5799 (cplus_demangle_v3_all): New.
5800 (cplus_demangle_v3): Call cplus_demangle_v3_all.
5801 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
5802
5803 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
5804 Initialized to cplus_demangle_v3.
5805 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
5806 of cplus_demangle_v3.
5807 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
5808 command line symbol.
5809
5810 * testsuite/regress-demangle: Pass the mangled name at the
5811 command line.
5812
b117c158
DD
58132002-02-01 H.J. Lu <hjl@gnu.org>
5814
5815 * cp-demangle.c (cp_demangle_type): Call demangling_new with
5816 DMGL_GNU_V3.
5817
c78d91b1
DD
58182002-01-31 Phil Edwards <pme@gcc.gnu.org>
5819
5820 * cp-demangle.c: Revert yesterday's change.
5821
bef8b55d
DD
58222002-01-31 Adam Megacz <adam@xwt.org>
5823
41f225de 5824 * configure.in: Treat mingw the same as cywin
bef8b55d
DD
5825 wrt HAVE_SYS_ERRLIST.
5826
2c955b8b
DD
58272002-01-30 Phil Edwards <pme@gcc.gnu.org>
5828
5829 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
5830 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
5831 cp_demangle_type.
5832 * testsuite/demangle-expected: New gnu-v3 test.
5833
58b1717a
RH
58342002-01-22 Momchil Velikov <velco@fadata.bg>
5835
5836 * configure.in (variable detection): Use arrays of unspecified
5837 size instead of plain integers.
5838
cc096b71
DD
58392002-01-18 DJ Delorie <dj@redhat.com>
5840
5841 * Makefile.in (TESTLIB): New. This library is for future
5842 testsuites.
5843 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
5844 break down by letter.
5845 (REQUIRED_OFILES): List long-to-compile files first.
5846 (maint-deps): New, target for updating dependencies.
5847 (dependencies): Update.
5848 * maint-tool: Add dependency-generating option.
5849 * configure.in: Check for _doprnt even if we're not providing it.
5850 * configure: Regenerate.
5851
5852 * _doprnt.c: Modifications to allow compiling on any platform.
5853 * copysign.c: Likewise.
5854 * putenv.c: Likewise.
5855 * setenv.c: Likewise.
5856 * vsprintf.c: Likewise.
5857
58582002-01-15 Douglas B Rupp <rupp@gnat.com>
5859
5860 * mkstemps.c (mkstemps): On VMS, open temp file with option
5861 that causes it to be deleted when closed.
5862
20d54542
DD
58632002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5864
c23795e2
DD
5865 * cp-demangle.c (long_options): Const-ify.
5866 * cplus-dem.c (long_options): Likewise.
5867
20d54542
DD
5868 * cplus-dem.c (mystrstr): Delete. All callers changed to use
5869 strstr instead.
5870
f348a7b1
DD
58712001-12-31 Ira Ruben <ira@apple.com>
5872
5873 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
5874 * configure: Regenerated.
5875
d86cd745
DD
58762001-12-24 Douglas B. Rupp <rupp@gnat.com>
5877
5878 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
5879 * configure: Regenerated.
5880
ae533646
DD
58812001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
5882
5883 PR other/2719
5884 * cplus-dem.c (consume_count): Treat negative count as an error.
5885 * testsuite/demangle-expected: Added testcase.
5886
c0eb281b
DD
5887Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
5888
5889 * configure.in: Hardcode that vfork works on VMS host.
5890 * configure: Regenerated.
5891
2da4c07f
RH
58922001-12-06 Richard Henderson <rth@redhat.com>
5893
5894 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
5895 (cplus_demangle): Support no_demangling.
5896
24acd898
DD
58972001-11-27 Zack Weinberg <zack@codesourcery.com>
5898
5899 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
5900 in libiberty context. Fix typo in leading comment.
5901 * configure.in: Fix various AC_DEFINEs so autoheader works.
5902 If any of vprintf, vsprintf, vfprintf is missing from libc,
5903 then AC_REPLACE_FUNCS(_doprnt).
5904
fec50157 59052001-11-26 DJ Delorie <dj@redhat.com>
d86cd745 5906 Daniel Jacobowitz <drow@mvista.com>
fec50157
DD
5907
5908 * Makefile.in (stamp-h): Depend on Makefile for proper
5909 serialization.
5910 (*-subdir): Depend on config.h for proper serialization.
5911
5527febf
DD
59122001-11-26 DJ Delorie <dj@redhat.com>
5913
5914 * configure.in: Check for alloca.h (for regex.c and putenv.c).
5915 * configure: Regenerate.
5916 * config.h: Add HAVE_ALLOCA_H.
5917
941d74a0
DD
59182001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5919
5920 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
5921 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
5922 is available.
5923
dc579051
DD
5924Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
5925
5926 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
5927 * configure.in (HAVE_UINTPTR_T): Test for system defining
5928 uintptr_t and define HAVE_UINTPTR_T appropriately.
5929 * regex.c (uintptr_t): Do not provide a definition if the
5930 system provided one.
5931
5932 * regex.c (PREFIX): Provide an alternate definition for
5933 non-ANSI/ISO compilers.
5934 (ARG_PREFIX): Likewise.
5935
1a78a35a
DD
59362001-11-12 Jim Meyering <meyering@lucent.com>
5937
5938 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
5939 this code would end up calling gettext even in packages built
5940 with --disable-nls.
5941 * getopt.c (_): Likewise.
5942 * regex.c (_): Likewise.
5943
4e55c4b6
DD
59442001-11-03 Alan Modra <amodra@bigpond.net.au>
5945
5946 * configure.in: Cope with missing makeinfo.
5947 * configure: Regenerate.
5948
d311a83a
DD
59492001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5950
5951 * hex.c (hex_init): Provide empty stub.
5952
5953 * hex.c (hex_init): Delete.
5954 (_hex_value): Const-ify and initialize at compile-time.
5955
3bc62f91
DD
59562001-10-19 H.J. Lu <hjl@gnu.org>
5957
5958 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
5959 necessary.
5960
5d852400
DD
59612001-10-17 DJ Delorie <dj@redhat.com>
5962
5963 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
5964 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
5527febf 5965 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5d852400
DD
5966 Improve manual formatting.
5967 * functions.texi: Regenerate.
5968
ba19b94f
DD
59692001-10-15 DJ Delorie <dj@redhat.com>
5970
5971 * Makefile.in (TEXIFILES): Add fnmatch.txh.
5972 (maint-undoc): New.
5973 maint-tool: Add "undoc" tool.
5974 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
5975 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
5976 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
5977 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
5978 documentation.
5979 * fnmatch.txh: New.
5980 * functions.texi: Regenerate.
5981
56056af5
DD
59822001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
5983
5984 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
5985 * strtod.c: Use "ISO C" instead of "ANSI C".
5986 * functions.texi: Regenerate.
5987
99b58139
DD
59882001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5989
5990 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
5991 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
5992 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
5993 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
5994 spelling. Give names to function arguments in documentation. Use
5995 (void) prototypes in documentation.
5996 * functions.texi: Regenerate.
5997
e6450fe5
DD
59982001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5999
6000 * argv.c (buildargv, tests, main): Const-ify.
6001 * cp-demangle.c (operator_code): Likewise.
6002 * cplus-dem.c (optable, libiberty_demanglers,
6003 cplus_demangle_set_style, cplus_demangle_name_to_style,
6004 print_demangler_list): Likewise.
6005 * hashtab.c (higher_prime_number): Likewise.
6006 * strcasecmp.c (charmap): Likewise.
6007 * strerror.c (error_info, strerror, main): Likewise.
6008 * strncasecmp.c (charmap): Likewise.
6009 * strsignal.c (signal_info): Likewise.
6010
da191b5b
DD
60112001-09-29 DJ Delorie <dj@redhat.com>
6012
6013 * configure: Regenerate.
6014
916aaa12
DD
60152001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6016
6017 * concat.c: Include stdlib.h.
6018
fa9f0e33
DD
60192001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * libiberty.texi: (Top level): Add syncodeindex pg. Add
6022 @dircategory and @direntry directives. Add @finalout.
6023 (many nodes): Lose the next,prev,up pointers on the @nide line.
6024 (Using, Supplemental Functions, Replacement Functions): Fix
6025 markup.
6026 (Functions): Move around, to allow makeinfo to build the manual
6027 without next,prev,up pointers in thye node lines.
6028 (Licenses): Fix typos.
6029
6030 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
6031 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
6032 * functions.texi: Regenerate.
6033
6034 * copying-lib.texi: Lose the next,prev,up pointers on the @node
6035 line.
6036
60372001-09-27 DJ Delorie <dj@redhat.com>
6038
6039 * configure.in: Don't use in-tree texinfo, because libiberty must
6040 be built before it. Check for makeinfo version 4 or higher.
6041 * functions.texi: Regenerate.
6042
39423523
DD
60432001-09-20 DJ Delorie <dj@redhat.com>
6044 Phil Edwards <pedwards@disaster.jaj.com>
6045
6046 * configure.in (MAKEINFO, PERL): Detect these.
6047 (--enable-maintainer-mode): Add.
6048 * configure: Regenerate.
6049 * Makefile.in (MAKEINFO, PERL): Define.
6050 (libiberty.info, libiberty.dvi, libiberty.html): New.
6051 (CFILES): Add bsearch.c.
6052 (CONFIGURED_OFILES): New, list of objects configure might add.
6053 (maint-missing, maint-buildall): New, for maintainers only.
6054 (clean, mostlyclean): Add info/dvi/html files.
6055 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
6056 * gather-docs: New, for maintainers.
6057 * maint-tool: New, for maintainers.
6058 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
6059 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
6060 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
6061 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
6062 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
6063 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
6064 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
6065 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
6066 documentation.
6067
66c94e19
DD
60682001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6069
6070 * concat.c (reconcat): Fix for traditional C.
6071
99ee3a8f
DD
60722001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6073
6074 * concat.c (reconcat): New function.
6075
54c20242
DD
60762001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6077
6078 * concat.c (vconcat_length, vconcat_copy, concat_length,
6079 concat_copy, concat_copy2): New functions.
6080 (concat): Use vconcat_length/vconcat_copy.
6081
6082 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
6083 Define.
6084
843f21be
DD
60852001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6086
6087 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
6088 VA_FIXEDARG & VA_CLOSE.
6089
6090 * vasprintf.c: Check HAVE_STRING_H when including string.h.
6091 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
6092 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
6093
8a423cb3
DD
60942001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6095
6096 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
6097
dc676635
DD
60982001-08-23 Ulrich Drepper <drepper@redhat.com>
6099
6100 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
6101
61022001-08-23 Ulrich Drepper <drepper@redhat.com>
6103
6104 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
6105 instead of mbrtowc.
6106 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
6107 wcslen, and __wcscoll instead of wcscoll.
6108
f080c76d
DD
61092001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
6110
3ebf1f59
DD
6111 * fibheap.c (fibheap_init, fibnode_init): Remove.
6112 (fibheap_new, fibnode_new): Use xcalloc to allocate and
6113 initialize memory.
6114 (fibheap_insert): Remove check for node allocation failure.
f080c76d 6115
f01b59ed
DD
61162001-08-21 Richard Henderson <rth@redhat.com>
6117
6118 * Makefile.in (fibheap.o): Depend on config.h.
6119 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
6120 functions for inlining.
6121
6122Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
6123
6124 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
6125 hosting on cygwin.
6126 * configure: Regenerate.
6127
eb828599
AC
61282001-08-20 Andrew Cagney <ac131313@redhat.com>
6129
6130 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
6131 HARRIS_FLOAT_FORMAT.
6132 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
6133 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
6134 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
6135 (floatformat_m88110_harris_ext): New float formats.
6136
4e55c4b6
DD
61372001-08-20 Daniel Berlin <dan@cgsoftware.com>
6138
6139 * fibheap.c: New file. Fibonacci heap.
6140
6141 * Makefile.in (CFILES): Add fibheap.c.
6142 (REQUIRED_OFILES): Add fibheap.o.
6143 (fibheap.o): Add dependencies for fibheap.o.
6144
68a41de7
DD
61452001-08-17 Christopher Faylor <cgf@cygnus.com>
6146
6147 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
6148 * configure: Regenerate.
6149
8fc34799
DD
61502001-08-16 Richard Henderson <rth@redhat.com>
6151
6152 * hashtab.c (htab_hash_string): New.
6153
16bad250
AC
61542001-08-13 Andrew Cagney <ac131313@redhat.com>
6155
6156 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
6157 name.
6158
a9022147
DD
61592001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
6160
6161 * regex.c (wcs_regex_compile): Use appropriate string
6162 to compare with collating element.
6163 Fix the padding for the alignment.
6164
8aefe91a 61652001-08-10 Andrew Cagney <ac131313@redhat.com>
3ea71002
AC
6166
6167 * lbasename.c (lbasename): Change function definition to return a
6168 const char pointer.
6169
e7e9b069
DD
61702001-08-07 Jason Merrill <jason_merrill@redhat.com>
6171
6172 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
6173 for".
6174
cc5144f8
DD
61752001-08-03 Richard Henderson <rth@redhat.com>
6176
6177 * Makefile.in (concat.o): Depend on config.h.
6178
8aefe91a
DD
61792001-07-30 Andreas Jaeger <aj@suse.de>
6180
6181 * concat.c: Include "config.h".
6182
86710ce2
DD
61832001-07-30 Andreas Jaeger <aj@suse.de>
6184
6185 * regex.c: Declare wcs functions only if compiling with
6186 MBS_SUPPORT.
6187 Don't use #elif for traditional C.
6188
61892001-07-23 Ulrich Drepper <drepper@redhat.com>
6190
6191 * regex.c: Revamp memory allocation for WCHAR functions to
6192 not use too much stack.
6193
61942001-07-30 Andreas Jaeger <aj@suse.de>
6195
6196 * regex.c: Declare wcs functions only if compiling with
6197 MBS_SUPPORT.
6198 Don't use #elif for traditional C.
6199
a5d8f731
DD
62002001-07-25 Daniel Jacobowitz <drow@mvista.com>
6201
6202 * Makefile.in (regex.o): Add dependency on config.h.
6203
6ad8a379
DD
62042001-07-18 Andreas Schwab <schwab@suse.de>
6205
6206 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
6207 underscore character.
6208
62092001-07-18 Ulrich Drepper <drepper@redhat.com>
6210
6211 * regex.c: Limit string length printed in debug messages to 100
6212 chars.
6213
62142001-07-18 Andreas Jaeger <aj@suse.de>
6215
6216 * regex.c: Place under LGPL version 2.1.
6217
2a6ef469
DD
62182001-07-10 Jeff Johnston <jjohnstn@redhat.com>
6219
6220 * Makefile.in: Add support for regex code.
6221 * regex.c: New file.
6222
7b78baae
DD
62232001-07-05 Mark Klein <mklein@dis.com>
6224
6225 * Makefile.in: Add ffs.c dependency.
6226 * configure.in: Add ffs.c.
6227 * ffs.c: New file.
6228
926150e2
DD
62292001-06-18 Richard Henderson <rth@redhat.com>
6230
6231 * concat.c: Include <sys/types.h>.
6232
11f6f21d
DD
62332001-06-11 Loren J. Rittle <ljrittle@acm.org>
6234
6235 bootstrap/3106
6236 * strerror.c (sys_nerr): Hide the OS header version.
6237 * strsignal.c (sys_nsig): Likewise.
6238
d42dae6c
DD
62392001-06-10 Richard Henderson <rth@redhat.com>
6240
6241 * concat.c: Include string.h. Fix int vs size_t usage.
6242 Simplify the iteration loops. Use memcpy.
6243
e05c6d27
DD
62442001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
6245
6246 * partition.c: Fix misspelling of `implementation'.
6247
b50c4073
DD
62482001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6249
6250 * md5.c (md5_init_ctx): Declare constants as unsigned.
6251 (md5_process_block): Likewise.
6252
457161bf
DD
62532001-05-07 Zack Weinberg <zackw@stanford.edu>
6254
6255 * cp-demangle.c (demangle_v3_with_details,
6256 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
6257 function definition.
6258 * ternary.c: Use K+R style function definitions. Use PTR, not
6259 void *. Make arguments constant where possible.
6260
e00bc6a7
DD
62612001-05-07 Mark Mitchell <mark@codesourcery.com>
6262
6263 * splay-tree.h (splay_tree_max): New function.
6264 (splay_tree_min): Likewise.
6265
400ee7e1
DB
62662001-04-15 Daniel Berlin <dan@cgsoftware.com>
6267
6268 * ternary.c: New file - Ternary search tree implementation.
a5dd804e
DB
6269
6270 * Makefile.in: Add ternary.o, and ternary.c dependencies.
400ee7e1 6271
d9697354
DD
62722001-04-03 Zack Weinberg <zackw@stanford.edu>
6273
6274 * make-temp-file.c (try): Inline.
6275
a7bf099b
DD
62762001-02-28 Richard Henderson <rth@redhat.com>
6277
6278 * Makefile.in (make-temp-file.o): Depend on config.h.
6279
30a1def2
DD
62802001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6281
6282 * memchr.c (memchr): Adjust condition to avoid infinite loop.
6283
079c672a
DD
62842001-03-23 Jakub Jelinek <jakub@redhat.com>
6285
6286 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
6287 `_' not followed by a digit is invalid.
6288
a88e356a
JB
62892001-03-22 Jim Blandy <jimb@redhat.com>
6290
6291 * cp-demangle.c (string_list_delete): Use dyn_string_delete
6292 instead of free, to free the contents as well as the string
6293 structure.
6294
1dffcc66
DD
62952001-03-21 Zack Weinberg <zackw@stanford.edu>
6296
6297 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
6298 Don't default P_tmpdir to anything. Try /var/tmp before
6299 /usr/tmp.
6300
63012001-03-20 Zack Weinberg <zackw@stanford.edu>
6302
6303 * choose-temp.c: Split off make_temp_file, and the code
6304 duplicated between it and choose_temp_base, into...
6305 * make-temp-file.c: ... here; new file.
6306
6307 * Makefile.in (CFILES): Add make-temp-file.c.
6308 (REQUIRED_OFILES): Add make-temp-file.o.
6309
e61231f1
JB
63102001-03-20 Jim Blandy <jimb@redhat.com>
6311
6312 * cp-demangle.c (struct demangling_def): New fields:
6313 is_constructor and is_destructor.
6314 (demangling_new): Initialize them.
6315 (demangle_ctor_dtor_name): Set them, if we detect a constructor
6316 or destructor.
6317 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
6318 is_gnu_v3_mangled_dtor): New functions.
6319
a9cbbe6d
DD
63202001-03-20 Jason Merrill <jason@redhat.com>
6321
6322 * cplus-dem.c (main): Skip initial $.
6323
b1e51b3c
DD
63242001-03-15 Michael Meissner <meissner@redhat.com>
6325
6326 * hashtab.c (higher_prime_number): Silence warning that 4294967291
6327 might be a signed integer under pre-ISO C systems.
6328
8aa30e60 63292001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
fa03f0a7 6330 John David Anglin <dave@hiauly1.hia.nrc.ca>
8aa30e60 6331
41f225de
NC
6332 * lbasename.c: New file.
6333 * Makefile.in: Update for lbasename.
8aefe91a 6334
30673bf5
DD
63352001-03-06 Zack Weinberg <zackw@stanford.edu>
6336
6337 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
6338 * configure.in: Replace all alloca logic with a simple use of
6339 the above new macro.
6340 * config.table: Kill *-*-beos* entry.
6341 * config/mh-beos: Delete.
6342 * configure, config.in: Regenerate.
fa03f0a7 6343
30673bf5
DD
6344 * Makefile.in (ALLOCA, HFILES): Kill.
6345 (REQUIRED_OFILES): Add alloca.o.
6346 (alloca.o): Depend on libiberty.h.
6347 (argv.o): Don't depend on alloca-conf.h.
6348 * alloca-conf.h: Delete.
6349 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
6350 blocks. Provide the C alloca unconditionally. Use PTR where
6351 appropriate. Make i00afunc static.
6352 * argv.c: Don't include alloca-conf.h.
fa03f0a7 6353
5810f394
DD
63542001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6355
6356 * cplus-dem.c (main): Cast enum style to int.
fa03f0a7 6357
a9db032a
DD
63582001-02-16 Loren J. Rittle <ljrittle@acm.org>
6359
6360 * cplus-dem.c (main): Initialize style.
fa03f0a7 6361
8aefe91a
DD
63622001-02-02 Phil Edwards <pme@sources.redhat.com>
6363
6364 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
6365
bc9bf259
DD
63662001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
6367
6368 Add support for Java demangling under the v3 ABI:
6369 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
6370 (struct demangling_def): Add `style' field.
6371 (demangling_new): New parameter `style'. Set it in demangling_t.
6372 (demangle_prefix): Use NAMESPACE_SEPARATOR.
6373 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
6374 (cp_demangle): New parameter `style'. Pass it to demangling_new().
6375 (main): Call cp_demangle with extra parameter.
6376 (java_demangle_v3): New function.
6377 (java_builtin_type_names): New. Table of primitive type names used
6378 for Java demangling.
6379 (demangle_builtin_type): Look up in java_builtin_type_names if doing
6380 Java output.
6381 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
6382 demangling.
6383 (long_options): Remove obsolete `java' option.
6384 (main): Remove explicit handling of `java' option. Instead, pass style
6385 parameter in cplus_demangle flags as gdb does.
6386 * testsuite/demangle.expected: Add some Java test cases.
fa03f0a7 6387
f6528837
DD
63882000-12-29 DJ Delorie <dj@redhat.com>
6389
6390 * fnmatch.c: Make the note about the origins of this file more
6391 accurate, at least until we can sync with glibc.
6392 * getopt.c: Ditto.
6393 * getopt1.c: Ditto.
6394 * md5.c: Ditto.
6395 * obstack.c: Ditto.
9d969b59 6396
c6da642e
DD
63972000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6398
6399 * bsearch.c: New file.
6400 * configure.in (funcs): Add bsearch.
6401 (AC_CHECK_FUNCS): Likewise.
6402 * configure, config.in: Regenerate.
6403
ae7d06ad 64042000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
6405
6406 * safe-ctype.c: #include "ansidecl.h".
6407 * strtod.c: Likewise.
6408
ae7d06ad 64092000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
6410
6411 * strtoul.c: Include safe-ctype.h, not ctype.h.
6412
ac424eb3
DD
64132000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
6414
6415 * safe-ctype.c: New file.
6416 * Makefile.in (CFILES): Add safe-ctype.c.
6417 (REQUIRED_OFILES): Add safe-ctype.o.
6418
6419 * argv.c: Define ISBLANK and use it, not isspace.
6420 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
6421 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
6422 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
6423 before calling TOLOWER(c)/TOUPPER(c).
6424
4415a860
DD
64252000-12-07 Mike Stump <mrs@wrs.com>
6426
6427 * Makefile.in (distclean): When cleaning, remove testsuite.
6428
849ee224
DD
64292000-12-05 Jason Merrill <jason@redhat.com>
6430
6431 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
6432 name before allocating the dyn_string.
6433
ae7d06ad 64342000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
6435
6436 * cp-demangle.c: s/new_abi/v3/.
6437 * cplus-dem.c: Likewise.
6438 (current_demangling_style): Now auto_demangling.
6439 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 6440 (main): Use standard symbol chars for auto_demangling.
e49a569c 6441
ae7d06ad 64422000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
6443
6444 * hashtab.c (higher_prime_number): Use a table, rather than a
6445 seive, to find the next prime.
ae7d06ad
NC
6446
64472000-11-22 H.J. Lu <hjl@gnu.org>
6448
6449 * cplus-dem.c (main): Handle gnat_demangling.
6450
64512000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
6452
6453 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
6454 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
6455 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
6456 argument form of AC_DEFINE in dummy definitions block. Use
6457 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
6458 in dummy block. Preload cache variables instead of bypassing
6459 tests, where possible.
6460 * acconfig.h: Removed.
ae7d06ad 6461
2ea7befd
DD
6462 * xmalloc.c (xmalloc_failed): New function, does error
6463 reporting on failed allocation.
6464 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 6465
f1775526
HPN
64662000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
6467
6468 * cplus-dem.c (cplus_demangle): Fix formatting.
6469 (grow_vect): Ditto.
6470 (ada_demangle): Ditto.
6471 (internal_cplus_demangle): Ditto.
6472 (mop_up): Ditto.
6473
64742000-11-21 H.J. Lu <hjl@gnu.org>
6475
6476 * cplus-dem.c (main): Handle java_demangling.
6477
ae7d06ad 64782000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
6479
6480 * cplus-dem.c (grow_vect): Prototype.
6481 (ada_demangle): Cast the arg of ctype macros to unsigned char.
6482
5dd42ef4
HPN
64832000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
6484
6485 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
6486 parameter `option'.
6487
296731c1
DD
64882000-11-15 Kenneth Block <kenneth.block@compaq.com>
6489
8944fb9d 6490 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
6491 be used in GCC.
6492
6e53a714 64932000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 6494
5dd42ef4 6495 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
6496 list.
6497
99a4c1bd
HPN
64982000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
6499
6500 * hashtab.c (htab_expand): Change to return int. Use calloc or
8aefe91a
DD
6501 xcalloc depending on htab->return_allocation_failure. Return zero
6502 if calloc fails.
99a4c1bd
HPN
6503 (htab_create): Update comment to cover memory allocation.
6504 (htab_try_create): New.
6505 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
8aefe91a 6506 Update comment to cover this.
99a4c1bd 6507
e0f3df8f
HPN
65082000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6509
6510 * hashtab.c: Change void * to PTR where necessary.
6511 (htab_create, htab_expand): Correct formatting of comment before
6512 function.
6513
ae7d06ad 65142000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
6515
6516 * cp-demangle.c (string_list_def): Add caret_position and comments.
6517 (result_caret_pos): New macro.
6518 (result_append_string): Rename to...
6519 (result_add_string): ... this, and insert at caret position.
ae7d06ad 6520 Rename throughout.
59666b35
DD
6521 (result_append): Rename to...
6522 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 6523 throughout.
59666b35
DD
6524 (result_append_char): Rename to...
6525 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 6526 throughout.
59666b35
DD
6527 (result_append_space): Remove.
6528 (string_list_new): Initialize caret position.
6529 (result_add_separated_char): Use caret position.
6530 (result_get_caret): New funtion.
6531 (result_set_caret): Likewise.
6532 (result_shift_caret): Likewise.
6533 (result_previous_char_is_space): Likewise.
6534 (substitution_start): Use caret position.
6535 (substitution_add): Likewise.
6536 (demangling_new): Initialize caret position.
6537 (demangle_encoding): Use caret position.
ae7d06ad 6538 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
6539 (demangle_type_ptr): Use switch statement. Handle pointers to
6540 arrays. Don't use result_append_space. Use caret position.
6541 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
6542 call to demangle_array_type.
6543 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 6544
ae7d06ad 65452000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
6546
6547 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
6548
65492000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
6550
6551 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
6552
65532000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6554
6555 * splay-tree.c: #include <stdio.h>.
6556
65572000-09-14 Hans-Peter Nilsson <hp@axis.com>
6558
6559 * testsuite/demangle-expected: Add two tests for anonymous
6560 namespaces.
6561 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
6562
65632000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
6564
6565 * splay-tree.c (splay_tree_predecessor): New function.
6566 (splay_tree_successor): Likewise.
ae7d06ad
NC
6567
65682000-09-10 Hans-Peter Nilsson <hp@axis.com>
6569
6570 * testsuite/demangle-expected: Add four tests for type_info
6571 mangling.
6572 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
6573 for a non-template non-qualified type_info function or node.
6574
65752000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6576
6577 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
6578
65792000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6580
6581 * md5.c: #include "ansidecl.h".
6582
65832000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6584
6585 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
6586 (demangle_type): Handle substitution candidates correctly in the
6587 face of special substitutions.
ae7d06ad
NC
6588
65892000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6590
6591 * cp-demangle.c (demangle_encoding): Rename variable.
6592 (demangle_name): Rename parameter. Handle return type
6593 suppression.
6594 (demangle_nested_name): Rename parameter.
6595 (demangle_prefix): Likewise. Change return type suppression.
6596 (demangle_unqualified_name): Add parameter. Flag constructors and
6597 conversion operators.
6598 (demangle_special_name): Fix comment.
6599 (demangle_type): Rename variable.
6600 (demangle_bare_function_type): Check for missing return type and
6601 parameter.
6602 (demangle_class_enum_type): Rename parameter.
6603 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
6604
66052000-08-31 DJ Delorie <dj@redhat.com>
6606
6607 * configure.in (Cygwin): special case cygwin only when we're
6608 building cygwin, not when we're hosting cygwin.
6609
66102000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6611
6612 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
6613 <expression>.
ae7d06ad
NC
6614
66152000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6616
6617 * cp-demangle.c (demangle_type_ptr): Increment position past
6618 pointer and reference characters.
ae7d06ad
NC
6619
66202000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6621
6622 * cp-demangle.c (demangle_nv_offset): New function.
6623 (demangle_v_offset): Likewise.
6624 (demangle_call_offset): Likewise.
6625 (demangle_special_name): Update thunk demangling to comply with
6626 ABI changes.
ae7d06ad
NC
6627
66282000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6629
6630 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
6631 (substitution_def): Remove template_parm_number.
6632 (NOT_TEMPLATE_PARM): Remove.
6633 (result_insert_string): New macro.
6634 (result_insert): Likewise.
6635 (result_insert_char): Likewise.
6636 (substitution_add): Remove last parameter. Don't store template
6637 parm number.
6638 (BFT_NO_RETURN_TYPE): Define as NULL.
6639 (demangle_encoding): Adjust call to demangle_bare_function_type.
6640 (demangle_name): Adjust substitution. Adjust call to
6641 substitution_add.
6642 (demangle_prefix): Adjust call to substitution_add.
6643 (demangle_identifier): Handle anonymous namespaces.
6644 (demangle_operator_name): Change demangling of vendor-extended
6645 operator to match ABI changes.
6646 (demangle_type_ptr): Change parameters. Make recursive. Handle
6647 substitutions here.
6648 (demangle_type): Adjust calls to demangle_template_param,
6649 substitution_add, and demangle_type_ptr. Fix substitution of
6650 templated types.
6651 (demangle_function_type): Change parameter to a pointer.
6652 (demangle_bare_function_type): Likewise. Adjust insertion point.
6653 (demangle_template_param): Remove last parameter.
6654 (demangle_expr_primary): Remove unused variable. Adjust call to
6655 demangle_template_param.
6656 (is_mangled_char): Accept `$' and `.'.
6657 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
6658 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
6659
66602000-08-31 Hans-Peter Nilsson <hp@axis.com>
6661
6662 * testsuite/demangle-expected: Add nine tests for
6663 underscore-after-number followed by five tests for name-signature
6664 delimiter.
6665
66662000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
6667
6668 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
6669
66702000-08-28 Jason Merrill <jason@redhat.com>
6671
6672 * Makefile.in (REQUIRED_OFILES): Add md5.o.
6673 (CFILES): Add md5.c.
6674 * md5.c: New file.
6675
66762000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6677
6678 * cp-demangle.c (demangle_name): Initialize template_p in local
6679 name case. Don't re-add substitutions as candidates.
6680 (demangle_nested_name): Use <unqualified-name>.
6681 (demangle_prefix): Likewise. Don't add template names as
6682 substitution candidates twice, or re-add a substitution or the
6683 last prefix component.
6684 (demangle_local_name): Adjust output format.
ae7d06ad
NC
6685
66862000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6687
6688 * cp-demangle.c (result_add_separated_char): Change parameter to
6689 int.
6690 (substitution_add): Don't check for duplicates. Check if
6691 previously allocated size is zero.
6692 (demangle_name): Remove duplicate check for std substitution.
6693 Clear template flag appropriately.
6694 (demangle_prefix): Remove argument to demangle_substitution.
6695 Don't check that template flag is already set.
6696 (demangle_operator_name): Add pt operator.
6697 (demangle_type): Don't treat r as built-in type. Remove argument
6698 to demangle_substitution. Fix substitution candidate mechanics.
6699 Handle <template-template-parm>s. Improve comments.
6700 (demangle_template_param): Don't handle template arg lists here.
6701 (demangle_substitution): Remove parameter.
6702 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
6703
67042000-08-24 Greg McGary <greg@mcgary.org>
74bcd529 6705
41f225de 6706 * random.c (end_ptr): Revert previous change.
ae7d06ad
NC
6707
67082000-08-24 Greg McGary <greg@mcgary.org>
74bcd529 6709
41f225de 6710 * cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
74bcd529 6711 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
41f225de 6712 * random.c (end_ptr): Likewise.
ae7d06ad
NC
6713
67142000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
6715
6716 * cp-demangle.c (result_close_template_list): Remove function.
6717 (result_add_separated_char): New function.
6718 (result_open_template_list): New macro.
6719 (result_close_template_list): Likewise.
6720 (demangle_prefix): Don't set template_p if the
6721 prefix ends with a ctor name.
6722 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
6723 (demangle_type): Check for template args after substitution.
6724 (demangle_template_args): Use result_open_template_list.
d3e85005 6725
ae7d06ad 67262000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 6727
ae7d06ad 6728 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 6729
ae7d06ad 67302000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
6731
6732 * config/mh-openedition.h: Added -DLE370 definition.
6733
a9f34fb6
JL
67342000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
6735
6736 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
6737 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
6738 Cast program to 'char *' in errmsg_arg assignment.
6739 (PWAIT_ERROR): Define.
6740 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
6741 to DJGPP's WIF* macros.
6742
90aaccd1 67432000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 6744 Jeff Law <law@cygnus.com>
90aaccd1 6745
ae7d06ad 6746 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 6747
90aaccd1 6748 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
6749 * rename.c: Include config.h, unistd.h
6750 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 6751
6ef554e3
HPN
67522000-07-24 Hans-Peter Nilsson <hp@axis.com>
6753
6754 * cplus-dem.c (work_stuff_copy_to_from): New.
6755 (delete_non_B_K_work_stuff): New.
6756 (delete_work_stuff): New.
6757 (mop_up): Break out work_stuff partly destruction to
6758 delete_non_B_K_work_stuff.
6759 (iterate_demangle_function): New.
6760 (demangle_prefix): Call iterate_demangle_function instead of
6761 demangle_function_name. Leave handling of name-signature
6762 __-delimiters to iterate_demangle_function.
6763 (demangle_integral_value): Strip an optional
6764 following underscore cautiously. Handle negative numbers.
6765
ae7d06ad 67662000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 6767
ae7d06ad 6768 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
6769 if (AUTO_DEMANGLING || GNU_DEMANGLING)
6770
ae7d06ad
NC
67712000-07-21 Alex Samuel <samuel@codesourcery.com>
6772
6773 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
6774 allocating ctor mangling.
6775 (demangle_array_type): Handle empty and non-constant array length.
6776
b1233257 67772000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
6778 Jeff Law <law@cygnus.com>
6779
6780 * configure.in (AC_CHECK_HEADERS): Add time.h.
6781 (AC_HEADER_TIME): Add check.
6782 * configure, config.in: Regenerate.
6783 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
6784
6785 * configure.in (AC_CHECK_HEADERS): Add limits.h.
6786 * configure, config.in: Regenerate.
6787 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
6788 * strtol.c, strtoul.c: #include "config.h". Portably #include
6789 <limits.h> and/or <sys/param.h>.
6790 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 6791
7d3ffcaf
JL
6792 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
6793 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
6794 * configure, config.in: Regenerate.
6795 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
6796
b1233257
JL
6797 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
6798
ae7d06ad
NC
67992000-07-21 Mike Stump <mrs@wrs.com>
6800
6801 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
6802 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
6803
68042000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6805
6806 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
6807
6808 * setenv.c (setenv): Initialize variable `ep'.
6809
6810 * sigsetmask.c (abort): Prototype.
6811
6812 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
6813 __STDC__ for stdarg.h include.
6814 (int_vasprintf): Prototype.
6815 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
6816 definition. Cast `global_total_width' in comparison.
6817 (main): Prototype. Return a value.
6818
6819 * vfork.c (fork): Prototype.
6820
6821 * xexit.c: Include config.h.
6822
9adf30b2
JL
68232000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
6824
6825 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
6826 and print it with %u.
6827
2ed78d1b
HPN
68282000-07-17 Hans-Peter Nilsson <hp@axis.com>
6829
6830 * testsuite/regress-demangle (failed test): Show result and
6831 expected output.
6832
0473bdf7
AH
68332000-07-07 Andrew Haley <aph@cygnus.com>
6834
6835 * cplus-dem.c (main): fflush() after emitting last char before
6836 waiting for input.
6837
03d5f569
JM
68382000-06-28 Alex Samuel <samuel@codesourcery.com>
6839
6840 * cp-demangle.c (demangle_encoding): Accept no substitutions.
6841 (demangle_name): Handle <substitution> followed by
6842 <unqualified-template-name>.
6843 (demangle_type): Follow special substitutions with
6844 <class-enum-type>
6845 (demangle_subtitution): Set template_p for special substitutions.
6846 (main): Fix typos.
ae7d06ad 6847
03d5f569
JM
68482000-06-27 Alex Samuel <samuel@codesourcery.com>
6849
6850 * cp-demangle.c (demangle_special_name): Swap base and derived
6851 class when demangling construction vtables.
6852
68532000-06-21 Alex Samuel <samuel@codesourcery.com>
6854
6855 * cp-demangle.c: Don't include ctype.h.
6856 (IS_DIGIT): New macro.
6857 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
6858 instead of isdigit and isalpanum.
6859 (demangling_def): Make name and next const pointers.
6860 (STATUS_ALLOCATION_FAILED): New status code.
6861 (dyn_string_append_space): Handle failure in
6862 dyn_string_append_char.
6863 (int_to_dyn_string): Likewise. Change return value to status_t.
6864 (string_list_new): Handle failure of dyn_string_init.
6865 (result_close_template_list): Change return type to status_t.
6866 Handle failure in dyn_string_append.
6867 (result_push): Change return value to status_t. Handle failure in
6868 string_list_new. Handle failure of result_push throughout.
6869 (substitution_add): Change return value to status_t. Handle
6870 dyn_string failures. Handle failure of substitution_add
6871 throughout.
6872 (template_arg_list_new): Return NULL on allocation failure.
6873 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
6874 Handle error result throughout.
6875 (result_append): Likewise.
6876 (result_append_char): Likewise.
6877 (result_append_space): Likewise.
6878 (demangling_new): Make argument a const pointer. Handle
6879 allocation failures.
6880 (demangle_template_args): Handle failure in template_arg_list_new
6881 and result_close_template_list.
6882 (demangle_discriminator): Return if int_to_dyn_string fails.
6883 (cp_demangle): Likewise.
6884 (cp_demangle_type): New function.
6885 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
6886 memory allocation failure.
6887 (main): Likewise.
6888 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
6889 IN_LIBGCC2.
6890 (dyn_string_init): Change return value to int. Handle
6891 RETURN_ON_ALLOCATION_FAILURE case.
6892 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
6893 (dyn_string_release): Delete the dyn_string.
6894 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
6895 (dyn_string_copy): Change return type to int.
6896 (dyn_string_copy_cstr): Likewise.
6897 (dyn_string_prepend): Likewise.
6898 (dyn_string_prepend_cstr): Likewise.
6899 (dyn_string_insert): Likewise.
6900 (dyn_string_insert_cstr): Likewise.
6901 (dyn_string_append): Likewise.
6902 (dyn_string_append_cstr): Likewise.
6903 (dyn_string_append_char): Likewise.
6904 (dyn_string_substring): Likewise.
ae7d06ad 6905
eb383413 69062000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 6907
eb383413
L
6908 * cp-demangle.c (demangle_operator_name): Add spaces before
6909 names beginning with a letter: delete, delete[], new, new[],
6910 sizeof.
6911 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 6912
eb383413
L
6913Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
6914
6915 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
6916
6917Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
6918
6919 * cp-demangle.c (stdio.h): File included unconditionaly.
6920 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
6921 * dyn-string.c (stdio.h): File included.
6922 * partition.c (partition_print): No `&' needed to take the address of
6923 a function.
6924
69252000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6926
6927 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 6928
eb383413
L
6929 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
6930
6931 * cp-demangle.c (demangle_char): Change parameter from char to int.
6932 (demangle_expression, demangle_expr_primary): Remove extra
6933 semi-colon in prototype.
6934
6935 * dyn-string.c (dyn_string_append_char): Change parameter from
6936 char to int.
6937
6938 * memcmp.c (memcmp): Constify.
6939
6940 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
6941 __extension__.
6942
6943 * partition.c (elem_compare): Prototype. Don't cast away
6944 const-ness.
6945
6946 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 6947
eb383413
L
69482000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6949
6950 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
6951
6952 * cp-demangle.c: Include demangle.h.
6953 (template_arg_list_new): DeANSIfy.
6954 (cp_demangle): Make static and add prototype.
6955 (operator_code, operators): Constify.
6956 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
6957
69582000-06-05 Alex Samuel <samuel@codesourcery.com>
6959
6960 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
6961 unsigned char.
6962 (demangle_unqualified_name): Likewise.
6963 (demangle_number_literally): Likewise.
6964 (demangle_type): Likewise.
6965 (demangle_substitution): Likewise.
6966 (is_mangled_char): Likewise, for isalnum.
6967
69682000-06-04 Alex Samuel <samuel@codesourcery.com>
6969
6970 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
6971 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
6972 (cp-demangle.o): New dependency.
6973 (dyn-string.o): Likewise.
6974
6975 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
6976
6977 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
6978 demangler.
6979 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
6980 demangling mode.
6981 (gnu_new_abi_symbol_characters): New function.
6982 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
6983 file.
6984 * cp-demangle.c: New file.
ae7d06ad 6985
f03aa80d
AC
6986Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
6987
6988 * floatformat.c: Add name to each floatformat field.
6989
77bfb694
JL
6990Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
6991
6992 * Makefile.in (objalloc.o): Depend on config.h
6993
5c82d20a
ZW
69942000-05-29 Zack Weinberg <zack@wolery.cumb.org>
6995
eb383413 6996 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
6997 if HAVE_STRING_H.
6998 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
6999 * objalloc.c: Include config.h. Include stdlib.h and don't
7000 declare malloc or free if HAVE_STDLIB_H.
7001 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
7002 else declare malloc without prototype. Include string.h if
7003 HAVE_STRING_H, else declare memset without prototype. Don't
7004 include stddef.h.
7005
eb383413
L
70062000-05-23 Mike Stump <mrs@wrs.com>
7007
7008 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
8aefe91a 7009 -j3.
eb383413
L
7010
70112000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
7012
7013 * xmalloc.c: Include config.h for HAVE_SBRK definition.
7014
70152000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
7016
ae7d06ad 7017 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
7018 probably zero, also eliminate a warning on alpha.
7019
70202000-05-15 David Edelsohn <edelsohn@gnu.org>
7021
7022 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
7023 on $(enable_shared).
7024
70252000-05-10 Jakub Jelinek <jakub@redhat.com>
7026
7027 * config.table: Use mh-sparcpic for sparc*-*-*.
7028
70292000-05-08 Nick Clifton <nickc@cygnus.com>
7030
7031 * Makefile.in (CFILES): Add strncmp.c.
7032 (NEEDED): Add strncmp.
7033
70342000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 7035
eb383413
L
7036 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
7037 Cast the arguments to `islower' to `unsigned char'.
7038 (print_demangler_list): Prototype.
7039
7040Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
7041
7042 * sort.c (UCHAR_MAX): Provide fallback definition.
7043
70442000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
7045
7046 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
7047 SUBDIRS.
7048
eb383413
L
70492000-04-28 Kenneth Block <block@zk3.dec.com>
7050 Jason Merrill <jason@casey.cygnus.com>
7051
ae7d06ad
NC
7052 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
7053 (cplus_demangle_set_style): New function for setting style.
7054 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
7055
70562000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7057
7058 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
7059
7060 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
7061 (libiberty_AC_FUNC_STRNCMP): Invoke.
7062
7063 * strncmp.c: New file.
7064
7065Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
7066
7067 * hashtab.c (htab_expand): Add prototype.
7068 (find_empty_slot_for_expand): Likewise.
7069
70702000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7071
7072 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
7073 match prototype.
7074 (htab_expand): Cast the return value of xcalloc.
7075
70762000-04-24 Mark Mitchell <mark@codesourcery.com>
7077
7078 * hashtab.c (hash_pointer): New function.
7079 (eq_pointer): Likewise.
7080 (htab_hash_pointer): New variable.
7081 (htab_eq_pointer): Likewise.
7082
70832000-04-23 Mark Mitchell <mark@codesourcery.com>
7084
7085 * sort.c (sort_pointers): Fix endianness bugs.
7086
7087 * sort.c: New file.
7088 * Makefile.in (CFILES): Add sort.c
7089 (REQUIRED_OFILES): Add sort.o.
7090 (sort.o): New target.
7091
19be4303
JL
70922000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7093
7094 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
7095 4.3BSD systems.
7096
eb383413
L
7097Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7098
7099 * hashtab.c: Various minor cleanups.
7100 (htab_find_slot_with_hash): INSERT is now enum insert_option.
7101 (htab_find_slot): Likewise.
7102
71032000-04-16 Dave Pitts <dpitts@cozx.com>
7104
7105 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 7106
afe36a78
RH
71072000-04-05 Richard Henderson <rth@cygnus.com>
7108
7109 * splay-tree.c (splay_tree_remove): New.
7110
eb383413
L
71112000-03-30 Mark Mitchell <mark@codesourcery.com>
7112
7113 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
7114 codes.
7115 (htab_find_with_hash): Likewise.
7116 (htab_find_slot_with_hash): Likewise.
ae7d06ad 7117
eb383413
L
71182000-03-29 Zack Weinberg <zack@wolery.cumb.org>
7119
7120 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
7121 unless it will be used. Rearrange loop for better
7122 optimization.
7123 (higher_prime_number): Add static prototype.
7124
b4fe2683
JM
7125Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
7126
7127 * Makefile.in (partition.o): Depend on config.h
7128
71292000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
7130
7131 * hashtab.c (find_empty_slot_for_expand): New function.
7132 (htab_expand): Use it instead of htab_find_slot.
7133 (htab_find_with_hash): Renamed from htab_find; now accepts extra
7134 argument HASH.
7135 (htab_find_slot_with_hash): Likewise for htab_find_slot.
7136 (htab_find): New wrapper function.
7137 (htab_find_slot): Likewise.
7138 (htab_traverse): Pass slot, not entry, to called function.
7139
71402000-03-09 Alex Samuel <samuel@codesourcery.com>
7141
7142 * Makefile.in (CFILES): Add partition.c.
7143 (REQUIRED_OFILES): Add partition.o.
7144 (partition.o): New rule.
7145 * partition.c: New file.
ae7d06ad 7146
b4fe2683
JM
71472000-03-09 Zack Weinberg <zack@wolery.cumb.org>
7148
7149 * hashtab.c (htab_create): Set del_f.
7150 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
7151 Use it.
7152
71532000-03-08 Zack Weinberg <zack@wolery.cumb.org>
7154
7155 * hashtab.c: Remove debugging variables (all_searches,
7156 all_collisions, all_expansions). Delete
7157 all_hash_table_collisions.
7158 (create_hash_table, delete_hash_table, empty_hash_table,
7159 find_hash_table_entry, remove_element_from_hash_table_entry,
7160 clear_hash_table_slot, traverse_hash_table, hash_table_size,
7161 hash_table_elements_number, hash_table_collisions): Rename to:
7162 htab_create, htab_delete, htab_empty, htab_find_slot,
7163 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
7164 htab_elements, htab_collisions.
7165 (htab_find): New function, handles common case where you don't
7166 plan to add or delete an entry.
7167 (htab_expand): Don't create a whole new table, just a new
7168 entry vector.
7169 (htab_find_slot): Simplify logic.
7170
08372f14
ILT
71711999-08-03 Ian Lance Taylor <ian@zembu.com>
7172
7173 * floatformat.c: Add casts to avoid signed/unsigned warnings.
7174 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
7175
7176 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
7177 $(TARGETLIB)n so it works on MSDOS.
7178 (install_to_tooldir): Likewise.
7179
9c8ac5a9
ILT
71801999-07-21 Ian Lance Taylor <ian@zembu.com>
7181
7182 From Mark Elbrecht:
7183 * makefile.dos: Remove; obsolete.
8f36e47c 7184 * configure.bat: Remove; obsolete.
9c8ac5a9 7185
0c0a36a4
ILT
71861999-07-11 Ian Lance Taylor <ian@zembu.com>
7187
7188 * splay-tree.c (splay_tree_insert): Add initialization to avoid
7189 warning.
7190
71912000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
7192
7193 * pexecute.c: Conditionally include string.h.
b4fe2683 7194 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
7195
71962000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7197
7198 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
7199 we're using gcc.
7200
7201 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
7202
72031999-12-27 Geoff Keating <geoffk@cygnus.com>
7204
7205 * vasprintf.c (int_vasprintf): Don't re-read the format character
7206 as this mishandles strings like '%%s'.
7207
72081999-12-05 Mark Mitchell <mark@codesourcery.com>
7209
7210 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
7211 rather than struct splay_tree_node.
7212 (splay_tree_insert): Use struct splay_tree_s rather than struct
7213 splay_tree.
7214
7215Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
7216
7217 * hashtab.c (sys/types.h): File included.
7218
72191999-11-22 Jason Merrill <jason@casey.cygnus.com>
7220
7221 * strtoul.c, strtol.c, random.c: Remove advertising clause from
7222 BSD license, pursuant with
7223
7224 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
7225
7226Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
7227
7228 * hashtab.c: Include stdio.h.
7229
7230Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
7231
7232 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
7233
7234Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
7235
7236 * xstrdup (sys/types.h): Include this file.
7237
72381999-10-28 Nathan Sidwell <nathan@acm.org>
7239
7240 * Makefile.in (SUBDIRS): New macro.
7241 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
7242 avoid multiple subdirectory cleaning.
7243 (*-subdir): Use SUBDIRS.
7244
72451999-10-25 Jim Kingdon <http://developer.redhat.com/>
7246
7247 * cplus-dem.c: Move declarations of standard_symbol_characters and
7248 hp_symbol_characters inside #ifdef MAIN to avoid compiler
7249 warnings.
7250
72511999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
7252
7253 * hashtab.c (find_hash_table_entry): When returning a
7254 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
7255 (clear_hash_table_slot): New function which deletes an entry
7256 by its position in the table, not its value.
7257 (traverse_hash_table): New function which calls a hook
7258 function for every live entry in the table.
7259
72601999-10-19 Mark Mitchell <mark@codesourcery.com>
7261
7262 * cplus-dem.c (INTBUF_SIZE): New macro.
7263 (string_append_template_idx): New function.
7264 (demangle_expression): Likewise.
7265 (demangle_integral_value): Use it.
7266 (demangle_real_value): New function, split out from ...
7267 (demangle_template_value_parm): ... here. Use
7268 string_append_template_idx. Use demangle_real_value.
7269 (demangle_template): Use string_append_template_idx.
7270 (demangle_qualified): Use consume_count_with_underscores.
7271 (get_count): Tweak formatting.
7272 (do_type): Use string_append_template_idx.
b4fe2683 7273
0c0a36a4
ILT
72741999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7275
7276 * calloc.c: Add a public domain notice.
7277
7278Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
7279
7280 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
7281
7282Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
7283
7284 * Makefile.in (CFILES): Add hashtab.c
7285 (REQUIRED_OFILES): Add hashtab.o
7286 (hashtab.o): Add dependencies.
7287 * hashtab.c: New file
7288
7289Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
7290
7291 * basename.c (DIR_SEPARATOR): New macro.
7292 (DIR_SEPARATOR_2): Likewise.
7293 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
7294 (IS_DIR_SEPARATOR): Likewise.
7295 (main): Handle MSDOS style pathname.
7296
72971999-10-11 Mark Mitchell <mark@codesourcery.com>
7298
7299 * cplus-dem.c (do_type): Handle pointer to member types whose
7300 enclosing classes have namespace scope.
7301
7302Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
7303
7304 * config.table: Provide a backup shell for executing move-if-change.
7305
73061999-10-02 Mark Mitchell <mark@codesourcery.com>
7307
7308 * xmalloc.c (xmalloc): Fix spelling error.
7309 (xcalloc, xrealloc): Likewise.
7310
73111999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7312
7313 * cplus-dem.c (fancy_abort, demangle_integral_value,
7314 demangle_arm_hp_template, recursively_demangle,
7315 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
7316 (program_name, program_version, fatal): Constify a char*.
7317 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
7318 (main): Call return, not exit.
7319
73201999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7321
7322 * choose-temp.c: Remove obsolete comment about gcc.
7323 (make_temp_file): Constify a char*.
7324
7325Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7326
7327 * xmemdup.c: Include sys/types.h.
7328
73291999-09-07 Jeff Garzik <jgarzik@pobox.com>
7330
7331 * xmemdup.c: New xmemdup function.
7332 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
7333
7334Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
7335
b4fe2683 7336 * config.table: Add openedition target.
0c0a36a4
ILT
7337 * config/mh-openedition: New file.
7338
7339Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
7340
7341 * pexecute.c (pexecute): Fill in temp_base when needed.
7342
73431999-08-31 Richard Henderson <rth@cygnus.com>
7344
7345 * getpwd.c: Check HAVE_GETCWD before defining it away.
7346
73471999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7348
7349 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
7350 (REQUIRED_OFILES): Add getpwd.o.
7351 (getpwd.o): Add target.
7352
7353 * configure.in (AC_PREREQ): Bump to 2.13.
7354 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
7355
7356 * getpwd.c: New file, moved here from gcc.
7357
73581999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7359
7360 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
7361 comparing against a signed quantity.
7362 (arm_special): Likewise.
7363 (demangle_fund_type): Likewise.
7364 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 7365 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
7366 (main): Constify variable `valid_symbols'.
7367
7368Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
7369
7370 * strtoul.c (strtoul): Add parentheses around && within ||.
7371
7372Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
7373
7374 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
7375 libdir, libsubdir and tooldir.
7376
73771999-08-01 Mark Mitchell <mark@codesourcery.com>
7378
7379 * splay-tree.c (splay_tree_insert): Return the new node.
7380
35ca97ea
RH
73811999-07-14 Richard Henderson <rth@cygnus.com>
7382
b4fe2683 7383 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
7384 prototyping directly.
7385 * choose-temp.c: Conditionally include string.h.
7386
0c0a36a4
ILT
73871999-07-12 Jason Merrill <jason@yorick.cygnus.com>
7388
7389 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
7390
af32ff69
ILT
73911999-07-11 Ian Lance Taylor <ian@zembu.com>
7392
7393 * splay-tree.c (splay_tree_insert): Add initialization to avoid
7394 warning.
7395
0c0a36a4
ILT
73961999-07-07 Jason Merrill <jason@yorick.cygnus.com>
7397
7398 * Makefile.in (needed-list): Only include stuff we actually need
7399 for libstdc++.
7400
74011999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7402
7403 * configure.in (checkfuncs): Add gettimeofday.
7404 * config.in, configure: Regenerated.
7405
7406Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
7407
7408 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
7409 the test fails.
7410 * configure: Regenerate.
7411
74121999-06-10 Mike Stump <mrs@wrs.com>
7413
7414 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
7415 parallel builds.
7416
74171999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7418
7419 * putenv.c: Include ansidecl.h to define `const'.
7420 * setenv.c: Likewise.
7421
7422Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
7423
7424 * Makefile.in (CFILES): Add putenv.c and setenv.c.
7425 * configure.in (funcs): Add putenv and setenv.
7426 (AC_CHECK_FUNCS): Check for putenv and setenv.
7427 * configure: Rebuilt.
7428 * putenv.c setenv.c: New files.
7429
7430 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
7431 bytes of space using malloc.
7432
7433Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
7434
7435 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
7436 the *mangled pointer beyond the end of the string. Clean up code to
7437 match prevailing coding style.
7438
74391999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7440
7441 * tmpnam.c (L_tmpnam): Fix typo.
7442
7443Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
7444
7445 * cplus-dem.c (standard_symbol_characters): Renamed from
7446 standard_symbol_alphabet. No longer modify TABLE.
7447 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
7448 modify TABLE.
7449 (main): Corresponding changes. Use strchr to determine if a
7450 character is valid.
7451
e9868447
JB
74521999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
7453
7454 * cplus-dem.c (main): Use table lookup to distinguish identifier
7455 characters from non-identifier characters.
7456 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
7457
33fbbfbc
RH
7458Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
7459
7460 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
7461 * getruntime.c: Only attempt to include sys/resource.h and
7462 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
7463 are defined.
7464
0c0a36a4
ILT
7465Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
7466
7467 * configure.in (alloca detection): Handle alloca directly for interix.
7468 * configure: Rebuilt.
7469
7470Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
7471
7472 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
7473
252b5132
RH
74741999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7475
7476 Fix from Dale Hawkins:
b4fe2683 7477 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
7478 reallocated properly if we use it again.
7479
7480 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
7481 stricter about syntax. Always null-terminate string.
7482
c1687039
ILT
7483Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
7484
7485 * configure.in (checkfuncs): Check for sbrk.
7486 * config.in: Rebuilt.
7487 * configure: Likewise.
7488 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
7489
0c0a36a4
ILT
74901999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
7491
7492 Fix from Marcus Daniels:
7493 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
7494 identifier looking for another underscore.
7495
7496Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
7497
7498 * pexecute.c: Change all references to __UWIN__ to _UWIN.
7499 * xmalloc.c: Likewise.
7500 (xcalloc): UWIN has sbrk.
7501 (xrealloc): Fix guard macro.
7502
252b5132
RH
75031999-04-11 Richard Henderson <rth@cygnus.com>
7504
7505 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
7506 or <alloca.h>.
7507 * clock.c (GNU_HZ): New definition.
7508 (clock): Use it.
7509 * getruntime.c: Likewise.
7510
7511 * config.table: Use mh-beos.
7512 * config/mh-beos: New file.
7513
0c0a36a4
ILT
75141999-04-11 Mark Mitchell <mark@codesourcery.com>
7515
7516 * cplus-dem.c (demangle_template_value_parm): Handle
7517 pointers-to-members.
7518 (do_type): Handle template parameters as qualifiers.
7519
252b5132
RH
75201999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
7521
7522 * cplus-dem.c: Attempt to handle overflows in counts with some
7523 semblance of grace.
7524 (consume_count): Detect overflows. Return -1 to indicate errors,
7525 instead of zero.
7526 (demangle_template_value_parm, demangle_template): Handle change
7527 to consume_count's return convention.
7528
0c0a36a4
ILT
75291999-04-05 Tom Tromey <tromey@cygnus.com>
7530
7531 * testsuite/regress-demangle: New file.
7532 * testsuite/demangle-expected: New file.
252b5132 7533
0c0a36a4
ILT
7534 * Makefile.in (all, check, installcheck, info, install-info,
7535 clean-info, dvi, install, etags, tags, mostlyclean, clean,
7536 distclean, maintainer-clean, realclean): Depend on corresponding
7537 `-subdir' target.
7538 (all-subdir check-subdir installcheck-subdir info-subdir
7539 install-info-subdir clean-info-subdir dvi-subdir
7540 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
7541 distclean-subdir maintainer-clean-subdir): New target.
7542 * testsuite/Makefile.in: New file.
7543 * configure: Rebuilt.
7544 * configure.in: Create testsuite/Makefile.
252b5132
RH
7545
75461999-04-02 Mark Mitchell <mark@codesourcery.com>
7547
7548 * splay-tree.h (splay_tree_compare_pointers): Define.
7549
75501999-03-30 Mark Mitchell <mark@codesourcery.com>
7551
7552 * splay-tree.c (splay_tree_compare_ints): Define.
7553
75541999-03-30 Tom Tromey <tromey@cygnus.com>
7555
7556 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
7557 don't advance input pointer.
7558 (demangle_class_name): If consume_count didn't find a count, do
7559 nothing. Don't bother with `strlen' sanity check; consume_count
7560 does it for us.
7561
75621999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7563
7564 From Art Haas <ahaas@neosoft.com>:
7565 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
7566 when doing arm or hp style.
7567 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 7568
252b5132
RH
7569Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
7570
7571 * pexecute.c (__CYGWIN32__): Rename to
7572 (__CYGWIN__): this.
7573 * xmalloc.c: Likewise.
7574
7575 Changes to support i386-pc-uwin.
7576 * configure.in (*-*-uwin*): Workaround for vfork bug.
7577 * configure: Regenerate.
7578 * pexecute.c (pexecute): Be like standard Unix.
7579 (pwait): Likewise.
7580 * xmalloc.c (first_break): Define.
7581 (xmalloc_set_program_name): Use.
7582 (xmalloc): Use.
7583
7584Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7585
7586 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
7587
7588Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
7589
7590 * config.table: Check cygwin*, not cygwin32*.
7591
7592Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
7593
7594 * Makefile.in: Change mkstemp -> mkstemps.
7595
7596Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
7597
7598 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
7599 * configure.in (funcs): Check for and conditionally add mkstemps to
7600 the list of functions libiberty will provide.
7601 * configure: Rebuilt.
b4fe2683 7602
252b5132
RH
7603Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
7604
b4fe2683 7605 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
7606 platforms that don't have HZ.
7607 * getruntime.c (HZ): Likewise.
7608
7609Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
7610
7611 * Makefile.in (xstrdup.o): Depend on config.h.
7612
7613Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
7614
7615 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
7616 freeing it.
7617
7618Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7619
7620 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
7621
7622Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7623
7624 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
7625 splay-tree.o.
7626
76271999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
7628
7629 * configure.in: Require autoconf 2.12.1 or higher.
7630
76311998-12-30 Michael Meissner <meissner@cygnus.com>
7632
7633 * random.c (NULL): Don't redefine NULL if it is already defined.
7634
7635Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7636
7637 * argv.c (buildargv): Cast the result of alloca in assignment.
7638
7639 * choose-temp.c: Include stdlib.h.
7640
7641 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
8aefe91a
DD
7642 (snarf_numeric_literal): Constify first parameter.
7643 (code_for_qualifier): Avoid a gcc extension, make the parameter an
7644 int, not a char.
252b5132
RH
7645 (demangle_qualifier): Likewise.
7646 (demangle_signature): Cast the argument of a ctype function to
7647 unsigned char.
7648 (arm_pt): Add parens around assignment used as truth value.
7649 (demangle_arm_hp_template): Constify variable `args'.
7650 (do_hpacc_template_const_value): Cast the argument of a ctype
7651 function to unsigned char.
7652 (do_hpacc_template_literal): Remove unused variable `i'.
7653 (snarf_numeric_literal): Constify parameter `args'.
7654 Cast the argument of a ctype function to unsigned char.
7655
7656 * floatformat.c (floatformat_to_double): Add explicit braces to
8aefe91a 7657 avoid ambiguous `else'.
252b5132
RH
7658
7659 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
8aefe91a
DD
7660 `cstart' and `cend' to unsigned char. Cast the argument of macro
7661 `FOLD', which uses ctype functions, to unsigned char.
252b5132
RH
7662
7663 * objalloc.c (free): Add prototype.
7664
7665Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
7666
7667 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
7668
7669Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
7670
7671 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
8aefe91a 7672 doesn't exist.
252b5132 7673 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 7674
252b5132
RH
7675Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
7676
7677 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
7678 bumping the pointer we read from. Also prepend these codes,
7679 as we do in other places.
7680
76811998-12-18 Nick Clifton <nickc@cygnus.com>
7682
7683 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
7684 'const char *' in order to match its usage when calling siblings.
7685 (snarf_numeric_literal): Make first arg 'const char **' in order
7686 to match usage.
7687
7688Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7689
7690 * choose-temp.c: Don't check IN_GCC anymore.
7691
7692 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
7693 * memchr.c (memchr): Likewise.
7694 * memcpy.c (memcpy): Likewise.
7695 * memmove.c (memmove): Likewise.
7696
7697 * mkstemp.c: Don't check IN_GCC anymore.
7698 * pexecute.c: Likewise.
7699 * splay-tree.c: Likewise.
7700
7701 * strchr.c (strchr): Use `const', not `CONST'.
7702 * strrchr.c (strrchr): Likewise.
7703 * strtol.c (strtol): Likewise.
7704 * strtoul.c (strtoul): Likewise.
7705
7706Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
7707 Elena Zannoni <ezannoni@cygnus.com>
7708 Stan Shebs <shebs@cygnus.com>
7709 Edith Epstein <eepstein@cygnus.com>
7710 Andres MacLeod <amacleod@cygnus.com>
7711 Satish Pai <pai@apollo.hp.com>
7712
7713 * HP aCC demangling support.
7714 * cplus-dem.c
7715 (main): Remove default to HP style demangling, set to EDG
8aefe91a
DD
7716 demangling correctly when -edg specified; set the demangling style
7717 when user specifies 'edg'. Set strip_underscore to
7718 prepends_underscore, if not HPUXHPPA. Set
7719 current_demangling_style to hp_demangling if HPUXHPPA. Set
7720 current demangling style correctly if the switch is hp. Read
7721 label correctly also in the HP style case.
252b5132 7722 (work_stuff): add temp_start field; add field for volatile member
8aefe91a 7723 function.
252b5132 7724 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
8aefe91a 7725 style for this case is the same as ARM.
252b5132
RH
7726 (demangle_args): handle EDG_DEMANGLING style; support HP style.
7727 (demangle_arm_hp_template): new function. (It was
8aefe91a
DD
7728 demangle_arm_pt.); check and set value of temp_start field in
7729 multiple places. Also, when ceching for end of template args,
7730 check to see if at end of static member of template class.
252b5132 7731 (demangle_class): new local variable : save_class_name_end Don't
8aefe91a 7732 include template args in string defining class.
252b5132
RH
7733 (demangle_class_name): use demangel_arm_hp_template.
7734 (demangle_function_name): handle case where demangling style is
8aefe91a
DD
7735 HP_DEMANGLING and currently point at an 'X' in the mangled name.
7736 Handle EDG_DEMANGLING style. Handle constructor and destructor
7737 ops for HP style.
252b5132 7738 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
8aefe91a
DD
7739 styles. global destructor and constructor for HP style are same
7740 as for ARM style. Same for local variables.
252b5132
RH
7741 (demangle_qualified): handle EDG_DEMANGLING style.
7742 (demangle_signature): add case for volatile member function. For
8aefe91a
DD
7743 cases '1' - '9' : initialize the temp_start field to -1 and handle
7744 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
7745 and AUTO_DEMANGLING styles. If expecting a function and managed
7746 to demangle the funct args, then handle the LUCID_DEMANGLING,
7747 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
7748 class name after "Lnnn_ in HP style case. HP style too needs to
7749 forget types. _nnn is OK for HP style, so don't report failure.
252b5132 7750 (do_hpacc_template_const_value): new function. Handle template's
8aefe91a 7751 value param for HP/aCC.
252b5132 7752 (do_hpacc_template_literal): new function. Handle a template's
8aefe91a 7753 literal parameter for HP aCC.
252b5132
RH
7754 (recursively_demangle): new function
7755 (snarf_numeric_literal): new function.
7756 (usage): add 'edg' to the list of demangling styles; add hp switch
8aefe91a 7757 to message.
252b5132
RH
7758
7759Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
7760
7761 * pexecute.c: Remove obsolete ifdefed cygwin code.
7762
7763Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7764
7765 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
7766 * cplus-dem.c: Likewise. Conform to libiberty.h.
7767 * pexecute.c: Likewise.
7768 * splay-tree.c: Likewise.
7769
77701998-11-25 Mike Stump <mrs@wrs.com>
7771
7772 * Makefile.in (splay-tree.o): Add config.h dependency.
7773
7774Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7775
7776 * configure.in: Use AC_PREREQ(2.12.1).
7777
77781998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
7779
b4fe2683 7780 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
7781
7782Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
7783
7784 * mpw.c (mpw_access): Add missing parens.
7785
7786Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7787
7788 * configure.in: Call AC_HEADER_SYS_WAIT.
7789
7790 * pexecute.c: Include sys/wait.h when !IN_GCC.
7791
7792Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
7793
7794 * pexecute.c: revert back to checking old Cygwin
7795 preprocessor symbol until some time has passed.
7796
7797Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
7798
7799 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
7800 since it will now support similar constructs.
7801
7802Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7803
7804 * configure.in: Check for calloc.
7805
7806 * calloc.c: New file.
7807
7808 * xmalloc.c (xcalloc): New function.
7809
7810Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
7811
7812 *cplus-dem.c (demangle_prefix): Use the last "__"
7813 in the mangled name when looking for the signature. This allows
7814 template names to begin with "__".
7815
78161998-11-08 Mark Mitchell <mark@markmitchell.com>
7817
7818 * cplus-dem.c (type_kind_t): Add tk_reference.
7819 (demangle_template_value_parm): Handle it.
7820 (do_type): Use it for references, instead of tk_pointer.
7821
7822 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
7823 not internal_cplus_demangle.
7824
7825Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7826
7827 * choose-temp.c: Don't include gansidecl.h.
7828 * mkstemp.c: Likewise.
7829 * pexecute.c: Likewise.
7830
7831Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
7832
b4fe2683
JM
7833 * configure.in: detect cygwin* instead of cygwin32*
7834 * configure: regenerate
252b5132
RH
7835
7836Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7837
7838 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
8aefe91a
DD
7839 whether to include config.h. Possibly include unistd.h in the
7840 !IN_GCC case. Define VFORK_STRING as a printable function call
7841 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
7842 defined, include vfork.h. If VMS is defined, define vfork()
7843 appropriately. Remove vfork check on USG, we're using autoconf.
7844 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
7845 locally what string to use.
252b5132
RH
7846
78471998-10-26 Mark Mitchell <mark@markmitchell.com>
7848
7849 * splay-tree.c: Tweak include directives to make sure declarations of
7850 xmalloc and free are available.
7851
78521998-10-25 Mark Mitchell <mark@markmitchell.com>
7853
7854 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
7855 anonymous namespaces.
7856
78571998-10-23 Mark Mitchell <mark@markmitchell.com>
7858
7859 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
7860 with type_quals.
7861 (TYPE_UNQUALIFIED): New macro.
7862 (TYPE_QUAL_CONST): Likewise.
7863 (TYPE_QUAL_VOLATILE): Likewise.
7864 (TYPE_QUAL_RESTRICT): Likewise.
7865 (code_for_qualifier): New function.
7866 (qualifier_string): Likewise.
7867 (demangle_qualifier): Likewise.
7868 (internal_cplus_demangle): Use them.
7869 (demangle_signature): Likewise.
7870 (demangle_template_value_parm): Likewise.
7871 (do_type): Likewise.
7872 (demangle_fund_type)): Likewise.
7873
7874Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7875
7876 * splay-tree.c (splay_tree_foreach_helper): Make definition static
7877 to match prototype.
7878
78791998-10-21 Mark Mitchell <mark@markmitchell.com>
7880
7881 * splay-tree.c: New file.
7882 * Makefile.in (CFILES): Add it.
7883 (REQUIRED_OFILES): Likewise.
7884 (splay-tree.o): Add dependencies.
7885
7886Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7887
7888 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
7889 range of 'K' index.
7890
7891Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7892
7893 * choose-temp.c: Prototype mkstemps() when IN_GCC.
7894
7895 * cplus-dem.c (consume_count): Cast argument of ctype macro to
7896 `unsigned char'.
7897 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
7898 comparing against one.
7899 (cplus_mangle_opname): Likewise.
7900 (demangle_integral_value): Cast argument of ctype macro to
7901 `unsigned char'.
7902 (demangle_template_value_parm): Likewise.
7903 (demangle_template): Initialize variable `bindex'. Cast the
7904 result of `strlen' to (int) when comparing against one. Remove
7905 unused variable `start_of_value_parm'.
7906 (demangle_class_name): Cast the result of `strlen' to (int) when
7907 comparing against one.
7908 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
7909 (gnu_special): Likewise. Cast the result of `strlen' to (int)
7910 when comparing against one.
7911 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
7912 (get_count): Likewise.
7913 (do_type): Likewise. Cast the result of `strlen' to (int) when
7914 comparing against one.
7915 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
7916 (demangle_function_name): Cast the result of `strlen' to (int)
7917 when comparing against one.
7918
7919 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
7920 comparing against one.
7921
7922Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
7923
b4fe2683
JM
7924 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
7925 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
7926 * config.in, configure: Rebuilt.
252b5132
RH
7927
7928 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
7929 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
7930 * config.in, configure: Rebuilt.
7931
7932Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
7933
b4fe2683 7934 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
7935
7936Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
7937
7938 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
7939
7940Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
7941
7942 * Merge egcs & devo libiberty.
7943
ba8cb4ba 79441998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
252b5132
RH
7945
7946 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
7947
7948Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7949
7950 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
8aefe91a
DD
7951 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
7952 IN_GCC.
252b5132
RH
7953
7954 * vasprintf.c: Include stdarg.h/varargs.h first.
7955
7956 * vprintf.c: Likewise.
7957
7958Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
7959
7960 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
7961 is the canonical copy. Define ISSPACE if !IN_GCC.
7962 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
7963 * getopt1.c, obstack.c: Similarly.
7964 * Makefile.in: Build mkstemp.o
7965
7966Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
7967
7968 * configure.in: Include asprintf in list of functions known not
7969 to be in newlib.
7970 * configure: Rebuild.
7971
7972Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
7973
7974 * cplus-dem.c (work_stuff): Add dllimported.
7975 (demangled_prefix): Mark symbols imported from PE DLL.
7976 (internal_cplus_demangled): Handle.
7977
79781998-08-17 Jason Merrill <jason@yorick.cygnus.com>
7979
7980 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
7981 stay failed.
7982
7983Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7984
7985 * cplus-dem.c: Include config.h if it exists. Also, only
7986 prototype malloc/realloc if we can't get stdlib.h.
7987
7988Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
7989
7990 * configure.in: Switch back to checking --with-target-subdir when
7991 deciding whether to check for newlib, undoing part of July 15
7992 change.
7993 * configure: Rebuild.
7994
7995Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
7996
7997 * cplus-dem.c (type_kind_t): New type.
7998 (demangle_template_value_parm): Add type_kind_t parameter. Rely
7999 on this paramter, rather than demangling the type again.
8000 (demangle_integral_value): Pass tk_integral.
8001 (demangle_template_: Pass the value returned from do_type.
8002 (do_type): Return a type_kind_t. Pass tk_integral to
8003 demangle_template_value_parm for array bounds.
8004 (demangle_fund_type): Likewise.
8005
8006 Also incorporate from GCC version:
8007
8008 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
8009
8010 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
8011
8012Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8013
8014 * cplus-dem.c (demangle_nested_args): Make function definition
8015 static to match the prototype.
8016
8017Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
8018
8019 * cplus-dem.c (type_kind_t): New type.
8020 (demangle_template_value_parm): Add type_kind_t parameter. Rely
8021 on this paramter, rather than demangling the type again.
8022 (demangle_integral_value): Pass tk_integral.
8023 (demangle_template_: Pass the value returned from do_type.
8024 (do_type): Return a type_kind_t. Pass tk_integral to
8025 demangle_template_value_parm for array bounds.
8026 (demangle_fund_type): Likewise.
8027
8028 Also incorporate from GCC version:
8029
8030 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
8031
8032 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
8033
8034Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
8035
8036 * Makefile.in (ALLOCA): New variable.
8037 ($(TARGETLIB)): Add $(ALLOCA) to library.
8038 (needed-list): Add $(ALLOCA).
8039 ($(ALLOCA)): Depend upon stamp-picdir.
8040
8041Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8042
8043 * cplus-dem.c (demangle_nested_args): Make function definition
8044 static to match the prototype.
8045
8046Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
8047
8048 * configure.in: Check --with-cross-host rather than
8049 --with-target-subdir when deciding whether build uses a cross
8050 compiler, and when deciding where to install the library.
8051 * configure: Rebuild.
8052
8053Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
8054
8055 * cplus-dem.c (demangle_nested_args): Return a value.
8056
8057Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
8058
8059 * cplus-dem.c (string): Move definition before work_stuff.
8060 (work_stuff): Add volatile_type, forgetting_types,
8061 previous_argument, and nrepeats fields.
8062 (SCOPE_STRING): New macro.
8063 (demangle_template): Add `remember' parameter. Add comment.
8064 Register the `B' code type here, if remembering. Tidy. Fix crash
8065 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
8066 (demangle_nested_args): New function.
8067 (internal_cplus_demangle): Handle volatile-qualified member
8068 functions.
8069 (mop_up): Delete the previous_argument string if present.
8070 (demangle_signature): Tidy. Handle volatile-qualified member
8071 functions. Handle back-references using the `B' code. Use extra
8072 parameter to demangle_template and SCOPE_STRING where appropriate.
8073 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
8074 code.
8075 (demangle_class): Use SCOPE_STRING.
8076 (gnu_special): Pass additional argument to demangle_template.
8077 Use SCOPE_STRING.
8078 (demangle_qualified): Save qualified types for later
8079 back-references. Handle constructors and destructors for template
8080 types correctly.
8081 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
8082 demangle_template. Use demangled_nested_args. Don't remember
8083 qualified types here; that's now done in demangle_qualified.
8084 Similarly for templates.
8085 (do_arg): Improve commment. Handle 'n' repeat code.
8086 (remember_type): Check forgetting_types.
8087 (demangle_args): Deal with 'n' repeat codes. Tidy.
8088
8089Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
8090
8091 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
8092 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
8093
8094Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
8095
8096 * configure.in (setobjs): Correct quoting error in cygwin32 case.
8097 From Chris Faylor <cgf@cygnus.com>.
8098
8099Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
8100
8101 * obstack.c: Update to latest FSF version.
8102
8103Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
8104
8105 * Makefile.in: Add a dependency on stamp-picdir for the
8106 objects, so that we can do a parallel build.
8107
8108Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
8109
8110 * configure.in (checkfuncs): Add missing "'".
8111
8112Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
8113
8114 * obstack.c (_obstack_memory_used): Elide this function if we're
8115 on a system with GNU libc.
8116
8117Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
8118
8119 * Makefile.in (distclean): Remove config.log.
8120
8121Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8122
8123 * Makefile.in (distclean): Don't remove alloca-conf.h.
8124
8125Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
8126
8127 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
8128
81291998-05-21 Mark Mitchell <mmitchell@usa.net>
8130
8131 * cplus-dem.c (do_type): Handle volatile qualification.
8132
81331998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
8134
8135 * configure.in: Check for unistd.h as well.
8136 * configure: Rebuild.
8137 * config.in: Rebuild.
8138 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
8139 is defined in unistd.h. Reformat conditional block for easier reading.
8140
8141 * config.table (shared): Default to no if ${enable_shared}
8142 is unset or empty; this logic is used by the toplevel
8143 configure scripts, too.
8144
8145Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
8146
8147 * config.table: Add line to set enable_shared in the Makefile
8148 as needed.
8149
8150Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8151
8152 * cplus-dem.c (squangle_mop_up): Change return type to void.
8153 (internal_cplus_demangle): Remove unused parameter `options'.
8154 All callers changed.
8155 (cplus_demangle_opname): Remove function wide variable `int i' and
8156 replace with `size_t i' at each location where it is used.
8157 (cplus_mangle_opname): change type of `i' from int to size_t.
8158
8159Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
8160
8161 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
8162 than sparc or sun.
8163 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
8164
8165Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
8166
8167 * configure.in: Set libiberty_topdir correctly when srcdir is
8168 "." and with_target_subdir is not set.
8169 * configure: Rebuild.
8170
8171Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
8172
8173 * configure.in: Add *-*-mingw32* case.
8174 * configure: Rebuild.
8175
8176Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
8177
8178 * config.table: Never use a PIC file for *-*-cygwin32*.
8179
8180 * Makefile.in (config.status): Depend upon config.table.
8181
8182 * configure.in: On a cygwin32 host, always compile random, and
8183 don't test for sys_siglist, strsignal, or psignal.
8184 * configure: Rebuild.
8185
8186 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
8187 * getcwd.c: Likewise.
8188 * getpagesize.c: Likewise.
8189 * getruntime.c: Likewise.
8190
8191Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
8192
8193 Use autoconf tests rather than the old dummy.c test:
8194 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
8195 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
8196 most functions. Add special cases to handle newlib and VxWorks.
8197 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
8198 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
8199 CONFIG_FILES is set; set ac_file before calling it.
8200 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
8201 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
8202 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
8203 (i[3456]-*-mingw32*): Remove.
8204 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
8205 (LIBOBJS): New variable.
8206 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
8207 (all): Depend upon needed-list. Don't check RULE1.
8208 (@target_makefile_frag@): Remove.
8209 (COMPILE.c): Include @DEFS@.
8210 (HFILES): Add alloca-conf.h.
8211 (REQUIRED_OFILES): Remove basename.o.
8212 ($(TARGETLIB)): New target.
8213 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
8214 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
8215 (needed-list, config.h): Rewrite.
8216 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
8217 (.always.): Remove.
8218 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
8219 (stamp-h): New target.
8220 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
8221 (basename.o): Don't depend upon config.h.
8222 (getruntime.o): Depend upon config.h.
8223 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
8224 NEED_on_exit.
8225 * basename.c: Don't include config.h. Don't check NEED_basename.
8226 * clock.c: Include config.h.
8227 * getcwd.c: Likewise.
8228 * getpagesize.c: Likewise.
8229 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
8230 HAVE_TIMES.
8231 * strerror.c: Change uses of NEED_sys_errlist to
8232 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
8233 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
8234 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
8235 HAVE_PSIGNAL.
8236 * acconfig.h: New file.
8237 * dummy.c: Remove.
8238 * functions.def: Remove.
8239 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
8240 * config/mh-windows (HDEFINES): Remove.
8241 * config/mh-cygwin32: Remove.
8242 * config/mh-go32: Remove.
8243 * config/mh-irix4: Remove.
8244 * config/mh-riscix: Remove.
8245 * config/mh-sysv4: Remove.
8246 * config/mt-mingw32: Remove.
8247 * config/mt-vxworks5: Remove.
8248 * config.in: New file, generated using autoheader.
8249 * configure: Rebuild.
8250
8251Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
8252
8253 * configure.in: Rewrite to use autoconf.
8254 * configure: Generate using autoconf.
8255 * config/mh-a68bsd: Remove.
8256 * config/mh-apollo68: Remove.
8257 * config/mh-hpbsd: Remove.
8258 * config/mh-ncr3000: Remove.
8259 * config/mh-sysv: Remove.
8260 * config/mh-aix (RANLIB, INSTALL): Don't define.
8261 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
8262 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
8263 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
8264 * config.table: Change config_shell to CONFIG_SHELL, and use
8265 libiberty_topdir to find move-if-change.
8aefe91a 8266 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
252b5132
RH
8267 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
8268 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
8269 * Makefile.in (srcdir): Set to @srcdir@.
8270 (VPATH): Likewise.
8271 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
8272 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
8273 (CC, CFLAGS, RANLIB)): Likewise.
8274 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
8275 (target_makefile_frag, host_makefile_frag): Add substitutions.
8276 (INSTALL_DEST): Set to @INSTALL_DEST@.
8277 (Makefile): Depend upon config.status. Don't depend upon
8278 $(host_makefile_frag) or $(target_makefile_frag).
8279 (config.status): New target.
8280
8281Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
8282
8283 * config/mt-sunos4: Remove. Should be handled by --with-headers
8284 and --with-libraries options at top level.
8285 * config.table: Never use mt-sunos4.
8286
8287 * alloca-conf.h: New file, combining alloca-norm.h and
8288 alloca-botch.h.
8289 * alloca-norm.h: Remove.
8290 * alloca-botch.h: Remove.
8291 * configure.in: Set shell variables files and links to empty.
8292 * config.table: Don't set shell variable files.
8293 * configure.bat: Don't create alloca-conf.h.
8294 * makefile.vms: Likewise.
8295 * mpw-config.in: Likewise.
8296 * vmsbuild.com: Likewise.
8297
8298Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
8299
8300 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
8301 target depending upon config.h.
8302 (alloca.o): Add target depending upon config.h
8303 (basename.o, choose-temp.o, fnmatch.o): Likewise.
8304 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
8305 (strsignal.o, xstrerror.o): Likewise.
8306
8307Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8308
8309 * cplus-dem.c (cplus_demangle_opname): Initialize work.
8310
8311Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
8312
8313 * cplus-dem.c (demangle_qualified): Replace missing else.
8314
8315Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8316
8317 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
8318 length in the name of a virtual table.
8319
8320Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
8321
8322 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
8323 (cplus_demangle_opname): Call mop_up_squangle.
8324 (cplus_demangle): Initialize squangle info, then call
8325 internal_cplus_demangle. (Most code moved there as well)
8326 (internal_cplus_demangle): New function, performs most of what use
8327 to be done in cplus_demangle, but is only called with this file.
8328 (squangle_mop_up): New function to clean up B and K code data.
8329 (mop_up): set pointers to NULL after freeing.
8330 (demangle_signature, demangle_template, demangle_class): Add
8331 switch elements to handle K and B codes.
8332 (demangle_prefix, gnu_special, demangle_qualified): Add
8333 code to handle K and B codes.
8334 (do_type, demangle_fund_type): Handle B and K codes.
8335 (remember_Ktype): New function to store K info.
8336 (register_Btype, remember_Btype): New functions for B codes.
8337 (forget_B_and_K_types): New function to destroy B and K info.
8338
8339Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
8340
8341 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
8342
8343Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8344
8345 * config.table: Make locating frag files failsafe even for the
8346 special case if configuring and building in srcdir.
8347
8348Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
8349
8350 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
8351
8352Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
8353
8354 * choose-temp.c: Sync with copy in gcc.
8355
8356Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
8357
8358 * getopt.c: Update to latest FSF version.
8359 * getopt1.c: Likewise.
8360
8361Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
8362
8363 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
8364 strings that are not actually lengths.
8365
8366Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
8367
8368 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
8369 (.c.o): Check value of enable_shared, not PICFLAG.
8370 (stamp-picdir): Dito.
8371
8372Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
8373
b4fe2683
JM
8374 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
8375 since it gets built automatically
252b5132
RH
8376
8377Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
8378
8379 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
8380 the currently shipping OS.
8381
8382Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
8383
8384 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
8385 Add fnmatch.o and objalloc.o; remove vasprintf.o.
8386 [config.h]: Define NEED_strsignal.
8387
8388Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
8389
8390 * functions.def: Correct argument types for strerror and
8391 strsignal. Reported by Alex Gutman <agutman@emc.com>.
8392
8393Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
8394
8395 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
8396 values.
8397
8398Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
8399 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
8400
8401 Add mingw32 support.
8402 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
8403 (pwait): New function for mingw32.
8404
8405 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
8406 * config/mt-mingw32: New file.
8407 * xmalloc.c (first_break): Not used for mingw32.
8408 (xmalloc_set_program_name): Don't use sbrk on mingw32.
8409 (xmalloc): Likewise.
8410 (xrealloc): Likewise.
8411
8412Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
8413
8414 * choose-temp.c: Sync with gcc version.
8415
8416Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
8417
8418 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
8419 to all filenames in libdir and tooldir.
8420 (distclean): Do MULTICLEAN before deleting Makefile.
8421 (stamp-needed, stamp-config): Add MULTISRCTOP to
8422 pathname for move-if-change.
8423
8424Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
8425
8426 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
8427
8428Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
8429
8430 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
8431 was already defined previously.
8432
8433Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
8434
8435 * Makefile.in (INSTALL): Use ../install-sh, not install.
8436
8437Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
8438
8439 * Makefile.in (CFILES): Add pexecute.c.
8440
8441Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
8442
8443 * asprintf.c: Consistently use either stdarg or varargs.
8444
8445Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
8446
8447 * cplus-dem.c (demangle_signature): Don't look for return types on
8448 constructors. Handle member template constructors.
8449
8450Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
8451
8452 * README: Fix configuration instructions.
8453
8454Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
8455
8456 * pexecute.c: Update to current version from /gd/gnu/lib:
8457
8458 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
8459
b4fe2683 8460 * pexecute.c: Use spawn if __CYGWIN32__.
252b5132
RH
8461
8462 1997-08-08 Paul Eggert <eggert@twinsun.com>
8463
b4fe2683 8464 * pexecute.c: Include "config.h" first, as per autoconf manual.
252b5132
RH
8465
8466 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
8467
b4fe2683
JM
8468 * pexecute.c (fix_argv): New function.
8469 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
8470 Add underscore to cwait function call.
252b5132
RH
8471
8472Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
8473
b4fe2683
JM
8474 * cplus-dem.c (demangle_template): Add new parameter. Handle new
8475 template-function mangling.
8476 (consume_count_with_underscores): New function.
8477 (demangle_signature): Handle new name-mangling scheme.
252b5132
RH
8478
8479Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
8480
8481 * asprintf.c: stdarg.h when ALMOST_STDC
8482 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
8aefe91a 8483 strncasecmp.o.
252b5132
RH
8484
8485Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
8486
8487 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
8488
8489 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
8490
8491 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
8492
8493Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8494
8495 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
8496
8497Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
8498
8499 * asprintf.c (asprintf): New file.
8500 * Makefile.in (CFILES): Add asprintf.c
8501 * functions.def: Ditto.
8502
8503Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
8504
8505 * argv.c (dupargv): New function, duplicate an argument vector.
8506
8507Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
8508
8509 * config/mh-cygwin32: also build random.o
8510
8511Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
8512
8513 * cplus-dem.c: Add 'extern' to prepends_underscore.
8514
8515Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
8516
8517 * cplus-dem.c: Various changes to produce Java output when passed
8518 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
8519 (main): Support --java and -j flags to set DMGL_JAVA.
8520
8521Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8522
8523 * config/mh-go32 (CC, AR, RANLIB): Don't define.
8524
8525Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
8526
8527 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
8528 (pexecute.o): New target.
8529
8530 * Makefile.in (stamp-needed): New target, replacing needed-list.
8531 (needed-list): Just depend upon stamp-needed.
8532 (stamp-config): New target, replacing config.h.
8533 (config.h): Just depend upon stamp-config.
8534 (mostlyclean): Remove stamp-*.
8535
8536Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
8537
8538 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
8539 INSTALL_DATA for multilibbed installs
8540
8541Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
8542
8543 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
8544
8545 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
8546
8547 * choose-temp.c (try): Insist that temp dir be searchable.
8548
8549 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
8550
8551 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
8552 for current directory.
8553
8554 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
8555
8556 * pexecute.c: Remove special cases for cygwin32.
8557 (pwait): Remove local definition of `pid'.
8558
8559 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
8560
8561 * pexecute.c (vfork): Supply new definition for VMS.
8562 (pwait): Use waitpid instead of wait for VMS.
8563
8564Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8565
8566 * cplus-dem.c (do_type): Handle `J'.
8567 (demangle_fund_type): Print "complex" for it.
8568
8569Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
8570
8571 * configure.in: Don't turn on multilib here.
8572
8573Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
8574
8575 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
8576 elided; needed by gdb and not present in libc.
8577
8578Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
8579
8580 * Makefile.in (clean): Remove tmpmulti.out.
8581
8582Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
8583
8584 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
8585 Add new floatformat, mainly for ARM doubles.
8586
8587Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
8588
8589 * config.table: Use ${config_shell} with ${moveifchange}. From
8590 Thomas Graichen <graichen@rzpd.de>.
8591
8592Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
8593
8594 * configure.in: Enable multilibing by default.
8595 Update multilib template to read config-ml.in.
8596
8597Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
8598
8599 * makefile.vms: Add objalloc.
8600
8601Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8602
8603 * cplus-dem.c (demangle_it): Add prototype declaration.
8604 (usage, fatal): Likewise.
8605
8606 * xexit.c (_xexit_cleanup): Add prototype.
8607
8608 * strerror.c (init_error_tables): Declare.
8609
8610Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
8611
8612 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
8613 * strsignal.c: Only define strsignal if NEED_strsignal.
8614 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
8615 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
8616 to xneeded-list.
8617 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
8618 (EXTRA_OFILES): Define to vasprintf.o.
8619 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
8620 (EXTRA_OFILES): Add vasprintf.o.
8621 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
8622 (vxneeded-list): Add vasprintf.o.
8623
8624Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
8625
8626 * objalloc.c: Include <stdio.h>.
8627
8628Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
8629
8630 * objalloc.c: New file.
8631 * Makefile.in (CFILES): Add objalloc.c
8632 (REQUIRED_OFILES): Add objalloc.o.
8633 (objalloc.o): New target.
8634
8635Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
8636
8637 * obstack.c: Update to current FSF version.
8638
8639Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
8640
8641 * cplus-dem.c: Add prototypes for all static functions.
8642 (mystrstr): Make static. Make arguments and result const.
8643 (cplus_match): Remove; not used.
8644
8645Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8646
8647 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
8648 __t* symbols.
8649
8650Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
8651
8652 * spaces.c: Declare malloc and free properly.
8653 * strsignal.c (init_signal_tables): Add prototype.
8654 * xatexit.c (_xexit_cleanup): Add parameter declarations.
8655
8656Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8657
8658 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
8659 also required because of xmalloc.o.
8660
8661Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
8662
8663 * strsignal.c: Unconditionally redefine sys_siglist around the
8664 inclusion of the system header files.
8665
8666Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
8667
8668 * makefile.vms: Remove 8 bit characters. Update to latest
8669 gcc release.
8670
8671Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
8672
8673 * strsignal.c: Use NEED_sys_siglist instead of
8674 LOSING_SYS_SIGLIST.
8675 * config.table: Don't use mh-lynxos.
8676 * config/mh-lynxos: Remove.
8677
8678Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
8679
8680 * cplus-dem.c: Fix indenting; make identical to the copy
8681 in GCC.
8682 (do_type, case 'M'): Check for a template as well as a class.
8683
8684Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8685
8686 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
8687 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
8688 libiberty is incorrect, as well.
8689
8690Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8691
8692 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
8693 alloca takes a size_t argument, not just unsigned.
8694
8695Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
8696
8697 * cplus-dem.c: Note that this file also lives in GCC.
8698
8699Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8700
8701 * alloca.c: Remove include of libiberty.h for hpux.
8702 * argv.c: Replace defs from libiberty.h.
8703 * spaces.c: Put back externs from removed from libiberty.h.
8704 * vasprintf.c: Remove include of libiberty.h for hpux.
8705
8706Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8707
8708 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
8709
8710Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8711
8712 * cplus-dem.c: Revert last two commits due to conflicts with
8713 hpux system headers.
8714
8715Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8716
8717 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
8718 Revert last commit due to conflicts with hpux system headers.
8719
8720Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8721
8722 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
8723 libiberty.h when compiled with a standard compiler.
8724
8725Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
8726
8727 * alloca.c: Include libiberty.h for definition of xmalloc.
8728 Don't redefine NULL.
8729 * argv.c: Move prototypes to libiberty.h.
8730 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
8731 Don't redefine NULL.
8732 Use casts to eliminate compiler warnings.
8733 * spaces.c: Remove prototypes for malloc and free which are
8734 already in libibrty.h.
8735 * strcasecmp.c: Use casts to eliminate compiler warnings.
8736 * vasprintf.c: Include libiberty.h for definition of malloc.
8737 Don't redefine NULL.
8738 * vprintf.c: Include stdarg.h if __STDC__.
8739
8740Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
8741
8742 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
8743
8744Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
8745
8746 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
8747 upward components correctly.
8748
8749Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
8750
8751 * config.table, config/mh-windows: Add support for building under
8752 MSVC (the Microsoft build environment).
8753
8754Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
8755
8756 * fnmatch.c: Undef const if not __STDC__.
8757
8758Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
8759
8760 * fnmatch.c: New file.
8761 * Makefile.in (CFILES): Add fnmatch.c.
8762 (REQUIRED_OFILES): Add fnmatch.o.
8763 (fnmatch.o): New target.
8764
8765Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
8766
8767 * cplus-dem.c (demangle_template): Fix handling of address args.
8768 (gnu_special): Handle type_info stuff.
8769
8770Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
8771
8772 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
8773 (mpwify_filename): Handle "::/" case.
8774
8775Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
8776
8777 * config/mh-cygwin32: new file (need -DNEED_basename and
8778 -DNEED_sys_siglist for native NT rebuilding)
8779 * config.table (*-*-cygwin32): new entry
8780 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
8781
8782Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8783
8784 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
8785
8786Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
8787
8788 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
8789 messed with arguments that included a '/', add escape chars
8790 to double quotes, remove const decl from arg that Mac
8791 compilers don't seem to like.
8792
8793Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
8794
8795 * pexecute.c: Update test for win32 (&& ! cygwin32).
8796 * choose-temp.c: fix WIN32 preprocessor defines
8797
8798Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
8799
8800 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
8801 to editing of default makefile rule.
8802
8803Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
8804
8805 * alloca-norm.h: Include <malloc.h> if _WIN32.
8806 * argv.c: Include non-prototyped decls for malloc and string
8807 functions if ! _WIN32 or if __GNUC__.
8808
8809Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
8810
8811 * config.h-vms: New file.
8812 * makefile.vms: Use it.
8813
8814Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
8815
8816 * getopt.c (_getopt_internal): If argc is 0, just return (before
8817 we reference *argv and segfault).
8818
8819Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
8820
8821 * Makefile.in (distclean): Add multilib.out.
8822
8823Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
8824
8825 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
8826 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
8827
8828Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
8829
8830 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
8831
8832 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
8833
8834 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
8835
8836 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
8837 (do_ofiles): Allow nonexistent source file in pass 3.
8838 (chk_deffunc): New routine.
8839
8840Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
8841
8842 * pexecute.c (PEXECUTE_VERBOSE): Define.
8843 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
8844
8845Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8846
8847 * Makefile.in (docdir): Removed.
8848
8849Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8850
8851 * Makefile.in (oldincludedir): Removed.
8852
8853Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8854
b4fe2683 8855 * Makefile.in (datadir): Set to $(prefix)/share.
252b5132
RH
8856
8857Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
8858
8859 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
8860 checking for errors from do_type.
8861
8862Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
8863
8864 * makefile.vms: New file.
8865 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
8866 than declaring malloc, realloc, and sbrk.
8867
8868Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
8869
8870 * pexecute.c: New file.
8871
8872Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
8873
8874 * xmalloc.c: Declare sbrk.
8875
8876Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8877
8878 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
8879 declaration.
8880
8881Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
8882
8883 * xstrerror.c: Include <stdio.h>.
8884
8885Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
8886
8887 * Makefile.in (CFILES): Add atexit.c.
8888
8889Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
8890
8891 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
8892
8893Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
8894
8895 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
8896 #include <stdio.h>
8897 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
8898
8899Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
8900
b4fe2683 8901 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
252b5132
RH
8902 Reverts Feb 8, 1995 change.
8903
8904Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
8905
8906 * choose-temp.c: New file.
8907 * Makefile.in (CFILES): Add choose-temp.c.
8908 (REQUIRED_OFILES): Add choose-temp.o.
8909
8910Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
8911
8912 * floatformat.c (floatformat_to_double): Don't bias exponent when
8913 handling zero's, denorms or NaNs.
8914
8915Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
8916
8917 * floatformat.c (floatformat_to_double): Fix bugs with handling
8918 numbers with fractions < 32 bits.
8919
8920Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
8921
8922 * config.table: Permit --enable-shared to specify a list of
8923 directories.
8924
8925Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
8926
8927 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
8928 arguments.
8929
8930Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
8931
8932 * configure.in: If srcdir is `.' and with_target_subdir is not
8933 `.', then set MULTISRCTOP before calling config-ml.in.
8934
8935Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
8936
8937 * mpw.c (mpw_open): Add debugging output option.
8938
8939Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
8940
8941 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
8942
8943Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
8944
8945 * mpw.c (mpwify_filename): Change 6 to 5 in
8946 strncmp (unixname, "/tmp/", 5).
8947
8948Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
8949
8950 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
8951 handle 0 as a pointer value parameter.
8952
8953Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
8954
8955 * Makefile.in (all): Depend upon required-list.
8956 (required-list): New target.
8957 (clean): Remove required-list.
8958
8959Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
8960
8961 * win32.c: Deleted.
8962 * config.table (i386-*-win32): Deleted.
8963 * config/mh-i386win32: Deleted.
8964
8965Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
8966
8967 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
8968 const char *.
8969 (cplus_mangle_opname): Change return type and opname parameter to
8970 const char *. Don't cast return value.
8971
8972Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
8973
8974 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
8975 definition.
8976
8977Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
8978
8979 * obstack.c: Update copyright to 1996.
8980 (_obstack_memory_used): Define new function. Called via
8981 obstack_memory_used macro.
8982
8983Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
8984
8985 * xstrdup.c: New file.
8986 * Makefile.in (CFILES): Add xstrdup.c.
8987 (REQUIRED_OFILES): Add xstrdup.o.
8988 (xstrdup.o): New target.
8989
8990Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
8991
8992 * atexit.c: New stub to provide atexit on systems that have
8993 on_exit, like SunOS 4.1.x systems.
8994 * functions.def (on_exit, atexit): Ditto.
8995
8996Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
8997
8998 * mpw.c (mpw_abort): Remove decl.
8999 (mpw_access): Move debugging printf.
9000
9001Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
9002
9003 * config.table: Consistently use ${host} rather than ${xhost} or
9004 ${target}.
9005 * configure.in: Don't bother to set ${xhost} before calling
9006 config.table.
9007
9008Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9009
9010 * Makefile.in (.c.o): Use test instead of the left bracket, to
9011 avoid problems with some versions of make.
9012
9013Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
9014
9015 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
9016
9017Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
9018
9019 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
9020 which was set to just alloca.o, which is now automatically marked
9021 as needed by the autoconfiguration process.
9022
9023Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
9024
9025 * config.table: Check ${with_cross_host} rather than comparing
9026 ${host} and ${target}.
9027
9028Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
9029
9030 * configure.in: If with_target_subdir is empty, set xhost to
9031 ${host} rather than ${target} before calling config.table.
9032
9033Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
9034
9035 * Makefile.in (MULTITOP): Deleted.
9036 (MULTISRCTOP, MULTIBUILDTOP): New.
9037 (FLAGS_TO_PASS): Delete INCDIR.
9038 (INCDIR): Add $(MULTISRCTOP).
9039 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
9040 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
9041 instead of cfg-ml-pos.in.
9042 (cross-compile check): Change to test for with_target_subdir.
9043 (EXTRA_LINKS): Delete.
9044
9045Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
9046
9047 * mpw-make.sed: Add getpagesize.c.o to needed-list.
9048 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
9049 functions that are supplied by Metrowerks libraries.
9050 (fstat): Clean up descriptor->pointer conversion code.
9051 (InstallConsole, etc): Empty definitions, for when linking
9052 with SIOUX.
9053
9054Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
9055
9056 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
9057 (.c.o): Stylistic change.
9058
9059Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
9060
9061 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
9062 phdm@info.ucl.ac.be (Philippe De Muyter).
9063
9064Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
9065
9066 * configure.in: Correct sed call.
9067
9068Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
9069
9070 * configure.in: Clean up / simplify for native.
9071
9072 * configure.in: Merge in stuff from ../xiberty/configure.in.
9073 * Makefile.in (CC): Add definition (so it can be overrridden
9074 by ../configure).
9075
9076Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
9077
9078 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
9079 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
9080 (link): Remove useless definition with error return.
9081 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
9082 Use UnsignedWide type for microsecond counts.
9083
9084Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
9085
9086 * memcmp.c (memcmp): Argument types are const void *, not void
9087 *const.
9088
9089 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
9090 sys/types.h.
9091 * strcasecmp.c (strcasecmp): Ditto.
9092
9093Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
9094
9095 * Makefile.in (BISON): Remove macro.
9096
9097Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
9098
9099 * Makefile.in (HFILES): Add default empty definition.
9100 * mpw-config.in (config.h): Only update if changed.
9101 * mpw-make.in: Remove.
9102 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
9103 * mpw.c: Remove semi-clone of strerror code.
9104 (sys_nerr, sys_errlist): Define here.
9105 (Microseconds): Only define as A-line trap if m68k Mac.
9106
9107Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
9108
9109 * Makefile.in (maintainer-clean): New synonym for distclean.
9110
9111Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
9112
9113 * config.table: For host, generalize rs6000-ibm-aix*
9114 to *-ibm-aix* so we also include powerpc.
9115
9116Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9117
9118 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
9119
9120 * xstrerror.c: New file.
9121 * Makefile.in, vmsbuild.com: Compile it.
9122
9123Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
9124
9125 * config.table (i386-*-win32): New.
9126
9127Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
9128
9129 * Makefile.in (MULTITOP): New variable.
9130 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
9131 (all): Add multilib support.
9132 (install_to_tooldir, *clean): Likewise.
9133
9134Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
9135
9136 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
9137
9138Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
9139
9140 * vmsbuild.com: create "new-lib.olb", build libiberty under that
9141 name, and then make it become "liberty.olb" when done, so that an
9142 incomplete build attempt never leaves behind something which looks
9143 like a complete library.
9144
9145Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
9146
9147 * config/mh-i386pe: New file for PE hosts.
9148 * config.table: Understand PE hosts.
9149
9150Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9151
9152 * cplus-dem.c: Update from gcc.
9153
9154 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
b4fe2683 9155 <stddef.h>.
252b5132
RH
9156 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
9157
9158Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
9159
9160 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
9161 * mpw.c: Only test DebugPI once whenever printing debug info.
9162 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
9163 also fix to not write on input filename buffer.
9164 (mpw_access): Use stat() instead of open(), works for directories
9165 as well as files.
9166
9167Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9168
9169 * Makefile.in: Massage broken shells that require 'else true'.
9170
9171Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
9172
9173 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
9174 Declare __builtin_alloca in the sparc case, as argv.c did.
9175 * argv.c: Replace inline version of alloca-norm.h at start of file with
9176 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
9177 because alloca-norm.h needs to declare alloca as "PTR".
9178
9179Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
9180
9181 * win32.c: New file.
9182
9183Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9184
9185 * dummy.c: #include "alloca-conf.h".
9186
9187Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9188
9189 * Makefile.in (mostlyclean): Remove stamp-picdir.
9190 (clean): Don't.
9191
9192Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9193
9194 * config.table (frags): Use toplevel pic frags.
9195
9196 * Makefile.in (PICFLAG): New macro.
9197 (all): Depend on stamp-picdir.
9198 (needed-list): Ditto.
9199 (.c.o): Also build pic object.
9200 (stamp-picdir): New rule.
9201 (mostlyclean): Remove pic.
9202 (clean): Remove stamp-picdir.
9203
9204Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
9205
9206 * vmsbuild.com (config.h): Add `#define NEED_basename'.
9207
9208Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
9209
9210 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
9211 to libio-style copyright.
9212 * getpagesize.c: Remove FSF copyright.
9213
9214Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9215
9216 Added improved VMS support from Pat Rankin:
9217
9218 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
9219
9220 * vmsbuild.com: new file.
9221
9222 * getpagesize.c (getpagesize): implement for VMS;
9223 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
9224 support for EVMSERR.
9225
9226Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9227
9228 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
9229
9230 * floatformat.c (floatformat_arm_ext): Define.
9231
9232Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
9233
9234 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
9235 strerror.c, strsignal.c: Remove FSF copyright.
9236 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
9237
9238Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
9239
9240 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
9241 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
9242 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
9243 * strchr.c, strrchr.c: Add cast to suppress const warning.
9244
9245Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9246
9247 * cplus-dem.c: Use const instead of CONST. Don't include
b4fe2683 9248 ansidecl.h directly.
252b5132
RH
9249
9250Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9251
9252 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
b4fe2683 9253 xrealloc.
252b5132 9254 (-DMAIN): Don't rely on an externally-defined version number;
b4fe2683
JM
9255 instead, require the version number to be defined as a
9256 preprocessor macro. Handle the RS/6000 leading dot. Define
9257 xmalloc, xrealloc and fatal. Don't strip a leading underscore
9258 if we couldn't demangle the word.
252b5132
RH
9259
9260Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
9261
9262 (Old mpw.c change descriptions retained for informational value.)
9263 * mpw.c (warning_threshold): Default to .4 sec.
9264 (overflow_count, current_progress): New globals.
9265 (warn_if_spin_delay): Include current progress type,
9266 such as program name, in message.
9267 (mpw_start_progress): Set current_progress variable from arg.
9268 (mpw_end_progress): Report spin delays by power-of-two-size
9269 buckets instead of constant-size buckets.
9270
9271 * mpw.c: Clean up formatting, types, returns, etc.
9272 (ENOSYS): Define.
9273 (mpw_fread, mpw_fwrite): Define.
9274 (sleep): Define correctly.
9275
9276 * mpw.c: New code to implement cursor spinning support.
9277 (umask): New function.
9278 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
9279
9280 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
9281 basenames for MPW and MPW/Unix filenames.
9282 (mpw_special_init): New function, calls Macsbug if desired.
9283
9284 * mpw.c: Add GPL notice.
9285 (mpwify_filename): Add more transformations.
9286 (mpw_fopen): Call mpwify_filename on file names.
9287 (rename): Remove.
9288 (chdir, getcwd): Add simple definitions.
9289
9290 * mpw.c: Random cleanups, remove unused code bits.
9291 Added copy of strerror.c for gcc's use.
9292 (stat, fstat, _stat): New versions based on Guido van Rossum code.
9293
9294 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
9295
9296 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
9297 (fork, vfork, etc): Print error messages if called.
9298 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
9299 rename, chown): Define.
9300
9301 * mpw-config.in: New file, MPW version of configure.in.
9302 * mpw-make.in: New file, MPW version of Makefile.in.
9303 * mpw.c: New file, MPW compatibility routines.
9304
9305Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9306
9307 * basename.c: Include config.h before checking for NEED_basename.
9308
9309Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9310
9311 * functions.def: Add DEFFUNC for basename.
9312
9313 * basename.c: Only define basename if NEED_basename.
9314
9315Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9316
9317 * config.table: Fix --enable-shared logic for native builds.
9318
9319Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9320
9321 * cplus-dem.c (demangle_template): Demangle bool literals properly.
9322
9323Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
9324
9325 * strtol.c strtoul.c: Replace these with less buggy versions from
9326 NetBSD. (strtoul in particular couldn't handle base 16.)
9327
9328Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
9329
9330 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
9331
9332 * clock.c: If NO_SYS_PARAM_H is defined, don't include
9333 <sys/param.h>.
9334 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
9335
9336Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
9337
9338 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
9339 a number; ANSI appears to permit any expression, including a
9340 function call.
9341
9342 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
9343 xiberty.
9344 * config/mt-vxworks5: New file.
9345
9346Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
9347
9348 * basename.c (basename): Change argument to be const.
9349
9350Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9351
9352 * Makefile.in (lneeded-list): Don't worry about xmalloc.
9353
9354Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
9355
9356 * Makefile.in (distclean): Delete xhost-mkfrag.
9357
9358Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9359
9360 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
9361
9362Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9363
9364 * hex.c: New file.
9365 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
9366 (hex.o): Add dependencies.
9367
9368 * cplus-dem.c (demangle_prefix): For GNU style constructor and
9369 destructor names, try demangling the remainder of the string.
9370
9371Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
9372
9373 * vasprintf.c (int_vasprintf): New static function.
9374 (vasprintf): Use int_vasprintf. Removes assumption that va_list
9375 is assignment compatible.
9376
9377Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9378
9379 * Makefile.in (LIBCFLAGS): New variable.
9380 (FLAGS_TO_PASS): Pass it.
9381 (.c.o): Use it.
9382
9383Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9384
9385 * getopt.c, getopt1.c: Do compile these functions under Linux,
9386 since many native versions are based on glibc but are buggy.
9387
9388Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
9389
9390 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
9391 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
9392
9393Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9394
9395 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
9396 * functions.def: Remove vasprintf.
9397
9398Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9399
9400 * xmalloc.c (first_break): New static variable.
9401 (xmalloc_set_program_name): Record sbrk (0) in first_break.
9402 (xmalloc): If memory allocation fails, try to report how much
9403 memory was allocated by the program up to this point.
9404 (xrealloc): Likewise.
9405
9406Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
9407
9408 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
9409 when linking dummy.
9410 * config.table: Add host RISCiX Makefile frag.
9411 * config/mh-riscix: New file.
9412
9413Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9414
9415 * Makefile.in (FLAGS_TO_PASS): Define.
9416 ($(RULE1)): Use $(FLAGS_TO_PASS).
9417
9418Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9419
9420 * vasprintf.c: Include <string.h>.
9421 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
9422 * xatexit.c: Declare malloc.
9423
9424Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
9425
9426 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
9427 one below).
9428
9429Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
9430
9431 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
b4fe2683 9432 the type index is greater than 9.
252b5132
RH
9433
9434Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
9435
9436 * cplus-dem.c (demangle_qualified): accept optional '_' between
9437 qualified name. This is baecause the template name may end with
9438 numeric and can mixed up with the length of next qualified name.
9439
9440Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9441
9442 * config/mt-sunos4: Use our standard location for cross-includes
9443 and cross-libs when the target is also a "host" environment (ie no
9444 newlib; includes and such don't belong to us). This is specific
9445 to the Cygnus Support environment.
9446
9447Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
9448
9449 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
9450 xxx<ch=81>.
9451
9452Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
9453
9454 * cplus-dem.c (main): flush stdout to make pipe work.
9455
9456Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
9457
9458 * config.table (*-*-cxux7*): Recognize.
9459 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
9460 Harris-specific float format.
9461 * config/mh-cxux7: New file.
9462
9463Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9464
9465 * cplus-dem.c (demangle_template): Make sure that the result of
9466 consume_count doesn't index beyond the end of the string.
9467
9468Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9469
9470 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
9471 earlier. Improve test for new vtable mangling. Change output back
9472 to `virtual table'.
9473
9474Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9475
9476 * obstack.c: Always compile this code, even if using the GNU
9477 library. Avoids problems with relatively recent binary
9478 incompatibility.
9479
9480Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9481
9482 * cplus-dem.c: Include libiberty.h.
9483 (xmalloc, xrealloc, free): Don't declare.
9484 (strstr): Don't declare parameters.
9485 (xmalloc, xrealloc): Don't define.
9486 (long_options): Add no-strip-underscores.
9487 (main): Call xmalloc_set_program_name. Pass n in short options to
9488 getopt_long. Handle option 'n' to not strip underscores.
9489 (usage): Mention -n and --no-strip-underscores.
9490
9491Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
9492
9493 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
b4fe2683 9494 space.
252b5132
RH
9495 (gnu_special): Demangle template and qualified names in a vtable name.
9496
9497Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9498
9499 From gas-2.3 and binutils-2.4 net releases:
9500
9501 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
9502
9503 * makefile.dos: [new] Makefile for dos/go32
9504 * configure.bat: update for latest files
9505 * msdos.c: remove some functions now in libc.a
9506
9507Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
9508
9509 * cplus-dem.c (gnu_special): Recognize thunks, as well as
9510 the new naming style for vtables (when -fvtable-thunks).
9511
9512Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9513
9514 * Makefile.in (XTRAFLAGS): Don't define.
9515 (.c.o, dummy.o): Don't use XTRAFLAGS.
9516 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
9517
9518Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9519
9520 * vasprintf.c: New file.
9521 * Makefile.in, functions.def: Add it.
9522
9523Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
9524
9525 * cplus-dem.c (demangle_fund_type): Grok bool.
9526
9527Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
9528
9529 * config.table: Add go32
9530 * config/mh-go32: New template.
9531
9532Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
9533
9534 * config.table, config/mt-sunos4: config for when sun4 is cross target.
9535
9536Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9537
b4fe2683
JM
9538 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
9539 Declare strlen to return int. Don't include stddef.h.
252b5132
RH
9540
9541Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
9542
b4fe2683
JM
9543 * getopt.c: Delete use of IN_GCC to control whether
9544 stddef.h or gstddef.h is included.
252b5132
RH
9545
9546Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
9547
9548 * cplus-dem.c (demangle_signature): Fix a bug in template function
9549 type numbering.
9550
9551Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
9552
9553 * cplus-dem.c (demangle_signature): Fix template function with arm
9554 style argument type number, Tn.
9555
9556Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
9557
9558 * cplus-dem.c (optable): Add new[] and delete[].
9559
9560Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9561
9562 * argv.c (buildargv): Don't produce empty argument just because
9563 there is trailing whitespace.
9564
9565Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
9566
9567 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
9568 Handle 'p' same as 'P'.
9569 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
9570
9571Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9572
9573 * floatformat.c (get_field, put_field): Fix off by one error in
9574 little endian case.
9575
9576Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9577
9578 * floatformat.c (floatformat_from_double): Pass unsigned char *,
9579 not char *, to put_field.
9580
9581Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
9582
9583 * memmove.c: Re-wrote; placed in public domain.
9584
9585Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9586
9587 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
9588 __Q* as a constructor.
9589
9590Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
9591
9592 * ieee-float.c: Removed; no longer used.
9593 * Makefile.in: Changed accordingly.
9594
9595Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9596
9597 * floatformat.c (get_field): Removed unused local variable i.
9598 (put_field): Removed unused local variable i.
9599
9600Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9601
9602 * floatformat.c: New file, intended to replace ieee-float.c.
9603 * Makefile.in: Change accordingly.
9604
9605Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9606
9607 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
9608 (_getopt_initialize): New function, broken out of _getopt_internal.
9609 (_getopt_internal):
9610 If long_only and the ARGV-element has the form "-f", where f is
9611 a valid short option, don't consider it an abbreviated form of
9612 a long option that starts with f. Otherwise there would be no
9613 way to give the -f short option.
9614
9615Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9616
b4fe2683
JM
9617 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
9618 Test just __STDC__, not emacs.
252b5132
RH
9619
9620Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9621
b4fe2683
JM
9622 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
9623 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
252b5132
RH
9624
9625Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9626
b4fe2683 9627 * getopt.c (_NO_PROTO): Define before config.h is included.
252b5132
RH
9628
9629Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9630
b4fe2683 9631 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
252b5132
RH
9632 <config.h> only under these, else "config.h".
9633
9634Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9635
b4fe2683
JM
9636 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
9637 <config.h> instead of "config.h".
252b5132
RH
9638
9639Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
9640
9641 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
9642 whether to use prototypes or not.
9643 * strerror.c (const): Never undefine; let ansidecl.h handle it.
9644 * strsignal.c (const): Likewise.
9645
9646Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9647
9648 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
9649 Merging common and initialized variables need not be supported by
9650 ANSI C compilers.
9651 (xatexit): Initialize _xexit_cleanup if not already set.
9652 * xexit.c: Comment fix.
9653
9654Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9655
9656 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
9657 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
9658 assuming that realloc works correctly.
9659
9660Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9661
9662 * concat.c, ieee-float.c: Replace inclusion of <string.h>
9663 with explicit function declarations, as recommended by Ian Taylor.
9664
9665Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9666
9667 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
9668 (malloc, realloc): Declare.
9669
9670Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9671
9672 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
9673 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
9674 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
9675 * xmalloc.c: Likewise.
9676 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
9677 macros, not <varargs.h> macros.
9678 * spaces.c (spaces): Make return type const. Don't crash if
9679 malloc returns NULL.
9680 * strerror.c (struct error_info): Make name and msg fields const.
9681 (error_names): Make const.
9682 (strerrno): Make const.
9683 (strtoerrno): Make argument const.
9684 * strsignal.c (struct signal_info): Make name and msg fields
9685 const.
9686 (signal_names, sys_siglist): Make const.
9687 (strsignal, strsigno): Make const.
9688 (strtosigno): Make argument const.
9689 * xatexit.c: Declare parameter types.
9690 * xmalloc.c (name): Make const.
9691 (xmalloc_set_program_name): Make argument const.
9692 * Makefile.in (INCDIR): Define.
9693 (.c.o): Use $(INCDIR).
9694 (dummy.o): Likewise.
9695 (argv.o, basename.o): New targets; depend on libiberty.h.
9696 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
9697 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
9698 (xmalloc.o): Likewise.
9699 (cplus-dem.o): New target; depend on demangle.h.
9700 (getopt.o, getopt1.o): New targets; depend on getopt.h.
9701 (ieee-float.o): New target; depend on ieee-float.h.
9702 (obstack.o): New target; depend on obstack.h.
9703
9704Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9705
9706 Handle obstack_chunk_alloc returning NULL. This allows
9707 obstacks to be used by libraries, without forcing them
9708 to call exit or longjmp.
9709 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
9710 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
9711 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
9712
9713Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9714
9715 * concat.c, ieee-float.c: Include <string.h>.
9716
9717Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9718
9719 * xmalloc.c (xmalloc_set_program_name): New function.
9720 (xmalloc, xrealloc): Include the name in the error message, if set.
9721
9722 * Replace atexit.c with xatexit.c.
9723 * Makefile.in (CFILES), functions.def: Change references.
9724
9725Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
9726
9727 * getruntime.c (get_run_time): Use getrusage or times if
9728 HAVE_GETRUSAGE or HAVE_TIMES are defined.
9729
9730Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9731
9732 * atexit.c: New file.
9733 * Makefile.in (CFILES), functions.def: Add it.
9734 * xexit.c: New file.
9735 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
9736 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
9737 Change request for 0 bytes into request for 1 byte.
9738
9739Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9740
9741 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
9742 unsigned long, to avoid warnings.
9743
9744Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9745
9746 * dummy.c: Don't include time.h ever; always define clock_t as
9747 "unsigned long". Until gcc/fixincludes ensures that clock_t
9748 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
9749 exist, clock_t probably doesn't either.
9750
9751Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
9752
9753 * clock.c, getruntime.c: New files.
9754 * Makefile.in: Add to file lists.
9755 * functions.def (clock): Add to list.
9756 * dummy.c (time.h): Add if __STDC__.
9757 (clock_t): #define as "unsigned long" if not __STDC__.
9758
9759Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9760
9761 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
9762 Edler).
9763
9764Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9765
9766 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
9767 linking.
9768
9769Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
9770
9771 * cplus-dem.c (demangle_arm_pt): New function. Common code
9772 for ARM template demangling.
9773 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
9774 * cplus-dem.c (demangle_prefix): Likewise.
9775
9776Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
9777
9778 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
9779
9780Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
9781
9782 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
9783 * strerror.c, strsignal.c: As a small space optimization, don't
9784 include messages when they aren't actually used.
9785
9786 Merge changes from takefive.co.at!joe (Josef Leherbauer)
9787 * cplus-dem.c (demangle_prefix, demangle_function_name,
9788 cplus_demangle_opname): Fixes for systems where cplus_marker
9789 is something other than '$'.
9790
9791Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
9792
9793 * waitpid.c: Simple-minded approcimation to waitpid
9794 using vanilla wait.
9795 * functions.def, Makefile.in: Update accordingly,
9796
9797Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
9798
9799 * cplus-dem.c(demangle_template): fix bug template instantiation
9800 with value of user defined type.
9801
9802Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
9803
9804 * cplus-dem.c(cplus_demangle_opname): add the subject new function
9805 to support unified search of operator in class.
9806
9807Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9808
9809 gcc -Wall lint:
9810 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
9811 "digit = *s" as condition in while loop.
9812
9813Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
9814
9815 * Makefile.in: pass SHELL to recursive make
9816
9817Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
9818
9819 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
9820 be (const char*), for ANSI (and gcc w/fixproto) consistency.
9821
9822Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9823
9824 * config.table: Make *-*-hiux* use mh-hpux.
9825
9826Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9827
9828 * config.table: Add * to end of all OS names.
9829
9830Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9831
9832 * Makefile.in (lneeded-list): ensure that object file names are
9833 not duplicated, as multiple instances of the same object file in
9834 a library causes problems on some machines
9835
9836Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9837
9838 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
9839
9840Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9841
9842 * strncasecmp.c: new file, implements strncasecmp
9843 * strcasecmp.c: new file, implement strcasecmp
9844
9845 * Makefile.in (CFILES): list these two new source files
9846
9847 * functions.def: add strcasecmp and strncasecmp entries
9848
9849Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9850
9851 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
9852 according to ANSI C.
9853
9854Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
9855
9856 * cplus-dem.c: add support of ARM global constructor/destructor,
9857 and 'G' for passing record or union in parameter.
9858
9859Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9860
9861 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
9862 should not be in functions.def.
9863
9864Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9865
9866 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
9867 not be in functions.def.
9868
9869Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
9870
9871 * cplus-dem.c: change globl constructor/destructor to proper name
9872
9873Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
9874
9875 * cplus-dem.c: fix bug in constructor/destructor
9876
9877Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
9878
9879 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
9880
9881Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
9882
9883 * cplus-dem.c: Fix demangle_template prototype
9884
9885Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
9886
9887 * cplus-dem.c: fix template demangling
9888 * cplus-dem.c: fix const type demangling
9889 * cplus-dem.c: fix constructor/destructor, virtual table,
9890 qualifier, global constructor/destructor demangling
9891
9892Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9893
9894 * strsignal.c, strerror.c: Use fully-bracketed initializer to
9895 keep gcc -Wall happy.
9896
9897Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
9898
9899 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
9900 patch.
9901
9902Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9903
9904 Patch from Paul Flinders:
9905 * cplus-dem.c (do_type): Deal with arrays.
9906
9907Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9908
9909 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
9910 than 9 classes.
9911
9912Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
9913
9914 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
9915 not initialized" warnings under HP/UX
9916
9917Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9918
9919 * strerror.c: Move include of stdio.h after sys_errlist #define.
9920 Also remove NULL definition (stdio.h always defines NULL, so it
9921 never did anything but clutter up the code).
9922
9923Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9924
9925 * Makefile.in, functions.def: handle xmalloc.c
9926
9927 * xmalloc.c: provide xmalloc and xrealloc functions
9928
9929Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9930
9931 * cplus-dem.c: Fix a comment.
9932
9933Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9934
9935 * getopt1.c: Declare const the way getopt.c does.
9936
9937Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9938
9939 * obstack.c, alloca.c: Update from FSF.
9940 * getopt.c, getopt1.c: Update to current FSF version, which
9941 doesn't use alloca.
9942
9943Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9944
9945 * Makefile.in (demangle): Add the target with a message saying
9946 where demangle went.
9947
9948Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9949
9950 * Makefile.in: Remove obsolete `demangle' target.
9951
9952Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
9953
9954 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
9955 avoid infinite loop on vtbl symbols with disambiguating "junk"
9956 tacked on the end.
9957
9958Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9959
9960 * strsignal.c: work around some systems losing definitions of
9961 sys_siglist
9962
9963 * config/mh-lynxos: this system has a losing definition of
9964 sys_siglist
9965
9966 * config.table: use mh-lynxos for *-*-lynxos
9967
9968Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9969
9970 * config.table: Add support for HPPA BSD hosts.
9971
9972 * config/mh-hpbsd: New file.
9973
9974Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
9975
9976 * Makefile.in (TAGS): make work when srcdir != objdir.
9977
9978Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9979
9980 * cplus-dem.c (main): Add long options, including --help and
9981 --version.
9982 (usage): New function from code in main.
9983
9984Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
9985
9986 * config.table: New shell scipt, sourced by both ./configure,in
9987 and ../xiberty/configure.in, to avoid maintainance lossages.
9988 * configure.in and ../xiberty/configure.in: Use config.table.
9989
9990 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
9991 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
9992 * ../xiberty/configure.in: Update from ./configure.in.
9993
9994Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9995
9996 * Makefile.in: remove parentdir support
9997
9998Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9999
10000 * cplus-dem.c (xrealloc): Match definition with prototype.
10001
10002Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10003
10004 * cplus-dem.c (demangle_prefix): Demangle cfront
10005 local variables as an extension to ARM demangling.
10006
10007Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10008
10009 * ieee-float.c: Don't require pointers to double to be aligned.
10010
10011Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
10012
b4fe2683 10013 (merge changes from dlong@cse.ucsc.edu)
252b5132
RH
10014 * cplus-dem.c (consume_count): Simplify.
10015 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
10016 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
10017
10018 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
10019 full prototypes.
10020 * cplus-dem.c (free): Add prototype.
10021 * cplus-dem.c (optable): Fully bracketize initializer.
10022
10023Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
10024
10025 * cplus-dem.c: Whether initial underscores are stripped
10026 depends on the external variable prepends_underscore
10027 (which is generated by the binutils Makefile).
10028
10029Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10030
10031 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
10032
10033Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
10034
10035 * cplus-dem.c (consume_count): Return zero if arg does not
10036 start with digit, and don't consume any input.
10037
10038Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
10039
10040 * Makefile.in (demangle): Use ${srcdir} not $^.
10041
10042 * strtod.c: New file, needed at least for BSD 4.3.
10043
10044Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
10045
10046 * strsignal.c (sys_siglist): For ANSI compilations, type is
10047 "const char *const". Also remove conditionalization on __STDC__
10048 since const is defined away for non-ANSI.
10049
10050Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10051
10052 * configure.in: Recognize *-*-hpux.
10053 * config/mh-hpux: New file.
10054
10055Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
10056
10057 * tmpnam.c: Added ANSI tmpnam() function.
10058 * functions.def, Makefile.in: Update accordingly.
10059
10060Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10061
10062 * cplus-dem.c (demangle_function_name): Get the demangling of
10063 stop__1A right.
10064
10065Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
10066
10067 * cplus-dem.c: Declare strstr return type.
10068
10069Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
10070
10071 * strsignal.c: Add some AIX signals.
10072
10073Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
10074
10075 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10076
10077Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10078
10079 * Makefile.in: add installcheck & dvi targets
10080
10081Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
10082
10083 * ieee-float.c: New file, moved from ../gdb (since it is
10084 needed by ../opcode/m68k-dis.c).
10085
10086Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
10087
10088 * cplus-dem.c: Replace all references to cfront with ARM.
10089
10090Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
10091
10092 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
10093 to be more useful as a filter.
10094
10095Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10096
10097 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
10098 destination directory before running $(RANLIB), in case that
10099 program tries to create a file in the current directory as part of
10100 its work.
10101
10102Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
10103
10104 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
10105 because BSD 4.4 lacks one. Isn't this fun?
10106
10107Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
10108
10109 * cplus-dem.c (demangle_signature): Set func_done after
10110 demangling a template.
10111 * cplus-dem.c (demangle_template): Fix several small bugs
10112 in demangling GNU style templates.
10113 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
10114 style constructors.
10115 * cplus-dem.c (gnu_special): Fix for templates in GNU style
10116 static data members.
10117
10118Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
10119
10120 * cplus-dem.c (demangle_signature): Modify to include type
10121 modifiers like static and const in remembered types.
10122
10123Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
10124
10125 * cplus-dem.c (demangled_qualified): Add new parameter that tells
10126 whether to prepend or append the qualifiers.
10127 * cplus-dem.c (string_prepends): Used now, remove #if 0.
10128 * cplus-dem.c (demangle_signature): Call demangle_qualified
10129 with prepending.
5dd42ef4 10130 * cplus-dem.c (gnu_special): Recognize static data members that
252b5132
RH
10131 use qualified names.
10132 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
10133 temporary buffer and the prepend or append them to the result,
10134 as specified by the new "append" flag.
10135 * cplus-dem.c (do_type): Call demangled_qualified with
10136 appending.
10137
10138Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
10139
10140 * strsignal.c (signal_table): Now const.
10141 (init_signal_tables): Variable eip now points to const.
10142
10143 * strerror.c (error_table): Now const.
10144 (init_error_tables): Variable eip now points to const.
10145
10146Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
10147
10148 * memchr.c (memchr): New (ANSI standard) function.
10149 * Makefile.in, functions.def: Added memchr.
10150 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
10151
10152Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10153
10154 * getopt.c: remove use of USG around <alloca.h>, which never meant
10155 anything anyway
10156
10157 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
10158 of USG and USGr4
10159
10160Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
10161
10162 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
10163 it's now a type according to the ANSI X3J16 working paper; output
10164 "wchar_t" for it.
10165 (demangle_template): Accept `w' as an integral type.
10166 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
10167 counterparts malloc and realloc to `char *'.
10168 (main): Exit with a 0 status.
10169 * Makefile.in (demangle): Don't expect the user to define
10170 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
10171 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
10172
10173Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
10174
10175 * Makefile.in (AR_FLAGS): Avoid verbosity.
10176 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
10177 replace USGr4 with HAVE_SYSCONF.
10178 * config/mh-solaris: Remove; mh-sysv4 works now.
10179 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
10180 * configure.in: Simplify host matching table, remove separate
10181 solaris config file.
10182
10183Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
10184
10185 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
10186
10187Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
10188
10189 * cplus-dem.c (xmalloc, xrealloc): Add decls.
10190 (remember_type): Don't cast xmalloc.
10191 (string_need): Likewise; don't cast xrealloc either.
10192
10193Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
10194
10195 * Makefile.in, functions.defs, rename.c: added simple
10196 implementation of rename, since some binutils programs use it.
10197
10198Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
10199
10200 * strsignal.c: Add appropriate 'const' to sys_siglist
10201 extern declaration (if __STDC__). (Needed for Linux.)
10202 * strsignal.c (strsignal): Add cast to remove const-ness.
10203
10204Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
10205
10206 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
10207 before "'s, diagnosed by BSD 4.4 awk.
10208
10209Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
10210
10211 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
10212 and $(NEEDED_LIST), to give some hooks for xiberty.
10213
10214Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10215
10216 * configure.in: use cpu-vendor-triple instead of nested cases
10217
10218Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10219
10220 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
10221 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
10222 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
10223 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
10224 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
10225 Convert from using GPL to LGPL.
10226
10227Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
10228
10229 * Makefile.in (errors): Leave dummy.o and dummy around so that
10230 we can see how the needed list was generated (it's sometimes wrong).
10231 (mostlyclean): Remove them.
10232
10233Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
10234
10235 * getcwd.c: supply a default if MAXPATHLEN is not defined.
10236
10237 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
10238
10239Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
10240
10241 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
10242 when cross-compiling.
10243
10244Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
10245
10246 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
10247 as a time optimization.
10248
10249 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
10250 be more expensive than simply demangling.
10251
10252 * cplus-dem.c (cplus_match): new function.
10253
10254Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
10255
10256 * cplus-dem.c: #include <stdio.h>, to define NULL.
10257 Define current_demangling_style.
10258
10259Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
10260
10261 * cplus-dem.c: New file, moved from ../gdb.
10262 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
10263 function, to avoid compiling in target-dependency for CPLUS_MARKER.
10264 * cplus-dem.c (cplus_demangle): Allow demangling style option
10265 to be passed as a parameter, but using the global variable
10266 current_demangling_style as a default.
10267 * Makefile.in: Update for cplus-dem.c
10268
10269Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
10270
10271 * obstack.c: Merge in comment changes from FSF version. Now
10272 matches the FSF version exactly.
10273
10274Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
10275
10276 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
10277 least on losing DECstations!); use if-then-else instead.
10278
10279Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
10280
10281 * Makefile.in: always create installation directories.
10282
10283Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10284
b5d60b68 10285 * Makefile.in: clean up definition of CFILES, more comments
252b5132
RH
10286
10287Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
10288
10289 * getopt.c (my_index): Make first arg const to match strchr,
10290 which it sometimes is remapped to.
10291
10292Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
10293
10294 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
10295 * obstack.c (_obstack_begin): Initialize use_extra_arg.
10296 * obstack.c (_obstack_begin_1): New, from FSF version.
10297
10298Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
10299
10300 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
10301 extra_arg.
10302 * obstack.c (_obstack_begin): Remove area_id and flags arguments
10303 (previously added for mmalloc support, interface has changed).
10304 Also convert flags usage to use use_extra_arg and maybe_empty_object.
10305
10306Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
10307
10308 * argv.c: Move expandargv inline and eliminate static variables.
10309 Rewrite to always allocate in powers of two. Fix to return an
10310 argv with a single null string arg if passed a null string.
10311
10312Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
10313
10314 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
10315 "(void)" casts from function calls where the return value is
10316 ignored, in accordance with GNU coding standards.
10317
10318Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
10319
10320 * bcopy.c, strerror.c, strsignal.c: Lint.
10321
10322Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10323
10324 * getopt.c: merge changes from make.
10325
10326Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
10327
10328 * alloca.c: Incorporate fixes from gdb/alloca.c.
10329 FIXME: Eventually move gdb's alloca configuration files here,
10330 and remove gdb/alloca.c and its Makefile.in support.
10331
10332Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
10333
10334 * dummy.c: Define NOTHING to /*nothing*/, change return type
10335 of main to int and return zero.
10336 * functions.def: Supply NOTHING as the fourth arg to macros
10337 that don't have an explicit arg, to satisfy picky preprocessors.
10338
10339Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
10340
10341 * Makefile.in: Clean up *clean rules, as per standards.texi.
10342
10343Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10344
10345 * getopt.c, getopt1.c: merged largely gratuitous, mostly
10346 whitespace diffs from other prep distributions.
10347
10348Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
10349
10350 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
10351 it is broken on ncr 3000's.
10352
10353Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
10354
10355 * sigsetmask.c: Rewrite. Old one was very confused about its
10356 arguments and result. New one can't do much, but at least knows
10357 what it can't do, and it's good enough for GDB's use.
10358
10359Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
10360
10361 * functions.def: Use proper prototype for strtoul.
10362
10363Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
10364
10365 * Makefile.in: Add random.c.
10366 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
10367 * configure.in: update solaris2 config.
10368
10369Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
10370
10371 * random.c: Add for random() and srandom().
10372 * functions.def: Add random
10373
10374Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
10375
10376 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
10377 using /usr/ucb/install.
10378
10379Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
10380
10381 * strerror.c: Kludge to guard against a conflict with
10382 possible declaration of sys_errlist in errno.h.
10383
10384Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
10385
10386 * configure.in, config/mh-solaris: add solaris2 config support.
10387
10388Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
10389
10390 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
10391 is not defined (should be defined in signal.h, says Posix.).
10392
10393Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
10394
10395 * getopt.c: merged changes from make-3.62.11.
10396
10397Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
10398
10399 * getopt.c: merged changes from bison-1.18.
10400
10401Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
10402
10403 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
10404 since that introduces a circular dependency.
10405 ($(EXTRA_OFILES) are used to build config.h.)
10406
10407 * strtoul.c: Fixes to handle non-decimal bases better.
10408
10409Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
10410
10411 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
10412 * Makefile.dos: Finish MINUS_G eradication.
10413 * Makefile.in (CFILES): Add strsignal.c.
10414 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
10415 * Makefile.in (needed-list): Split creation of errors file to
10416 separate make target.
10417 * Makefile.in (config.h, needed2.awk, errors): New targets.
10418 * Makefile.in (clean): Split to multiple lines, add needed2.awk
10419 and config.h.
10420 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
10421 * functions.def (strerror): Remove from optional list.
10422 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
10423 * functions.def (strerror, psignal): DEFFUNC's
10424 * strerror.c: Rewrite from scratch to use sys_errlist only if
10425 available, add errno_max(), add strerrno(), add strtoerrno(),
10426 add test driver.
10427 * strsignal.c: New file, signal equivalent to strerror.c.
10428 Uses sys_siglist if available, defines signo_max(), strsignal(),
10429 strsigno(), strtosigno(), psignal(), and test driver.
10430
10431Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
10432
10433 * Makefile.in: do not print recursion line.
10434
10435 * Makefile.in: allow CFLAGS to be passed in from command line.
10436 Removed MINUS_G. Default CFLAGS to -g.
10437
10438Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
10439
10440 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
10441 so libg++ users don't have to be inconvenienced by a
10442 libc.a bug (libc.a needs copysign, but doesn't define it!).
10443 * configure.in: Use config/mh-aix.
10444 * strtoul.c: Handle '-' as required by ANSI.
10445 Clean up radix handling.
10446 * strstr.c: Fix buggy algorithm.
10447 * Makefile.in: Change so that ${EXTRA_OFILES} is
10448 appended to needed-list (which is used by libg++).
10449
10450Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
10451
10452 * configure.in: Recognize new ncr3000 config.
10453 * config/mh-ncr3000: New config file.
10454
10455Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
10456
10457 * argv.c, dummy.c: Lint.
10458
10459Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
10460
10461 * config/mh-sysv4: New config file.
10462 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
10463 host_os == sysv4.
10464 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
10465 pagesize.
10466
10467Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
10468
10469 * getopt.c: Lint.
10470
10471Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
10472
10473 * functions.def (alloca): Fix return type and args to avoid
10474 type clash with gcc's builtin alloca.
10475
10476Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
10477
10478 * configure.in, config/mh-irix4: irix4 support.
10479
10480 * Makefile.in, functions.def, alloca.c: added alloca.
10481
10482Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
10483
10484 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
10485
10486Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
10487
10488 * argv.c: Fix various external function definitions to be
10489 correct in an ANSI compilation environment.
10490
10491Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
10492
10493 * obstack.c: Changes to support calling mmalloc functions,
10494 which take an additional argument over malloc functions.
10495
10496Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
10497
10498 * added check target.
10499
10500Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
10501
10502 * argv.c: #include alloca-conf.h (needed by AIX).
10503
10504Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10505
10506 * Makefile.in, configure.in: removed traces of namesubdir,
10507 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10508 copyrights to '92, changed some from Cygnus to FSF.
10509
10510Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
10511
10512 * argv.c: Check in Fred's version which fixes problems with
10513 alloca().
10514
10515Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
10516
10517 * makefile.dos: Remove NUL to keep patch from failing.
10518
10519Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
10520
10521 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
10522
10523Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
10524
8aefe91a 10525 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
252b5132
RH
10526
10527Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
10528
10529 * argv.c: New file to build and destroy standard argument
10530 vectors from a command string.
10531
10532 * Makefile.in: Add argv.c and argv.o to appropriate macros.
10533
10534Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
10535
10536 * configure.in: Change svr4 references to sysv4.
10537
10538 * rindex.c: Declare return type of externally used function
10539 strrchr().
10540
10541Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
10542
10543 * Makefile.in: Remove "***" in normal output, since Make produces
10544 this on errors, and it's convenient to search for.
10545
10546Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
10547
10548 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
10549 New ANSI functions. The old non-ANSI functions (such as bcopy)
10550 should be avoided.
10551 * bcopy.c: Fix to correctly handle overlapping regions.
10552 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
10553 * functions.def: Add the new functions.
10554 * functions.def: Add 4th parameter to DEF macro,
10555 an ansidecl.h-style prototype.
10556 * dummy.c: Use expanded DEF macro to create a dummy function
10557 call, with correct parameter types. (This avoids some
10558 complaints from gcc about predefined builtins.)
10559
10560 Move the functionality of config/mh-default into Makefile.in.
10561 This avoid duplication, and simplifies things slightly.
10562 * Makefile.in: Tweak so we don't need config/mh-default.
10563 * README: Update.
10564 * configure.in: No longer need config/mh-default.
10565 * config/mh-default: Deleted.
10566 * config/mh-sysv: Remove lines copied from old mh-default.
10567
10568Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
10569
10570 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
10571 'mknod' device numbers.
10572
10573Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
10574
10575 * fdmatch.c, Makefile.in: Add new function that takes two
10576 open file descriptors and returns nonzero if they refer to
10577 the same file, zero otherwise. (used in gdb)
10578
10579Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
10580 From DJ:
10581 * msdos.c: stub functions for dos.
10582 * makefile.dos, configdj.bat: new.
10583 * getopt.c: Don't include alloca-conf.h in a GO32 world.
10584
10585
10586Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10587
10588 * Makefile.in: infodir belongs in datadir.
10589
10590Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10591
10592 * Makefile.in: remove spaces following hyphens because bsd make
10593 can't cope. added standards.text support. install using
10594 INSTALL_DATA.
10595
10596 * configure.in: remove commontargets as it is no longer a
10597 recognized hook.
10598
10599Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10600
10601 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10602 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10603 and mandir now keyed off datadir by default.
10604
10605Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
10606
10607 * Makefile.in: find-needed.awk does not fit in 14 chars.
10608
10609 * Makefile.in: Suppress error checking when compiling the test
10610 program, because Ultrix make/sh aborts there due to a bug.
10611
10612Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
10613
10614 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
10615 * README: Explained how the auto-configuration works,
10616 and how to add new files and/or configurations.
10617
10618Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
10619
10620 * strtoul.c: Avoid defining ULONG_MAX if already defined;
10621 cast a const char * to char * for pedants.
10622
10623 * getopt.c: Only define "const" after local include files get to,
10624 and only if they haven't defined it.
10625
10626Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
10627
10628 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
10629 emulate it with getwd() if available. This avoids callers having
10630 to find a MAXPATHLEN or PATH_MAX value from somewhere.
10631 * Makefile.in, functions.def: getwd->getcwd.
10632 * configure.in: Use generic case for every system.
10633 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
10634 * config/mh-sysv: Use default handling, just add -DUSG.
10635
10636Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
10637
10638 * Makefile.in, config/mh-default: Re-do make magic
10639 so that for the default ("automatic") mode we only
10640 compile the files we actually need. Do this using
10641 a recursive make: The top-level generates the list
10642 of needed files (loosely, the ones missing in libc),
10643 and then passes that list to the recursive make.
10644 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
10645
10646Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
10647
10648 RS/6000 host support (grumble).
10649
10650 * configure.in: Build alloca-conf.h file from alloca-norm.h
10651 (everything else) or alloca-botch.h (rs/6000).
10652 * Makefile.in: Include . on the include path.
10653 * getopt.c: Use alloca-conf.h.
10654 * alloca-norm.h: How to declare alloca on reasonable machines.
10655 * alloca-botch.h: How to declare alloca on braindead machines.
10656
10657Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
10658
10659 * concat.c : New file, like concat() in gdb but can take a
10660 variable number of arguments rather than fixed at 3 args. For
10661 now, client applications must supply an xmalloc(), which is a
10662 front end function to malloc() that deals with out-of-memory
10663 conditions.
10664
10665 * Makefile.in: Add concat.c and concat.o to appropriate macros.
10666
10667Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
10668
10669 * config/mh-svr4: Add sigsetmask to list of required functions.
10670
10671Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
10672
10673 * vsprintf.c: New file.
10674 * functions.def, Makefile.in: Add vsprintf.
10675
10676Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
10677
10678 * configure.in, config/mh-rs6000: Add rs/6000 host support.
10679 * Makefile.in: Compile with debug info.
10680
10681Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
10682
10683 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
10684 config/mf-default: Added a default configuration mode,
10685 which includes into libiberty.a functions that are "missing" in libc.
10686 * strdup.c, vprintf.c, vfprintf.c: New files.
10687
10688Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
10689
10690 * config/hmake-svr4: New file.
10691
10692 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
10693
10694 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
10695 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
10696 files containing either portable C versions or emulations using
10697 native library calls.
10698
10699 * strerror.c: Add copyright, internal documentation, etc.
10700
10701 * strtol.c: Replace hardwired hex constants with some more
10702 portable macros. Remove illegal (according to gcc) cast.
10703
10704 * strtoul.c: Replace hardwired hex constant with more portable
10705 macro.
10706
10707 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
10708 can override them. Add new source and object file names to CFILES
10709 and OFILES respectively.
10710
10711 * configure.in: Add support for SVR4 makefile fragments.
10712
10713Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
10714
10715 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
10716 over-ridden by config/hmake-*
10717 * configure.in: added m88kcvs to sysv list
10718
10719Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
10720
10721 * Makefile.in: Most hosts need strerror, but one or two don't,
10722 and they override these definitions in the host-dependent makefile
10723 fragment.
10724 * config/hmake-mach: The odd man out on strerror -- it's supplied.
10725 * strerror.c: New file.
10726
10727 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
10728 it and bfd uses it.
10729 * configure.in, Makefile.in, config/hmake-mach: Only configure
10730 strtol & strotoul in on Mach.
10731
10732Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
10733
10734 * obstack.c: Merge with latest FSF version.
10735
10736\f
10737Local Variables:
10738version-control: never
10739End: