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