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