OSDN Git Service

* hashtab.c (htab_remove_elt_with_hash): New function.
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
1 2004-04-13  Jeff Law  <law@redhat.com>
2
3         * hashtab.c (htab_remove_elt_with_hash): New function.
4         (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
5
6 2004-03-31  Richard Henderson  <rth@redhat.com>
7
8         * hashtab.c (htab_size): Move to top of file; mark inline.
9         (htab_elements): Likewise.
10         (htab_mod, htab_mod_m2): New.
11         (htab_delete): Refactor htab->size and htab->entries.
12         (htab_empty): Likewise.
13         (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
14         (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
15         (htab_clear_slot): Use htab_size, htab_elements.
16         (htab_traverse_noresize, htab_traverse): Likewise.
17
18 2004-03-17  Ian Lance Taylor  <ian@wasabisystems.com>
19
20         * pex-unix.c (pexecute): Use vfork instead of fork, with
21         appropriate changes to make this safe.
22         * pex-common.h (STDERR_FILE_NO): Define.
23
24         * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
25         an 80 column screen.  Run maint-deps.
26
27 2004-03-09  Kelley Cook  <kcook@gcc.gnu.org>
28
29         * configure.ac: Bump version to 2.59.  Apply suggested autoupdates.
30         * acconfig.h: Delete redundant file.
31         * config.in: Regenerate.
32         * configure: Regenerate.
33
34 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
35
36         * configure: Regenerate for config/accross.m4 correction.
37
38 2004-03-07  Andreas Jaeger  <aj@suse.de>
39
40         * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
41         prototypes.
42         (main): Initialize style.
43
44 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
45
46         * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
47         D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
48         D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
49         * cp-demangle.c (cplus_demangle_builtin_types): Change char and
50         short types to D_PRINT_DEFAULT.  Change other integer types to use
51         new D_PRINT_* values where appropriate.  Change float types to
52         D_PRINT_FLOAT.
53         (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
54         values.
55         * testsuite/demangle-expected: Adjust two test cases.
56
57         * cp-demangle.c (d_print_function_type): Print a space before the
58         parenthesis around the function type in more cases.
59         * testsuite/demangle-expected: Adjust one test case.
60
61         * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
62         parentheses around a cast.
63         * testsuite/demangle-expected: Adjust two test cases to match new
64         output.
65
66         * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
67
68         * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
69         push more than one of the same CV-qualifier on the top of the
70         stack.
71         (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
72         move the CV-qualifiers to apply to the element type instead.
73         (d_print_array_type): When checking the modifiers, keep looking
74         past ones which have been printed already.
75         * testsuite/demangle-expected: Add three test cases.
76
77 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
78
79         * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
80         empty string correctly.
81
82         * cp-demangle.c (__cxa_demangle): It is not an error if status is
83         not NULL.  It is an error if the mangled name is the same as a
84         built-in type name.
85         (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
86         than cplus_demangle_v3.
87
88         * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
89         the associated #define of RETURN_ON_ALLOCATION_FAILURE.
90
91 2004-02-16  Matt Kraai  <kraai@alumni.cmu.edu>
92
93         * regex.c: Include <ansidecl.h>.
94         (regcomp): Cast i to int.
95         (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
96
97 2004-01-25  Ian Lance Taylor  <ian@wasabisystems.com>
98
99         * configure.ac: Add m4_pattern_allow(LIBOBJS).
100         * configure: Regenerate.
101
102 2004-01-22  DJ Delorie  <dj@redhat.com>
103
104         * Makefile.in: Convert to ./ throughout.  Rebuild dependencies
105         with explicit build rules.
106         (VPATH): Remove.
107         (.c.o): Poison.
108         * configure.ac (pexecute, LIBOBJS): Add ./ .
109         * maint-tool: Build dependencies with explicit rules.
110
111 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
112
113         * strdup.c (strdup): Constify the argument.
114
115 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
116
117         * Makefile.in (distclean): Remove config.cache.
118
119 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
120
121         * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
122         takes two parameters.
123         * cp-demint.c (cplus_demangle_fill_component): Likewise.
124
125 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
126
127         * cp-demangle.c: Include "cp-demangle.h".  If IN_GLIBCPP_V3 is
128         defined, rename some functions which are to become static via
129         #define.
130         (CP_STATIC_IF_GLIBCPP_V3): Define.
131         (struct d_operator_info): Move definition to cp-demangle.h, and
132         rename to demangle_operator_info.  Change all uses.
133         (enum d_builtin_type_print): Move definition to cp-demangle.h.
134         (struct d_builtin_type_info): Move definition to cp-demangle.h,
135         and rename to demangle_builtin_type_info.  Change all uses.
136         (enum d_comp_type): Move definition to include/demangle.h, and
137         rename to demangle_component_type, and change all enums to start
138         with DEMANGLE_COMPONENT_ instead of D_.  Change all uses.
139         (struct d_comp): Move definition to include/demangle.h, and rename
140         to demangle_component.  Change all uses.
141         (struct d_info): Move definition to cp-demangle.h.
142         (cplus_demangle_fill_name): New function.
143         (cplus_demangle_fill_extended_operator): New function.
144         (cplus_demangle_fill_ctor): New function.
145         (cplus_demangle_fill_dtor): New function.
146         (d_make_empty): Remove type parameter.  Change all callers.
147         (d_make_name): Use cplus_demangle_fill_name.
148         (d_make_extended_operator): Use
149         cplus_demangle_fill_extended_operator.
150         (d_make_ctor): Use cplus_demangle_fill_ctor.
151         (d_make_dtor): Use cplus_demangle_fill_dtor.
152         (cplus_demangle_mangled_name): Rename from d_mangled_name.  Make
153         non-static by default.  Change all callers.
154         (cplus_demangle_operators): Rename from d_operators.  Change all
155         uses.  Make non-static by default.  Add sentinel at end of array.
156         (d_operator_name): Adjust initialization of high for new sentinel
157         in cplus_demangle_operators.
158         (cplus_demangle_builtin_types): Rename from d_builtin_types.
159         Change all uses.  Make non-static by default.  Change initializer
160         to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
161         (cplus_demangle_type): Rename from d_type.  Make non-static by
162         default.  Change all callers.
163         (cplus_demangle_init_info): Rename from d_init_info.  Make
164         non-static by default.  Change all callers.
165         * cp-demangle.h: New file.
166         * cp-demint.c: New file.
167         * Makefile.in: Rebuild dependencies.
168         (CFILES): Add cp-demint.c.
169         (REQUIRED_OFILES): Add cp-demint.o.
170
171 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
172
173         * configure.in:  Rename file to ...
174         * configure.ac:  ... this.
175         * Makefile.in: Update a comment for above change.
176         * README: Likewise.
177         * config.in: Regenerate.
178
179 2004-01-02  Ian Lance Taylor  <ian@wasabisystems.com>
180
181         * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
182         CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
183         * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
184         demangling template parameters.
185         * testsuite/test-demangle.c (fail): New static function.
186         (main): Support new options in input file: --no-params,
187         --is-v3-ctor, and --is-v3-dtor.
188         * testsuite/demangle-expected: Add --no-params to most tests, and
189         add the correct result when parameters are not demangled.  Add
190         some simple tests for V3 constructor/destructor recognition.
191
192 2003-12-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
193
194         * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
195
196 2003-12-22  Daniel Jacobowitz  <drow@mvista.com>
197
198         PR debug/13272
199         * Makefile.in (lbasename.o): Depend on filenames.h.
200         * lbasename.c: Include "filenames.h" instead of defining
201         its macros locally.
202
203 2003-12-22  Ian Lance Taylor  <ian@wasabisystems.com>
204
205         * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
206         dynamic arrays.
207         (struct d_operator_info): Add len field.
208         (struct d_builtin_type_info): Add len and java_len fields.
209         (struct d_standard_sub_info): Add simple_len, full_len, and
210         set_last_name_len fields.
211         (struct d_comp): Add len field to s_string.
212         (struct d_info): Add send, did_subs, and expansion fields.
213         (d_append_string_constant): Define.
214         (d_append_string): Remove.  Change all users to use
215         d_append_string_constant or d_append_buffer instead.
216         (d_make_sub): Add len parameter.  Change all callers.
217         (d_name): Increase expansion when substituting std::.
218         (d_unqualified_name): Increase expansion for an operator.
219         (d_number): Don't use multiplication for negative numbers.
220         (d_identifier): Make sure there are enough characters in the
221         string for the specified length.  Adjust expansion for an
222         anonymous namespace.
223         (d_operators): Initialize len field.
224         (d_special_name, d_ctor_dtor_name): Increase expansion.
225         (d_builtin_types): Initialize len and java_len fields.
226         (d_type): Increase expansion for a builtin type.
227         (d_cv_qualifiers): Increase expansion for each qualifier.
228         (d_bare_function_type): Decrease expansion when removing single
229         void parameter.
230         (d_template_param): Increment did_subs.
231         (d_expression): Increase expansion for an operator.
232         (d_expr_primary): Decrease expansion for a type we will print
233         specially.
234         (standard_subs): Initialize new fields.
235         (d_substitution): Increment did_subs when doing a normal
236         substitution.  Increase expansion for a special substitution.
237         (d_print): Add estimate parameter.  Change all callers.
238         (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
239         (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
240         (d_print_java_identifier): Rename from d_print_identifier.  Handle
241         only Java case.  Change caller.
242         (d_init_info): Change return type to void.  Change all callers.
243         Initialize send, did_subs, and expansion fields.  Do not
244         initialize comps and subs fields.
245         (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
246         arrays on stack.  Make an estimate of the length of the demangled
247         name.  Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
248         (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
249         subs arrays on stack.
250
251 2003-12-20  Ian Lance Taylor  <ian@wasabisystems.com>
252
253         * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
254         after the identifier.
255         * testsuite/demangle-expected: Add test case.
256
257 2003-12-19  Ian Lance Taylor  <ian@wasabisystems.com>
258
259         Fix for PR c++/13447:
260         * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
261         (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
262         (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
263         D_COMP_QUAL_NAME.
264         (is_ctor_or_dtor): Likewise.
265         (d_local_name): Use D_COMP_LOCAL_NAME rather than
266         D_COMP_QUAL_NAME.
267         (d_print_comp) [D_COMP_LOCAL_NAME]: New.
268         (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
269         D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
270         (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
271         * testsuite/demangle-expected: Add two test cases.
272
273         * cp-demangle.c (d_print_function_type): Clear the global modifier
274         list when printing the modifiers, not just when printing the
275         function parameters.
276         * testsuite/demangle-expected: Add two test cases.
277
278 2003-12-15  Ian Lance Taylor  <ian@wasabisystems.com>
279
280         * cp-demangle.c (d_print_function_type): Print the function
281         parameters with no modifiers.
282         * testsuite/demangle-expected: Add test case.
283
284         * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
285         expect that we've read the entire string.
286         (is_ctor_or_dtor): Don't expect that we've read the entire
287         string--reverse patch of 2003-11-29.
288
289 2003-12-15  Brendan Kehoe  <brendan@zen.org>
290
291         * libiberty/Makefile.in (floatformat.o): Add dependency on
292         config.h to accompany change of 2003-12-03.
293
294 2003-12-15  Ian Lance Taylor  <ian@wasabisystems.com>
295
296         Fix handling of constructor/destructor of standard substitution:
297         * cp-demangle.c (struct d_standard_sub_info): Define.
298         (d_substitution): Add prefix argument.  Change all callers.
299         Rework handling of standard substitutions to print full name when
300         qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
301         * testsuite/demangle-expected: Add test case.
302
303         Fix handling of negative literal constants:
304         * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
305         (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
306         (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
307         (d_print_comp): Handle D_COMP_LITERAL_NEG.
308         * testsuite/demangle-expected: Add test case.
309
310 2003-12-04  Ian Lance Taylor  <ian@wasabisystems.com>
311
312         * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
313         (d_last_char): Define new macro.
314         (d_make_name): Reject an empty name.
315         (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
316         (d_substitution, d_print_identifier): Likewise.
317         (d_print_comp) [D_COMP_OPERATOR]: Likewise.
318         (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
319         (d_print_mod) Use new d_last_char macro.
320         (d_print_cast): Use new d_last_char macro.
321         (is_ctor_or_dtor): Don't leak memory.
322
323         Fix handling of member function modifiers:
324         * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
325         D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
326         (d_dump): Dump new d_comp_type values.
327         (d_make_comp): Accept new d_comp_type values.
328         (has_return_type): Only accept _THIS variants of qualifiers.
329         (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
330         qualifiers.
331         (d_cv_qualifiers): Add member_fn parameter.  Change all callers.
332         (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
333         qualifiers and printing them at the end, add _THIS qualifiers to
334         the modifier list.
335         (d_print_comp) [D_COMP_*_THIS]: New cases.
336         (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
337         qualifiers.
338         (d_print_mod_list): Add suffix parameter.  Change all callers.
339         Keep walking the list even if the current modifier has been
340         printed.
341         (d_print_mod): Handle new _THIS qualifiers.
342         (d_print_function_type): Handle new _THIS qualifiers when deciding
343         whether to print a parenthesis.  Put a space before the
344         parenthesis in some cases.  Call d_print_mod_list again at the
345         end, passing suffix as 1.
346         (is_ctor_or_dtor): Look for new _THIS qualifiers.
347         * testsuite/demangle-expected: Add test case.
348
349         Fix for PR gcc/13304:
350         * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
351         before the '<' is itself a '<', insert a space.
352         (d_print_cast): Likewise.
353         * testsuite/demangle-expected: Add test case.
354
355         Fix for PR gcc/13244:
356         * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
357         which uses the '>' operator in an extra layer of parens.
358         * testsuite/demangle-expected: Add test case.
359
360 2003-12-03  Ian Lance Taylor  <ian@wasabisystems.com>
361
362         * floatformat.c: Include "config.h" and <string.h> if available.
363         (INFINITY, NAN): Define if not defined by <math.h>.
364         (floatformat_to_double): Handle NaN, infinity, and denormalized
365         numbers.
366         (floatformat_from_double): Likewise.
367         (ieee_test): In debugging code, use little endian rather than big
368         endian.  Correct tests to handle NaN and to check correct sign of
369         zero.  Omit m68k extended test.
370         (main): Add more debugging cases.
371
372 2003-11-29  Ian Lance Taylor  <ian@wasabisystems.com>
373
374         * cp-demangle.c (d_demangle): Only return success if we consumed
375         the entire demangled string.
376         (is_ctor_or_dtor): Likewise.
377
378         * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
379         to restore expected result of EDG test case to original expected
380         result.
381
382 2003-11-26  Ian Lance Taylor  <ian@wasabisystems.com>
383
384         * cp-demangle.c (struct d_print_mod): Add templates field.
385         (d_make_builtin_type): Check for NULL type.
386         (d_make_extended_operator): Check for NULL name.
387         (d_make_ctor, d_make_dtor): Likewise.
388         (d_mangled_name): Add top_level parameter.  Change all callers.
389         (d_encoding): If DMGL_PARAMS is not set, strip off initial
390         CV-qualifiers.
391         (d_type): Check some return values we rely on.
392         (d_bare_function_type, d_array_type): Likewise.
393         (d_pointer_to_member_type, d_template_args): Likewise.
394         (d_add_substitution): Fail if argument is NULL.
395         (d_print_resize): Check whether buf is NULL.
396         (d_print_comp): Save current templates list with each modifier.
397         Don't pass the modifier list down when printing a template.
398         (d_print_cast): Don't pass the modifier list down when printing a
399         template.
400         (d_print_mod_list): Temporarily set templates list while printing
401         a modifier.
402         (d_print_mod): Check that buf is not NULL before using it.
403         (d_print_function_type): Print parens if there is no modifier.
404         (d_init_info): Permit as many substitutions as there are
405         characters in the mangled name.
406         * testsuite/demangle-expected: Add two new test cases.
407
408 2003-11-25  Ian Lance Taylor  <ian@wasabisystems.com>
409
410         * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
411         d_demangle.
412
413 2003-11-22  Ian Lance Taylor  <ian@wasabisystems.com>
414
415         * cp-demangle.c (d_encoding): Add top_level parameter.  Change all
416         callers.
417         (print_usage): Display new -p option.
418         (long_options): Add --no-params.
419         (main): Accept and handle -p.
420
421 2003-11-21  Ian Lance Taylor  <ian@wasabisystems.com>
422
423         * cp-demangle.c (has_return_type): Skip qualifiers when checking
424         whether we have a template.
425         * testsuite/demangle-expected: Add four new tests.
426
427 2003-11-20  Ian Lance Taylor  <ian@wasabisystems.com>
428
429         * testsuite/demangle-expected: Minor changes to match output of
430         new demangler: adjust whitespace in four tests, and change order
431         of qualifiers in one test.
432
433         * cp-demangle.c: Complete rewrite.
434
435 2003-11-19  Mark Mitchell  <mark@codesourcery.com>
436
437         * cp-demangle.c (demangle_type): Correct thinko in substitution
438         processing.
439
440 2003-11-18  Ian Lance Taylor  <ian@wasabisystems.com>
441
442         * cp-demangle.c (demangle_operator_name): Remove space before
443         "sizeof".
444         (demangle_type_ptr): Put qualifiers in the right place.  Handle
445         qualifiers in pointer to member specially.
446         (demangle_type): Handle qualifiers for pointer or reference
447         specially.  Handle function type.
448         (demangle_local_name): Save and restore caret around demangling of
449         initial encoding.
450
451         * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
452         cplus_demangle.
453
454         * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
455
456 2003-10-31  Andreas Jaeger  <aj@suse.de>
457
458         * floatformat.c (floatformat_always_valid): Add unused attribute.
459
460 2003-10-30  Josef Zlomek  <zlomekj@suse.cz>
461
462         Jan Hubicka <jh@suse.cz>
463         * vasprintf.c (int_vasprintf): Pass va_list by value.
464         Use va_copy for copying va_list.
465         (vasprintf): Pass va_list by value.
466
467 2003-10-30  Josef Zlomek  <zlomekj@suse.cz>
468
469         * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
470         instead of increasing n_elements when inserting to deleted slot.
471
472 2003-10-20  J. Brobecker  <brobecker@gnat.com>
473
474         * cplus-dem.c (demangle_template): Register a new Btype only
475         when needed.
476         * testsuite/demangle-expected: Add a new test.
477
478 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
479
480         * testsuite/demangle-expected: Update the expected output of
481         _GLOBAL__I__Z2fnv.
482
483 2003-10-02  Daniel Jacobowitz  <drow@mvista.com>
484
485         * strerror.c: Revert last change.  Declare static sys_nerr
486         and sys_errlist using different names.
487
488 2003-10-01  Daniel Jacobowitz  <drow@mvista.com>
489
490         * strerror.c: Don't provide or reference sys_errlist if
491         strerror is available.
492
493 2003-10-01  H.J. Lu  <hongjiu.lu@intel.com>
494
495         * configure.in: Check if $MAKEINFO is missing.
496         * configure: Regenerated.
497
498 2003-09-24  Daniel Jacobowitz  <drow@mvista.com>
499
500         * configure.in: Use AC_PROG_CPP_WERROR.
501         * configure: Regenerated.
502
503 2003-09-22  Andrew Cagney  <cagney@redhat.com>
504
505         * floatformat.c (floatformat_i387_ext_is_valid): New function.
506         (floatformat_always_valid): New function.
507         (floatformat_i387_ext): Initialize new "is_valid" field to
508         "floatformat_i387_ext_is_valid".
509         (floatformat_ieee_single_little): Initialize "is_valid" field to
510         floatformat_always_valid.
511         (floatformat_ieee_double_big): Ditto.
512         (floatformat_ieee_double_little): Ditto.
513         (floatformat_ieee_double_little): Ditto.
514         (floatformat_ieee_double_littlebyte_bigword): Ditto.
515         (floatformat_i960_ext): Ditto.
516         (floatformat_m88110_ext): Ditto.
517         (floatformat_m88110_harris_ext): Ditto.
518         (floatformat_arm_ext_big): Ditto.
519         (floatformat_arm_ext_littlebyte_bigword): Ditto.
520         (floatformat_ia64_spill_big): Ditto.
521         (floatformat_ia64_spill_little): Ditto.
522         (floatformat_ia64_quad_big): Ditto.
523         (floatformat_ia64_quad_little): Ditto.
524         (floatformat_ia64_quad_little): Ditto.
525         (floatformat_is_valid): Call "is_valid".
526
527 2003-09-15  Andrew Cagney  <cagney@redhat.com>
528
529         * floatformat.c (get_field): Make "data" constant.
530         (floatformat_is_valid, floatformat_to_double): Make "from"
531         constant, fix casts.
532         (floatformat_from_double): Make "from" constant.
533
534 2003-09-15  Daniel Jacobowitz  <drow@mvista.com>
535
536         * floatformat.c (floatformat_is_valid): New function.
537         (get_field, put_field): Correct comments.
538
539 2003-09-06  Josef Zlomek  <zlomekj@suse.cz>
540
541         * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
542         FIBHEAPKEY_T.
543
544 2003-09-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
545
546         PR bootstrap/12100
547         * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
548         * configure: Rebuilt.
549
550 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
551
552         * aclocal.m4: Include acx.m4 and no-executables.m4.
553         (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
554         (LIB_AC_PROG_CC): Remove.
555         * configure.in: Update AC_PREREQ to 2.57.  Use GCC_NO_EXECUTABLES.
556         Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
557         LIB_AC_PROG_CC.  Use AC_LIBOBJ.  Call AC_ISC_POSIX later, only if
558         performing link tests.
559         * configure: Regenerated.
560
561 2003-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
562
563         * cp-demangle.c: Clarify what package(s) this is part of.
564
565 2003-07-05  Danny Smith  <dannysmith@users.sourceforge.net>
566
567         * pex-win32.c (pexecute): Mark parameters this_pname and
568         temp_base as unused. Remove unused variables retries,
569         sleep_interval. Initialize org_stdin, org_stdout.
570         (pwait): Mark parameter flags as unused.
571
572 2003-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
573
574         * pex-win32.c (fix_argv): Ensure that the executable pathname
575         uses Win32 backslashes.
576         (pexecute): Cast away constness when assigning *errmsg_arg.
577
578 2003-06-26  H.J. Lu <hongjiu.lu@intel.com>
579
580         * testsuite/demangle-expected: Add more GNU V3 testcases.
581
582 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
583
584         * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
585         not HC_ASCII and HC_EBCDIC.
586         Add documentation in form expected by gather-docs.
587         * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
588         * Makefile.in, functions.texi: Regenerate.
589
590 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
591
592         * safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
593         for charset determination.
594
595 2003-06-19  Dara Hazeghi  <dhazeghi@yahoo.com>
596
597         * configure.in: Add check for malloc.h needed by
598         m68k for function free().
599         * configure: Regenerated.
600         * config.in: Add HAVE_MALLOC_H.
601         * hashtab.c: include malloc.h were available for
602         free().
603
604 2003-06-09  Albert Chin-A-Young  <china@thewrittenword.com>
605
606         PR bootstrap/10974
607         * physmem.c: Update comment.
608         * configure.in: Modify test for _system_configuration for older
609         AIX systems.
610
611         * config.in, configure: Regenerated.
612
613 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
614
615         PR other/10810
616         * test-demangle.c (getline): Fix fence-post error.
617
618 2003-06-03  Nick Clifton  <nickc@redhat.com>
619
620         * asprintf.c: Change comment to note that -1 is returned upon
621         error.
622         * vasprintf.c: Likewise.
623         (vasprintf): Return -1 upon error.
624         * functions.texi: Document changes to asprintf and vasprintf.
625
626 2003-05-19  Kelley Cook  <kelleycook@wideopenwest.com>
627
628         * config.table: Accept i[345867]86 variant.
629
630 2003-05-15  Jim Blandy  <jimb@redhat.com>
631
632         * hex.c (_hex_value): Make this unsigned.
633         (hex_value): Update documentation for new return type.  hex_value
634         now expands to an unsigned int expression, to avoid unexpected
635         sign extension when we store it in a bfd_vma, which is larger than
636         int on some platforms.
637         * functions.texi: Regenerated.
638
639 2003-05-07  Josef Zlomek  <zlomekj@suse.cz>
640
641         * splay-tree.c (splay_tree_predecessor): Fix comment.
642         (splay_tree_successor): Fix comment.
643
644 2003-05-07  Jason Merrill  <jason@redhat.com>
645
646         * hashtab.c (iterative_hash): New fn.
647         * configure.in: Add AC_C_BIGENDIAN_CROSS.
648         * aclocal.m4: Include accross.m4.
649         * configure, config.in: Regenerate.
650
651 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
652
653         * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
654         * configure: Regenerate.
655
656 2003-05-03  Carlo Wood  <carlo@alinoe.com>
657
658         * cp-demangle.c: Fix typo in "char_traints" string-literal.
659
660 2003-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
661
662         * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
663         (main): Test that we don't write too much data.
664
665 2003-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
666
667         * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
668         vsnprintf.
669         * snprintf.c, vsnprintf.c: New files.
670         * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
671         (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
672         Regenerate dependencies.
673
674         * functions.texi, configure, config.in: Regenerated.
675
676 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
677
678         * mempcpy.c, stpcpy.c, stpncpy.c: New files.
679         * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
680         and stpncpy.
681         * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
682         (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
683         Regenerate dependencies.
684
685         * functions.texi, configure, config.in: Regenerated.
686
687 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
688
689         * argv.c: Fix comments.
690         * calloc.c: Don't unnecessarily include "libiberty.h".
691         (bzero): Add prototype.
692         * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
693         * getcwd.c (getcwd): Use standard definition to avoid conflicts
694         with system headers.
695         * hashtab.c (htab_traverse): Delete unused variables.
696         * rename.c: Include "ansidecl.h".
697         (rename): Use standard definition to avoid conflicts with system
698         headers.
699         * strsignal.c: Rely on ANSI_PROTOTYPES.
700         * strstr.c: Check GNUC >= 2, not GNUC == 2.
701         * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
702         * vprintf.c: Include "ansidecl.h" earlier, rely on
703         ANSI_PROTOTYPES.
704         * vsprintf.c: Include "ansidecl.h" earlier, rely on
705         ANSI_PROTOTYPES and possibly include <stdarg.h>.
706
707         * Makefile.in: Regenerate dependencies.
708
709 2003-04-15  DJ Delorie  <dj@redhat.com>
710
711         * maint-tool (deps): Scan for headers in $srcdir also.
712
713 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
714
715         PR target/10338
716         PR bootstrap/10198
717         PR bootstrap/10140
718         * getopt.c (exchange, _getopt_initialize): Use mempcpy not
719         __mempcpy.
720         * regex.c (regerror): Likewise.
721
722 2003-04-14  Roger Sayle  <roger@eyesopen.com>
723
724         * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
725         * memchr.c: Likewise.
726         * strcasecmp.c: Likewise.
727         * strncasecmp.c: Likewise.
728         * strncmp.c: Likewise.
729         * xatexit.c: Likewise.
730         * xmalloc.c: Likewise.
731
732         * copysign.c: Use traditional function declaration instead of DEFUN.
733         * sigsetmask.c: Likewise.
734
735         * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
736         * memset.c: Likewise.
737
738         * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
739         * memmove.c: Likewise.
740
741 2003-04-14  Roger Sayle  <roger@eyesopen.com>
742
743         * strdup.c (strdup): Tweak implementation to use memcpy.
744
745 2003-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
746
747         * configure.in (HAVE_UINTPTR_T): Always define.
748         * configure: Regenerated.
749
750 2003-03-23  Alexandre Oliva  <aoliva@redhat.com>
751
752         * Makefile.in (MULTIOSDIR): New macro.  Use $(CC) $(LIBCFLAGS)
753         instead of $$CC alone.
754         (install_to_tooldir): Use it.
755
756 2003-17-03  Jan Hubicka  <jh@suse.cz>
757
758         * hashtab.c (htab_traverse_noresize): Break out from ...
759         * hashtab.c (htab_traverse): ... here.
760
761 2003-12-03  Jan Hubicka  <jh@suse.cz>
762
763         * hashtab.c (htab_expand): Fix warning.
764
765         * hashtab.c (htab_expand): Compute the size of hashtable based
766         on the number of elements actually used.
767         (htab_traverse):  Call htab_expand when table is too empty.
768
769 2003-03-11  Carlo Wood  <carlo@gnu.org>
770
771         * cplus-dem.c (demangle_integral_value): Correction to reflect
772         patch of 2002-01-10 in order to also make negative multi-digits
773         without leading underscore work.
774
775 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
776
777         * cplus-dem.c: Add license exception to copyright notice.
778
779 2003-02-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
780
781         * physmem.c: Formatting changes from upstream.
782
783 2003-02-24  Danny Smith  <dannysmith@users.source.forge.net>
784
785         * physmem.c (physmem_total): Add _WIN32 support.
786         (physmem_available): Likewise.
787
788 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
789
790         * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
791         GSI_PHYSMEM.
792         (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
793
794 2003-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
795
796         * configure.in: Check for sys/systemcfg.h and
797         _system_configuration.
798         * physmem.c: Add support for AIX.  Tweek formatting as per
799         upstream coreutils beta.
800
801 2003-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
802             Richard Earnshaw  <rearnsha@arm.com>
803             Geoffrey Keating  <geoffk@apple.com>
804
805         * configure.in: Check for sys/sysctl.h and sysctl.
806         * physmem.c: Add support for *bsd and darwin.
807         * Makefile.in: Generate depedency for physmem.o.
808
809 2003-02-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
810
811         * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
812         Tru64 UNIX.
813         (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
814         Tru64 UNIX.
815
816         * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
817         machine/hal_sysinfo.h, sys/table.h.
818         (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
819         * configure, config.in: Regenerate.
820
821 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
822
823         * configure.in: Check for sys/sysmp.h and sysmp.
824         * physmem.c: Pull upstream copy, add support for irix6.
825
826         * config.in, configure: Regenerated.
827
828 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
829
830         * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
831         * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
832         pstat_getdynamic.
833
834 2003-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
835
836         * Makefile.in (CFILES): Add physmem.c.
837         (REQUIRED_OFILES): Add physmem.o.
838         * configure.in: Check for sys/pstat.h.
839         (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
840         * physmem.c: New file, copied from textutils.
841
842         * config.in, configure: Regenerated.
843
844 2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
845
846         * Makefile.in (CFILES): Add lrealpath.c.
847         (REQUIRED_OFILES): Add lrealpath.o.
848         (lrealpath.o): Add rule.
849         * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
850         * configure.in: Add realpath and canonicalize_file_name to
851         checkfuncs and AC_CHECK_FUNCS.  Use libiberty_NEED_DECLARATION
852         for canonicalize_file_name.
853         * lrealpath.c: New file.
854         * make-relative-prefix.c: Update documentation.
855         (make_relative_prefix): Simplify.  Use lbasename and lrealpath.
856         * config.in: Regenerated.
857         * configure: Regenerated.
858         * functions.texi: Regenerated.
859
860 2003-02-20  jmc  <jmc@prioris.mini.pw.edu.pl>
861
862         * cplus_dem.c: Fix typo: intializes -> initializes.
863
864 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
865
866         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
867         config.status.
868         * configure: Rebuilt.
869
870 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
871
872         Fix PR c++/7612.
873         * cplus-dem.c (demangle_signature): Call string_delete.
874         Remove extra string_init.
875         (demangle_arm_hp_template): Call string_delete instead of
876         string_clear.  Add missing string_delete call.
877         (demangle_qualified): Add missing string_delete call.
878         (do_type): Remove unused variable btype.  Add missing string_delete
879         call.  Call string_delete instead of string_clear.
880         (demangle_fund_type): Move variable btype inside of the switch
881         statement.  Add missing string_delete call.
882         (do_arg): Call string_delete instead of string_clear.  Remove extra
883         string_init.
884         (demangle_nested_args): Free work->previous_argument.
885
886 2003-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
887
888         * acconfig.h: New file.  Add uintptr_t.
889         * config.in: Regenerated.
890
891 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
892
893         * libiberty.texi: Update to GFDL 1.2.
894
895 2003-01-30  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
896
897         * Makefile.in (libiberty_topdir): New subst.
898         (mkinstalldirs): Redefine in terms of the above.
899         * configure.in: AC_SUBST it.
900         * configure: Regenerate.
901
902 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
903
904         * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
905         (info-subdir, install-info-subdir, clean-info-subdir)
906         (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
907         (clean-subdir, distclean-subdir, maintainer-clean-subdir):
908         Pass $(FLAGS_TO_PASS).
909
910 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
911
912         * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
913         /`$$CC -print-multi-os-directory`.
914
915 2003-01-26  Daniel Jacobowitz  <drow@mvista.com>
916
917         * hashtab.c (htab_create_alloc_ex): New function.
918         (hatab_set_functions_ex): New function.
919         (htab_delete, htab_expand): Support alternate allocation functions.
920
921 2003-01-24  Christopher Faylor  <cgf@redhat.com>
922
923         * configure.in: Remove special pex-cygwin consideration.
924         * configure: Regenerate.
925         * pex-cygwin.c: Remove.
926         * Makefile.in: Remove pex-cygwin.[co] lines.
927
928 2003-01-24  Zack Weinberg  <zack@codesourcery.com>
929
930         * Makefile.in (CFILES): Add pex-*.c.
931         (REQUIRED_OFILES): Change pexecute.o to @pexecute@
932         (CONFIGURED_OFILES): Add pex-*.o.
933         (TEXIFILES): Add pexecute.txh.
934         (pexecute.o): Delete rule.
935         (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
936         pex-unix.o, pex-win32.o): New rules.
937         * configure.in: Change AC_INIT argument to xmalloc.c.
938         Compute appropriate pexecute implementation and substitute it
939         as @pexecute@.
940
941         * pexecute.c: Split up into...
942         * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
943         pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
944         new files.
945
946         * functions.texi: Regenerate.
947         * configure: Regenerate.
948
949 2003-01-20  Josef Zlomek  <zlomekj@suse.cz>
950
951         * hashtab.c (htab_expand): Fix allocation of new entries.
952
953 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
954
955         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
956
957         * Makefile.in (install_to_libdir, install_to_tooldir): Add a
958         mkinstalldirs command.
959
960 2002-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
961
962         * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
963         Define for hosts with HOST_EXECUTABLE_SUFFIX.
964
965 2002-11-24  Nick Clifton  <nickc@redhat.com>
966
967         * make-relative-prefix.c (make_relative_prefix): Ensure return
968         string is empty before using strcat to construct it.
969
970 2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
971
972         * Makefile.in: Add make-relative-prefix.c.
973         * make-relative-prefix.c: New file.
974         * functions.texi: Rebuilt.
975
976 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
977
978         * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
979         used with arguments in traditional C' warnings.
980
981 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
982
983         * config.table: Use mh-s390pic for s390x too.
984
985 2002-10-06  Andreas Jaeger  <aj@suse.de>
986
987         * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
988         variable and of strict-aliasing warning.
989         (grow_vect): Use char as first parameter.
990
991 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
992
993         * Makefile.in (all): Fix multilib parallel build.
994
995 2002-09-19  John David Anglin  <dave@hiuly1.hia.nrc.ca>
996
997         * cp-demangle.c (demangling_new): Cast 0 to enum.
998         (demangle_char): Cast return of strdup to char *.
999         (is_gnu_v3_mangled_ctor): Cast 0 to enum.
1000         (is_gnu_v3_mangled_dtor): Likewise.
1001         * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
1002         (work_stuff_copy_to_from): Cast return of xmalloc to char **.
1003         * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
1004         * md5.c (md5_process_bytes): Cast results back to const void *.
1005         (md5_process_block): Add cast to const md5_uint32 *.
1006         * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
1007         * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
1008         unsigned short.
1009         * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
1010         to void *.
1011         * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
1012
1013 2002-09-19  Nick Clifton  <nickc@redhat.com>
1014
1015         * README: Update email addresses for bugs and patches.
1016
1017 2002-09-10  Mike Stump  <mrs@apple.com>
1018
1019         * splay-tree.c (splay_tree_successor): Fix comments.
1020
1021 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
1022
1023         * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
1024         * testsuite/Makefile.in: Adjust for test-demangle.
1025         * testsuite/regress-demangle: Deleted.
1026         * testsuite/test-demangle.c: New file.
1027         * testsuite/demangle-expected: Change \$ to $ throughout, now that
1028         this file is not being read by a shell script.
1029
1030 2002-09-05  Roger Sayle  <roger@eyesopen.com>
1031
1032         * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
1033
1034 2002-08-07  DJ Delorie  <dj@redhat.com>
1035
1036         * regex.c (re_error_msgid): Just use a simple array of strings.
1037         (re_compile_pattern): Compensate.
1038         (re_comp): Likewise.
1039         (re_comp): Likewise.
1040         (regerror): Likewise.
1041
1042 2002-07-29  Neil Booth  <neil@daikokuya.co.uk>
1043
1044         * cplus-dem.c (PREPEND_BLANK): Remove.
1045
1046 2002-07-10  Jason Merrill  <jason@redhat.com>
1047
1048         * cp-demangle.c (demangle_identifier): Support extended Unicode
1049         characters.
1050
1051 2002-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1052
1053         * cp-demangle.c (demangle_v3_with_details): Wrap in
1054         !defined IN_GLIBCPP_V3.
1055
1056 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
1057
1058         * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
1059         Set it for the "st" operator.
1060         (demangle_expression): Handle expressions with types as arguments.
1061
1062 2002-06-30  Douglas Rupp  <rupp@gnat.com>
1063
1064         * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
1065         * Makefile.in (OUTPUT_OPTION): Use.
1066
1067 2002-06-22  Peter Breitenlohner <peb@mppmu.mpg.de>
1068
1069         * Makefile.in (install_to_libdir): Add $(DESTDIR).
1070         (install_to_tooldir): Likewise.
1071
1072 2002-06-17  Douglas Rupp  <rupp@gnat.com>
1073
1074         * lbasename.c: Add 2002 to copyright.
1075         (IS_DIR_SEPARATOR): Remove VMS junk.
1076
1077 2002-06-05  Geoffrey Keating  <geoffk@redhat.com>
1078
1079         * hashtab.c (htab_create): New stub function for backward
1080         compatibility.
1081         (htab_try_create): Likewise.
1082
1083 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
1084
1085         * hashtab.c (htab_create): Delete.
1086         (htab_try_create): Delete.
1087         (htab_create_alloc): New.
1088         (htab_delete): Support user-specified memory allocation.
1089         (htab_expand): Likewise.
1090
1091 2002-05-22  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
1092
1093         * configure.in: Fix typo in the code checking for sys_errlist.
1094         * configure: Regenerated.
1095
1096 2002-05-13  Andreas Schwab  <schwab@suse.de>
1097
1098         * config.table: Use mh-x86pic also for x86-64.
1099
1100 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1101
1102         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1103         script entry, and set LD to it when configuring multilibs.
1104         * configure: Rebuilt.
1105
1106 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
1107
1108         * configure.in (AC_TYPE_PID_T): Use it.
1109         * configure: Regenerated.
1110         * getruntime.c: Include <sys/types.h>.
1111         * waitpid.c: Likewise.  Use pid_t, not int, as the type of "pid".
1112
1113 2002-04-09  Richard Henderson  <rth@redhat.com>
1114
1115         * hashtab.c (higher_prime_number): Use 7 as minimum.
1116         (find_empty_slot_for_expand): Don't compute hash2 unless needed.
1117         (htab_find_slot_with_hash): Likewise.
1118
1119 2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
1120
1121         * cp-demangle.c (__cxa_demangle):  Also protect with IN_GLIBCPP_V3.
1122         (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor):  Conditionally
1123         not compile if IN_GLIBCPP_V3 defined.
1124         * dyn-string.c:  Also allow IN_GLIBCPP_V3 to change allocation scheme.
1125
1126 2002-03-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1127
1128         * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
1129         if it is NULL.
1130
1131 2002-03-27  DJ Delorie  <dj@redhat.com>
1132
1133         * hex.c: Add documentation.
1134         (_hex_value): Provide non-ASCII empty table.
1135         (hex_init): Initialize the non-ASCII table.
1136         * functions.texi: Regenerate.
1137
1138 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
1139
1140         * dyn-string.c: Add libgcc exception to copyright notice.
1141
1142 2002-03-26  H.J. Lu  (hjl@gnu.org)
1143
1144         * config.table: Support --with-build-subdir.
1145         * configure.in: Likewise.
1146         * configure: Rebuild.
1147
1148 2002-03-18  Stuart Griffith  <Stuart_Griffith@credence.com>
1149
1150         * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
1151         seen.
1152
1153 2002-03-12  Mark Mitchell  <mark@codesourcery.com>
1154
1155         * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
1156         notice.
1157
1158 2002-03-11  Douglas B Rupp  <rupp@gnat.com>
1159
1160         * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
1161
1162 2002-03-06  Jim Blandy  <jimb@redhat.com>
1163
1164         * splay-tree.c (splay_tree_xmalloc_allocate,
1165         splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
1166         prototyped definitions.  Mark `data' arguments as unused.
1167
1168 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
1169
1170         * floatformat.c (floatformat_arm_ext_big): Delete definition.
1171
1172 2002-03-04  Phil Edwards  <pme@gcc.gnu.org>
1173
1174         * configure.in:  Add --enable-install-libiberty option.
1175         * Makefile.in (INSTALLED_HEADERS):  New variable.
1176         (install_to_libdir):  Possibly also copy headers.
1177         * configure:  Regenerated.
1178
1179 2002-03-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1180
1181         * xmalloc.c (xmalloc_fail): Clarify error message further.
1182
1183 2002-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1184
1185         * xmalloc.c (xmalloc_fail): Clarify error message.
1186
1187 2002-02-22  Jim Blandy  <jimb@redhat.com>
1188
1189         * splay-tree.c (splay_tree_xmalloc_allocate,
1190         splay_tree_xmalloc_deallocate): New functions.
1191         (splay_tree_new): Call splay_tree_new_with_allocator, passing the
1192         above functions and a dummy data pointer.
1193         (splay_tree_new_with_allocator): New function.
1194         (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
1195         splay_tree_remove): Use the splay tree's allocation and
1196         deallocation functions.
1197
1198 2002-02-19  Scott Snyder  <snyder@fnal.gov>
1199
1200         * testsuite/demangle-expected: Add test case for infinite loop in
1201         demangler.
1202         * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
1203         if do_type() doesn't make any progress --- prevents an infinite
1204         loop.
1205
1206 2002-02-18  Carlo Wood  <carlo@gnu.org>
1207
1208         PR c++/5390
1209         * cplus-dem.c (demangle_integral_value): Accept multi-digit
1210         numbers that do not start with an underscore; This is needed
1211         for integer template parameters. This doesn't break anything
1212         because multi-digit numbers are never followed by a digit.
1213         * testsuite/demangle-expected: Corrected all mangled test
1214         cases with multi-digit template parameters: g++ 2.95.x does
1215         not generate underscores around these parameters.
1216
1217 2002-02-05  Jason Merrill  <jason@redhat.com>
1218
1219         * cplus-dem.c (flags): Add DMGL_VERBOSE
1220         (cplus_demangle_v3_p): Remove.
1221         (demangle_it): Add DMGL_TYPES to passed flags.
1222         * cp-demangle.c (cplus_demangle_v3_all): Remove.
1223         (cplus_demangle_v3_type): Remove.
1224         (cplus_demangle_v3): Add options parm.
1225
1226 2002-02-02  H.J. Lu  (hjl@gnu.org)
1227
1228         * cp-demangle.c (cp_demangle_type): Do not protect with
1229         IN_LIBGCC2.
1230         (cplus_demangle_v3_all): New.
1231         (cplus_demangle_v3): Call cplus_demangle_v3_all.
1232         (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
1233
1234         * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
1235         Initialized to cplus_demangle_v3.
1236         (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
1237         of cplus_demangle_v3.
1238         (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
1239         command line symbol.
1240
1241         * testsuite/regress-demangle: Pass the mangled name at the
1242         command line.
1243
1244 2002-02-01  H.J. Lu  <hjl@gnu.org>
1245
1246         * cp-demangle.c (cp_demangle_type): Call demangling_new with
1247         DMGL_GNU_V3.
1248
1249 2002-01-31  Phil Edwards  <pme@gcc.gnu.org>
1250
1251         * cp-demangle.c:  Revert yesterday's change.
1252
1253 2002-01-31  Adam Megacz  <adam@xwt.org>
1254
1255         * gcc/libiberty/configure.in: Treat mingw the same as cywin
1256         wrt HAVE_SYS_ERRLIST.
1257
1258 2002-01-30  Phil Edwards  <pme@gcc.gnu.org>
1259
1260         * cp-demangle.c (cp_demangle_type):  Do not protect with IN_LIBGCC2.
1261         (cplus_demangle_v3):  Mimic __cxa_demangle and fall back on
1262         cp_demangle_type.
1263         * testsuite/demangle-expected:  New gnu-v3 test.
1264
1265 2002-01-22  Momchil Velikov  <velco@fadata.bg>
1266
1267         * configure.in (variable detection): Use arrays of unspecified
1268         size instead of plain integers.
1269
1270 2002-01-18  DJ Delorie  <dj@redhat.com>
1271
1272         * Makefile.in (TESTLIB): New.  This library is for future
1273         testsuites.
1274         (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
1275         break down by letter.
1276         (REQUIRED_OFILES): List long-to-compile files first.
1277         (maint-deps): New, target for updating dependencies.
1278         (dependencies): Update.
1279         * maint-tool: Add dependency-generating option.
1280         * configure.in: Check for _doprnt even if we're not providing it.
1281         * configure: Regenerate.
1282
1283         * _doprnt.c: Modifications to allow compiling on any platform.
1284         * copysign.c: Likewise.
1285         * putenv.c: Likewise.
1286         * setenv.c: Likewise.
1287         * vsprintf.c: Likewise.
1288
1289 2002-01-15  Douglas B Rupp  <rupp@gnat.com>
1290
1291         * mkstemps.c (mkstemps): On VMS, open temp file with option
1292         that causes it to be deleted when closed.
1293
1294 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1295
1296         * cp-demangle.c (long_options): Const-ify.
1297         * cplus-dem.c (long_options): Likewise.
1298
1299         * cplus-dem.c (mystrstr): Delete.  All callers changed to use
1300         strstr instead.
1301
1302 2001-12-31  Ira Ruben   <ira@apple.com>
1303
1304         * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
1305         * configure: Regenerated.
1306
1307 2001-12-24  Douglas B. Rupp  <rupp@gnat.com>
1308
1309         * configure.in (uintptr_t): Use AC_CHECK_TYPE.
1310         * configure: Regenerated.
1311
1312 2001-12-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1313
1314         PR other/2719
1315         * cplus-dem.c (consume_count): Treat negative count as an error.
1316         * testsuite/demangle-expected: Added testcase.
1317
1318 Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>
1319
1320         * configure.in: Hardcode that vfork works on VMS host.
1321         * configure: Regenerated.
1322
1323 2001-12-06  Richard Henderson  <rth@redhat.com>
1324
1325         * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
1326         (cplus_demangle): Support no_demangling.
1327
1328 2001-11-27  Zack Weinberg  <zack@codesourcery.com>
1329
1330         * _doprnt.c: Moved here from gcc/doprint.c.  Adjust to build
1331         in libiberty context.  Fix typo in leading comment.
1332         * configure.in: Fix various AC_DEFINEs so autoheader works.
1333         If any of vprintf, vsprintf, vfprintf is missing from libc,
1334         then AC_REPLACE_FUNCS(_doprnt).
1335
1336 2001-11-26  DJ Delorie  <dj@redhat.com>
1337             Daniel Jacobowitz  <drow@mvista.com>
1338
1339         * Makefile.in (stamp-h): Depend on Makefile for proper
1340         serialization.
1341         (*-subdir): Depend on config.h for proper serialization.
1342
1343 2001-11-26  DJ Delorie  <dj@redhat.com>
1344
1345         * configure.in: Check for alloca.h (for regex.c and putenv.c).
1346         * configure: Regenerate.
1347         * config.h: Add HAVE_ALLOCA_H.
1348
1349 2001-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1350
1351         * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
1352         defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
1353         is available.
1354
1355 Thu Nov 15 11:06:25 2001  Jeffrey A Law  (law@cygnus.com)
1356
1357         * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
1358         * configure.in (HAVE_UINTPTR_T): Test for system defining
1359         uintptr_t and define HAVE_UINTPTR_T appropriately.
1360         * regex.c (uintptr_t): Do not provide a definition if the
1361         system provided one.
1362
1363         * regex.c (PREFIX): Provide an alternate definition for
1364         non-ANSI/ISO compilers.
1365         (ARG_PREFIX): Likewise.
1366
1367 2001-11-12  Jim Meyering  <meyering@lucent.com>
1368
1369         * obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
1370         this code would end up calling gettext even in packages built
1371         with --disable-nls.
1372         * getopt.c (_): Likewise.
1373         * regex.c (_): Likewise.
1374
1375 2001-11-03  Alan Modra  <amodra@bigpond.net.au>
1376
1377         * configure.in: Cope with missing makeinfo.
1378         * configure: Regenerate.
1379
1380 2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1381
1382         * hex.c (hex_init): Provide empty stub.
1383
1384         * hex.c (hex_init): Delete.
1385         (_hex_value): Const-ify and initialize at compile-time.
1386
1387 2001-10-19  H.J. Lu <hjl@gnu.org>
1388
1389         * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
1390         necessary.
1391
1392 2001-10-17  DJ Delorie  <dj@redhat.com>
1393
1394         * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
1395         ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
1396         mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
1397         Improve manual formatting.
1398         * functions.texi: Regenerate.
1399
1400 2001-10-15  DJ Delorie  <dj@redhat.com>
1401
1402         * Makefile.in (TEXIFILES): Add fnmatch.txh.
1403         (maint-undoc): New.
1404         maint-tool: Add "undoc" tool.
1405         * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
1406         fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
1407         make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
1408         strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
1409         documentation.
1410         * fnmatch.txh: New.
1411         * functions.texi: Regenerate.
1412
1413 2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1414
1415         * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
1416         * strtod.c: Use "ISO C" instead of "ANSI C".
1417         * functions.texi: Regenerate.
1418
1419 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1420
1421         * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
1422         libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
1423         strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
1424         xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting.  Fix
1425         spelling.  Give names to function arguments in documentation.  Use
1426         (void) prototypes in documentation.
1427         * functions.texi: Regenerate.
1428
1429 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1430
1431         * argv.c (buildargv, tests, main): Const-ify.
1432         * cp-demangle.c (operator_code): Likewise.
1433         * cplus-dem.c (optable, libiberty_demanglers,
1434         cplus_demangle_set_style, cplus_demangle_name_to_style,
1435         print_demangler_list): Likewise.
1436         * hashtab.c (higher_prime_number): Likewise.
1437         * strcasecmp.c (charmap): Likewise.
1438         * strerror.c (error_info, strerror, main): Likewise.
1439         * strncasecmp.c (charmap): Likewise.
1440         * strsignal.c (signal_info): Likewise.
1441
1442 2001-09-29  DJ Delorie  <dj@redhat.com>
1443
1444         * configure: Regenerate.
1445
1446 2001-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1447
1448         * concat.c: Include stdlib.h.
1449
1450 2001-09-27  Eli Zaretskii  <eliz@is.elta.co.il>
1451
1452         * libiberty.texi: (Top level): Add syncodeindex pg.  Add
1453         @dircategory and @direntry directives.  Add @finalout.
1454         (many nodes): Lose the next,prev,up pointers on the @nide line.
1455         (Using, Supplemental Functions, Replacement Functions): Fix
1456         markup.
1457         (Functions): Move around, to allow makeinfo to build the manual
1458         without next,prev,up pointers in thye node lines.
1459         (Licenses): Fix typos.
1460
1461         * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
1462         strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
1463         * functions.texi: Regenerate.
1464
1465         * copying-lib.texi: Lose the next,prev,up pointers on the @node
1466         line.
1467
1468 2001-09-27  DJ Delorie  <dj@redhat.com>
1469
1470         * configure.in: Don't use in-tree texinfo, because libiberty must
1471         be built before it.  Check for makeinfo version 4 or higher.
1472         * functions.texi: Regenerate.
1473
1474 2001-09-20  DJ Delorie  <dj@redhat.com>
1475             Phil Edwards  <pedwards@disaster.jaj.com>
1476
1477         * configure.in (MAKEINFO, PERL): Detect these.
1478         (--enable-maintainer-mode): Add.
1479         * configure: Regenerate.
1480         * Makefile.in (MAKEINFO, PERL): Define.
1481         (libiberty.info, libiberty.dvi, libiberty.html): New.
1482         (CFILES): Add bsearch.c.
1483         (CONFIGURED_OFILES): New, list of objects configure might add.
1484         (maint-missing, maint-buildall): New, for maintainers only.
1485         (clean, mostlyclean): Add info/dvi/html files.
1486         * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
1487         * gather-docs: New, for maintainers.
1488         * maint-tool: New, for maintainers.
1489         * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
1490         bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
1491         getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
1492         memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
1493         sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
1494         strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
1495         tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
1496         xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
1497         documentation.
1498
1499 2001-09-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1500
1501         * concat.c (reconcat): Fix for traditional C.
1502
1503 2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1504
1505         * concat.c (reconcat): New function.
1506
1507 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1508
1509         * concat.c (vconcat_length, vconcat_copy, concat_length,
1510         concat_copy, concat_copy2): New functions.
1511         (concat): Use vconcat_length/vconcat_copy.
1512
1513         * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
1514         Define.
1515
1516 2001-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1517
1518         * asprintf.c: Don't define USE_STDARG.  Use VPARAMS, VA_OPEN,
1519         VA_FIXEDARG & VA_CLOSE.
1520
1521         * vasprintf.c: Check HAVE_STRING_H when including string.h.
1522         (checkit): Delete redundant prototype.  Add ATTRIBUTE_PRINTF_1.
1523         Use VA_OPEN, VA_FIXEDARG & VA_CLOSE.  Free allocated string.
1524
1525 2001-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1526
1527         * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
1528
1529 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
1530
1531         * regex.c (truncate_wchar): Use wcrtomb not wctomb.
1532
1533 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
1534
1535         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
1536         instead of mbrtowc.
1537         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
1538         wcslen, and __wcscoll instead of wcscoll.
1539
1540 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
1541
1542         * fibheap.c (fibheap_init, fibnode_init): Remove.
1543         (fibheap_new, fibnode_new): Use xcalloc to allocate and
1544         initialize memory.
1545         (fibheap_insert): Remove check for node allocation failure.
1546
1547 2001-08-21  Richard Henderson  <rth@redhat.com>
1548
1549         * Makefile.in (fibheap.o): Depend on config.h.
1550         * fibheap.c: Tidy formatting.  Use config.h.` Rearrange some
1551         functions for inlining.
1552
1553 Tue Aug 21 12:35:04 2001  Christopher Faylor <cgf@cygnus.com>
1554
1555         * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
1556         hosting on cygwin.
1557         * configure: Regenerate.
1558
1559 2001-08-20  Andrew Cagney  <ac131313@redhat.com>
1560
1561         * floatformat.c (floatformat_m88110_ext): Remove #ifdef
1562         HARRIS_FLOAT_FORMAT.
1563         (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
1564         (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
1565         (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
1566         (floatformat_m88110_harris_ext): New float formats.
1567
1568 2001-08-20  Daniel Berlin  <dan@cgsoftware.com>
1569
1570         * fibheap.c: New file. Fibonacci heap.
1571
1572         * Makefile.in (CFILES): Add fibheap.c.
1573         (REQUIRED_OFILES): Add fibheap.o.
1574         (fibheap.o): Add dependencies for fibheap.o.
1575
1576 2001-08-17  Christopher Faylor <cgf@cygnus.com>
1577
1578         * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
1579         * configure: Regenerate.
1580
1581 2001-08-16  Richard Henderson  <rth@redhat.com>
1582
1583         * hashtab.c (htab_hash_string): New.
1584
1585 2001-08-13  Andrew Cagney  <ac131313@redhat.com>
1586
1587         * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
1588         name.
1589
1590 2001-08-12  Isamu Hasegawa  <isamu@yamato.ibm.com>
1591
1592         * regex.c (wcs_regex_compile): Use appropriate string
1593         to compare with collating element.
1594         Fix the padding for the alignment.
1595
1596 2001-08-10  Andrew Cagney  <ac131313@redhat.com>
1597
1598         * lbasename.c (lbasename): Change function definition to return a
1599         const char pointer.
1600
1601 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
1602
1603         * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
1604         for".
1605
1606 2001-08-03  Richard Henderson  <rth@redhat.com>
1607
1608         * Makefile.in (concat.o): Depend on config.h.
1609
1610 2001-07-30  Andreas Jaeger  <aj@suse.de>
1611
1612         * concat.c: Include "config.h".
1613
1614 2001-07-30  Andreas Jaeger  <aj@suse.de>
1615
1616         * regex.c: Declare wcs functions only if compiling with
1617         MBS_SUPPORT.
1618         Don't use #elif for traditional C.
1619
1620 2001-07-23  Ulrich Drepper  <drepper@redhat.com>
1621
1622         * regex.c: Revamp memory allocation for WCHAR functions to
1623         not use too much stack.
1624
1625 2001-07-30  Andreas Jaeger  <aj@suse.de>
1626
1627         * regex.c: Declare wcs functions only if compiling with
1628         MBS_SUPPORT.
1629         Don't use #elif for traditional C.
1630
1631 2001-07-25  Daniel Jacobowitz  <drow@mvista.com>
1632
1633         * Makefile.in (regex.o): Add dependency on config.h.
1634
1635 2001-07-18  Andreas Schwab  <schwab@suse.de>
1636
1637         * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
1638         underscore character.
1639
1640 2001-07-18  Ulrich Drepper  <drepper@redhat.com>
1641
1642         * regex.c: Limit string length printed in debug messages to 100
1643         chars.
1644
1645 2001-07-18  Andreas Jaeger  <aj@suse.de>
1646
1647         * regex.c: Place under LGPL version 2.1.
1648
1649 2001-07-10  Jeff Johnston  <jjohnstn@redhat.com>
1650
1651         * Makefile.in: Add support for regex code.
1652         * regex.c: New file.
1653
1654 2001-07-05  Mark Klein  <mklein@dis.com>
1655
1656         * Makefile.in: Add ffs.c dependency.
1657         * configure.in: Add ffs.c.
1658         * ffs.c: New file.
1659
1660 2001-06-18  Richard Henderson  <rth@redhat.com>
1661
1662         * concat.c: Include <sys/types.h>.
1663
1664 2001-06-11  Loren J. Rittle  <ljrittle@acm.org>
1665
1666         bootstrap/3106
1667         * strerror.c (sys_nerr): Hide the OS header version.
1668         * strsignal.c (sys_nsig): Likewise.
1669
1670 2001-06-10  Richard Henderson  <rth@redhat.com>
1671
1672         * concat.c: Include string.h.  Fix int vs size_t usage.
1673         Simplify the iteration loops.  Use memcpy.
1674
1675 2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
1676
1677         * partition.c: Fix misspelling of `implementation'.
1678
1679 2001-05-09  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1680
1681         * md5.c (md5_init_ctx): Declare constants as unsigned.
1682         (md5_process_block): Likewise.
1683
1684 2001-05-07  Zack Weinberg  <zackw@stanford.edu>
1685
1686         * cp-demangle.c (demangle_v3_with_details,
1687         is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
1688         function definition.
1689         * ternary.c: Use K+R style function definitions.  Use PTR, not
1690         void *.  Make arguments constant where possible.
1691
1692 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
1693
1694         * splay-tree.h (splay_tree_max): New function.
1695         (splay_tree_min): Likewise.
1696
1697 2001-04-15  Daniel Berlin  <dan@cgsoftware.com>
1698
1699         * ternary.c: New file - Ternary search tree implementation.
1700
1701         * Makefile.in: Add ternary.o, and ternary.c dependencies.
1702
1703 2001-04-03  Zack Weinberg  <zackw@stanford.edu>
1704
1705         * make-temp-file.c (try): Inline.
1706
1707 2001-02-28  Richard Henderson  <rth@redhat.com>
1708
1709         * Makefile.in (make-temp-file.o): Depend on config.h.
1710
1711 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1712
1713         * memchr.c (memchr): Adjust condition to avoid infinite loop.
1714
1715 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
1716
1717         * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
1718         `_' not followed by a digit is invalid.
1719
1720 2001-03-22  Jim Blandy  <jimb@redhat.com>
1721
1722         * cp-demangle.c (string_list_delete): Use dyn_string_delete
1723         instead of free, to free the contents as well as the string
1724         structure.
1725
1726 2001-03-21  Zack Weinberg  <zackw@stanford.edu>
1727
1728         * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
1729         Don't default P_tmpdir to anything.  Try /var/tmp before
1730         /usr/tmp.
1731
1732 2001-03-20  Zack Weinberg  <zackw@stanford.edu>
1733
1734         * choose-temp.c: Split off make_temp_file, and the code
1735         duplicated between it and choose_temp_base, into...
1736         * make-temp-file.c: ... here; new file.
1737
1738         * Makefile.in (CFILES): Add make-temp-file.c.
1739         (REQUIRED_OFILES): Add make-temp-file.o.
1740
1741 2001-03-20  Jim Blandy  <jimb@redhat.com>
1742
1743         * cp-demangle.c (struct demangling_def): New fields:
1744         is_constructor and is_destructor.
1745         (demangling_new): Initialize them.
1746         (demangle_ctor_dtor_name): Set them, if we detect a constructor
1747         or destructor.
1748         (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
1749         is_gnu_v3_mangled_dtor): New functions.
1750
1751 2001-03-20  Jason Merrill  <jason@redhat.com>
1752
1753         * cplus-dem.c (main): Skip initial $.
1754
1755 2001-03-15  Michael Meissner  <meissner@redhat.com>
1756
1757         * hashtab.c (higher_prime_number): Silence warning that 4294967291
1758         might be a signed integer under pre-ISO C systems.
1759
1760 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
1761             John David Anglin  <dave@hiauly1.hia.nrc.ca>
1762
1763         * libiberty/lbasename.c: New file.
1764         * libiberty/Makefile.in: Update for lbasename.
1765
1766 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
1767
1768         * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
1769         * configure.in: Replace all alloca logic with a simple use of
1770         the above new macro.
1771         * config.table: Kill *-*-beos* entry.
1772         * config/mh-beos: Delete.
1773         * configure, config.in: Regenerate.
1774
1775         * Makefile.in (ALLOCA, HFILES): Kill.
1776         (REQUIRED_OFILES): Add alloca.o.
1777         (alloca.o): Depend on libiberty.h.
1778         (argv.o): Don't depend on alloca-conf.h.
1779         * alloca-conf.h: Delete.
1780         * alloca.c: Include libiberty.h.  Kill all #ifdef emacs
1781         blocks.  Provide the C alloca unconditionally.  Use PTR where
1782         appropriate.  Make i00afunc static.
1783         * argv.c: Don't include alloca-conf.h.
1784
1785 2001-03-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1786
1787         * cplus-dem.c (main): Cast enum style to int.
1788
1789 2001-02-16  Loren J. Rittle  <ljrittle@acm.org>
1790
1791         * cplus-dem.c (main): Initialize style.
1792
1793 2001-02-02  Phil Edwards  <pme@sources.redhat.com>
1794
1795         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
1796
1797 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
1798
1799         Add support for Java demangling under the v3 ABI:
1800         * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
1801         (struct demangling_def): Add `style' field.
1802         (demangling_new): New parameter `style'. Set it in demangling_t.
1803         (demangle_prefix): Use NAMESPACE_SEPARATOR.
1804         (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
1805         (cp_demangle): New parameter `style'. Pass it to demangling_new().
1806         (main): Call cp_demangle with extra parameter.
1807         (java_demangle_v3): New function.
1808         (java_builtin_type_names): New. Table of primitive type names used
1809         for Java demangling.
1810         (demangle_builtin_type): Look up in java_builtin_type_names if doing
1811         Java output.
1812         * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
1813         demangling.
1814         (long_options): Remove obsolete `java' option.
1815         (main): Remove explicit handling of `java' option. Instead, pass style
1816         parameter in cplus_demangle flags as gdb does.
1817         * testsuite/demangle.expected: Add some Java test cases.
1818
1819 2000-12-29  DJ Delorie  <dj@redhat.com>
1820
1821         * fnmatch.c: Make the note about the origins of this file more
1822         accurate, at least until we can sync with glibc.
1823         * getopt.c: Ditto.
1824         * getopt1.c: Ditto.
1825         * md5.c: Ditto.
1826         * obstack.c: Ditto.
1827
1828 2000-12-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1829
1830         * bsearch.c: New file.
1831         * configure.in (funcs): Add bsearch.
1832         (AC_CHECK_FUNCS): Likewise.
1833         * configure, config.in: Regenerate.
1834
1835 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1836
1837         * safe-ctype.c: #include "ansidecl.h".
1838         * strtod.c: Likewise.
1839
1840 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1841
1842         * strtoul.c: Include safe-ctype.h, not ctype.h.
1843
1844 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1845
1846         * safe-ctype.c: New file.
1847         * Makefile.in (CFILES): Add safe-ctype.c.
1848         (REQUIRED_OFILES): Add safe-ctype.o.
1849
1850         * argv.c: Define ISBLANK and use it, not isspace.
1851         * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
1852         strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
1853         uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
1854         before calling TOLOWER(c)/TOUPPER(c).
1855
1856 2000-12-07  Mike Stump  <mrs@wrs.com>
1857
1858         * Makefile.in (distclean): When cleaning, remove testsuite.
1859
1860 2000-12-05  Jason Merrill  <jason@redhat.com>
1861
1862         * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
1863         name before allocating the dyn_string.
1864
1865 2000-12-04  Jason Merrill  <jason@redhat.com>
1866
1867         * cp-demangle.c: s/new_abi/v3/.
1868         * cplus-dem.c: Likewise.
1869         (current_demangling_style): Now auto_demangling.
1870         (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
1871         (main): Use standard symbol chars for auto_demangling.
1872
1873 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
1874
1875         * hashtab.c (higher_prime_number): Use a table, rather than a
1876         seive, to find the next prime.
1877
1878 2000-11-22  H.J. Lu  <hjl@gnu.org>
1879
1880         * cplus-dem.c (main): Handle gnat_demangling.
1881
1882 2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
1883
1884         * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
1885         (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
1886         * configure.in: Call AC_C_INLINE and AC_C_CONST.  Use three
1887         argument form of AC_DEFINE in dummy definitions block.  Use
1888         AC_DEFINE_NOAUTOHEADER for real definitions of things defined
1889         in dummy block.  Preload cache variables instead of bypassing
1890         tests, where possible.
1891         * acconfig.h: Removed.
1892
1893         * xmalloc.c (xmalloc_failed): New function, does error
1894         reporting on failed allocation.
1895         (xmalloc, xcalloc, xrealloc): Use it.
1896
1897 2000-11-21  Hans-Peter Nilsson  <hp@bitrange.com>
1898
1899         * cplus-dem.c (cplus_demangle): Fix formatting.
1900         (grow_vect): Ditto.
1901         (ada_demangle): Ditto.
1902         (internal_cplus_demangle): Ditto.
1903         (mop_up): Ditto.
1904
1905 2000-11-21  H.J. Lu  <hjl@gnu.org>
1906
1907         * cplus-dem.c (main): Handle java_demangling.
1908
1909 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1910
1911         * cplus-dem.c (grow_vect): Prototype.
1912         (ada_demangle): Cast the arg of ctype macros to unsigned char.
1913
1914 2000-11-15  Hans-Peter Nilsson  <hp@bitrange.com>
1915
1916         * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
1917         parameter `option'.
1918
1919 2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
1920
1921         * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
1922         be used in GCC.
1923
1924 2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
1925
1926         * cplus-dem.c: Add gnat demangler.  Add java to demangle style
1927         list.
1928
1929 2000-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
1930
1931         * hashtab.c (htab_expand): Change to return int.  Use calloc or
1932         xcalloc depending on htab->return_allocation_failure.  Return zero
1933         if calloc fails.
1934         (htab_create): Update comment to cover memory allocation.
1935         (htab_try_create): New.
1936         (htab_find_slot_with_hash): Return NULL if htab_expand fails.
1937         Update comment to cover this.
1938
1939 2000-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
1940
1941         * hashtab.c: Change void * to PTR where necessary.
1942         (htab_create, htab_expand): Correct formatting of comment before
1943         function.
1944
1945 2000-10-22  Alex Samuel  <samuel@codesourcery.com>
1946
1947         * cp-demangle.c (string_list_def): Add caret_position and comments.
1948         (result_caret_pos): New macro.
1949         (result_append_string): Rename to...
1950         (result_add_string): ... this, and insert at caret position.
1951         Rename throughout.
1952         (result_append): Rename to...
1953         (result_add): ... this, and insert at caret position.  Rename
1954         throughout.
1955         (result_append_char): Rename to...
1956         (result_add_char): ... this, and insert at caret position.  Rename
1957         throughout.
1958         (result_append_space): Remove.
1959         (string_list_new): Initialize caret position.
1960         (result_add_separated_char): Use caret position.
1961         (result_get_caret): New funtion.
1962         (result_set_caret): Likewise.
1963         (result_shift_caret): Likewise.
1964         (result_previous_char_is_space): Likewise.
1965         (substitution_start): Use caret position.
1966         (substitution_add): Likewise.
1967         (demangling_new): Initialize caret position.
1968         (demangle_encoding): Use caret position.
1969         (demanglin_nested_name): Put CV qualifiers after name.
1970         (demangle_type_ptr): Use switch statement.  Handle pointers to
1971         arrays.  Don't use result_append_space.  Use caret position.
1972         (demangle_type): Emit CV qualifiers after underlying type.  Adjust
1973         call to demangle_array_type.
1974         (demangle_array_type): Add parameter to handle pointers to arrays.
1975
1976 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
1977
1978         * splay-tree.c (splay_tree_insert): Fix formatting.
1979
1980 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
1981
1982         * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
1983
1984 2000-09-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1985
1986         * splay-tree.c: #include <stdio.h>.
1987
1988 2000-09-14  Hans-Peter Nilsson  <hp@axis.com>
1989
1990         * testsuite/demangle-expected: Add two tests for anonymous
1991         namespaces.
1992         * cplus-dem.c (gnu_special): Handle anonymous namespaces.
1993
1994 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
1995
1996         * splay-tree.c (splay_tree_predecessor): New function.
1997         (splay_tree_successor): Likewise.
1998
1999 2000-09-10  Hans-Peter Nilsson  <hp@axis.com>
2000
2001         * testsuite/demangle-expected: Add four tests for type_info
2002         mangling.
2003         * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
2004         for a non-template non-qualified type_info function or node.
2005
2006 2000-09-08  Alex Samuel  <samuel@codesourcery.com>
2007
2008         * cp-demangle.c: Fix copyright banner.
2009
2010 2000-09-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2011
2012         * md5.c: #include "ansidecl.h".
2013
2014 2000-09-06  Alex Samuel  <samuel@codesourcery.com>
2015
2016         * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
2017         (demangle_type): Handle substitution candidates correctly in the
2018         face of special substitutions.
2019
2020 2000-09-05  Alex Samuel  <samuel@codesourcery.com>
2021
2022         * cp-demangle.c (demangle_encoding): Rename variable.
2023         (demangle_name): Rename parameter.  Handle return type
2024         suppression.
2025         (demangle_nested_name): Rename parameter.
2026         (demangle_prefix): Likewise.  Change return type suppression.
2027         (demangle_unqualified_name): Add parameter.  Flag constructors and
2028         conversion operators.
2029         (demangle_special_name): Fix comment.
2030         (demangle_type): Rename variable.
2031         (demangle_bare_function_type): Check for missing return type and
2032         parameter.
2033         (demangle_class_enum_type): Rename parameter.
2034         (demangle_discriminator): Fix misspelling in comment.
2035
2036 2000-08-31  DJ Delorie  <dj@redhat.com>
2037
2038         * configure.in (Cygwin): special case cygwin only when we're
2039         building cygwin, not when we're hosting cygwin.
2040
2041 2000-09-04  Alex Samuel  <samuel@codesourcery.com>
2042
2043         * cp-demangle.c (demangle_template_arg): Eat an `E' after an
2044         <expression>.
2045
2046 2000-09-04  Alex Samuel  <samuel@codesourcery.com>
2047
2048         * cp-demangle.c (demangle_type_ptr): Increment position past
2049         pointer and reference characters.
2050
2051 2000-09-04  Alex Samuel  <samuel@codesourcery.com>
2052
2053         * cp-demangle.c (demangle_nv_offset): New function.
2054         (demangle_v_offset): Likewise.
2055         (demangle_call_offset): Likewise.
2056         (demangle_special_name): Update thunk demangling to comply with
2057         ABI changes.
2058
2059 2000-09-03  Alex Samuel  <samuel@codesourcery.com>
2060
2061         * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
2062         (substitution_def): Remove template_parm_number.
2063         (NOT_TEMPLATE_PARM): Remove.
2064         (result_insert_string): New macro.
2065         (result_insert): Likewise.
2066         (result_insert_char): Likewise.
2067         (substitution_add): Remove last parameter.  Don't store template
2068         parm number.
2069         (BFT_NO_RETURN_TYPE): Define as NULL.
2070         (demangle_encoding): Adjust call to demangle_bare_function_type.
2071         (demangle_name): Adjust substitution.  Adjust call to
2072         substitution_add.
2073         (demangle_prefix): Adjust call to substitution_add.
2074         (demangle_identifier): Handle anonymous namespaces.
2075         (demangle_operator_name): Change demangling of vendor-extended
2076         operator to match ABI changes.
2077         (demangle_type_ptr): Change parameters.  Make recursive.  Handle
2078         substitutions here.
2079         (demangle_type): Adjust calls to demangle_template_param,
2080         substitution_add, and demangle_type_ptr.  Fix substitution of
2081         templated types.
2082         (demangle_function_type): Change parameter to a pointer.
2083         (demangle_bare_function_type): Likewise.  Adjust insertion point.
2084         (demangle_template_param): Remove last parameter.
2085         (demangle_expr_primary): Remove unused variable.  Adjust call to
2086         demangle_template_param.
2087         (is_mangled_char): Accept `$' and `.'.
2088         * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
2089         * dyn-string.c (dyn_string_insert_char): New function.
2090
2091 2000-08-31  Hans-Peter Nilsson  <hp@axis.com>
2092
2093         * testsuite/demangle-expected: Add nine tests for
2094         underscore-after-number followed by five tests for name-signature
2095         delimiter.
2096
2097 2000-08-28  Richard Henderson  <rth@cygnus.com>
2098
2099         * Makefile.in (md5.o): Depend on config.h.
2100
2101 2000-08-28  Jason Merrill  <jason@redhat.com>
2102
2103         * Makefile.in (REQUIRED_OFILES): Add md5.o.
2104         (CFILES): Add md5.c.
2105         * md5.c: New file.
2106
2107 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
2108
2109         * cp-demangle.c (demangle_name): Initialize template_p in local
2110         name case.  Don't re-add substitutions as candidates.
2111         (demangle_nested_name): Use <unqualified-name>.
2112         (demangle_prefix): Likewise.  Don't add template names as
2113         substitution candidates twice, or re-add a substitution or the
2114         last prefix component.
2115         (demangle_local_name): Adjust output format.
2116
2117 2000-08-25  Alex Samuel  <samuel@codesourcery.com>
2118
2119         * cp-demangle.c (result_add_separated_char): Change parameter to
2120         int.
2121         (substitution_add): Don't check for duplicates.  Check if
2122         previously allocated size is zero.
2123         (demangle_name): Remove duplicate check for std substitution.
2124         Clear template flag appropriately.
2125         (demangle_prefix): Remove argument to demangle_substitution.
2126         Don't check that template flag is already set.
2127         (demangle_operator_name): Add pt operator.
2128         (demangle_type): Don't treat r as built-in type.  Remove argument
2129         to demangle_substitution.  Fix substitution candidate mechanics.
2130         Handle <template-template-parm>s.  Improve comments.
2131         (demangle_template_param): Don't handle template arg lists here.
2132         (demangle_substitution): Remove parameter.
2133         (print_usage): Remove extra fprintf option.
2134
2135 2000-08-24  Greg McGary  <greg@mcgary.org>
2136
2137         * libiberty/random.c (end_ptr): Revert previous change.
2138
2139 2000-08-24  Greg McGary  <greg@mcgary.org>
2140
2141         * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
2142         demangle_expression, demangle_function_name): Use ARRAY_SIZE.
2143         * libiberty/random.c (end_ptr): Likewise.
2144
2145 2000-08-23  Alex Samuel  <samuel@codesourcery.com>
2146
2147         * cp-demangle.c (result_close_template_list): Remove function.
2148         (result_add_separated_char): New function.
2149         (result_open_template_list): New macro.
2150         (result_close_template_list): Likewise.
2151         (demangle_prefix): Don't set template_p if the
2152         prefix ends with a ctor name.
2153         (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
2154         (demangle_type): Check for template args after substitution.
2155         (demangle_template_args): Use result_open_template_list.
2156
2157 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
2158
2159         * pexecute.c:  Don't use vfork.  Initialize 'pid' before retry loop.
2160
2161 2000-07-26  Dave Pitts  <dpitts@cozx.com>
2162
2163         * config/mh-openedition.h: Added -DLE370 definition.
2164
2165 2000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
2166
2167         * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
2168         __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
2169         Cast program to 'char *' in errmsg_arg assignment.
2170         (PWAIT_ERROR): Define.
2171         (pwait): Use PWAIT_ERROR.  Adjust DJGPP's status code to conform
2172         to DJGPP's WIF* macros.
2173
2174 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
2175             Jeff Law <law@cygnus.com>
2176
2177         * getcwd.c: Include string.h, stdlib.h for prototypes
2178
2179         * Makefile.in (rename.o, waitpid.o): Depend on config.h
2180         * rename.c: Include config.h, unistd.h
2181         * waitpid.c: Include config.h, sys/wait.h
2182
2183 2000-07-24  Hans-Peter Nilsson  <hp@axis.com>
2184
2185         * cplus-dem.c (work_stuff_copy_to_from): New.
2186         (delete_non_B_K_work_stuff): New.
2187         (delete_work_stuff): New.
2188         (mop_up): Break out work_stuff partly destruction to
2189         delete_non_B_K_work_stuff.
2190         (iterate_demangle_function): New.
2191         (demangle_prefix): Call iterate_demangle_function instead of
2192         demangle_function_name.  Leave handling of name-signature
2193         __-delimiters to iterate_demangle_function.
2194         (demangle_integral_value): Strip an optional
2195         following underscore cautiously.  Handle negative numbers.
2196
2197 2000-07-24  Daniel Berlin <dberlin@redhat.com>
2198
2199         * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
2200         if (AUTO_DEMANGLING || GNU_DEMANGLING)
2201
2202 2000-07-21  Alex Samuel  <samuel@codesourcery.com>
2203
2204         * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
2205         allocating ctor mangling.
2206         (demangle_array_type): Handle empty and non-constant array length.
2207
2208 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2209             Jeff Law <law@cygnus.com>
2210
2211         * configure.in (AC_CHECK_HEADERS): Add time.h.
2212         (AC_HEADER_TIME): Add check.
2213         * configure, config.in: Regenerate.
2214         * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2215
2216         * configure.in (AC_CHECK_HEADERS): Add limits.h.
2217         * configure, config.in: Regenerate.
2218         * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
2219         * strtol.c, strtoul.c: #include "config.h". Portably #include
2220         <limits.h> and/or <sys/param.h>.
2221         * Makefile.in (strtol.o, strtoul.o): Update dependencies.
2222
2223         * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
2224         * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
2225         * configure, config.in: Regenerate.
2226         * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2227
2228         * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
2229
2230 2000-07-21  Mike Stump  <mrs@wrs.com>
2231
2232         * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
2233         * (vasprintf.o): Add dependency for config.h in vasprintf.c.
2234
2235 2000-07-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2236
2237         * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
2238
2239         * setenv.c (setenv): Initialize variable `ep'.
2240
2241         * sigsetmask.c (abort): Prototype.
2242
2243         * vasprintf.c: Include config.h.  Check ANSI_PROTOTYPES, not
2244         __STDC__ for stdarg.h include.
2245         (int_vasprintf): Prototype.
2246         (checkit): Prototype.  Use VPARAMS/ANSI_PROTOTYPES/VA_START in
2247         definition.  Cast `global_total_width' in comparison.
2248         (main): Prototype.  Return a value.
2249
2250         * vfork.c (fork): Prototype.
2251
2252         * xexit.c: Include config.h.
2253
2254 2000-07-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2255
2256         * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
2257         and print it with %u.
2258
2259 2000-07-17  Hans-Peter Nilsson  <hp@axis.com>
2260
2261         * testsuite/regress-demangle (failed test): Show result and
2262         expected output.
2263
2264 2000-07-07  Andrew Haley  <aph@cygnus.com>
2265
2266         * cplus-dem.c (main): fflush() after emitting last char before
2267         waiting for input.
2268
2269 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
2270
2271         * cp-demangle.c (demangle_encoding): Accept no substitutions.
2272         (demangle_name): Handle <substitution> followed by
2273         <unqualified-template-name>.
2274         (demangle_type): Follow special substitutions with
2275         <class-enum-type>
2276         (demangle_subtitution): Set template_p for special substitutions.
2277         (main): Fix typos.
2278
2279 2000-06-27  Alex Samuel  <samuel@codesourcery.com>
2280
2281         * cp-demangle.c (demangle_special_name): Swap base and derived
2282         class when demangling construction vtables.
2283
2284 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
2285
2286         * cp-demangle.c: Don't include ctype.h.
2287         (IS_DIGIT): New macro.
2288         (IS_ALPHA): Likewise.  Use IS_DIGIT and IS_ALPHA throughout
2289         instead of isdigit and isalpanum.
2290         (demangling_def): Make name and next const pointers.
2291         (STATUS_ALLOCATION_FAILED): New status code.
2292         (dyn_string_append_space): Handle failure in
2293         dyn_string_append_char.
2294         (int_to_dyn_string): Likewise.  Change return value to status_t.
2295         (string_list_new): Handle failure of dyn_string_init.
2296         (result_close_template_list): Change return type to status_t.
2297         Handle failure in dyn_string_append.
2298         (result_push): Change return value to status_t.  Handle failure in
2299         string_list_new.  Handle failure of result_push throughout.
2300         (substitution_add): Change return value to status_t.  Handle
2301         dyn_string failures.  Handle failure of substitution_add
2302         throughout.
2303         (template_arg_list_new): Return NULL on allocation failure.
2304         (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
2305         Handle error result throughout.
2306         (result_append): Likewise.
2307         (result_append_char): Likewise.
2308         (result_append_space): Likewise.
2309         (demangling_new): Make argument a const pointer.  Handle
2310         allocation failures.
2311         (demangle_template_args): Handle failure in template_arg_list_new
2312         and result_close_template_list.
2313         (demangle_discriminator): Return if int_to_dyn_string fails.
2314         (cp_demangle): Likewise.
2315         (cp_demangle_type): New function.
2316         (cplus_demangle_new_abi): Don't call dyn_string_delete.  Abort on
2317         memory allocation failure.
2318         (main): Likewise.
2319         * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
2320         IN_LIBGCC2.
2321         (dyn_string_init): Change return value to int.  Handle
2322         RETURN_ON_ALLOCATION_FAILURE case.
2323         (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
2324         (dyn_string_release): Delete the dyn_string.
2325         (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
2326         (dyn_string_copy): Change return type to int.
2327         (dyn_string_copy_cstr): Likewise.
2328         (dyn_string_prepend): Likewise.
2329         (dyn_string_prepend_cstr): Likewise.
2330         (dyn_string_insert): Likewise.
2331         (dyn_string_insert_cstr): Likewise.
2332         (dyn_string_append): Likewise.
2333         (dyn_string_append_cstr): Likewise.
2334         (dyn_string_append_char): Likewise.
2335         (dyn_string_substring): Likewise.
2336
2337 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2338
2339         * cp-demangle.c (demangle_operator_name): Add spaces before
2340         names beginning with a letter: delete, delete[], new, new[],
2341         sizeof.
2342         (demangle_special_name): Handle TF <type> and TJ <type>.
2343
2344 Thu Jun  8 18:52:24 2000  Philippe De Muyter  <phdm@macqel.be>
2345
2346         * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
2347
2348 Thu Jun  8 09:25:54 2000  Philippe De Muyter  <phdm@macqel.be>
2349
2350         * cp-demangle.c (stdio.h): File included unconditionaly.
2351         (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
2352         * dyn-string.c (stdio.h): File included.
2353         * partition.c (partition_print): No `&' needed to take the address of
2354         a function.
2355
2356 2000-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2357
2358         * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
2359
2360         * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
2361
2362         * cp-demangle.c (demangle_char): Change parameter from char to int.
2363         (demangle_expression, demangle_expr_primary): Remove extra
2364         semi-colon in prototype.
2365
2366         * dyn-string.c (dyn_string_append_char): Change parameter from
2367         char to int.
2368
2369         * memcmp.c (memcmp): Constify.
2370
2371         * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
2372         __extension__.
2373
2374         * partition.c (elem_compare): Prototype.  Don't cast away
2375         const-ness.
2376
2377         * setenv.c (setenv): Use braces to avoid ambiguous `else'.
2378
2379 2000-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2380
2381         * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
2382
2383         * cp-demangle.c: Include demangle.h.
2384         (template_arg_list_new): DeANSIfy.
2385         (cp_demangle): Make static and add prototype.
2386         (operator_code, operators): Constify.
2387         (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
2388
2389 2000-06-05  Alex Samuel  <samuel@codesourcery.com>
2390
2391         * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
2392         unsigned char.
2393         (demangle_unqualified_name): Likewise.
2394         (demangle_number_literally): Likewise.
2395         (demangle_type): Likewise.
2396         (demangle_substitution): Likewise.
2397         (is_mangled_char): Likewise, for isalnum.
2398
2399 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
2400
2401         * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
2402         (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
2403         (cp-demangle.o): New dependency.
2404         (dyn-string.o): Likewise.
2405
2406         * dyn-string.c: Move here from gcc/dyn-string.c.  Add new functions.
2407
2408         * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
2409         demangler.
2410         (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
2411         demangling mode.
2412         (gnu_new_abi_symbol_characters): New function.
2413         (main): Use gnu_new_abi_symbol_characters.  * cp-demangle.c: New
2414         file.
2415         * cp-demangle.c: New file.
2416
2417 Tue May 30 16:45:25 2000  Andrew Cagney  <cagney@b1.cygnus.com>
2418
2419         * floatformat.c: Add name to each floatformat field.
2420
2421 Tue May 30 15:07:52 2000  Jeffrey A Law  (law@cygnus.com)
2422
2423         * Makefile.in (objalloc.o): Depend on config.h
2424
2425 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2426
2427         * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
2428         if HAVE_STRING_H.
2429         * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
2430         * objalloc.c: Include config.h.  Include stdlib.h and don't
2431         declare malloc or free if HAVE_STDLIB_H.
2432         * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
2433         else declare malloc without prototype.  Include string.h if
2434         HAVE_STRING_H, else declare memset without prototype.  Don't
2435         include stddef.h.
2436
2437 2000-05-23  Mike Stump  <mrs@wrs.com>
2438
2439         * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
2440         -j3.
2441
2442 2000-05-18  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2443
2444         * xmalloc.c: Include config.h for HAVE_SBRK definition.
2445
2446 2000-05-16  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
2447
2448         * hashtab.c (hash_pointer): Delete low-order bits which are
2449         probably zero, also eliminate a warning on alpha.
2450
2451 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
2452
2453         * Makefile.in: Change "pic" to depend on $(PICFLAG), not
2454         on $(enable_shared).
2455
2456 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
2457
2458         * config.table: Use mh-sparcpic for sparc*-*-*.
2459
2460 2000-05-08  Nick Clifton  <nickc@cygnus.com>
2461
2462         * Makefile.in (CFILES): Add strncmp.c.
2463         (NEEDED): Add strncmp.
2464
2465 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2466
2467         * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
2468         Cast the arguments to `islower' to `unsigned char'.
2469         (print_demangler_list): Prototype.
2470
2471 Thu May  4 17:14:41 2000  Philippe De Muyter  <phdm@macqel.be>
2472
2473         * sort.c (UCHAR_MAX): Provide fallback definition.
2474
2475 2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
2476
2477         * Makefile.in (maintainer-clean-subdir): Fix handling of empty
2478         SUBDIRS.
2479
2480 2000-04-28  Kenneth Block  <block@zk3.dec.com>
2481             Jason Merrill  <jason@casey.cygnus.com>
2482
2483         * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
2484         (cplus_demangle_set_style): New function for setting style.
2485         (cplus_demangle_name_to_style): New function to translate name.
2486
2487 2000-04-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2488
2489         * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
2490
2491         * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
2492         (libiberty_AC_FUNC_STRNCMP): Invoke.
2493
2494         * strncmp.c: New file.
2495
2496 Thu Apr 27 16:58:43 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2497
2498         * hashtab.c (htab_expand): Add prototype.
2499         (find_empty_slot_for_expand): Likewise.
2500
2501 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2502
2503         * hashtab.c (hash_pointer, eq_pointer): Make definition static to
2504         match prototype.
2505         (htab_expand): Cast the return value of xcalloc.
2506
2507 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
2508
2509         * hashtab.c (hash_pointer): New function.
2510         (eq_pointer): Likewise.
2511         (htab_hash_pointer): New variable.
2512         (htab_eq_pointer): Likewise.
2513
2514 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
2515
2516         * sort.c (sort_pointers): Fix endianness bugs.
2517
2518         * sort.c: New file.
2519         * Makefile.in (CFILES): Add sort.c
2520         (REQUIRED_OFILES): Add sort.o.
2521         (sort.o): New target.
2522
2523 2000-04-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2524
2525         * Makefile.in (*-subdir): Revamp slightly to avoid losing on
2526         4.3BSD systems.
2527
2528 Tue Apr 18 16:23:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2529
2530         * hashtab.c: Various minor cleanups.
2531         (htab_find_slot_with_hash): INSERT is now enum insert_option.
2532         (htab_find_slot): Likewise.
2533
2534 2000-04-16  Dave Pitts  <dpitts@cozx.com>
2535
2536         * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
2537
2538 2000-04-05  Richard Henderson  <rth@cygnus.com>
2539
2540         * splay-tree.c (splay_tree_remove): New.
2541
2542 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
2543
2544         * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
2545         codes.
2546         (htab_find_with_hash): Likewise.
2547         (htab_find_slot_with_hash): Likewise.
2548
2549 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
2550
2551         * hashtab.c (htab_find_with_hash): Avoid calculating hash2
2552         unless it will be used.  Rearrange loop for better
2553         optimization.
2554         (higher_prime_number): Add static prototype.
2555
2556 Thu Mar 16 01:33:58 2000  Jeffrey A Law  (law@cygnus.com)
2557
2558         * Makefile.in (partition.o): Depend on config.h
2559
2560 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
2561
2562         * hashtab.c (find_empty_slot_for_expand): New function.
2563         (htab_expand): Use it instead of htab_find_slot.
2564         (htab_find_with_hash): Renamed from htab_find; now accepts extra
2565         argument HASH.
2566         (htab_find_slot_with_hash): Likewise for htab_find_slot.
2567         (htab_find): New wrapper function.
2568         (htab_find_slot): Likewise.
2569         (htab_traverse): Pass slot, not entry, to called function.
2570
2571 2000-03-09  Alex Samuel  <samuel@codesourcery.com>
2572
2573         * Makefile.in (CFILES): Add partition.c.
2574         (REQUIRED_OFILES): Add partition.o.
2575         (partition.o): New rule.
2576         * partition.c: New file.
2577
2578 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
2579
2580         * hashtab.c (htab_create): Set del_f.
2581         (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
2582         Use it.
2583
2584 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
2585
2586         * hashtab.c: Remove debugging variables (all_searches,
2587         all_collisions, all_expansions). Delete
2588         all_hash_table_collisions.
2589         (create_hash_table, delete_hash_table, empty_hash_table,
2590         find_hash_table_entry, remove_element_from_hash_table_entry,
2591         clear_hash_table_slot, traverse_hash_table, hash_table_size,
2592         hash_table_elements_number, hash_table_collisions): Rename to:
2593         htab_create, htab_delete, htab_empty, htab_find_slot,
2594         htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
2595         htab_elements, htab_collisions.
2596         (htab_find): New function, handles common case where you don't
2597         plan to add or delete an entry.
2598         (htab_expand): Don't create a whole new table, just a new
2599         entry vector.
2600         (htab_find_slot): Simplify logic.
2601
2602 1999-08-03  Ian Lance Taylor  <ian@zembu.com>
2603
2604         * floatformat.c: Add casts to avoid signed/unsigned warnings.
2605         * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
2606
2607         * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
2608         $(TARGETLIB)n so it works on MSDOS.
2609         (install_to_tooldir): Likewise.
2610
2611 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
2612
2613         From Mark Elbrecht:
2614         * makefile.dos: Remove; obsolete.
2615         * configure.bat: Remove; obsolete.
2616
2617 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
2618
2619         * splay-tree.c (splay_tree_insert): Add initialization to avoid
2620         warning.
2621
2622 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2623
2624         * pexecute.c: Conditionally include string.h.
2625         (fix_argv): Handle embedded whitespace in args for Mingw32.
2626
2627 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2628
2629         * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
2630         we're using gcc.
2631
2632         * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
2633
2634 1999-12-27  Geoff Keating  <geoffk@cygnus.com>
2635
2636         * vasprintf.c (int_vasprintf): Don't re-read the format character
2637         as this mishandles strings like '%%s'.
2638
2639 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
2640
2641         * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
2642         rather than struct splay_tree_node.
2643         (splay_tree_insert): Use struct splay_tree_s rather than struct
2644         splay_tree.
2645
2646 Sun Nov 28 00:59:39 1999  Philippe De Muyter  <phdm@macqel.be>
2647
2648         * hashtab.c (sys/types.h): File included.
2649
2650 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
2651
2652         * strtoul.c, strtol.c, random.c: Remove advertising clause from
2653         BSD license, pursuant with
2654
2655           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2656
2657 Wed Nov 10 09:42:39 1999  Jeffrey A Law  (law@cygnus.com)
2658
2659         * hashtab.c: Include stdio.h.
2660
2661 Mon Nov  8 09:23:41 1999  Jeffrey A Law  (law@cygnus.com)
2662
2663         * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
2664
2665 Tue Nov  2 03:23:13 1999  Philippe De Muyter  <phdm@macqel.be>
2666
2667         * xstrdup (sys/types.h): Include this file.
2668
2669 1999-10-28  Nathan Sidwell  <nathan@acm.org>
2670
2671         * Makefile.in (SUBDIRS): New macro.
2672         (mostlyclean, clean, distclean, maintainer-clean): Adjust to
2673         avoid multiple subdirectory cleaning.
2674         (*-subdir): Use SUBDIRS.
2675
2676 1999-10-25  Jim Kingdon  <http://developer.redhat.com/>
2677
2678         * cplus-dem.c: Move declarations of standard_symbol_characters and
2679         hp_symbol_characters inside #ifdef MAIN to avoid compiler
2680         warnings.
2681
2682 1999-10-23 08:51 -0700  Zack Weinberg  <zack@bitmover.com>
2683
2684         * hashtab.c (find_hash_table_entry): When returning a
2685         DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
2686         (clear_hash_table_slot): New function which deletes an entry
2687         by its position in the table, not its value.
2688         (traverse_hash_table): New function which calls a hook
2689         function for every live entry in the table.
2690
2691 1999-10-19  Mark Mitchell  <mark@codesourcery.com>
2692
2693         * cplus-dem.c (INTBUF_SIZE): New macro.
2694         (string_append_template_idx): New function.
2695         (demangle_expression): Likewise.
2696         (demangle_integral_value): Use it.
2697         (demangle_real_value): New function, split out from ...
2698         (demangle_template_value_parm): ... here.  Use
2699         string_append_template_idx.  Use demangle_real_value.
2700         (demangle_template): Use string_append_template_idx.
2701         (demangle_qualified): Use consume_count_with_underscores.
2702         (get_count): Tweak formatting.
2703         (do_type): Use string_append_template_idx.
2704
2705 1999-10-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2706
2707         * calloc.c: Add a public domain notice.
2708
2709 Mon Oct 18 02:30:47 1999  Philippe De Muyter  <phdm@macqel.be>
2710
2711         * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
2712
2713 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
2714
2715         * Makefile.in (CFILES): Add hashtab.c
2716         (REQUIRED_OFILES): Add hashtab.o
2717         (hashtab.o): Add dependencies.
2718         * hashtab.c: New file
2719
2720 Wed Oct 13 01:16:47 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2721
2722         * basename.c (DIR_SEPARATOR): New macro.
2723         (DIR_SEPARATOR_2): Likewise.
2724         (HAVE_DOS_BASED_FILESYSTEM): Likewise.
2725         (IS_DIR_SEPARATOR): Likewise.
2726         (main): Handle MSDOS style pathname.
2727
2728 1999-10-11  Mark Mitchell  <mark@codesourcery.com>
2729
2730         * cplus-dem.c (do_type): Handle pointer to member types whose
2731         enclosing classes have namespace scope.
2732
2733 Sun Oct 10 01:23:50 1999  Marc Espie <espie@cvs.openbsd.org>
2734
2735         * config.table:  Provide a backup shell for executing move-if-change.
2736
2737 1999-10-02  Mark Mitchell  <mark@codesourcery.com>
2738
2739         * xmalloc.c (xmalloc): Fix spelling error.
2740         (xcalloc, xrealloc): Likewise.
2741
2742 1999-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2743
2744         * cplus-dem.c (fancy_abort, demangle_integral_value,
2745         demangle_arm_hp_template, recursively_demangle,
2746         standard_symbol_characters, hp_symbol_characters, main): Add prototype.
2747         (program_name, program_version, fatal): Constify a char*.
2748         (usage, fatal): Mark with ATTRIBUTE_NORETURN.
2749         (main): Call return, not exit.
2750
2751 1999-09-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2752
2753         * choose-temp.c: Remove obsolete comment about gcc.
2754         (make_temp_file): Constify a char*.
2755
2756 Wed Sep  8 20:03:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2757
2758         * xmemdup.c: Include sys/types.h.
2759
2760 1999-09-07  Jeff Garzik  <jgarzik@pobox.com>
2761
2762         * xmemdup.c: New xmemdup function.
2763         * Makefile.in, makefile.vms, vmsbuild.com:  Use xmemdup.[co].
2764
2765 Tue Sep  7 23:32:18 1999  Linas Vepstas  <linas@linas.org>
2766
2767         * config.table: Add openedition target.
2768         * config/mh-openedition: New file.
2769
2770 Thu Sep  2 01:36:12 1999  Marc Espie <espie@cvs.openbsd.org>
2771
2772         * pexecute.c (pexecute):  Fill in temp_base when needed.
2773
2774 1999-08-31  Richard Henderson  <rth@cygnus.com>
2775
2776         * getpwd.c: Check HAVE_GETCWD before defining it away.
2777
2778 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2779
2780         * Makefile.in (CFILES): Add calloc.c and getpwd.c.
2781         (REQUIRED_OFILES): Add getpwd.o.
2782         (getpwd.o): Add target.
2783
2784         * configure.in (AC_PREREQ): Bump to 2.13.
2785         (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
2786
2787         * getpwd.c: New file, moved here from gcc.
2788
2789 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2790
2791         * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
2792         comparing against a signed quantity.
2793         (arm_special): Likewise.
2794         (demangle_fund_type): Likewise.
2795         (do_hpacc_template_const_value): Mark parameter `work' with
2796         ATTRIBUTE_UNUSED.
2797         (main): Constify variable `valid_symbols'.
2798
2799 Tue Aug 24 02:50:45 1999  Philippe De Muyter  <phdm@macqel.be>
2800
2801         * strtoul.c (strtoul): Add parentheses around && within ||.
2802
2803 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
2804
2805         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
2806         libdir, libsubdir and tooldir.
2807
2808 1999-08-01  Mark Mitchell  <mark@codesourcery.com>
2809
2810         * splay-tree.c (splay_tree_insert): Return the new node.
2811
2812 1999-07-14  Richard Henderson  <rth@cygnus.com>
2813
2814         * argv.c: Include stdlib.h and string.h instead of
2815         prototyping directly.
2816         * choose-temp.c: Conditionally include string.h.
2817
2818 1999-07-12  Jason Merrill  <jason@yorick.cygnus.com>
2819
2820         * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
2821
2822 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
2823
2824         * splay-tree.c (splay_tree_insert): Add initialization to avoid
2825         warning.
2826
2827 1999-07-07  Jason Merrill  <jason@yorick.cygnus.com>
2828
2829         * Makefile.in (needed-list): Only include stuff we actually need
2830         for libstdc++.
2831
2832 1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2833
2834         * configure.in (checkfuncs): Add gettimeofday.
2835         * config.in, configure: Regenerated.
2836
2837 Mon Jun 21 05:56:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2838
2839         * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
2840         the test fails.
2841         * configure: Regenerate.
2842
2843 1999-06-10  Mike Stump  <mrs@wrs.com>
2844
2845         * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
2846         parallel builds.
2847
2848 1999-05-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2849
2850         * putenv.c: Include ansidecl.h to define `const'.
2851         * setenv.c: Likewise.
2852
2853 Wed May 26 03:58:20 1999  "Melissa O'Neill" <oneill@cs.sfu.ca>
2854
2855         * Makefile.in (CFILES): Add putenv.c and setenv.c.
2856         * configure.in (funcs): Add putenv and setenv.
2857         (AC_CHECK_FUNCS): Check for putenv and setenv.
2858         * configure: Rebuilt.
2859         * putenv.c setenv.c: New files.
2860
2861         * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
2862         bytes of space using malloc.
2863
2864 Mon May 17 01:42:34 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
2865
2866         * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
2867         the *mangled pointer beyond the end of the string.  Clean up code to
2868         match prevailing coding style.
2869
2870 1999-05-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2871
2872         * tmpnam.c (L_tmpnam): Fix typo.
2873
2874 Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
2875
2876         * cplus-dem.c (standard_symbol_characters): Renamed from
2877         standard_symbol_alphabet.  No longer modify TABLE.
2878         (hp_symbol_characters): Renamed from hp_symbol_alphabet.  No longer
2879         modify TABLE.
2880         (main): Corresponding changes.  Use strchr to determine if a
2881         character is valid.
2882
2883 1999-05-11  Jim Blandy  <jimb@zwingli.cygnus.com>
2884
2885         * cplus-dem.c (main): Use table lookup to distinguish identifier
2886         characters from non-identifier characters.
2887         (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
2888
2889 Thu May  6 20:34:42 1999  Fred Fish  <fnf@be.com>
2890
2891         * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
2892         * getruntime.c: Only attempt to include sys/resource.h and
2893         use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
2894         are defined.
2895
2896 Mon Apr 26 01:36:06 1999  Donn Terry (donn@interix.com)
2897
2898         * configure.in (alloca detection): Handle alloca directly for interix.
2899         * configure: Rebuilt.
2900
2901 Sun Apr 25 01:18:21 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2902
2903         * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
2904
2905 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
2906
2907         Fix from Dale Hawkins:
2908         * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
2909         reallocated properly if we use it again.
2910
2911         * cplus-dem.c (demangle_fund_type): Check for buffer overrun.  Be
2912         stricter about syntax.  Always null-terminate string.
2913
2914 Thu Apr 15 23:00:55 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2915
2916         * configure.in (checkfuncs): Check for sbrk.
2917         * config.in: Rebuilt.
2918         * configure: Likewise.
2919         * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
2920
2921 1999-04-12  Jim Blandy  <jimb@zwingli.cygnus.com>
2922
2923         Fix from Marcus Daniels:
2924         * cplus-dem.c (demangle_fund_type): Don't run off the end of the
2925         identifier looking for another underscore.
2926
2927 Sun Apr 11 23:20:59 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2928
2929         * pexecute.c: Change all references to __UWIN__ to _UWIN.
2930         * xmalloc.c: Likewise.
2931         (xcalloc): UWIN has sbrk.
2932         (xrealloc): Fix guard macro.
2933
2934 1999-04-11  Richard Henderson  <rth@cygnus.com>
2935
2936         * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
2937         or <alloca.h>.
2938         * clock.c (GNU_HZ): New definition.
2939         (clock): Use it.
2940         * getruntime.c: Likewise.
2941
2942         * config.table: Use mh-beos.
2943         * config/mh-beos: New file.
2944
2945 1999-04-11  Mark Mitchell  <mark@codesourcery.com>
2946
2947         * cplus-dem.c (demangle_template_value_parm): Handle
2948         pointers-to-members.
2949         (do_type): Handle template parameters as qualifiers.
2950
2951 1999-04-01  Jim Blandy  <jimb@zwingli.cygnus.com>
2952
2953         * cplus-dem.c: Attempt to handle overflows in counts with some
2954         semblance of grace.
2955         (consume_count): Detect overflows.  Return -1 to indicate errors,
2956         instead of zero.
2957         (demangle_template_value_parm, demangle_template): Handle change
2958         to consume_count's return convention.
2959
2960 1999-04-05  Tom Tromey  <tromey@cygnus.com>
2961
2962         * testsuite/regress-demangle: New file.
2963         * testsuite/demangle-expected: New file.
2964
2965         * Makefile.in (all, check, installcheck, info, install-info,
2966         clean-info, dvi, install, etags, tags, mostlyclean, clean,
2967         distclean, maintainer-clean, realclean): Depend on corresponding
2968         `-subdir' target.
2969         (all-subdir check-subdir installcheck-subdir info-subdir
2970         install-info-subdir clean-info-subdir dvi-subdir
2971         install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
2972         distclean-subdir maintainer-clean-subdir): New target.
2973         * testsuite/Makefile.in: New file.
2974         * configure: Rebuilt.
2975         * configure.in: Create testsuite/Makefile.
2976
2977 1999-04-02  Mark Mitchell  <mark@codesourcery.com>
2978
2979         * splay-tree.h (splay_tree_compare_pointers): Define.
2980
2981 1999-03-30  Mark Mitchell  <mark@codesourcery.com>
2982
2983         * splay-tree.c (splay_tree_compare_ints): Define.
2984
2985 1999-03-30  Tom Tromey  <tromey@cygnus.com>
2986
2987         * cplus-dem.c (consume_count): If `count' wraps, return 0 and
2988         don't advance input pointer.
2989         (demangle_class_name): If consume_count didn't find a count, do
2990         nothing.  Don't bother with `strlen' sanity check; consume_count
2991         does it for us.
2992
2993 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
2994
2995         From Art Haas  <ahaas@neosoft.com>:
2996         * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
2997         when doing arm or hp style.
2998         (demangle_nested_args): Decr forgetting_types field when done.
2999
3000 Thu Mar 11 01:22:58 1999  Mumit Khan  <khan@xraylith.wisc.edu>
3001
3002         * pexecute.c (__CYGWIN32__): Rename to
3003         (__CYGWIN__): this.
3004         * xmalloc.c: Likewise.
3005
3006         Changes to support i386-pc-uwin.
3007         * configure.in (*-*-uwin*): Workaround for vfork bug.
3008         * configure: Regenerate.
3009         * pexecute.c (pexecute): Be like standard Unix.
3010         (pwait): Likewise.
3011         * xmalloc.c (first_break): Define.
3012         (xmalloc_set_program_name): Use.
3013         (xmalloc): Use.
3014
3015 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3016
3017         * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
3018
3019 Sun Feb 28 22:30:44 1999  Geoffrey Noer  <noer@cygnus.com>
3020
3021         * config.table: Check cygwin*, not cygwin32*.
3022
3023 Tue Feb  9 16:39:01 1999  Dave Brolley  <brolley@cygnus.com>
3024
3025         * Makefile.in: Change mkstemp -> mkstemps.
3026
3027 Tue Feb  9 01:12:27 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
3028
3029         * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
3030         * configure.in (funcs): Check for and conditionally add mkstemps to
3031         the list of functions libiberty will provide.
3032         * configure: Rebuilt.
3033
3034 Wed Feb  3 00:01:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
3035
3036         * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
3037         platforms that don't have HZ.
3038         * getruntime.c (HZ): Likewise.
3039
3040 Sat Jan 30 13:28:04 1999  Richard Henderson  <rth@cygnus.com>
3041
3042         * Makefile.in (xstrdup.o): Depend on config.h.
3043
3044 Wed Jan 13 07:26:44 1999  H.J. Lu  (hjl@gnu.org)
3045
3046         * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
3047         freeing it.
3048
3049 Wed Jan 13 14:16:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3050
3051         * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
3052
3053 Tue Jan  5 15:58:29 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3054
3055         * Makefile.in (CFILES): fix typo, splay-tree.c instead of
3056         splay-tree.o.
3057
3058 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
3059
3060         * configure.in: Require autoconf 2.12.1 or higher.
3061
3062 1998-12-30  Michael Meissner  <meissner@cygnus.com>
3063
3064         * random.c (NULL): Don't redefine NULL if it is already defined.
3065
3066 Tue Dec 22 09:43:35 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3067
3068         * argv.c (buildargv): Cast the result of alloca in assignment.
3069
3070         * choose-temp.c: Include stdlib.h.
3071
3072         * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
3073         (snarf_numeric_literal): Constify first parameter.
3074         (code_for_qualifier): Avoid a gcc extension, make the parameter an
3075         int, not a char.
3076         (demangle_qualifier): Likewise.
3077         (demangle_signature): Cast the argument of a ctype function to
3078         unsigned char.
3079         (arm_pt): Add parens around assignment used as truth value.
3080         (demangle_arm_hp_template): Constify variable `args'.
3081         (do_hpacc_template_const_value): Cast the argument of a ctype
3082         function to unsigned char.
3083         (do_hpacc_template_literal): Remove unused variable `i'.
3084         (snarf_numeric_literal): Constify parameter `args'.
3085         Cast the argument of a ctype function to unsigned char.
3086
3087         * floatformat.c (floatformat_to_double): Add explicit braces to
3088         avoid ambiguous `else'.
3089
3090         * fnmatch.c (fnmatch): Change type of variables `c', `c1',
3091         `cstart' and `cend' to unsigned char.  Cast the argument of macro
3092         `FOLD', which uses ctype functions, to unsigned char.
3093
3094         * objalloc.c (free): Add prototype.
3095
3096 Sun Dec 20 16:03:46 1998  Hans-Peter Nilsson  <hp@axis.se>
3097
3098         * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
3099
3100 Fri Dec 18 17:50:18 1998  David Taylor  <taylor@texas.cygnus.com>
3101
3102         * cplus-dem.c (demangle_arm_pt): remove declaration -- function
3103         doesn't exist.
3104         (do_hpacc_template_literal): remove unused variable `i'.
3105
3106 Fri Dec 18 16:11:43 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
3107
3108         * cplus-dem.c (demangle_fund_type): Process CV and u codes before
3109         bumping the pointer we read from. Also prepend these codes,
3110         as we do in other places.
3111
3112 1998-12-18  Nick Clifton  <nickc@cygnus.com>
3113
3114         * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
3115         'const char *' in order to match its usage when calling siblings.
3116         (snarf_numeric_literal): Make first arg 'const char **' in order
3117         to match usage.
3118
3119 Mon Dec 14 09:55:50 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3120
3121         * choose-temp.c: Don't check IN_GCC anymore.
3122
3123         * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
3124         * memchr.c (memchr): Likewise.
3125         * memcpy.c (memcpy): Likewise.
3126         * memmove.c (memmove): Likewise.
3127
3128         * mkstemp.c: Don't check IN_GCC anymore.
3129         * pexecute.c: Likewise.
3130         * splay-tree.c: Likewise.
3131
3132         * strchr.c (strchr): Use `const', not `CONST'.
3133         * strrchr.c (strrchr): Likewise.
3134         * strtol.c (strtol): Likewise.
3135         * strtoul.c (strtoul): Likewise.
3136
3137 Fri Dec  4 13:51:04 1998  David Taylor   <taylor@texas.cygnus.com>
3138                           Elena Zannoni  <ezannoni@cygnus.com>
3139                           Stan Shebs     <shebs@cygnus.com>
3140                           Edith Epstein  <eepstein@cygnus.com>
3141                           Andres MacLeod <amacleod@cygnus.com>
3142                           Satish Pai     <pai@apollo.hp.com>
3143
3144         * HP aCC demangling support.
3145         * cplus-dem.c
3146         (main): Remove default to HP style demangling, set to EDG
3147         demangling correctly when -edg specified; set the demangling style
3148         when user specifies 'edg'. Set strip_underscore to
3149         prepends_underscore, if not HPUXHPPA.  Set
3150         current_demangling_style to hp_demangling if HPUXHPPA.  Set
3151         current demangling style correctly if the switch is hp.  Read
3152         label correctly also in the HP style case.
3153         (work_stuff): add temp_start field; add field for volatile member
3154         function.
3155         (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
3156         style for this case is the same as ARM.
3157         (demangle_args): handle EDG_DEMANGLING style; support HP style.
3158         (demangle_arm_hp_template): new function. (It was
3159         demangle_arm_pt.); check and set value of temp_start field in
3160         multiple places. Also, when ceching for end of template args,
3161         check to see if at end of static member of template class.
3162         (demangle_class): new local variable : save_class_name_end Don't
3163         include template args in string defining class.
3164         (demangle_class_name): use demangel_arm_hp_template.
3165         (demangle_function_name): handle case where demangling style is
3166         HP_DEMANGLING and currently point at an 'X' in the mangled name.
3167         Handle EDG_DEMANGLING style.  Handle constructor and destructor
3168         ops for HP style.
3169         (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
3170         styles.  global destructor and constructor for HP style are same
3171         as for ARM style. Same for local variables.
3172         (demangle_qualified): handle EDG_DEMANGLING style.
3173         (demangle_signature): add case for volatile member function.  For
3174         cases '1' - '9' : initialize the temp_start field to -1 and handle
3175         the EDG_DEMANGLING style.  for case 'F' : handle EDG_DEMANGLING
3176         and AUTO_DEMANGLING styles.  If expecting a function and managed
3177         to demangle the funct args, then handle the LUCID_DEMANGLING,
3178         ARM_DEMANGLING, and EDG_DEMANGLING styles.  Add case for local
3179         class name after "Lnnn_ in HP style case. HP style too needs to
3180         forget types.  _nnn is OK for HP style, so don't report failure.
3181         (do_hpacc_template_const_value): new function. Handle template's
3182         value param for HP/aCC.
3183         (do_hpacc_template_literal): new function.  Handle a template's
3184         literal parameter for HP aCC.
3185         (recursively_demangle): new function
3186         (snarf_numeric_literal): new function.
3187         (usage): add 'edg' to the list of demangling styles; add hp switch
3188         to message.
3189
3190 Sat Nov 28 17:25:22 1998  Christopher Faylor <cgf@cygnus.com>
3191
3192         * pexecute.c: Remove obsolete ifdefed cygwin code.
3193
3194 Fri Nov 27 13:26:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3195
3196         * choose-temp.c: Always include libiberty.h.  Avoid redundancies.
3197         * cplus-dem.c: Likewise.  Conform to libiberty.h.
3198         * pexecute.c: Likewise.
3199         * splay-tree.c: Likewise.
3200
3201 1998-11-25  Mike Stump  <mrs@wrs.com>
3202
3203         * Makefile.in (splay-tree.o): Add config.h dependency.
3204
3205 Mon Nov 23 16:59:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206
3207         *  configure.in: Use AC_PREREQ(2.12.1).
3208
3209 1998-11-16  Benjamin Kosnik  <bkoz@haight.constant.com>
3210
3211         * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
3212
3213 Thu Nov 19 22:15:50 1998  Jeffrey A Law  (law@cygnus.com)
3214
3215         * mpw.c (mpw_access): Add missing parens.
3216
3217 Thu Nov 19 12:59:21 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3218
3219         * configure.in: Call AC_HEADER_SYS_WAIT.
3220
3221         * pexecute.c: Include sys/wait.h when !IN_GCC.
3222
3223 Thu Nov 19 14:38:20 1998  Geoffrey Noer  <noer@cygnus.com>
3224
3225         * pexecute.c: revert back to checking old Cygwin
3226         preprocessor symbol until some time has passed.
3227
3228 Wed Nov 18 08:52:26 1998  Christopher Faylor <cgf@cygnus.com>
3229
3230         * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
3231         since it will now support similar constructs.
3232
3233 Fri Nov 13 19:18:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3234
3235         * configure.in: Check for calloc.
3236
3237         * calloc.c: New file.
3238
3239         * xmalloc.c (xcalloc): New function.
3240
3241 Fri Nov 13 08:51:46 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
3242
3243         *cplus-dem.c (demangle_prefix): Use the last "__"
3244         in the mangled name when looking for the signature. This allows
3245         template names to begin with "__".
3246
3247 1998-11-08  Mark Mitchell  <mark@markmitchell.com>
3248
3249         * cplus-dem.c (type_kind_t): Add tk_reference.
3250         (demangle_template_value_parm): Handle it.
3251         (do_type): Use it for references, instead of tk_pointer.
3252
3253         * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
3254         not internal_cplus_demangle.
3255
3256 Sat Nov  7 16:02:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3257
3258         * choose-temp.c: Don't include gansidecl.h.
3259         * mkstemp.c: Likewise.
3260         * pexecute.c: Likewise.
3261
3262 Mon Nov  2 15:05:33 1998  Geoffrey Noer  <noer@cygnus.com>
3263
3264         * configure.in: detect cygwin* instead of cygwin32*
3265         * configure: regenerate
3266
3267 Mon Nov  2 10:22:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3268
3269         * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
3270         whether to include config.h.  Possibly include unistd.h in the
3271         !IN_GCC case.  Define VFORK_STRING as a printable function call
3272         for error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is
3273         defined, include vfork.h.  If VMS is defined, define vfork()
3274         appropriately.  Remove vfork check on USG, we're using autoconf.
3275         (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
3276         locally what string to use.
3277
3278 1998-10-26  Mark Mitchell  <mark@markmitchell.com>
3279
3280         * splay-tree.c: Tweak include directives to make sure declarations of
3281         xmalloc and free are available.
3282
3283 1998-10-25  Mark Mitchell  <mark@markmitchell.com>
3284
3285         * cplus-dem.c (gnu_special): Fix handling of virtual tables in
3286         anonymous namespaces.
3287
3288 1998-10-23  Mark Mitchell  <mark@markmitchell.com>
3289
3290         * cplus-dem.c (work_stuff): Replace const_type and volatile_type
3291         with type_quals.
3292         (TYPE_UNQUALIFIED): New macro.
3293         (TYPE_QUAL_CONST): Likewise.
3294         (TYPE_QUAL_VOLATILE): Likewise.
3295         (TYPE_QUAL_RESTRICT): Likewise.
3296         (code_for_qualifier): New function.
3297         (qualifier_string): Likewise.
3298         (demangle_qualifier): Likewise.
3299         (internal_cplus_demangle): Use them.
3300         (demangle_signature): Likewise.
3301         (demangle_template_value_parm): Likewise.
3302         (do_type): Likewise.
3303         (demangle_fund_type)): Likewise.
3304
3305 Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3306
3307         * splay-tree.c (splay_tree_foreach_helper): Make definition static
3308         to match prototype.
3309
3310 1998-10-21  Mark Mitchell  <mark@markmitchell.com>
3311
3312         * splay-tree.c: New file.
3313         * Makefile.in (CFILES): Add it.
3314         (REQUIRED_OFILES): Likewise.
3315         (splay-tree.o): Add dependencies.
3316
3317 Tue Oct 20 12:29:02 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3318
3319         * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
3320         range of 'K' index.
3321
3322 Thu Oct 15 18:51:12 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3323
3324         * choose-temp.c: Prototype mkstemps() when IN_GCC.
3325
3326         * cplus-dem.c (consume_count): Cast argument of ctype macro to
3327         `unsigned char'.
3328         (cplus_demangle_opname): Cast the result of `strlen' to (int) when
3329         comparing against one.
3330         (cplus_mangle_opname): Likewise.
3331         (demangle_integral_value): Cast argument of ctype macro to
3332         `unsigned char'.
3333         (demangle_template_value_parm): Likewise.
3334         (demangle_template): Initialize variable `bindex'.  Cast the
3335         result of `strlen' to (int) when comparing against one.  Remove
3336         unused variable `start_of_value_parm'.
3337         (demangle_class_name): Cast the result of `strlen' to (int) when
3338         comparing against one.
3339         (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
3340         (gnu_special): Likewise.  Cast the result of `strlen' to (int)
3341         when comparing against one.
3342         (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
3343         (get_count): Likewise.
3344         (do_type): Likewise.  Cast the result of `strlen' to (int) when
3345         comparing against one.
3346         (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
3347         (demangle_function_name): Cast the result of `strlen' to (int)
3348         when comparing against one.
3349
3350         * mkstemp.c (mkstemps): Cast variable `len' to (int) when
3351         comparing against one.
3352
3353 Tue Oct 13 23:51:51 1998  Jeffrey A Law  (law@cygnus.com)
3354
3355         * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
3356         * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
3357         * config.in, configure: Rebuilt.
3358
3359         * getopt.c: Check HAVE_STRINGS_H before including strings.h.
3360         * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
3361         * config.in, configure: Rebuilt.
3362
3363 Mon Oct 12 19:15:59 1998  Geoffrey Noer  <noer@cygnus.com>
3364
3365         * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
3366
3367 Sun Oct 11 17:36:06 1998  Michael Tiemann  <tiemann@holodeck.cygnus.com>
3368
3369         * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
3370
3371 Thu Oct  8 23:42:08 1998  Jeffrey A Law  (law@cygnus.com)
3372
3373         * Merge egcs & devo libiberty.
3374
3375 1998-09-08  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3376
3377         * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
3378
3379 Mon Sep  7 23:29:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3380
3381         * mkstemp.c: Include config.h even when not IN_GCC.  Wrap header
3382         inclusions inside HAVE_*_H macros.  Include ansidecl.h when not
3383         IN_GCC.
3384
3385         * vasprintf.c: Include stdarg.h/varargs.h first.
3386
3387         * vprintf.c: Likewise.
3388
3389 Sat Sep  5 03:24:49 1998  Jeffrey A Law  (law@cygnus.com)
3390
3391         * pexecute.c: Updates from gcc.  Copy in gcc has been removed.  This
3392         is the canonical copy.  Define ISSPACE if !IN_GCC.
3393         * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
3394         * getopt1.c, obstack.c: Similarly.
3395         * Makefile.in: Build mkstemp.o
3396
3397 Tue Sep  1 23:12:47 1998  Christopher Faylor <cgf@cygnus.com>
3398
3399         * configure.in: Include asprintf in list of functions known not
3400         to be in newlib.
3401         * configure: Rebuild.
3402
3403 Wed Aug 19 14:05:01 1998  Mumit Khan  <khan@xraylith.wisc.edu>
3404
3405         * cplus-dem.c (work_stuff): Add dllimported.
3406         (demangled_prefix): Mark symbols imported from PE DLL.
3407         (internal_cplus_demangled): Handle.
3408
3409 1998-08-17  Jason Merrill  <jason@yorick.cygnus.com>
3410
3411         * cplus-dem.c (do_type): Fix simple array handling.  If we fail,
3412         stay failed.
3413
3414 Mon Aug 17 10:40:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3415
3416         * cplus-dem.c: Include config.h if it exists.  Also, only
3417         prototype malloc/realloc if we can't get stdlib.h.
3418
3419 Sat Aug 15 16:15:01 1998  Ian Lance Taylor  <ian@cygnus.com>
3420
3421         * configure.in: Switch back to checking --with-target-subdir when
3422         deciding whether to check for newlib, undoing part of July 15
3423         change.
3424         * configure: Rebuild.
3425
3426 Thu Aug 13 16:47:38 1998  Mark Mitchell  <mark@markmitchell.com>
3427
3428         * cplus-dem.c (type_kind_t): New type.
3429         (demangle_template_value_parm): Add type_kind_t parameter.  Rely
3430         on this paramter, rather than demangling the type again.
3431         (demangle_integral_value): Pass tk_integral.
3432         (demangle_template_: Pass the value returned from do_type.
3433         (do_type): Return a type_kind_t.  Pass tk_integral to
3434         demangle_template_value_parm for array bounds.
3435         (demangle_fund_type): Likewise.
3436
3437         Also incorporate from GCC version:
3438
3439         Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
3440
3441         * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
3442
3443 Thu Aug 13 16:47:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3444
3445         * cplus-dem.c (demangle_nested_args): Make function definition
3446         static to match the prototype.
3447
3448 Tue Jul 28 11:33:09 1998  Mark Mitchell  <mark@markmitchell.com>
3449
3450         * cplus-dem.c (type_kind_t): New type.
3451         (demangle_template_value_parm): Add type_kind_t parameter.  Rely
3452         on this paramter, rather than demangling the type again.
3453         (demangle_integral_value): Pass tk_integral.
3454         (demangle_template_: Pass the value returned from do_type.
3455         (do_type): Return a type_kind_t.  Pass tk_integral to
3456         demangle_template_value_parm for array bounds.
3457         (demangle_fund_type): Likewise.
3458
3459         Also incorporate from GCC version:
3460
3461         Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
3462
3463         * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
3464
3465 Mon Jul 27 12:16:08 1998  Ian Lance Taylor  <ian@cygnus.com>
3466
3467         * Makefile.in (ALLOCA): New variable.
3468         ($(TARGETLIB)): Add $(ALLOCA) to library.
3469         (needed-list): Add $(ALLOCA).
3470         ($(ALLOCA)): Depend upon stamp-picdir.
3471
3472 Sun Jul 19 08:23:17 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3473
3474         * cplus-dem.c (demangle_nested_args): Make function definition
3475         static to match the prototype.
3476
3477 Wed Jul 15 00:12:58 1998  Ian Lance Taylor  <ian@cygnus.com>
3478
3479         * configure.in: Check --with-cross-host rather than
3480         --with-target-subdir when deciding whether build uses a cross
3481         compiler, and when deciding where to install the library.
3482         * configure: Rebuild.
3483
3484 Sun Jul 12 01:27:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
3485
3486         * cplus-dem.c (demangle_nested_args): Return a value.
3487
3488 Sat Jul 11 16:19:48 1998  Mark Mitchell  <mark@markmitchell.com>
3489
3490         * cplus-dem.c (string): Move definition before work_stuff.
3491         (work_stuff): Add volatile_type, forgetting_types,
3492         previous_argument, and nrepeats fields.
3493         (SCOPE_STRING): New macro.
3494         (demangle_template): Add `remember' parameter.  Add comment.
3495         Register the `B' code type here, if remembering.  Tidy.  Fix crash
3496         on NULL tmpl_argvec.  Be consistent with use of tname/trawname.
3497         (demangle_nested_args): New function.
3498         (internal_cplus_demangle): Handle volatile-qualified member
3499         functions.
3500         (mop_up): Delete the previous_argument string if present.
3501         (demangle_signature): Tidy.  Handle volatile-qualified member
3502         functions.  Handle back-references using the `B' code.  Use extra
3503         parameter to demangle_template and SCOPE_STRING where appropriate.
3504         (demangle_template_value_parm): Fix thinko; 'B' is not an integral
3505         code.
3506         (demangle_class): Use SCOPE_STRING.
3507         (gnu_special): Pass additional argument to demangle_template.
3508         Use SCOPE_STRING.
3509         (demangle_qualified): Save qualified types for later
3510         back-references.  Handle constructors and destructors for template
3511         types correctly.
3512         (do_type): Tidy.  Use SCOPE_STRING.  Pass extra argument to
3513         demangle_template.  Use demangled_nested_args.  Don't remember
3514         qualified types here; that's now done in demangle_qualified.
3515         Similarly for templates.
3516         (do_arg): Improve commment.  Handle 'n' repeat code.
3517         (remember_type): Check forgetting_types.
3518         (demangle_args): Deal with 'n' repeat codes.  Tidy.
3519
3520 Thu Jul  2 16:26:24 1998  Ian Lance Taylor  <ian@cygnus.com>
3521
3522         * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
3523         *-*-freebsd2.2.*.  From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
3524
3525 Mon Jun 15 16:29:01 1998  Ian Lance Taylor  <ian@cygnus.com>
3526
3527         * configure.in (setobjs): Correct quoting error in cygwin32 case.
3528         From Chris Faylor <cgf@cygnus.com>.
3529
3530 Mon Jun  1 13:47:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
3531
3532         * obstack.c: Update to latest FSF version.
3533
3534 Mon Jun  1 14:17:36 1998  Mike Stump  <mrs@wrs.com>
3535
3536         * Makefile.in: Add a dependency on stamp-picdir for the
3537         objects, so that we can do a parallel build.
3538
3539 Sat May 30 22:17:13 1998  Mumit Khan  <khan@xraylith.wisc.edu>
3540
3541         * configure.in (checkfuncs): Add missing "'".
3542
3543 Fri May 29 12:40:41 1998  Jason Molenda  (crash@bugshack.cygnus.com)
3544
3545         * obstack.c (_obstack_memory_used):  Elide this function if we're
3546         on a system with GNU libc.
3547
3548 Tue May 26 18:28:43 1998  Ian Lance Taylor  <ian@cygnus.com>
3549
3550         * Makefile.in (distclean): Remove config.log.
3551
3552 Tue May 26 15:01:52 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3553
3554         * Makefile.in (distclean): Don't remove alloca-conf.h.
3555
3556 Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
3557
3558         * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
3559
3560 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
3561
3562         * cplus-dem.c (do_type): Handle volatile qualification.
3563
3564 1998-05-21  Manfred Hollstein  <manfred@s-direktnet.de>
3565
3566         * configure.in: Check for unistd.h as well.
3567         * configure: Rebuild.
3568         * config.in: Rebuild.
3569         * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
3570         is defined in unistd.h. Reformat conditional block for easier reading.
3571
3572         * config.table (shared): Default to no if ${enable_shared}
3573         is unset or empty; this logic is used by the toplevel
3574         configure scripts, too.
3575
3576 Sat May 16 14:01:26 1998  Jeffrey A Law  (law@cygnus.com)
3577
3578         * config.table: Add line to set enable_shared in the Makefile
3579         as needed.
3580
3581 Wed May 13 14:24:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3582
3583         * cplus-dem.c (squangle_mop_up): Change return type to void.
3584         (internal_cplus_demangle): Remove unused parameter `options'.
3585         All callers changed.
3586         (cplus_demangle_opname): Remove function wide variable `int i' and
3587         replace with `size_t i' at each location where it is used.
3588         (cplus_mangle_opname): change type of `i' from int to size_t.
3589
3590 Wed May 13 13:39:38 1998  Ian Lance Taylor  <ian@cygnus.com>
3591
3592         * alloca-conf.h: Include config.h.  Check HAVE_ALLOCA_H rather
3593         than sparc or sun.
3594         * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
3595
3596 Fri May  8 00:23:51 1998  Ian Lance Taylor  <ian@cygnus.com>
3597
3598         * configure.in: Set libiberty_topdir correctly when srcdir is
3599         "." and with_target_subdir is not set.
3600         * configure: Rebuild.
3601
3602 Thu May  7 13:01:44 1998  Ian Lance Taylor  <ian@cygnus.com>
3603
3604         * configure.in: Add *-*-mingw32* case.
3605         * configure: Rebuild.
3606
3607 Wed May  6 11:33:51 1998  Ian Lance Taylor  <ian@cygnus.com>
3608
3609         * config.table: Never use a PIC file for *-*-cygwin32*.
3610
3611         * Makefile.in (config.status): Depend upon config.table.
3612
3613         * configure.in: On a cygwin32 host, always compile random, and
3614         don't test for sys_siglist, strsignal, or psignal.
3615         * configure: Rebuild.
3616
3617         * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
3618         * getcwd.c: Likewise.
3619         * getpagesize.c: Likewise.
3620         * getruntime.c: Likewise.
3621
3622 Tue May  5 18:08:32 1998  Ian Lance Taylor  <ian@cygnus.com>
3623
3624         Use autoconf tests rather than the old dummy.c test:
3625         * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
3626         --with-newlib.  Add AC_CONFIG_HEADER.  Use AC_REPLACE_FUNCS for
3627         most functions.  Add special cases to handle newlib and VxWorks.
3628         Remove target_makefile_frag.  Create stamp-h in AC_OUTPUT if
3629         CONFIG_HEADERS is set.  Only call config-ml.in in AC_OUTPUT if
3630         CONFIG_FILES is set; set ac_file before calling it.
3631         * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
3632         (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
3633         (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
3634         (i[3456]-*-mingw32*): Remove.
3635         * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
3636         (LIBOBJS): New variable.
3637         (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
3638         (all): Depend upon needed-list.  Don't check RULE1.
3639         (@target_makefile_frag@): Remove.
3640         (COMPILE.c): Include @DEFS@.
3641         (HFILES): Add alloca-conf.h.
3642         (REQUIRED_OFILES): Remove basename.o.
3643         ($(TARGETLIB)): New target.
3644         (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
3645         (lconfig.h, needed2.awk, dummy.o, errors): Remove.
3646         (needed-list, config.h): Rewrite.
3647         (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
3648         (.always.): Remove.
3649         (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
3650         (stamp-h): New target.
3651         (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
3652         (basename.o): Don't depend upon config.h.
3653         (getruntime.o): Depend upon config.h.
3654         * atexit.c: Include config.h.  Check HAVE_ON_EXIT rather than
3655         NEED_on_exit.
3656         * basename.c: Don't include config.h.  Don't check NEED_basename.
3657         * clock.c: Include config.h.
3658         * getcwd.c: Likewise.
3659         * getpagesize.c: Likewise.
3660         * getruntime.c: Likewise.  Fix checks which set HAVE_GETRUSAGE and
3661         HAVE_TIMES.
3662         * strerror.c: Change uses of NEED_sys_errlist to
3663         HAVE_SYS_ERRLIST.  Likewise for NEED_strerror and HAVE_STRERROR.
3664         * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
3665         and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
3666         HAVE_PSIGNAL.
3667         * acconfig.h: New file.
3668         * dummy.c: Remove.
3669         * functions.def: Remove.
3670         * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
3671         * config/mh-windows (HDEFINES): Remove.
3672         * config/mh-cygwin32: Remove.
3673         * config/mh-go32: Remove.
3674         * config/mh-irix4: Remove.
3675         * config/mh-riscix: Remove.
3676         * config/mh-sysv4: Remove.
3677         * config/mt-mingw32: Remove.
3678         * config/mt-vxworks5: Remove.
3679         * config.in: New file, generated using autoheader.
3680         * configure: Rebuild.
3681
3682 Mon May  4 13:00:28 1998  Ian Lance Taylor  <ian@cygnus.com>
3683
3684         * configure.in: Rewrite to use autoconf.
3685         * configure: Generate using autoconf.
3686         * config/mh-a68bsd: Remove.
3687         * config/mh-apollo68: Remove.
3688         * config/mh-hpbsd: Remove.
3689         * config/mh-ncr3000: Remove.
3690         * config/mh-sysv: Remove.
3691         * config/mh-aix (RANLIB, INSTALL): Don't define.
3692         * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
3693         * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
3694         * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
3695         * config.table: Change config_shell to CONFIG_SHELL, and use
3696         libiberty_topdir to find move-if-change.
3697         (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
3698         (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
3699         (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
3700         * Makefile.in (srcdir): Set to @srcdir@.
3701         (VPATH): Likewise.
3702         (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
3703         (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
3704         (CC, CFLAGS, RANLIB)): Likewise.
3705         (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
3706         (target_makefile_frag, host_makefile_frag): Add substitutions.
3707         (INSTALL_DEST): Set to @INSTALL_DEST@.
3708         (Makefile): Depend upon config.status.  Don't depend upon
3709         $(host_makefile_frag) or $(target_makefile_frag).
3710         (config.status): New target.
3711
3712 Sun May  3 17:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
3713
3714         * config/mt-sunos4: Remove.  Should be handled by --with-headers
3715         and --with-libraries options at top level.
3716         * config.table: Never use mt-sunos4.
3717
3718         * alloca-conf.h: New file, combining alloca-norm.h and
3719         alloca-botch.h.
3720         * alloca-norm.h: Remove.
3721         * alloca-botch.h: Remove.
3722         * configure.in: Set shell variables files and links to empty.
3723         * config.table: Don't set shell variable files.
3724         * configure.bat: Don't create alloca-conf.h.
3725         * makefile.vms: Likewise.
3726         * mpw-config.in: Likewise.
3727         * vmsbuild.com: Likewise.
3728
3729 Fri May  1 11:41:42 1998  Ian Lance Taylor  <ian@cygnus.com>
3730
3731         * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
3732         target depending upon config.h.
3733         (alloca.o): Add target depending upon config.h
3734         (basename.o, choose-temp.o, fnmatch.o): Likewise.
3735         (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
3736         (strsignal.o, xstrerror.o): Likewise.
3737
3738 Fri May  1 04:26:25 1998  Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3739
3740         * cplus-dem.c (cplus_demangle_opname):  Initialize work.
3741
3742 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3743
3744         * cplus-dem.c (demangle_qualified): Replace missing else.
3745
3746 Sun Apr 26 15:38:50 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3747
3748         * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
3749         length in the name of a virtual table.
3750
3751 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
3752
3753         * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
3754         (cplus_demangle_opname): Call mop_up_squangle.
3755         (cplus_demangle): Initialize squangle info, then call
3756         internal_cplus_demangle. (Most code moved there as well)
3757         (internal_cplus_demangle): New function, performs most of what use
3758         to be done in cplus_demangle, but is only called with this file.
3759         (squangle_mop_up): New function to clean up B and K code data.
3760         (mop_up): set pointers to NULL after freeing.
3761         (demangle_signature, demangle_template, demangle_class): Add
3762         switch elements to handle K and B codes.
3763         (demangle_prefix, gnu_special, demangle_qualified): Add
3764         code to handle K and B codes.
3765         (do_type, demangle_fund_type): Handle B and K codes.
3766         (remember_Ktype): New function to store K info.
3767         (register_Btype, remember_Btype): New functions for B codes.
3768         (forget_B_and_K_types): New function to destroy B and K info.
3769
3770 Fri Apr 10 01:49:10 1998  Jeffrey A Law  (law@cygnus.com)
3771
3772         * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
3773
3774 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3775
3776         * config.table: Make locating frag files failsafe even for the
3777         special case if configuring and building in srcdir.
3778
3779 Mon Feb 23 14:33:15 1998  Ian Lance Taylor  <ian@cygnus.com>
3780
3781         * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
3782
3783 Sun Feb 22 18:03:23 1998  Jeffrey A Law  (law@cygnus.com)
3784
3785         * choose-temp.c: Sync with copy in gcc.
3786
3787 Thu Feb 12 16:29:49 1998  Ian Lance Taylor  <ian@cygnus.com>
3788
3789         * getopt.c: Update to latest FSF version.
3790         * getopt1.c: Likewise.
3791
3792 Tue Feb 10 16:58:33 1998  Stan Shebs  <shebs@andros.cygnus.com>
3793
3794         * cplus-dem.c (gnu_special): Don't get confused by .<digits>
3795         strings that are not actually lengths.
3796
3797 Fri Feb  6 01:35:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3798
3799         * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
3800         (.c.o): Check value of enable_shared, not PICFLAG.
3801         (stamp-picdir): Dito.
3802
3803 Thu Feb  5 18:48:56 1998  Geoffrey Noer  <noer@cygnus.com>
3804
3805         * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
3806         since it gets built automatically
3807
3808 Sun Feb  1 02:52:32 1998  Mike Stump  <mrs@wrs.com>
3809
3810         * config.table (vxworks configs): Default to VxWorks 5.x, as that is
3811         the currently shipping OS.
3812
3813 Tue Jan 27 16:08:20 1998  Pat Rankin  <rankin@eql.caltech.edu>
3814
3815         * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
3816         Add fnmatch.o and objalloc.o; remove vasprintf.o.
3817         [config.h]: Define NEED_strsignal.
3818
3819 Mon Jan 19 12:20:01 1998  Ian Lance Taylor  <ian@cygnus.com>
3820
3821         * functions.def: Correct argument types for strerror and
3822         strsignal.  Reported by Alex Gutman <agutman@emc.com>.
3823
3824 Sun Jan 18 15:57:28 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
3825
3826         * vasprintf.c (int_vasprintf): Increase buffer size for float/double
3827         values.
3828
3829 Sat Jan 17 22:28:38 1998  Mumit Khan  <khan@xraylith.wisc.edu>
3830                           J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
3831
3832         Add mingw32 support.
3833         * pexecute.c (pexecute): New function for mingw32. Supports pipes.
3834         (pwait): New function for mingw32.
3835
3836         * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
3837         * config/mt-mingw32: New file.
3838         * xmalloc.c (first_break): Not used for mingw32.
3839         (xmalloc_set_program_name): Don't use sbrk on mingw32.
3840         (xmalloc): Likewise.
3841         (xrealloc): Likewise.
3842
3843 Sat Jan 17 22:28:05 1998  Jeffrey A Law  (law@cygnus.com)
3844
3845         * choose-temp.c: Sync with gcc version.
3846
3847 Tue Jan 13 18:34:39 1998  Jim Wilson  <wilson@cygnus.com>
3848
3849         * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
3850         to all filenames in libdir and tooldir.
3851         (distclean): Do MULTICLEAN before deleting Makefile.
3852         (stamp-needed, stamp-config): Add MULTISRCTOP to
3853         pathname for move-if-change.
3854
3855 Thu Dec  4 17:25:19 1997  Jeffrey A Law  (law@cygnus.com)
3856
3857         * strsignal.c (sys_nsig): Try NSIG and _NSIG.
3858
3859 Wed Nov 19 13:37:06 1997  Michael Meissner  <meissner@cygnus.com>
3860
3861         * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
3862         was already defined previously.
3863
3864 Mon Nov 10 12:48:03 1997  Philippe De Muyter  <phdm@macqel.be>
3865
3866         * Makefile.in (INSTALL): Use ../install-sh, not install.
3867
3868 Tue Oct 28 23:41:15 1997  Judy Goldberg  <jodyg@idt.net>
3869
3870         * Makefile.in (CFILES): Add pexecute.c.
3871
3872 Wed Oct 15 19:13:48 1997  Ian Lance Taylor  <ian@cygnus.com>
3873
3874         * asprintf.c: Consistently use either stdarg or varargs.
3875
3876 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
3877
3878         * cplus-dem.c (demangle_signature): Don't look for return types on
3879         constructors.  Handle member template constructors.
3880
3881 Fri Oct  3 17:53:30 1997  Ian Lance Taylor  <ian@cygnus.com>
3882
3883         * README: Fix configuration instructions.
3884
3885 Mon Sep 29 12:28:41 1997  Ian Lance Taylor  <ian@cygnus.com>
3886
3887         * pexecute.c: Update to current version from /gd/gnu/lib:
3888
3889         Mon Sep 29 12:27:59 1997  Ian Lance Taylor  <ian@cygnus.com>
3890
3891         * pexecute.c: Use spawn if __CYGWIN32__.
3892
3893         1997-08-08  Paul Eggert  <eggert@twinsun.com>
3894
3895         * pexecute.c: Include "config.h" first, as per autoconf manual.
3896
3897         Fri Jun 27 15:20:29 1997  Scott Christley <scottc@net-community.com>
3898
3899         * pexecute.c (fix_argv): New function.
3900         (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
3901         Add underscore to cwait function call.
3902
3903 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
3904
3905         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
3906         template-function mangling.
3907         (consume_count_with_underscores): New function.
3908         (demangle_signature): Handle new name-mangling scheme.
3909
3910 Wed Sep 24 00:31:59 1997  Felix Lee  <flee@yin.cygnus.com>
3911
3912         * asprintf.c: stdarg.h when ALMOST_STDC
3913         * config/mh-windows (EXTRA_OFILES): add asprintf.o and
3914         strncasecmp.o.
3915
3916 Thu Aug 28 14:27:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
3917
3918         * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
3919
3920         * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
3921
3922         * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
3923
3924 Wed Sep 10 12:43:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
3925
3926         * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
3927
3928 Fri Sep  5 16:34:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
3929
3930         * asprintf.c (asprintf): New file.
3931         * Makefile.in (CFILES): Add asprintf.c
3932         * functions.def: Ditto.
3933
3934 Thu Aug 28 18:53:34 1997  Andrew Cagney  <cagney@b1.cygnus.com>
3935
3936         * argv.c (dupargv): New function, duplicate an argument vector.
3937
3938 Tue Aug 19 20:28:45 1997  Geoffrey Noer  <noer@cygnus.com>
3939
3940         * config/mh-cygwin32: also build random.o
3941
3942 Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
3943
3944         * cplus-dem.c: Add 'extern' to prepends_underscore.
3945
3946 Wed Jul 30 11:42:19 1997  Per Bothner  <bothner@cygnus.com>
3947
3948         * cplus-dem.c: Various changes to produce Java output when passed
3949         DMGL_JAVA.  Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
3950         (main): Support --java and -j flags to set DMGL_JAVA.
3951
3952 Tue Jul 22 19:05:23 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
3953
3954         * config/mh-go32 (CC, AR, RANLIB): Don't define.
3955
3956 Tue Jul 22 17:49:54 1997  Ian Lance Taylor  <ian@cygnus.com>
3957
3958         * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
3959         (pexecute.o): New target.
3960
3961         * Makefile.in (stamp-needed): New target, replacing needed-list.
3962         (needed-list): Just depend upon stamp-needed.
3963         (stamp-config): New target, replacing config.h.
3964         (config.h): Just depend upon stamp-config.
3965         (mostlyclean): Remove stamp-*.
3966
3967 Thu Jun 12 11:00:18 1997  Angela Marie Thomas (angela@cygnus.com)
3968
3969         * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
3970         INSTALL_DATA for multilibbed installs
3971
3972 Tue Jun  3 13:21:05 1997  Doug Evans  <dje@canuck.cygnus.com>
3973
3974         Tue Dec 10 09:44:57 1996  Paul Eggert  <eggert@twinsun.com>
3975
3976         * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
3977
3978         * choose-temp.c (try): Insist that temp dir be searchable.
3979
3980         Wed Oct 23 17:36:39 1996  Doug Rupp  (rupp@gnat.com)
3981
3982         * choose-temp.c (choose_temp_base): On VMS, use proper syntax
3983         for current directory.
3984
3985         Sat Feb 15 19:03:48 1997  Geoffrey Noer  (noer@cygnus.com)
3986
3987         * pexecute.c: Remove special cases for cygwin32.
3988         (pwait): Remove local definition of `pid'.
3989
3990         Tue Nov 12 18:26:15 1996  Doug Rupp  (rupp@gnat.com)
3991
3992         * pexecute.c (vfork): Supply new definition for VMS.
3993         (pwait): Use waitpid instead of wait for VMS.
3994
3995 Tue May 20 14:02:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3996
3997         * cplus-dem.c (do_type): Handle `J'.
3998         (demangle_fund_type): Print "complex" for it.
3999
4000 Wed Apr 30 12:15:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
4001
4002         * configure.in: Don't turn on multilib here.
4003
4004 Mon Apr 28 19:04:31 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
4005
4006         * obstack.c: move _obstack_memory_used outside of ifdef.  Cannot be
4007         elided; needed by gdb and not present in libc.
4008
4009 Thu Apr 24 19:33:47 1997  Ian Lance Taylor  <ian@cygnus.com>
4010
4011         * Makefile.in (clean): Remove tmpmulti.out.
4012
4013 Tue Apr 22 10:25:15 1997  Fred Fish  <fnf@cygnus.com>
4014
4015         * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
4016         Add new floatformat, mainly for ARM doubles.
4017
4018 Mon Apr 14 12:11:16 1997  Ian Lance Taylor  <ian@cygnus.com>
4019
4020         * config.table: Use ${config_shell} with ${moveifchange}.  From
4021         Thomas Graichen <graichen@rzpd.de>.
4022
4023 Fri Apr  4 03:09:24 1997  Ulrich Drepper  <drepper@cygnus.com>
4024
4025         * configure.in: Enable multilibing by default.
4026         Update multilib template to read config-ml.in.
4027
4028 Tue Apr  1 16:26:39 1997  Klaus Kaempf  <kkaempf@progis.de>
4029
4030         * makefile.vms: Add objalloc.
4031
4032 Mon Mar 31 23:57:51 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
4033
4034         * cplus-dem.c (demangle_it): Add prototype declaration.
4035         (usage, fatal): Likewise.
4036
4037         * xexit.c (_xexit_cleanup): Add prototype.
4038
4039         * strerror.c (init_error_tables): Declare.
4040
4041 Fri Mar 28 11:43:20 1997  H.J. Lu  <hjl@lucon.org>
4042
4043         * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
4044         * strsignal.c: Only define strsignal if NEED_strsignal.
4045         * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
4046         * configure.in: Add NEED_strsignal to xconfig.h.  Add vasprintf.o
4047         to xneeded-list.
4048         * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
4049         (EXTRA_OFILES): Define to vasprintf.o.
4050         * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
4051         (EXTRA_OFILES): Add vasprintf.o.
4052         * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
4053         (vxneeded-list): Add vasprintf.o.
4054
4055 Thu Mar 20 17:02:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4056
4057         * objalloc.c: Include <stdio.h>.
4058
4059 Mon Mar 17 19:23:11 1997  Ian Lance Taylor  <ian@cygnus.com>
4060
4061         * objalloc.c: New file.
4062         * Makefile.in (CFILES): Add objalloc.c
4063         (REQUIRED_OFILES): Add objalloc.o.
4064         (objalloc.o): New target.
4065
4066 Sat Mar 15 18:49:41 1997  Ian Lance Taylor  <ian@cygnus.com>
4067
4068         * obstack.c: Update to current FSF version.
4069
4070 Fri Mar 14 14:18:47 1997  Ian Lance Taylor  <ian@cygnus.com>
4071
4072         * cplus-dem.c: Add prototypes for all static functions.
4073         (mystrstr): Make static.  Make arguments and result const.
4074         (cplus_match): Remove; not used.
4075
4076 Tue Mar 11 14:20:31 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4077
4078         * cplus-dem.c (gnu_special): Call demangled_fund_type for other
4079         __t* symbols.
4080
4081 Tue Mar 11 15:41:21 1997  H.J. Lu  <hjl@lucon.org>
4082
4083         * spaces.c: Declare malloc and free properly.
4084         * strsignal.c (init_signal_tables): Add prototype.
4085         * xatexit.c (_xexit_cleanup): Add parameter declarations.
4086
4087 Wed Feb 19 15:43:24 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4088
4089         * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
4090         also required because of xmalloc.o.
4091
4092 Fri Feb 14 13:43:38 1997  Ian Lance Taylor  <ian@cygnus.com>
4093
4094         * strsignal.c: Unconditionally redefine sys_siglist around the
4095         inclusion of the system header files.
4096
4097 Thu Feb 13 22:01:04 1997  Klaus Kaempf  <kkaempf@progis.de>
4098
4099         * makefile.vms: Remove 8 bit characters.  Update to latest
4100         gcc release.
4101
4102 Tue Feb  4 11:52:19 1997  Ian Lance Taylor  <ian@cygnus.com>
4103
4104         * strsignal.c: Use NEED_sys_siglist instead of
4105         LOSING_SYS_SIGLIST.
4106         * config.table: Don't use mh-lynxos.
4107         * config/mh-lynxos: Remove.
4108
4109 Thu Jan 16 14:51:03 1997  Bob Manson  <manson@charmed.cygnus.com>
4110
4111         * cplus-dem.c: Fix indenting; make identical to the copy
4112         in GCC.
4113         (do_type, case 'M'): Check for a template as well as a class.
4114
4115 Thu Dec 19 13:51:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4116
4117         * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
4118         vxworks 5.[0-3] all have sigsetmask in them; the one provided by
4119         libiberty is incorrect, as well.
4120
4121 Mon Dec  2 15:03:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4122
4123         * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
4124         alloca takes a size_t argument, not just unsigned.
4125
4126 Mon Nov 18 15:42:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
4127
4128         * cplus-dem.c: Note that this file also lives in GCC.
4129
4130 Mon Nov 18 15:19:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
4131
4132         * alloca.c: Remove include of libiberty.h for hpux.
4133         * argv.c:  Replace defs from libiberty.h.
4134         * spaces.c: Put back externs from removed from libiberty.h.
4135         * vasprintf.c: Remove include of libiberty.h for hpux.
4136
4137 Mon Nov 18 14:08:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
4138
4139         * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
4140
4141 Wed Nov 13 08:22:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
4142
4143         * cplus-dem.c: Revert last two commits due to conflicts with
4144         hpux system headers.
4145
4146 Wed Nov 13 08:22:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
4147
4148         * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
4149         Revert last commit due to conflicts with hpux system headers.
4150
4151 Wed Nov 13 10:36:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4152
4153         * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
4154         libiberty.h when compiled with a standard compiler.
4155
4156 Tue Nov 12 16:31:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
4157
4158         * alloca.c: Include libiberty.h for definition of xmalloc.
4159         Don't redefine NULL.
4160         * argv.c: Move prototypes to libiberty.h.
4161         * cplus-dem.c: Include libiberty.h for definition of xmalloc.
4162         Don't redefine NULL.
4163         Use casts to eliminate compiler warnings.
4164         * spaces.c: Remove prototypes for malloc and free which are
4165         already in libibrty.h.
4166         * strcasecmp.c: Use casts to eliminate compiler warnings.
4167         * vasprintf.c: Include libiberty.h for definition of malloc.
4168         Don't redefine NULL.
4169         * vprintf.c: Include stdarg.h if __STDC__.
4170
4171 Fri Oct 11 15:42:12 1996  Stu Grossman  (grossman@critters.cygnus.com)
4172
4173         * config/mh-windows:  Add strcasecmp.o to EXTRA_OFILES.
4174
4175 Fri Oct 11 11:16:31 1996  Stan Shebs  <shebs@andros.cygnus.com>
4176
4177         * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
4178         upward components correctly.
4179
4180 Tue Oct  8 08:55:34 1996  Stu Grossman  (grossman@critters.cygnus.com)
4181
4182         * config.table, config/mh-windows:  Add support for building under
4183         MSVC (the Microsoft build environment).
4184
4185 Mon Oct  7 10:50:27 1996  Ian Lance Taylor  <ian@cygnus.com>
4186
4187         * fnmatch.c: Undef const if not __STDC__.
4188
4189 Thu Oct  3 13:46:39 1996  Ian Lance Taylor  <ian@cygnus.com>
4190
4191         * fnmatch.c: New file.
4192         * Makefile.in (CFILES): Add fnmatch.c.
4193         (REQUIRED_OFILES): Add fnmatch.o.
4194         (fnmatch.o): New target.
4195
4196 Wed Sep 18 14:49:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
4197
4198         * cplus-dem.c (demangle_template): Fix handling of address args.
4199         (gnu_special): Handle type_info stuff.
4200
4201 Fri Sep 13 17:52:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
4202
4203         * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
4204         (mpwify_filename): Handle "::/" case.
4205
4206 Thu Sep 12 13:30:40 1996  Geoffrey Noer  <noer@cygnus.com>
4207
4208         * config/mh-cygwin32: new file (need -DNEED_basename and
4209                 -DNEED_sys_siglist for native NT rebuilding)
4210         * config.table (*-*-cygwin32): new entry
4211         * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
4212
4213 Thu Aug 29 16:48:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4214
4215         * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
4216
4217 Tue Aug 27 13:47:58 1996  Stan Shebs  <shebs@andros.cygnus.com>
4218
4219         * pexecute.c (pexecute) [MPW]: Remove old bogus code that
4220         messed with arguments that included a '/', add escape chars
4221         to double quotes, remove const decl from arg that Mac
4222         compilers don't seem to like.
4223
4224 Sat Aug 17 04:44:27 1996  Geoffrey Noer  <noer@cygnus.com>
4225
4226         * pexecute.c: Update test for win32 (&& ! cygwin32).
4227         * choose-temp.c: fix WIN32 preprocessor defines
4228
4229 Thu Aug 15 12:26:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
4230
4231         * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
4232         to editing of default makefile rule.
4233
4234 Sun Aug 11 21:03:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
4235
4236         * alloca-norm.h:  Include <malloc.h> if _WIN32.
4237         * argv.c:  Include non-prototyped decls for malloc and string
4238         functions if ! _WIN32 or if __GNUC__.
4239
4240 Thu Aug  8 12:42:40 1996  Klaus Kaempf  <kkaempf@progis.de>
4241
4242         * config.h-vms: New file.
4243         * makefile.vms: Use it.
4244
4245 Wed Aug  7 17:16:12 1996  Stu Grossman  (grossman@critters.cygnus.com)
4246
4247         * getopt.c (_getopt_internal):  If argc is 0, just return (before
4248         we reference *argv and segfault).
4249
4250 Mon Aug  5 01:29:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
4251
4252         * Makefile.in (distclean): Add multilib.out.
4253
4254 Thu Jul 18 17:40:55 1996  Ian Lance Taylor  <ian@cygnus.com>
4255
4256         * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
4257         defined (sun).  From Andrew Gierth <ANDREWG@microlise.co.uk>.
4258
4259 Mon Jul  1 13:40:44 1996  Ken Raeburn  <raeburn@cygnus.com>
4260
4261         Tue May 28 15:29:03 1996  Pat Rankin  <rankin@eql.caltech.edu>
4262
4263         * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
4264
4265         Thu Jan 25 18:20:04 1996  Pat Rankin  <rankin@eql.caltech.edu>
4266
4267         * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
4268         (do_ofiles): Allow nonexistent source file in pass 3.
4269         (chk_deffunc): New routine.
4270
4271 Tue Jun 25 19:24:43 1996  Doug Evans  <dje@canuck.cygnus.com>
4272
4273         * pexecute.c (PEXECUTE_VERBOSE): Define.
4274         (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
4275
4276 Tue Jun 25 23:11:48 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4277
4278         * Makefile.in (docdir): Removed.
4279
4280 Tue Jun 25 23:01:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4281
4282         * Makefile.in (oldincludedir): Removed.
4283
4284 Tue Jun 25 22:50:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4285
4286         * Makefile.in (datadir): Set to $(prefix)/share.
4287
4288 Thu Jun 20 21:17:52 1996  Ian Lance Taylor  <ian@cygnus.com>
4289
4290         * cplus-dem.c (demangle_arm_pt): Reindent.  Avoid endless loop by
4291         checking for errors from do_type.
4292
4293 Tue Jun 18 14:36:19 1996  Klaus Kaempf  <kkaempf@progis.de>
4294
4295         * makefile.vms: New file.
4296         * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
4297         than declaring malloc, realloc, and sbrk.
4298
4299 Mon Jun 10 13:17:17 1996  Doug Evans  <dje@canuck.cygnus.com>
4300
4301         * pexecute.c: New file.
4302
4303 Wed Jun  5 16:57:45 1996  Richard Henderson  <rth@tamu.edu>
4304
4305         * xmalloc.c: Declare sbrk.
4306
4307 Sat May  4 05:08:45 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4308
4309         * alloca-norm.h:  Add SPARCworks cc compatible __builtin_alloca
4310         declaration.
4311
4312 Mon Apr 22 18:41:49 1996  Ian Lance Taylor  <ian@cygnus.com>
4313
4314         * xstrerror.c: Include <stdio.h>.
4315
4316 Sun Apr 21 11:55:12 1996  Doug Evans  <dje@canuck.cygnus.com>
4317
4318         * Makefile.in (CFILES): Add atexit.c.
4319
4320 Sun Apr 21 09:50:09 1996  Stephen L Moshier  (moshier@world.std.com)
4321
4322         * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
4323
4324 Wed Apr 17 11:17:55 1996  Doug Evans  <dje@canuck.cygnus.com>
4325
4326         * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
4327         #include <stdio.h>
4328         * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
4329
4330 Tue Apr 16 11:27:16 1996  Jeffrey A Law  (law@cygnus.com)
4331
4332         * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
4333         Reverts Feb 8, 1995 change.
4334
4335 Mon Apr 15 12:53:26 1996  Doug Evans  <dje@canuck.cygnus.com>
4336
4337         * choose-temp.c: New file.
4338         * Makefile.in (CFILES): Add choose-temp.c.
4339         (REQUIRED_OFILES): Add choose-temp.o.
4340
4341 Sat Apr 13 14:19:30 1996  Stu Grossman  (grossman@critters.cygnus.com)
4342
4343         * floatformat.c (floatformat_to_double):  Don't bias exponent when
4344         handling zero's, denorms or NaNs.
4345
4346 Thu Apr 11 13:36:56 1996  Stu Grossman  (grossman@critters.cygnus.com)
4347
4348         * floatformat.c (floatformat_to_double):  Fix bugs with handling
4349         numbers with fractions < 32 bits.
4350
4351 Mon Apr  8 14:48:34 1996  Ian Lance Taylor  <ian@cygnus.com>
4352
4353         * config.table: Permit --enable-shared to specify a list of
4354         directories.
4355
4356 Tue Mar 19 22:02:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
4357
4358         * cplus-dem.c (demangle_template): Fix for non-mangled pointer
4359         arguments.
4360
4361 Fri Mar  8 17:24:18 1996  Ian Lance Taylor  <ian@cygnus.com>
4362
4363         * configure.in: If srcdir is `.' and with_target_subdir is not
4364         `.', then set MULTISRCTOP before calling config-ml.in.
4365
4366 Thu Mar  7 13:37:10 1996  Stan Shebs  <shebs@andros.cygnus.com>
4367
4368         * mpw.c (mpw_open): Add debugging output option.
4369
4370 Wed Mar  6 17:36:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
4371
4372         * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
4373
4374 Tue Feb 27 12:00:50 1996  Raymond Jou  <rjou@mexican.cygnus.com>
4375
4376         * mpw.c (mpwify_filename): Change 6 to 5 in
4377         strncmp (unixname, "/tmp/", 5).
4378
4379 Tue Feb 20 10:55:53 1996  Ian Lance Taylor  <ian@cygnus.com>
4380
4381         * cplus-dem.c (demangle_template): Initialize is_bool.  Correctly
4382         handle 0 as a pointer value parameter.
4383
4384 Mon Feb  5 16:41:44 1996  Ian Lance Taylor  <ian@cygnus.com>
4385
4386         * Makefile.in (all): Depend upon required-list.
4387         (required-list): New target.
4388         (clean): Remove required-list.
4389
4390 Wed Jan 31 10:19:41 1996  Steve Chamberlain  <sac@slash.cygnus.com>
4391
4392         * win32.c: Deleted.
4393         * config.table (i386-*-win32): Deleted.
4394         * config/mh-i386win32: Deleted.
4395
4396 Thu Jan 18 11:34:17 1996  Ian Lance Taylor  <ian@cygnus.com>
4397
4398         * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
4399         const char *.
4400         (cplus_mangle_opname): Change return type and opname parameter to
4401         const char *.  Don't cast return value.
4402
4403 Tue Jan 16 12:13:11 1996  Stan Shebs  <shebs@andros.cygnus.com>
4404
4405         * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
4406         definition.
4407
4408 Wed Jan  3 13:15:04 1996  Fred Fish  <fnf@cygnus.com>
4409
4410         * obstack.c: Update copyright to 1996.
4411         (_obstack_memory_used): Define new function.  Called via
4412         obstack_memory_used macro.
4413
4414 Thu Dec 28 11:39:40 1995  Ian Lance Taylor  <ian@cygnus.com>
4415
4416         * xstrdup.c: New file.
4417         * Makefile.in (CFILES): Add xstrdup.c.
4418         (REQUIRED_OFILES): Add xstrdup.o.
4419         (xstrdup.o): New target.
4420
4421 Mon Dec 11 18:18:52 1995  Mike Stump  <mrs@cygnus.com>
4422
4423         * atexit.c: New stub to provide atexit on systems that have
4424         on_exit, like SunOS 4.1.x systems.
4425         * functions.def (on_exit, atexit): Ditto.
4426
4427 Mon Dec 11 15:42:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
4428
4429         * mpw.c (mpw_abort): Remove decl.
4430         (mpw_access): Move debugging printf.
4431
4432 Sat Dec  2 01:25:23 1995  Ian Lance Taylor  <ian@cygnus.com>
4433
4434         * config.table: Consistently use ${host} rather than ${xhost} or
4435         ${target}.
4436         * configure.in: Don't bother to set ${xhost} before calling
4437         config.table.
4438
4439 Tue Nov 28 14:16:57 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
4440
4441         * Makefile.in (.c.o): Use test instead of the left bracket, to
4442         avoid problems with some versions of make.
4443
4444 Tue Nov 28 11:45:17 1995  Stan Shebs  <shebs@andros.cygnus.com>
4445
4446         * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
4447
4448 Tue Nov 21 11:26:34 1995  Fred Fish  <fnf@rtl.cygnus.com>
4449
4450         * config/mh-hpux: Remove.  It was only used to define EXTRA_OFILES,
4451         which was set to just alloca.o, which is now automatically marked
4452         as needed by the autoconfiguration process.
4453
4454 Tue Nov 21 14:15:06 1995  Ian Lance Taylor  <ian@cygnus.com>
4455
4456         * config.table: Check ${with_cross_host} rather than comparing
4457         ${host} and ${target}.
4458
4459 Thu Nov 16 14:34:42 1995  Ian Lance Taylor  <ian@cygnus.com>
4460
4461         * configure.in: If with_target_subdir is empty, set xhost to
4462         ${host} rather than ${target} before calling config.table.
4463
4464 Tue Nov 14 01:38:30 1995  Doug Evans  <dje@canuck.cygnus.com>
4465
4466         * Makefile.in (MULTITOP): Deleted.
4467         (MULTISRCTOP, MULTIBUILDTOP): New.
4468         (FLAGS_TO_PASS): Delete INCDIR.
4469         (INCDIR): Add $(MULTISRCTOP).
4470         (install_to_libdir): Add $(MULTISUBDIR).  Call $(MULTIDO).
4471         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
4472         instead of cfg-ml-pos.in.
4473         (cross-compile check): Change to test for with_target_subdir.
4474         (EXTRA_LINKS): Delete.
4475
4476 Sun Nov 12 12:13:04 1995  Stan Shebs  <shebs@andros.cygnus.com>
4477
4478         * mpw-make.sed: Add getpagesize.c.o to needed-list.
4479         * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
4480         functions that are supplied by Metrowerks libraries.
4481         (fstat): Clean up descriptor->pointer conversion code.
4482         (InstallConsole, etc): Empty definitions, for when linking
4483         with SIOUX.
4484
4485 Sun Nov  5 19:25:27 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4486
4487         * Makefile.in (FLAGS_TO_PASS):  Also pass PICFLAGS.
4488         (.c.o):  Stylistic change.
4489
4490 Thu Nov  2 12:06:29 1995  Ian Lance Taylor  <ian@cygnus.com>
4491
4492         * strtol.c, strtoul.c: Don't include <stdlib.h>.  From
4493         phdm@info.ucl.ac.be (Philippe De Muyter).
4494
4495 Wed Nov  1 11:59:36 1995  Ian Lance Taylor  <ian@cygnus.com>
4496
4497         * configure.in: Correct sed call.
4498
4499 Mon Oct 30 13:03:45 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4500
4501         * configure.in:  Clean up / simplify for native.
4502
4503         * configure.in:  Merge in stuff from ../xiberty/configure.in.
4504         * Makefile.in (CC):  Add definition (so it can be overrridden
4505         by ../configure).
4506
4507 Tue Oct 24 17:57:27 1995  Stan Shebs  <shebs@andros.cygnus.com>
4508
4509         * mpw-make.sed: Leave strerror.c.o in standard list of functions.
4510         * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
4511         (link): Remove useless definition with error return.
4512         (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
4513         Use UnsignedWide type for microsecond counts.
4514
4515 Thu Oct 19 10:52:07 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
4516
4517         * memcmp.c (memcmp): Argument types are const void *, not void
4518         *const.
4519
4520         * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
4521         sys/types.h.
4522         * strcasecmp.c (strcasecmp): Ditto.
4523
4524 Tue Oct 10 11:03:24 1995  Fred Fish  <fnf@cygnus.com>
4525
4526         * Makefile.in (BISON):  Remove macro.
4527
4528 Tue Sep 26 15:06:46 1995  Stan Shebs  <shebs@andros.cygnus.com>
4529
4530         * Makefile.in (HFILES): Add default empty definition.
4531         * mpw-config.in (config.h): Only update if changed.
4532         * mpw-make.in: Remove.
4533         * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
4534         * mpw.c: Remove semi-clone of strerror code.
4535         (sys_nerr, sys_errlist): Define here.
4536         (Microseconds): Only define as A-line trap if m68k Mac.
4537
4538 Wed Sep 20 12:53:32 1995  Ian Lance Taylor  <ian@cygnus.com>
4539
4540         * Makefile.in (maintainer-clean): New synonym for distclean.
4541
4542 Mon Aug 28 19:47:52 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4543
4544         * config.table:  For host, generalize rs6000-ibm-aix*
4545         to *-ibm-aix* so we also include powerpc.
4546
4547 Tue Aug 22 03:18:05 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
4548
4549         Fri Jun 16 18:35:40 1995  Pat Rankin  (rankin@eql.caltech.edu)
4550
4551         * xstrerror.c: New file.
4552         * Makefile.in, vmsbuild.com: Compile it.
4553
4554 Mon Jul 31 12:16:32 1995  steve chamberlain  <sac@slash.cygnus.com>
4555
4556         * config.table (i386-*-win32): New.
4557
4558 Fri Jul 21 11:35:52 1995  Doug Evans  <dje@canuck.cygnus.com>
4559
4560         * Makefile.in (MULTITOP): New variable.
4561         (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
4562         (all): Add multilib support.
4563         (install_to_tooldir, *clean): Likewise.
4564
4565 Mon Jul 10 11:47:27 1995  Ken Raeburn  <raeburn@cygnus.com>
4566
4567         * makefile.dos (OBJS): Add hex.o.  From DJ Delorie.
4568
4569 Fri Jun 30 17:28:59 1995  Pat Rankin  (rankin@eql.caltech.edu)
4570
4571         * vmsbuild.com:  create "new-lib.olb", build libiberty under that
4572         name, and then make it become "liberty.olb" when done, so that an
4573         incomplete build attempt never leaves behind something which looks
4574         like a complete library.
4575
4576 Thu Jun 29 00:22:02 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4577
4578         * config/mh-i386pe: New file for PE hosts.
4579         * config.table: Understand PE hosts.
4580
4581 Wed Jun 28 19:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4582
4583         * cplus-dem.c: Update from gcc.
4584
4585         * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
4586         <stddef.h>.
4587         * alloca-norm.h: If __STDC__, declare alloca with its parameter.
4588
4589 Thu Jun 22 18:57:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
4590
4591         * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
4592         * mpw.c: Only test DebugPI once whenever printing debug info.
4593         (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
4594         also fix to not write on input filename buffer.
4595         (mpw_access): Use stat() instead of open(), works for directories
4596         as well as files.
4597
4598 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4599
4600         * Makefile.in: Massage broken shells that require 'else true'.
4601
4602 Sat Jun 17 23:21:58 1995  Fred Fish  <fnf@cygnus.com>
4603
4604         * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
4605         Declare __builtin_alloca in the sparc case, as argv.c did.
4606         * argv.c: Replace inline version of alloca-norm.h at start of file with
4607         a #include of alloca-conf.h.  Precede it with an include of ansidecl.h
4608         because alloca-norm.h needs to declare alloca as "PTR".
4609
4610 Mon Jun 12 14:24:26 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4611
4612         * win32.c: New file.
4613
4614 Fri Jun  9 15:16:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4615
4616         * dummy.c: #include "alloca-conf.h".
4617
4618 Wed Jun  7 11:46:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4619
4620         * Makefile.in (mostlyclean): Remove stamp-picdir.
4621         (clean): Don't.
4622
4623 Mon Jun  5 18:46:06 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4624
4625         * config.table (frags): Use toplevel pic frags.
4626
4627         * Makefile.in (PICFLAG): New macro.
4628         (all): Depend on stamp-picdir.
4629         (needed-list): Ditto.
4630         (.c.o): Also build pic object.
4631         (stamp-picdir): New rule.
4632         (mostlyclean): Remove pic.
4633         (clean): Remove stamp-picdir.
4634
4635 Fri Mar 24 16:55:48 1995  Pat Rankin  (rankin@eql.caltech.edu)
4636
4637         * vmsbuild.com (config.h): Add `#define NEED_basename'.
4638
4639 Tue May 23 10:12:46 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4640
4641         * clock.c, getopt.c, strtod.c, vsprintf.c:  Change from using LGPL
4642         to libio-style copyright.
4643         * getpagesize.c:  Remove FSF copyright.
4644
4645 Sat May 20 12:30:23 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
4646
4647         Added improved VMS support from Pat Rankin:
4648
4649         Fri Mar 17 18:40:36 1995  Pat Rankin  (rankin@eql.caltech.edu)
4650
4651         * vmsbuild.com:  new file.
4652
4653         * getpagesize.c (getpagesize):  implement for VMS;
4654         * strerror.c (strerror, strerrno, strtoerrno):  add rudimentary
4655         support for EVMSERR.
4656
4657 Thu May 18 17:01:42 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
4658
4659         Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
4660
4661         * floatformat.c (floatformat_arm_ext): Define.
4662
4663 Tue May 16 13:30:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4664
4665         * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
4666         strerror.c, strsignal.c:  Remove FSF copyright.
4667         * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
4668
4669 Mon May 15 19:53:17 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4670
4671         * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
4672         strrchr.c, strstr.c, vfork.c:  Remove FSF Copyright, because this
4673         might contaminate libstdc++ with the LGPL.  (OK'd by RMS 11 Oct 94.)
4674         * strchr.c, strrchr.c:  Add cast to suppress const warning.
4675
4676 Thu May  4 14:36:42 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4677
4678         * cplus-dem.c: Use const instead of CONST.  Don't include
4679         ansidecl.h directly.
4680
4681 Wed Apr 19 01:30:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4682
4683         * cplus-dem.c: Don't include libiberty.h.  Do declare xmalloc and
4684         xrealloc.
4685         (-DMAIN): Don't rely on an externally-defined version number;
4686         instead, require the version number to be defined as a
4687         preprocessor macro.  Handle the RS/6000 leading dot.  Define
4688         xmalloc, xrealloc and fatal.  Don't strip a leading underscore
4689         if we couldn't demangle the word.
4690
4691 Tue Apr  4 13:03:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
4692
4693         (Old mpw.c change descriptions retained for informational value.)
4694         * mpw.c (warning_threshold): Default to .4 sec.
4695         (overflow_count, current_progress): New globals.
4696         (warn_if_spin_delay): Include current progress type,
4697         such as program name, in message.
4698         (mpw_start_progress): Set current_progress variable from arg.
4699         (mpw_end_progress): Report spin delays by power-of-two-size
4700         buckets instead of constant-size buckets.
4701
4702         * mpw.c: Clean up formatting, types, returns, etc.
4703         (ENOSYS): Define.
4704         (mpw_fread, mpw_fwrite): Define.
4705         (sleep): Define correctly.
4706
4707         * mpw.c: New code to implement cursor spinning support.
4708         (umask): New function.
4709         (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
4710
4711         * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
4712         basenames for MPW and MPW/Unix filenames.
4713         (mpw_special_init): New function, calls Macsbug if desired.
4714
4715         * mpw.c: Add GPL notice.
4716         (mpwify_filename): Add more transformations.
4717         (mpw_fopen): Call mpwify_filename on file names.
4718         (rename): Remove.
4719         (chdir, getcwd): Add simple definitions.
4720
4721         * mpw.c: Random cleanups, remove unused code bits.
4722         Added copy of strerror.c for gcc's use.
4723         (stat, fstat, _stat): New versions based on Guido van Rossum code.
4724
4725         * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
4726
4727         * mpw.c (stat): Remove hack definition, get from sys/stat.h.
4728         (fork, vfork, etc): Print error messages if called.
4729         (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
4730         rename, chown): Define.
4731
4732         * mpw-config.in: New file, MPW version of configure.in.
4733         * mpw-make.in: New file, MPW version of Makefile.in.
4734         * mpw.c: New file, MPW compatibility routines.
4735
4736 Fri Mar 24 14:10:30 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4737
4738         * basename.c: Include config.h before checking for NEED_basename.
4739
4740 Thu Mar 23 19:09:54 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4741
4742         * functions.def: Add DEFFUNC for basename.
4743
4744         * basename.c: Only define basename if NEED_basename.
4745
4746 Thu Mar 16 13:36:05 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4747
4748         * config.table: Fix --enable-shared logic for native builds.
4749
4750 Mon Mar 13 11:05:11 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4751
4752         * cplus-dem.c (demangle_template): Demangle bool literals properly.
4753
4754 Mon Mar  6 23:57:28 1995  Stu Grossman  (grossman@cygnus.com)
4755
4756         * strtol.c strtoul.c:  Replace these with less buggy versions from
4757         NetBSD.  (strtoul in particular couldn't handle base 16.)
4758
4759 Wed Mar  1 15:59:01 1995  Ian Lance Taylor  <ian@cygnus.com>
4760
4761         * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
4762
4763         * clock.c: If NO_SYS_PARAM_H is defined, don't include
4764         <sys/param.h>.
4765         * getcwd.c, getpagesize.c, getruntime.c: Likewise.
4766
4767 Fri Feb 17 15:40:55 1995  Ian Lance Taylor  <ian@cygnus.com>
4768
4769         * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
4770         a number; ANSI appears to permit any expression, including a
4771         function call.
4772
4773         * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
4774         xiberty.
4775         * config/mt-vxworks5: New file.
4776
4777 Thu Feb  9 14:19:45 1995  Ian Lance Taylor  <ian@cygnus.com>
4778
4779         * basename.c (basename): Change argument to be const.
4780
4781 Wed Feb  8 18:06:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4782
4783         * Makefile.in (lneeded-list): Don't worry about xmalloc.
4784
4785 Sun Jan 15 00:40:36 1995  Jeff Law  (law@snake.cs.utah.edu)
4786
4787         * Makefile.in (distclean): Delete xhost-mkfrag.
4788
4789 Thu Jan 12 16:54:18 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4790
4791         * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
4792
4793 Wed Jan 11 22:39:56 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4794
4795         * hex.c: New file.
4796         * Makefile.in (REQUIRED_OFILES, CFILES): List it.
4797         (hex.o): Add dependencies.
4798
4799         * cplus-dem.c (demangle_prefix): For GNU style constructor and
4800         destructor names, try demangling the remainder of the string.
4801
4802 Wed Dec 28 00:49:15 1994  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
4803
4804         * vasprintf.c (int_vasprintf): New static function.
4805         (vasprintf): Use int_vasprintf.  Removes assumption that va_list
4806         is assignment compatible.
4807
4808 Sat Nov  5 19:29:12 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
4809
4810         * Makefile.in (LIBCFLAGS): New variable.
4811         (FLAGS_TO_PASS): Pass it.
4812         (.c.o): Use it.
4813
4814 Thu Nov  3 19:09:47 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
4815
4816         * getopt.c, getopt1.c: Do compile these functions under Linux,
4817         since many native versions are based on glibc but are buggy.
4818
4819 Mon Oct 24 15:16:46 1994  Per Bothner  <bothner@kalessin.cygnus.com>
4820
4821         * vasprintf.c:  Make 'format' arg be const, to avoid a mismatch
4822         with prototype in GNU libc.  Support stdarg.h as well as varargs.h.
4823
4824 Tue Oct 11 17:48:27 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
4825
4826         * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
4827         * functions.def: Remove vasprintf.
4828
4829 Wed Sep 14 17:04:55 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4830
4831         * xmalloc.c (first_break): New static variable.
4832         (xmalloc_set_program_name): Record sbrk (0) in first_break.
4833         (xmalloc): If memory allocation fails, try to report how much
4834         memory was allocated by the program up to this point.
4835         (xrealloc): Likewise.
4836
4837 Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
4838
4839         * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC).  Use it
4840         when linking dummy.
4841         * config.table: Add host RISCiX Makefile frag.
4842         * config/mh-riscix: New file.
4843
4844 Thu Aug 25 17:29:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4845
4846         * Makefile.in (FLAGS_TO_PASS): Define.
4847         ($(RULE1)): Use $(FLAGS_TO_PASS).
4848
4849 Wed Aug 24 17:08:47 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4850
4851         * vasprintf.c: Include <string.h>.
4852         (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
4853         * xatexit.c: Declare malloc.
4854
4855 Fri Aug 19 15:29:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
4856
4857         * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
4858         one below).
4859
4860 Thu Aug 18 14:37:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
4861
4862         * cplus-dem.c (demangle args): Handle ARM repeat encoding where
4863         the type index is greater than 9.
4864
4865 Wed Aug 17 16:13:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
4866
4867         * cplus-dem.c (demangle_qualified): accept optional '_' between
4868         qualified name. This is baecause the template name may end with
4869         numeric and can mixed up with the length of next qualified name.
4870
4871 Wed Aug  3 05:52:14 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
4872
4873         * config/mt-sunos4: Use our standard location for cross-includes
4874         and cross-libs when the target is also a "host" environment (ie no
4875         newlib; includes and such don't belong to us).  This is specific
4876         to the Cygnus Support environment.
4877
4878 Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
4879
4880         * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
4881         xxx<ch=81>.
4882
4883 Mon Aug  1 17:02:48 1994  Kung Hsu  (kung@mexican.cygnus.com)
4884
4885         * cplus-dem.c (main): flush stdout to make pipe work.
4886
4887 Sat Jul 16 12:56:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
4888
4889         * config.table (*-*-cxux7*):  Recognize.
4890         * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
4891         Harris-specific float format.
4892         * config/mh-cxux7: New file.
4893
4894 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4895
4896         * cplus-dem.c (demangle_template):  Make sure that the result of
4897         consume_count doesn't index beyond the end of the string.
4898
4899 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4900
4901         * cplus-dem.c (gnu_special):  Handle vtable mangling of gcc-2.4.5 and
4902         earlier. Improve test for new vtable mangling. Change output back
4903         to `virtual table'.
4904
4905 Mon Jun 20 11:37:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4906
4907         * obstack.c: Always compile this code, even if using the GNU
4908         library.  Avoids problems with relatively recent binary
4909         incompatibility.
4910
4911 Thu Jun 16 17:54:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
4912
4913         * cplus-dem.c: Include libiberty.h.
4914         (xmalloc, xrealloc, free): Don't declare.
4915         (strstr): Don't declare parameters.
4916         (xmalloc, xrealloc): Don't define.
4917         (long_options): Add no-strip-underscores.
4918         (main): Call xmalloc_set_program_name.  Pass n in short options to
4919         getopt_long.  Handle option 'n' to not strip underscores.
4920         (usage): Mention -n and --no-strip-underscores.
4921
4922 Sun Jun 12 01:37:09 1994  Jason Merrill  (jason@deneb.cygnus.com)
4923
4924         * cplus-dem.c (demangle_template): Separate consecutive >'s with a
4925         space.
4926         (gnu_special): Demangle template and qualified names in a vtable name.
4927
4928 Fri May 27 12:27:52 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
4929
4930         From gas-2.3 and binutils-2.4 net releases:
4931
4932         Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
4933
4934         * makefile.dos: [new] Makefile for dos/go32
4935         * configure.bat: update for latest files
4936         * msdos.c: remove some functions now in libc.a
4937
4938 Fri May 20 18:53:32 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4939
4940         * cplus-dem.c (gnu_special):  Recognize thunks, as well as
4941         the new naming style for vtables (when -fvtable-thunks).
4942
4943 Wed May 18 13:34:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
4944
4945         * Makefile.in (XTRAFLAGS): Don't define.
4946         (.c.o, dummy.o): Don't use XTRAFLAGS.
4947         ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
4948
4949 Fri May 13 16:02:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4950
4951         * vasprintf.c: New file.
4952         * Makefile.in, functions.def: Add it.
4953
4954 Fri May 13 16:20:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
4955
4956         * cplus-dem.c (demangle_fund_type): Grok bool.
4957
4958 Fri May  6 14:44:21 1994  Steve Chamberlain  (sac@cygnus.com)
4959
4960         * config.table: Add go32
4961         * config/mh-go32: New template.
4962
4963 Fri May  6 11:01:59 1994  D. V. Henkel-Wallace  (gumby@rtl.cygnus.com)
4964
4965         * config.table, config/mt-sunos4: config for when sun4 is cross target.
4966
4967 Mon Apr 11 00:54:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4968
4969         * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
4970         Declare strlen to return int.  Don't include stddef.h.
4971
4972 Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
4973
4974         * getopt.c: Delete use of IN_GCC to control whether
4975         stddef.h or gstddef.h is included.
4976
4977 Thu Apr 14 14:00:56 1994  Kung Hsu  (kung@mexican.cygnus.com)
4978
4979         * cplus-dem.c (demangle_signature): Fix a bug in template function
4980         type numbering.
4981
4982 Wed Apr 13 17:23:03 1994  Kung Hsu  (kung@mexican.cygnus.com)
4983
4984         * cplus-dem.c (demangle_signature): Fix template function with arm
4985         style argument type number, Tn.
4986
4987 Wed Apr 13 17:11:15 1994  Jason Merrill  (jason@deneb.cygnus.com)
4988
4989         * cplus-dem.c (optable): Add new[] and delete[].
4990
4991 Fri Apr  8 11:21:42 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
4992
4993         * argv.c (buildargv): Don't produce empty argument just because
4994         there is trailing whitespace.
4995
4996 Wed Apr  6 11:42:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
4997
4998         * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
4999         Handle 'p' same as 'P'.
5000         * cplus-dem.c (do_type): Handle 'p' same as 'P'.
5001
5002 Sat Mar 26 12:00:13 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5003
5004         * floatformat.c (get_field, put_field):  Fix off by one error in
5005         little endian case.
5006
5007 Thu Mar 24 10:40:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5008
5009         * floatformat.c (floatformat_from_double): Pass unsigned char *,
5010         not char *, to put_field.
5011
5012 Fri Mar 18 12:34:33 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5013
5014         * memmove.c:  Re-wrote;  placed in public domain.
5015
5016 Wed Mar 16 10:33:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5017
5018         * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
5019         __Q* as a constructor.
5020
5021 Mon Mar 14 12:26:02 1994  Ian Lance Taylor  (ian@cygnus.com)
5022
5023         * ieee-float.c: Removed; no longer used.
5024         * Makefile.in: Changed accordingly.
5025
5026 Mon Mar  7 12:28:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5027
5028         * floatformat.c (get_field): Removed unused local variable i.
5029         (put_field): Removed unused local variable i.
5030
5031 Sun Feb 27 21:50:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
5032
5033         * floatformat.c: New file, intended to replace ieee-float.c.
5034         * Makefile.in: Change accordingly.
5035
5036 Thu Feb 24 11:51:12 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
5037
5038         * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
5039          (_getopt_initialize): New function, broken out of _getopt_internal.
5040          (_getopt_internal):
5041          If long_only and the ARGV-element has the form "-f", where f is
5042          a valid short option, don't consider it an abbreviated form of
5043          a long option that starts with f.  Otherwise there would be no
5044          way to give the -f short option.
5045
5046 Thu Feb 10 14:44:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5047
5048         * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
5049         Test just __STDC__, not emacs.
5050
5051 Wed Feb  9 00:14:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5052
5053         * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
5054         [emacs] [not __STDC__]: Don't include stddef.h.  Don't declare strlen.
5055
5056 Fri Dec 24 19:43:00 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
5057
5058         * getopt.c (_NO_PROTO): Define before config.h is included.
5059
5060 Mon Sep 20 15:59:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5061
5062         * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
5063         <config.h> only under these, else "config.h".
5064
5065 Thu Aug 12 18:16:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5066
5067         * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
5068         <config.h> instead of "config.h".
5069
5070 Sun Feb 20 17:17:01 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
5071
5072         * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
5073         whether to use prototypes or not.
5074         * strerror.c (const): Never undefine; let ansidecl.h handle it.
5075         * strsignal.c (const): Likewise.
5076
5077 Thu Feb 17 13:27:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5078
5079         * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
5080         Merging common and initialized variables need not be supported by
5081         ANSI C compilers.
5082         (xatexit): Initialize _xexit_cleanup if not already set.
5083         * xexit.c: Comment fix.
5084
5085 Wed Feb 16 01:15:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5086
5087         * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
5088         (xrealloc): If oldmem is NULL, allocate with malloc, rather than
5089         assuming that realloc works correctly.
5090
5091 Tue Feb 15 09:26:16 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5092
5093         * concat.c, ieee-float.c:  Replace inclusion of <string.h>
5094         with explicit function declarations, as recommended by Ian Taylor.
5095
5096 Sat Feb 12 10:31:11 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
5097
5098         * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
5099         (malloc, realloc): Declare.
5100
5101 Thu Feb 10 17:08:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5102
5103         * argv.c, basename.c: Include ansidecl.h and libiberty.h.
5104         * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
5105         * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
5106         * xmalloc.c: Likewise.
5107         * concat.c: Don't declare xmalloc.  If __STDC__, use <stdarg.h>
5108         macros, not <varargs.h> macros.
5109         * spaces.c (spaces): Make return type const.  Don't crash if
5110         malloc returns NULL.
5111         * strerror.c (struct error_info): Make name and msg fields const.
5112         (error_names): Make const.
5113         (strerrno): Make const.
5114         (strtoerrno): Make argument const.
5115         * strsignal.c (struct signal_info): Make name and msg fields
5116         const.
5117         (signal_names, sys_siglist): Make const.
5118         (strsignal, strsigno): Make const.
5119         (strtosigno): Make argument const.
5120         * xatexit.c: Declare parameter types.
5121         * xmalloc.c (name): Make const.
5122         (xmalloc_set_program_name): Make argument const.
5123         * Makefile.in (INCDIR): Define.
5124         (.c.o): Use $(INCDIR).
5125         (dummy.o): Likewise.
5126         (argv.o, basename.o): New targets; depend on libiberty.h.
5127         (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
5128         (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
5129         (xmalloc.o): Likewise.
5130         (cplus-dem.o): New target; depend on demangle.h.
5131         (getopt.o, getopt1.o): New targets; depend on getopt.h.
5132         (ieee-float.o): New target; depend on ieee-float.h.
5133         (obstack.o): New target; depend on obstack.h.
5134
5135 Tue Feb  8 05:29:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5136
5137         Handle obstack_chunk_alloc returning NULL.  This allows
5138         obstacks to be used by libraries, without forcing them
5139         to call exit or longjmp.
5140         * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
5141         If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
5142         (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
5143
5144 Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5145
5146         * concat.c, ieee-float.c:  Include <string.h>.
5147
5148 Sun Feb  6 21:28:46 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5149
5150         * xmalloc.c (xmalloc_set_program_name): New function.
5151         (xmalloc, xrealloc): Include the name in the error message, if set.
5152
5153         * Replace atexit.c with xatexit.c.
5154         * Makefile.in (CFILES), functions.def: Change references.
5155
5156 Sat Feb  5 14:02:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
5157
5158         * getruntime.c (get_run_time): Use getrusage or times if
5159         HAVE_GETRUSAGE or HAVE_TIMES are defined.
5160
5161 Fri Feb  4 15:49:38 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5162
5163         * atexit.c: New file.
5164         * Makefile.in (CFILES), functions.def: Add it.
5165         * xexit.c: New file.
5166         * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
5167         * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
5168         Change request for 0 bytes into request for 1 byte.
5169
5170 Wed Feb  2 11:36:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5171
5172         * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
5173         unsigned long, to avoid warnings.
5174
5175 Fri Jan 28 17:49:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5176
5177         * dummy.c: Don't include time.h ever; always define clock_t as
5178         "unsigned long".  Until gcc/fixincludes ensures that clock_t
5179         exists, __STDC__ isn't a sufficient test.  And if clock() doesn't
5180         exist, clock_t probably doesn't either.
5181
5182 Mon Jan 24 11:52:31 1994  Stan Shebs  (shebs@andros.cygnus.com)
5183
5184         * clock.c, getruntime.c: New files.
5185         * Makefile.in: Add to file lists.
5186         * functions.def (clock): Add to list.
5187         * dummy.c (time.h): Add if __STDC__.
5188         (clock_t): #define as "unsigned long" if not __STDC__.
5189
5190 Tue Jan 11 11:27:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5191
5192         * strtod.c: Declare atof.  From edler@jan.ultra.nyu.edu (Jan
5193         Edler).
5194
5195 Tue Dec 28 14:17:30 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5196
5197         * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
5198         linking.
5199
5200 Fri Dec 17 12:26:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5201
5202         * cplus-dem.c (demangle_arm_pt): New function.  Common code
5203         for ARM template demangling.
5204         * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
5205         * cplus-dem.c (demangle_prefix): Likewise.
5206
5207 Tue Nov 30 15:47:48 1993  Jason Merrill  (jason@deneb.cygnus.com)
5208
5209         * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
5210
5211 Sat Nov 27 11:05:50 1993  Fred Fish  (fnf@cygnus.com)
5212
5213         Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
5214         * strerror.c, strsignal.c:  As a small space optimization, don't
5215         include messages when they aren't actually used.
5216
5217         Merge changes from takefive.co.at!joe (Josef Leherbauer)
5218         * cplus-dem.c (demangle_prefix, demangle_function_name,
5219         cplus_demangle_opname):  Fixes for systems where cplus_marker
5220         is something other than '$'.
5221
5222 Fri Nov 26 13:51:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
5223
5224         * waitpid.c:  Simple-minded approcimation to waitpid
5225         using vanilla wait.
5226         * functions.def, Makefile.in:  Update accordingly,
5227
5228 Thu Nov 18 18:01:15 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5229
5230         * cplus-dem.c(demangle_template): fix bug template instantiation
5231         with value of user defined type.
5232
5233 Wed Nov 17 18:30:21 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5234
5235         * cplus-dem.c(cplus_demangle_opname): add the subject new function
5236         to support unified search of operator in class.
5237
5238 Wed Nov 10 09:47:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5239
5240         gcc -Wall lint:
5241         * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
5242         "digit = *s" as condition in while loop.
5243
5244 Tue Nov  9 15:52:22 1993  Mark Eichin  (eichin@cygnus.com)
5245
5246         * Makefile.in: pass SHELL to recursive make
5247
5248 Thu Nov  4 12:09:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
5249
5250         * vfprintf.c, vprintf.c, vsprintf.c:  Make format arg
5251         be (const char*), for ANSI (and gcc w/fixproto) consistency.
5252
5253 Thu Nov  4 08:29:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5254
5255         * config.table: Make *-*-hiux* use mh-hpux.
5256
5257 Fri Oct 22 07:53:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5258
5259         * config.table: Add * to end of all OS names.
5260
5261 Tue Oct 19 17:12:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
5262
5263         * Makefile.in (lneeded-list): ensure that object file names are
5264           not duplicated, as multiple instances of the same object file in
5265           a library causes problems on some machines
5266
5267 Mon Oct 18 21:59:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5268
5269         * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
5270
5271 Fri Oct 15 22:17:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
5272
5273         * strncasecmp.c: new file, implements strncasecmp
5274         * strcasecmp.c: new file, implement strcasecmp
5275
5276         * Makefile.in (CFILES): list these two new source files
5277
5278         * functions.def: add strcasecmp and strncasecmp entries
5279
5280 Fri Oct 15 14:53:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5281
5282         * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
5283         according to ANSI C.
5284
5285 Thu Oct 14 16:34:19 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5286
5287         * cplus-dem.c: add support of ARM global constructor/destructor,
5288         and 'G' for passing record or union in parameter.
5289
5290 Wed Oct 13 13:36:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5291
5292         * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
5293         should not be in functions.def.
5294
5295 Wed Oct 13 13:13:38 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5296
5297         * functions.def: Removed xmalloc.  Stuff in REQUIRED_OFILES should
5298         not be in functions.def.
5299
5300 Mon Oct  4 18:26:39 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5301
5302         * cplus-dem.c: change globl constructor/destructor to proper name
5303
5304 Tue Sep 28 18:11:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5305
5306         * cplus-dem.c: fix bug in constructor/destructor
5307
5308 Tue Sep 28 16:20:49 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5309
5310         * cplus-dem.c: support both old and new _vt$... vtbl mangled names
5311
5312 Fri Sep 24 19:07:16 1993  Jason Merrill  (jason@deneb.cygnus.com)
5313
5314         * cplus-dem.c: Fix demangle_template prototype
5315
5316 Fri Sep 24 17:32:55 1993  Kung Hsu  (kung@cirdan.cygnus.com)
5317
5318         * cplus-dem.c: fix template demangling
5319         * cplus-dem.c: fix const type demangling
5320         * cplus-dem.c: fix constructor/destructor, virtual table,
5321         qualifier, global constructor/destructor demangling
5322
5323 Wed Sep  1 23:13:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5324
5325         * strsignal.c, strerror.c: Use fully-bracketed initializer to
5326         keep gcc -Wall happy.
5327
5328 Fri Aug 27 10:30:09 1993  Jason Merrill  (jason@deneb.cygnus.com)
5329
5330         * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
5331         patch.
5332
5333 Fri Aug 27 11:24:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5334
5335         Patch from Paul Flinders:
5336         * cplus-dem.c (do_type): Deal with arrays.
5337
5338 Tue Aug 24 14:23:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5339
5340         * cplus-dem.c (demangle_qualified: Deal with GNU format for more
5341         than 9 classes.
5342
5343 Wed Aug 18 19:50:29 1993  Jason Merrill  (jason@deneb.cygnus.com)
5344
5345         * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
5346         not initialized" warnings under HP/UX
5347
5348 Sun Aug 15 20:42:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5349
5350         * strerror.c: Move include of stdio.h after sys_errlist #define.
5351         Also remove NULL definition (stdio.h always defines NULL, so it
5352         never did anything but clutter up the code).
5353
5354 Sat Aug 14 14:21:49 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
5355
5356         * Makefile.in, functions.def: handle xmalloc.c
5357
5358         * xmalloc.c: provide xmalloc and xrealloc functions
5359
5360 Thu Aug 12 17:38:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5361
5362         * cplus-dem.c: Fix a comment.
5363
5364 Sat Aug  7 13:56:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5365
5366         * getopt1.c: Declare const the way getopt.c does.
5367
5368 Fri Aug  6 17:03:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5369
5370         * obstack.c, alloca.c: Update from FSF.
5371         * getopt.c, getopt1.c: Update to current FSF version, which
5372         doesn't use alloca.
5373
5374 Tue Jul 27 14:03:57 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
5375
5376         * Makefile.in (demangle): Add the target with a message saying
5377         where demangle went.
5378
5379 Mon Jul 26 15:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5380
5381         * Makefile.in: Remove obsolete `demangle' target.
5382
5383 Thu Jul 22 08:31:01 1993  Fred Fish  (fnf@deneb.cygnus.com)
5384
5385         * cplus-dem.c (arm_special):  Apply patch from arg@lucid.com to
5386         avoid infinite loop on vtbl symbols with disambiguating "junk"
5387         tacked on the end.
5388
5389 Mon Jul 19 14:10:37 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
5390
5391         * strsignal.c: work around some systems losing definitions of
5392         sys_siglist
5393
5394         * config/mh-lynxos: this system has a losing definition of
5395         sys_siglist
5396
5397         * config.table: use mh-lynxos for *-*-lynxos
5398
5399 Mon Jul 19 17:08:52 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
5400
5401         * config.table: Add support for HPPA BSD hosts.
5402
5403         * config/mh-hpbsd: New file.
5404
5405 Mon Jul 12 18:00:40 1993  K. Richard Pixley  (rich@cygnus.com)
5406
5407         * Makefile.in (TAGS): make work when srcdir != objdir.
5408
5409 Sun Jun 27 15:35:31 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5410
5411         * cplus-dem.c (main): Add long options, including --help and
5412         --version.
5413         (usage): New function from code in main.
5414
5415 Tue Jun 22 11:37:38 1993  Per Bothner  (bothner@deneb.cygnus.com)
5416
5417         * config.table:  New shell scipt, sourced by both ./configure,in
5418         and ../xiberty/configure.in, to avoid maintainance lossages.
5419         * configure.in and ../xiberty/configure.in:  Use config.table.
5420
5421         * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
5422         * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
5423         * ../xiberty/configure.in:  Update from ./configure.in.
5424
5425 Tue Jun 15 17:05:31 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5426
5427         * Makefile.in: remove parentdir support
5428
5429 Wed May 26 12:59:09 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5430
5431         * cplus-dem.c (xrealloc):  Match definition with prototype.
5432
5433 Tue May 25 14:27:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5434
5435         * cplus-dem.c (demangle_prefix):  Demangle cfront
5436         local variables as an extension to ARM demangling.
5437
5438 Fri May 21 09:53:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5439
5440         * ieee-float.c: Don't require pointers to double to be aligned.
5441
5442 Tue May 18 17:12:10 1993  Fred Fish  (fnf@cygnus.com)
5443
5444         (merge changes from dlong@cse.ucsc.edu)
5445         * cplus-dem.c (consume_count):  Simplify.
5446         * cplus-dem.c (arm_pt, demangle_class_name):  New functions.
5447         * cplus-dem.c (various):  Calls to arm_pt, demangle_class_name.
5448
5449         * cplus-dem.c (xmalloc, xrealloc, strstr):  Make extern decls into
5450         full prototypes.
5451         * cplus-dem.c (free):  Add prototype.
5452         * cplus-dem.c (optable):  Fully bracketize initializer.
5453
5454 Fri May 14 17:13:05 1993  Per Bothner  (bothner@cygnus.com)
5455
5456         * cplus-dem.c:  Whether initial underscores are stripped
5457         depends on the external variable prepends_underscore
5458         (which is generated by the binutils Makefile).
5459
5460 Fri May 14 07:32:20 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
5461
5462         * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
5463
5464 Tue May  4 20:31:59 1993  Fred Fish  (fnf@cygnus.com)
5465
5466         * cplus-dem.c (consume_count):  Return zero if arg does not
5467         start with digit, and don't consume any input.
5468
5469 Tue May  4 08:10:28 1993  Jim Kingdon  (kingdon@cygnus.com)
5470
5471         * Makefile.in (demangle): Use ${srcdir} not $^.
5472
5473         * strtod.c: New file, needed at least for BSD 4.3.
5474
5475 Sun May  2 11:30:42 1993  Fred Fish  (fnf@cygnus.com)
5476
5477         * strsignal.c (sys_siglist):  For ANSI compilations, type is
5478         "const char *const".  Also remove conditionalization on __STDC__
5479         since const is defined away for non-ANSI.
5480
5481 Wed Apr 28 19:29:55 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
5482
5483         * configure.in: Recognize *-*-hpux.
5484         * config/mh-hpux: New file.
5485
5486 Tue Apr 27 15:22:19 1993  Per Bothner  (bothner@cygnus.com)
5487
5488         * tmpnam.c:  Added ANSI tmpnam() function.
5489         * functions.def, Makefile.in:  Update accordingly.
5490
5491 Tue Apr 27 13:38:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5492
5493         * cplus-dem.c (demangle_function_name): Get the demangling of
5494         stop__1A right.
5495
5496 Fri Apr 16 23:48:24 1993  Jim Kingdon  (kingdon at calvin)
5497
5498         * cplus-dem.c: Declare strstr return type.
5499
5500 Fri Mar 26 12:01:26 1993  Jim Kingdon  (kingdon@cygnus.com)
5501
5502         * strsignal.c: Add some AIX signals.
5503
5504 Thu Mar 25 15:17:23 1993  Ian Lance Taylor  (ian@cygnus.com)
5505
5506         * Makefile.in (MAKEOVERRIDES): Define to be empty.
5507
5508 Wed Mar 24 01:59:25 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
5509
5510         * Makefile.in: add installcheck & dvi targets
5511
5512 Thu Mar 18 14:05:44 1993  Per Bothner  (bothner@rtl.cygnus.com)
5513
5514         * ieee-float.c:  New file, moved from ../gdb (since it is
5515         needed by ../opcode/m68k-dis.c).
5516
5517 Tue Mar  2 17:47:31 1993  Fred Fish  (fnf@cygnus.com)
5518
5519         * cplus-dem.c:  Replace all references to cfront with ARM.
5520
5521 Fri Feb 26 00:17:07 1993  Per Bothner  (bothner@rtl.cygnus.com)
5522
5523         * cplus-dem.c:  Fix main program (when compiled with -DMAIN)
5524         to be more useful as a filter.
5525
5526 Sat Feb 20 21:41:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
5527
5528         * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
5529         destination directory before running $(RANLIB), in case that
5530         program tries to create a file in the current directory as part of
5531         its work.
5532
5533 Thu Feb 18 23:00:19 1993  John Gilmore  (gnu@cygnus.com)
5534
5535         * strsignal.c (sys_siglist):  Remove yet another *%^&%&$# "const"
5536         because BSD 4.4 lacks one.  Isn't this fun?
5537
5538 Thu Feb 18 11:24:25 1993  Fred Fish  (fnf@cygnus.com)
5539
5540         * cplus-dem.c (demangle_signature):  Set func_done after
5541         demangling a template.
5542         * cplus-dem.c (demangle_template):  Fix several small bugs
5543         in demangling GNU style templates.
5544         * cplus-dem.c (demangle_prefix):  Fix for templates in GNU
5545         style constructors.
5546         * cplus-dem.c (gnu_special):  Fix for templates in GNU style
5547         static data members.
5548
5549 Tue Feb 16 17:28:35 1993  Fred Fish  (fnf@cygnus.com)
5550
5551         * cplus-dem.c (demangle_signature):  Modify to include type
5552         modifiers like static and const in remembered types.
5553
5554 Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
5555
5556         * cplus-dem.c (demangled_qualified):  Add new parameter that tells
5557         whether to prepend or append the qualifiers.
5558         * cplus-dem.c (string_prepends):  Used now, remove #if 0.
5559         * cplus-dem.c (demangle_signature):  Call demangle_qualified
5560         with prepending.
5561         * cplus-dem.c (gnu_special):  Recognize static data members that
5562         use qualified names.
5563         * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
5564         temporary buffer and the prepend or append them to the result,
5565         as specified by the new "append" flag.
5566         * cplus-dem.c (do_type):  Call demangled_qualified with
5567         appending.
5568
5569 Mon Dec 28 10:47:19 1992  Ken Raeburn  (raeburn@cygnus.com)
5570
5571         * strsignal.c (signal_table): Now const.
5572         (init_signal_tables): Variable eip now points to const.
5573
5574         * strerror.c (error_table): Now const.
5575         (init_error_tables): Variable eip now points to const.
5576
5577 Tue Dec 15 15:36:50 1992  Per Bothner  (bothner@cygnus.com)
5578
5579         * memchr.c (memchr):  New (ANSI standard) function.
5580         * Makefile.in, functions.def:  Added memchr.
5581         * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
5582
5583 Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5584
5585         * getopt.c: remove use of USG around <alloca.h>, which never meant
5586         anything anyway
5587
5588         * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
5589         of USG and USGr4
5590
5591 Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
5592
5593         * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
5594         it's now a type according to the ANSI X3J16 working paper; output
5595         "wchar_t" for it.
5596         (demangle_template): Accept `w' as an integral type.
5597         (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
5598         counterparts malloc and realloc to `char *'.
5599         (main): Exit with a 0 status.
5600         * Makefile.in (demangle): Don't expect the user to define
5601         DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
5602         for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
5603
5604 Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
5605
5606         * Makefile.in (AR_FLAGS):  Avoid verbosity.
5607         * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
5608         replace USGr4 with HAVE_SYSCONF.
5609         * config/mh-solaris:  Remove; mh-sysv4 works now.
5610         * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
5611         * configure.in:  Simplify host matching table, remove separate
5612         solaris config file.
5613
5614 Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
5615
5616         * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
5617
5618 Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
5619
5620         * cplus-dem.c (xmalloc, xrealloc): Add decls.
5621         (remember_type): Don't cast xmalloc.
5622         (string_need): Likewise; don't cast xrealloc either.
5623
5624 Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
5625
5626         * Makefile.in, functions.defs, rename.c: added simple
5627         implementation of rename, since some binutils programs use it.
5628
5629 Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
5630
5631         * strsignal.c:  Add appropriate 'const' to sys_siglist
5632         extern declaration (if __STDC__).  (Needed for Linux.)
5633         * strsignal.c (strsignal): Add cast to remove const-ness.
5634
5635 Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
5636
5637         * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
5638         before "'s, diagnosed by BSD 4.4 awk.
5639
5640 Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
5641
5642         * Makefile.in: create config.h and needed-list through $(CONFIG_H)
5643         and $(NEEDED_LIST), to give some hooks for xiberty.
5644
5645 Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5646
5647         * configure.in: use cpu-vendor-triple instead of nested cases
5648
5649 Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
5650
5651         * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
5652         concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
5653         getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
5654         obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
5655         strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
5656         Convert from using GPL to LGPL.
5657
5658 Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
5659
5660         * Makefile.in (errors):  Leave dummy.o and dummy around so that
5661         we can see how the needed list was generated (it's sometimes wrong).
5662         (mostlyclean):  Remove them.
5663
5664 Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
5665
5666         * getcwd.c: supply a default if MAXPATHLEN is not defined.
5667
5668         * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
5669
5670 Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
5671
5672         * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
5673         when cross-compiling.
5674
5675 Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
5676
5677         * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
5678           as a time optimization.
5679
5680         * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
5681           be more expensive than simply demangling.
5682
5683         * cplus-dem.c (cplus_match): new function.
5684
5685 Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
5686
5687         * cplus-dem.c:  #include <stdio.h>, to define NULL.
5688         Define current_demangling_style.
5689
5690 Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
5691
5692         * cplus-dem.c:  New file, moved from ../gdb.
5693         * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
5694         function, to avoid compiling in target-dependency for CPLUS_MARKER.
5695         * cplus-dem.c (cplus_demangle):  Allow demangling style option
5696         to be passed as a parameter, but using the global variable
5697         current_demangling_style as a default.
5698         * Makefile.in:  Update for cplus-dem.c
5699
5700 Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
5701
5702         * obstack.c:  Merge in comment changes from FSF version.  Now
5703         matches the FSF version exactly.
5704
5705 Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
5706
5707         * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
5708         least on losing DECstations!); use if-then-else instead.
5709
5710 Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
5711
5712         * Makefile.in: always create installation directories.
5713
5714 Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5715
5716        * Makefile.in: clean up definition of CFILES, more comments
5717
5718 Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
5719
5720         * getopt.c (my_index):  Make first arg const to match strchr,
5721         which it sometimes is remapped to.
5722
5723 Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
5724
5725         * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
5726         * obstack.c (_obstack_begin):  Initialize use_extra_arg.
5727         * obstack.c (_obstack_begin_1):  New, from FSF version.
5728
5729 Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
5730
5731         * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
5732         extra_arg.
5733         * obstack.c (_obstack_begin):  Remove area_id and flags arguments
5734         (previously added for mmalloc support, interface has changed).
5735         Also convert flags usage to use use_extra_arg and maybe_empty_object.
5736
5737 Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
5738
5739         * argv.c:  Move expandargv inline and eliminate static variables.
5740         Rewrite to always allocate in powers of two.  Fix to return an
5741         argv with a single null string arg if passed a null string.
5742
5743 Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
5744
5745         * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
5746         "(void)" casts from function calls where the return value is
5747         ignored, in accordance with GNU coding standards.
5748
5749 Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
5750
5751         * bcopy.c, strerror.c, strsignal.c:  Lint.
5752
5753 Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
5754
5755         * getopt.c: merge changes from make.
5756
5757 Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
5758
5759         * alloca.c:  Incorporate fixes from gdb/alloca.c.
5760         FIXME:  Eventually move gdb's alloca configuration files here,
5761         and remove gdb/alloca.c and its Makefile.in support.
5762
5763 Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
5764
5765         * dummy.c:  Define NOTHING to /*nothing*/, change return type
5766         of main to int and return zero.
5767         * functions.def:  Supply NOTHING as the fourth arg to macros
5768         that don't have an explicit arg, to satisfy picky preprocessors.
5769
5770 Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
5771
5772         * Makefile.in:  Clean up *clean rules, as per standards.texi.
5773
5774 Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
5775
5776         * getopt.c, getopt1.c: merged largely gratuitous, mostly
5777           whitespace diffs from other prep distributions.
5778
5779 Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
5780
5781         * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
5782         it is broken on ncr 3000's.
5783
5784 Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
5785
5786         * sigsetmask.c:  Rewrite.  Old one was very confused about its
5787         arguments and result.  New one can't do much, but at least knows
5788         what it can't do, and it's good enough for GDB's use.
5789
5790 Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
5791
5792         * functions.def:  Use proper prototype for strtoul.
5793
5794 Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
5795
5796         * Makefile.in:  Add random.c.
5797         * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
5798         * configure.in:  update solaris2 config.
5799
5800 Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
5801
5802         * random.c:  Add for random() and srandom().
5803         * functions.def:  Add random
5804
5805 Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
5806
5807         * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
5808         using /usr/ucb/install.
5809
5810 Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
5811
5812         * strerror.c:  Kludge to guard against a conflict with
5813         possible declaration of sys_errlist in errno.h.
5814
5815 Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
5816
5817         * configure.in, config/mh-solaris: add solaris2 config support.
5818
5819 Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
5820
5821         * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
5822         is not defined (should be defined in signal.h, says Posix.).
5823
5824 Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
5825
5826         * getopt.c: merged changes from make-3.62.11.
5827
5828 Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
5829
5830         * getopt.c: merged changes from bison-1.18.
5831
5832 Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
5833
5834         * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
5835         since that introduces a circular dependency.
5836         ($(EXTRA_OFILES) are used to build config.h.)
5837
5838         * strtoul.c:  Fixes to handle non-decimal bases better.
5839
5840 Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
5841
5842         * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
5843         * Makefile.dos:  Finish MINUS_G eradication.
5844         * Makefile.in (CFILES):  Add strsignal.c.
5845         * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
5846         * Makefile.in (needed-list):  Split creation of errors file to
5847         separate make target.
5848         * Makefile.in (config.h, needed2.awk, errors):  New targets.
5849         * Makefile.in (clean):  Split to multiple lines, add needed2.awk
5850         and config.h.
5851         * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
5852         * functions.def (strerror):  Remove from optional list.
5853         * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
5854         * functions.def (strerror, psignal):  DEFFUNC's
5855         * strerror.c:  Rewrite from scratch to use sys_errlist only if
5856         available, add errno_max(), add strerrno(), add strtoerrno(),
5857         add test driver.
5858         * strsignal.c:  New file, signal equivalent to strerror.c.
5859         Uses sys_siglist if available, defines signo_max(), strsignal(),
5860         strsigno(), strtosigno(), psignal(), and test driver.
5861
5862 Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
5863
5864         * Makefile.in: do not print recursion line.
5865
5866         * Makefile.in: allow CFLAGS to be passed in from command line.
5867           Removed MINUS_G.  Default CFLAGS to -g.
5868
5869 Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
5870
5871         * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
5872         so libg++ users don't have to be inconvenienced by a
5873         libc.a bug (libc.a needs copysign, but doesn't define it!).
5874         * configure.in:  Use config/mh-aix.
5875         * strtoul.c:  Handle '-' as required by ANSI.
5876         Clean up radix handling.
5877         * strstr.c:  Fix buggy algorithm.
5878         * Makefile.in:  Change so that ${EXTRA_OFILES} is
5879         appended to needed-list (which is used by libg++).
5880
5881 Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
5882
5883         * configure.in:  Recognize new ncr3000 config.
5884         * config/mh-ncr3000:  New config file.
5885
5886 Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
5887
5888         * argv.c, dummy.c:  Lint.
5889
5890 Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
5891
5892         * config/mh-sysv4:  New config file.
5893         * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
5894         host_os == sysv4.
5895         * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
5896         pagesize.
5897
5898 Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
5899
5900         * getopt.c:  Lint.
5901
5902 Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
5903
5904         * functions.def (alloca):  Fix return type and args to avoid
5905         type clash with gcc's builtin alloca.
5906
5907 Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
5908
5909         * configure.in, config/mh-irix4: irix4 support.
5910
5911         * Makefile.in, functions.def, alloca.c: added alloca.
5912
5913 Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
5914
5915         * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
5916
5917 Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
5918
5919         * argv.c:  Fix various external function definitions to be
5920         correct in an ANSI compilation environment.
5921
5922 Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
5923
5924         * obstack.c:  Changes to support calling mmalloc functions,
5925         which take an additional argument over malloc functions.
5926
5927 Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
5928
5929         * added check target.
5930
5931 Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
5932
5933         * argv.c:  #include alloca-conf.h (needed by AIX).
5934
5935 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
5936
5937         * Makefile.in, configure.in: removed traces of namesubdir,
5938           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
5939           copyrights to '92, changed some from Cygnus to FSF.
5940
5941 Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
5942
5943         * argv.c:  Check in Fred's version which fixes problems with
5944         alloca().
5945
5946 Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
5947
5948         * makefile.dos:  Remove NUL to keep patch from failing.
5949
5950 Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
5951
5952         * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
5953
5954 Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
5955
5956         * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
5957
5958 Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
5959
5960         * argv.c:  New file to build and destroy standard argument
5961         vectors from a command string.
5962
5963         * Makefile.in:  Add argv.c and argv.o to appropriate macros.
5964
5965 Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
5966
5967         * configure.in:  Change svr4 references to sysv4.
5968
5969         * rindex.c:  Declare return type of externally used function
5970         strrchr().
5971
5972 Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
5973
5974         * Makefile.in:  Remove "***" in normal output, since Make produces
5975         this on errors, and it's convenient to search for.
5976
5977 Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
5978
5979         * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
5980         New ANSI functions.  The old non-ANSI functions (such as bcopy)
5981         should be avoided.
5982         * bcopy.c:  Fix to correctly handle overlapping regions.
5983         * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
5984         * functions.def:  Add the new functions.
5985         * functions.def:  Add 4th parameter to DEF macro,
5986         an ansidecl.h-style prototype.
5987         * dummy.c:  Use expanded DEF macro to create a dummy function
5988         call, with correct parameter types.  (This avoids some
5989         complaints from gcc about predefined builtins.)
5990
5991         Move the functionality of config/mh-default into Makefile.in.
5992         This avoid duplication, and simplifies things slightly.
5993         * Makefile.in:  Tweak so we don't need config/mh-default.
5994         * README:  Update.
5995         * configure.in:  No longer need config/mh-default.
5996         * config/mh-default:  Deleted.
5997         * config/mh-sysv:  Remove lines copied from old mh-default.
5998
5999 Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
6000
6001         * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
6002         'mknod' device numbers.
6003
6004 Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
6005
6006         * fdmatch.c, Makefile.in:  Add new function that takes two
6007         open file descriptors and returns nonzero if they refer to
6008         the same file, zero otherwise.  (used in gdb)
6009
6010 Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
6011         From DJ:
6012         * msdos.c: stub functions for dos.
6013         * makefile.dos, configdj.bat: new.
6014         * getopt.c: Don't include alloca-conf.h in a GO32 world.
6015
6016
6017 Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6018
6019         * Makefile.in: infodir belongs in datadir.
6020
6021 Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6022
6023         * Makefile.in: remove spaces following hyphens because bsd make
6024           can't cope.  added standards.text support.  install using
6025           INSTALL_DATA.
6026
6027         * configure.in: remove commontargets as it is no longer a
6028           recognized hook.
6029
6030 Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6031
6032         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
6033           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
6034           and mandir now keyed off datadir by default.
6035
6036 Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
6037
6038         * Makefile.in:  find-needed.awk does not fit in 14 chars.
6039
6040         * Makefile.in:  Suppress error checking when compiling the test
6041         program, because Ultrix make/sh aborts there due to a bug.
6042
6043 Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
6044
6045         * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
6046         * README:  Explained how the auto-configuration works,
6047         and how to add new files and/or configurations.
6048
6049 Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
6050
6051         * strtoul.c:  Avoid defining ULONG_MAX if already defined;
6052         cast a const char * to char * for pedants.
6053
6054         * getopt.c:  Only define "const" after local include files get to,
6055         and only if they haven't defined it.
6056
6057 Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
6058
6059         * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
6060         emulate it with getwd() if available.  This avoids callers having
6061         to find a MAXPATHLEN or PATH_MAX value from somewhere.
6062         * Makefile.in, functions.def:  getwd->getcwd.
6063         * configure.in:  Use generic case for every system.
6064         * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
6065         * config/mh-sysv:  Use default handling, just add -DUSG.
6066
6067 Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
6068
6069         * Makefile.in, config/mh-default: Re-do make magic
6070         so that for the default ("automatic") mode we only
6071         compile the files we actually need.  Do this using
6072         a recursive make:  The top-level generates the list
6073         of needed files (loosely, the ones missing in libc),
6074         and then passes that list to the recursive make.
6075         * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
6076
6077 Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
6078
6079         RS/6000 host support (grumble).
6080
6081         * configure.in:  Build alloca-conf.h file from alloca-norm.h
6082         (everything else) or alloca-botch.h (rs/6000).
6083         * Makefile.in:  Include . on the include path.
6084         * getopt.c:  Use alloca-conf.h.
6085         * alloca-norm.h:  How to declare alloca on reasonable machines.
6086         * alloca-botch.h: How to declare alloca on braindead machines.
6087
6088 Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
6089
6090         * concat.c :  New file, like concat() in gdb but can take a
6091         variable number of arguments rather than fixed at 3 args.  For
6092         now, client applications must supply an xmalloc(), which is a
6093         front end function to malloc() that deals with out-of-memory
6094         conditions.
6095
6096         * Makefile.in:  Add concat.c and concat.o to appropriate macros.
6097
6098 Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
6099
6100         * config/mh-svr4:  Add sigsetmask to list of required functions.
6101
6102 Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
6103
6104         * vsprintf.c:  New file.
6105         * functions.def, Makefile.in:  Add vsprintf.
6106
6107 Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
6108
6109         * configure.in, config/mh-rs6000:  Add rs/6000 host support.
6110         * Makefile.in:  Compile with debug info.
6111
6112 Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
6113
6114         * Makefile.in, configure.in, and new files: dummy.c, functions.def,
6115         config/mf-default:  Added a default configuration mode,
6116         which includes into libiberty.a functions that are "missing" in libc.
6117         * strdup.c, vprintf.c, vfprintf.c: New files.
6118
6119 Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
6120
6121         * config/hmake-svr4: New file.
6122
6123         * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
6124
6125         * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
6126         index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
6127         files containing either portable C versions or emulations using
6128         native library calls.
6129
6130         * strerror.c:  Add copyright, internal documentation, etc.
6131
6132         * strtol.c:  Replace hardwired hex constants with some more
6133         portable macros.  Remove illegal (according to gcc) cast.
6134
6135         * strtoul.c: Replace hardwired hex constant with more portable
6136         macro.
6137
6138         * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
6139         can override them.  Add new source and object file names to CFILES
6140         and OFILES respectively.
6141
6142         * configure.in: Add support for SVR4 makefile fragments.
6143
6144 Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
6145
6146         * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
6147         over-ridden by config/hmake-*
6148         * configure.in: added m88kcvs to sysv list
6149
6150 Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
6151
6152         * Makefile.in:  Most hosts need strerror, but one or two don't,
6153         and they override these definitions in the host-dependent makefile
6154         fragment.
6155         * config/hmake-mach:  The odd man out on strerror -- it's supplied.
6156         * strerror.c:  New file.
6157
6158         * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
6159         it and bfd uses it.
6160         * configure.in, Makefile.in, config/hmake-mach:  Only configure
6161         strtol & strotoul in on Mach.
6162
6163 Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
6164
6165         * obstack.c:  Merge with latest FSF version.
6166
6167 \f
6168 Local Variables:
6169 version-control: never
6170 End: