]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
Patch from Jonathan Larmour.
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
d9175b87
RH
12004-03-31 Richard Henderson <rth@redhat.com>
2
3 * hashtab.c (htab_size): Move to top of file; mark inline.
4 (htab_elements): Likewise.
5 (htab_mod, htab_mod_m2): New.
6 (htab_delete): Refactor htab->size and htab->entries.
7 (htab_empty): Likewise.
8 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
9 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
10 (htab_clear_slot): Use htab_size, htab_elements.
11 (htab_traverse_noresize, htab_traverse): Likewise.
12
e8190aa2
ILT
132004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
14
fed8129b
ILT
15 * pex-unix.c (pexecute): Use vfork instead of fork, with
16 appropriate changes to make this safe.
17 * pex-common.h (STDERR_FILE_NO): Define.
18
e8190aa2
ILT
19 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
20 an 80 column screen. Run maint-deps.
21
a4f74b58
KC
222004-03-09 Kelley Cook <kcook@gcc.gnu.org>
23
24 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
25 * acconfig.h: Delete redundant file.
26 * config.in: Regenerate.
27 * configure: Regenerate.
28
3beb1315
HPN
292004-03-09 Hans-Peter Nilsson <hp@axis.com>
30
31 * configure: Regenerate for config/accross.m4 correction.
32
688556b9
AJ
332004-03-07 Andreas Jaeger <aj@suse.de>
34
35 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
36 prototypes.
37 (main): Initialize style.
38
80a19ac8
ILT
392004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
40
31058ee3
ILT
41 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
42 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
43 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
44 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
45 short types to D_PRINT_DEFAULT. Change other integer types to use
46 new D_PRINT_* values where appropriate. Change float types to
47 D_PRINT_FLOAT.
48 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
49 values.
50 * testsuite/demangle-expected: Adjust two test cases.
51
52 * cp-demangle.c (d_print_function_type): Print a space before the
53 parenthesis around the function type in more cases.
54 * testsuite/demangle-expected: Adjust one test case.
55
93f20626
ILT
56 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
57 parentheses around a cast.
58 * testsuite/demangle-expected: Adjust two test cases to match new
59 output.
60
dbd6ec2b
ILT
61 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
62
80a19ac8
ILT
63 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
64 push more than one of the same CV-qualifier on the top of the
65 stack.
66 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
67 move the CV-qualifiers to apply to the element type instead.
68 (d_print_array_type): When checking the modifiers, keep looking
69 past ones which have been printed already.
70 * testsuite/demangle-expected: Add three test cases.
71
8ad1c80e
ILT
722004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
73
e8ed4ac2
ILT
74 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
75 empty string correctly.
76
4a368ffd
ILT
77 * cp-demangle.c (__cxa_demangle): It is not an error if status is
78 not NULL. It is an error if the mangled name is the same as a
79 built-in type name.
80 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
81 than cplus_demangle_v3.
82
8ad1c80e
ILT
83 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
84 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
85
ef2a223f
MK
862004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
87
88 * regex.c: Include <ansidecl.h>.
89 (regcomp): Cast i to int.
90 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
91
5254fd7b
ILT
922004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
93
94 * configure.ac: Add m4_pattern_allow(LIBOBJS).
95 * configure: Regenerate.
96
398b3deb
DD
972004-01-22 DJ Delorie <dj@redhat.com>
98
99 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
100 with explicit build rules.
101 (VPATH): Remove.
102 (.c.o): Poison.
103 * configure.ac (pexecute, LIBOBJS): Add ./ .
104 * maint-tool: Build dependencies with explicit rules.
105
4e394293
KH
1062004-01-15 Kazu Hirata <kazu@cs.umass.edu>
107
108 * strdup.c (strdup): Constify the argument.
109
0046e342
LR
1102004-01-14 Loren J. Rittle <ljrittle@acm.org>
111
112 * Makefile.in (distclean): Remove config.cache.
113
d4f3ce5c
DJ
1142004-01-13 Daniel Jacobowitz <drow@mvista.com>
115
116 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
117 takes two parameters.
118 * cp-demint.c (cplus_demangle_fill_component): Likewise.
119
5e777af5
ILT
1202004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
121
122 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
123 defined, rename some functions which are to become static via
124 #define.
125 (CP_STATIC_IF_GLIBCPP_V3): Define.
126 (struct d_operator_info): Move definition to cp-demangle.h, and
127 rename to demangle_operator_info. Change all uses.
128 (enum d_builtin_type_print): Move definition to cp-demangle.h.
129 (struct d_builtin_type_info): Move definition to cp-demangle.h,
130 and rename to demangle_builtin_type_info. Change all uses.
131 (enum d_comp_type): Move definition to include/demangle.h, and
132 rename to demangle_component_type, and change all enums to start
133 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
134 (struct d_comp): Move definition to include/demangle.h, and rename
135 to demangle_component. Change all uses.
136 (struct d_info): Move definition to cp-demangle.h.
137 (cplus_demangle_fill_name): New function.
138 (cplus_demangle_fill_extended_operator): New function.
139 (cplus_demangle_fill_ctor): New function.
140 (cplus_demangle_fill_dtor): New function.
141 (d_make_empty): Remove type parameter. Change all callers.
142 (d_make_name): Use cplus_demangle_fill_name.
143 (d_make_extended_operator): Use
144 cplus_demangle_fill_extended_operator.
145 (d_make_ctor): Use cplus_demangle_fill_ctor.
146 (d_make_dtor): Use cplus_demangle_fill_dtor.
147 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
148 non-static by default. Change all callers.
149 (cplus_demangle_operators): Rename from d_operators. Change all
150 uses. Make non-static by default. Add sentinel at end of array.
151 (d_operator_name): Adjust initialization of high for new sentinel
152 in cplus_demangle_operators.
153 (cplus_demangle_builtin_types): Rename from d_builtin_types.
154 Change all uses. Make non-static by default. Change initializer
155 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
156 (cplus_demangle_type): Rename from d_type. Make non-static by
157 default. Change all callers.
158 (cplus_demangle_init_info): Rename from d_init_info. Make
159 non-static by default. Change all callers.
160 * cp-demangle.h: New file.
161 * cp-demint.c: New file.
162 * Makefile.in: Rebuild dependencies.
163 (CFILES): Add cp-demint.c.
164 (REQUIRED_OFILES): Add cp-demint.o.
165
c31d56ed
KC
1662004-01-09 Kelley Cook <kcook@gcc.gnu.org>
167
168 * configure.in: Rename file to ...
169 * configure.ac: ... this.
170 * Makefile.in: Update a comment for above change.
171 * README: Likewise.
172 * config.in: Regenerate.
173
e4796f1c
ILT
1742004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
175
176 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
177 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
178 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
179 demangling template parameters.
180 * testsuite/test-demangle.c (fail): New static function.
181 (main): Support new options in input file: --no-params,
182 --is-v3-ctor, and --is-v3-dtor.
183 * testsuite/demangle-expected: Add --no-params to most tests, and
184 add the correct result when parameters are not demangled. Add
185 some simple tests for V3 constructor/destructor recognition.
186
4d425229
KG
1872003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
188
189 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
190
6b309c6e
DJ
1912003-12-22 Daniel Jacobowitz <drow@mvista.com>
192
193 PR debug/13272
194 * Makefile.in (lbasename.o): Depend on filenames.h.
195 * lbasename.c: Include "filenames.h" instead of defining
196 its macros locally.
197
2d6c4025
ILT
1982003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
199
200 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
201 dynamic arrays.
202 (struct d_operator_info): Add len field.
203 (struct d_builtin_type_info): Add len and java_len fields.
204 (struct d_standard_sub_info): Add simple_len, full_len, and
205 set_last_name_len fields.
206 (struct d_comp): Add len field to s_string.
207 (struct d_info): Add send, did_subs, and expansion fields.
208 (d_append_string_constant): Define.
209 (d_append_string): Remove. Change all users to use
210 d_append_string_constant or d_append_buffer instead.
211 (d_make_sub): Add len parameter. Change all callers.
212 (d_name): Increase expansion when substituting std::.
213 (d_unqualified_name): Increase expansion for an operator.
214 (d_number): Don't use multiplication for negative numbers.
215 (d_identifier): Make sure there are enough characters in the
216 string for the specified length. Adjust expansion for an
217 anonymous namespace.
218 (d_operators): Initialize len field.
219 (d_special_name, d_ctor_dtor_name): Increase expansion.
220 (d_builtin_types): Initialize len and java_len fields.
221 (d_type): Increase expansion for a builtin type.
222 (d_cv_qualifiers): Increase expansion for each qualifier.
223 (d_bare_function_type): Decrease expansion when removing single
224 void parameter.
225 (d_template_param): Increment did_subs.
226 (d_expression): Increase expansion for an operator.
227 (d_expr_primary): Decrease expansion for a type we will print
228 specially.
229 (standard_subs): Initialize new fields.
230 (d_substitution): Increment did_subs when doing a normal
231 substitution. Increase expansion for a special substitution.
232 (d_print): Add estimate parameter. Change all callers.
233 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
234 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
235 (d_print_java_identifier): Rename from d_print_identifier. Handle
236 only Java case. Change caller.
237 (d_init_info): Change return type to void. Change all callers.
238 Initialize send, did_subs, and expansion fields. Do not
239 initialize comps and subs fields.
240 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
241 arrays on stack. Make an estimate of the length of the demangled
242 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
243 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
244 subs arrays on stack.
245
2307e075
ILT
2462003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
247
248 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
249 after the identifier.
250 * testsuite/demangle-expected: Add test case.
251
a91d1af0
ILT
2522003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
253
254 Fix for PR c++/13447:
255 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
256 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
257 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
258 D_COMP_QUAL_NAME.
259 (is_ctor_or_dtor): Likewise.
260 (d_local_name): Use D_COMP_LOCAL_NAME rather than
261 D_COMP_QUAL_NAME.
262 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
263 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
264 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
265 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
266 * testsuite/demangle-expected: Add two test cases.
267
268 * cp-demangle.c (d_print_function_type): Clear the global modifier
269 list when printing the modifiers, not just when printing the
270 function parameters.
271 * testsuite/demangle-expected: Add two test cases.
272
8d686df2
ILT
2732003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
274
cbc278f4
ILT
275 * cp-demangle.c (d_print_function_type): Print the function
276 parameters with no modifiers.
277 * testsuite/demangle-expected: Add test case.
278
8d686df2
ILT
279 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
280 expect that we've read the entire string.
281 (is_ctor_or_dtor): Don't expect that we've read the entire
282 string--reverse patch of 2003-11-29.
283
adf269c7
BK
2842003-12-15 Brendan Kehoe <brendan@zen.org>
285
286 * libiberty/Makefile.in (floatformat.o): Add dependency on
287 config.h to accompany change of 2003-12-03.
288
374caa50
ILT
2892003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
290
291 Fix handling of constructor/destructor of standard substitution:
292 * cp-demangle.c (struct d_standard_sub_info): Define.
293 (d_substitution): Add prefix argument. Change all callers.
294 Rework handling of standard substitutions to print full name when
295 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
296 * testsuite/demangle-expected: Add test case.
297
298 Fix handling of negative literal constants:
299 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
300 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
301 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
302 (d_print_comp): Handle D_COMP_LITERAL_NEG.
303 * testsuite/demangle-expected: Add test case.
304
a51753e4
ILT
3052003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
306
307 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
308 (d_last_char): Define new macro.
309 (d_make_name): Reject an empty name.
310 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
311 (d_substitution, d_print_identifier): Likewise.
312 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
313 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
314 (d_print_mod) Use new d_last_char macro.
315 (d_print_cast): Use new d_last_char macro.
316 (is_ctor_or_dtor): Don't leak memory.
317
318 Fix handling of member function modifiers:
319 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
320 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
321 (d_dump): Dump new d_comp_type values.
322 (d_make_comp): Accept new d_comp_type values.
323 (has_return_type): Only accept _THIS variants of qualifiers.
324 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
325 qualifiers.
326 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
327 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
328 qualifiers and printing them at the end, add _THIS qualifiers to
329 the modifier list.
330 (d_print_comp) [D_COMP_*_THIS]: New cases.
331 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
332 qualifiers.
333 (d_print_mod_list): Add suffix parameter. Change all callers.
334 Keep walking the list even if the current modifier has been
335 printed.
336 (d_print_mod): Handle new _THIS qualifiers.
337 (d_print_function_type): Handle new _THIS qualifiers when deciding
338 whether to print a parenthesis. Put a space before the
339 parenthesis in some cases. Call d_print_mod_list again at the
340 end, passing suffix as 1.
341 (is_ctor_or_dtor): Look for new _THIS qualifiers.
342 * testsuite/demangle-expected: Add test case.
343
344 Fix for PR gcc/13304:
345 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
346 before the '<' is itself a '<', insert a space.
347 (d_print_cast): Likewise.
348 * testsuite/demangle-expected: Add test case.
349
350 Fix for PR gcc/13244:
351 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
352 which uses the '>' operator in an extra layer of parens.
353 * testsuite/demangle-expected: Add test case.
354
bee6ab3e
ILT
3552003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
356
357 * floatformat.c: Include "config.h" and <string.h> if available.
358 (INFINITY, NAN): Define if not defined by <math.h>.
359 (floatformat_to_double): Handle NaN, infinity, and denormalized
360 numbers.
361 (floatformat_from_double): Likewise.
362 (ieee_test): In debugging code, use little endian rather than big
363 endian. Correct tests to handle NaN and to check correct sign of
364 zero. Omit m68k extended test.
365 (main): Add more debugging cases.
366
f26deb3d
ILT
3672003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
368
369 * cp-demangle.c (d_demangle): Only return success if we consumed
370 the entire demangled string.
371 (is_ctor_or_dtor): Likewise.
372
373 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
374 to restore expected result of EDG test case to original expected
375 result.
376
81dc098b
ILT
3772003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
378
379 * cp-demangle.c (struct d_print_mod): Add templates field.
380 (d_make_builtin_type): Check for NULL type.
381 (d_make_extended_operator): Check for NULL name.
382 (d_make_ctor, d_make_dtor): Likewise.
383 (d_mangled_name): Add top_level parameter. Change all callers.
384 (d_encoding): If DMGL_PARAMS is not set, strip off initial
385 CV-qualifiers.
386 (d_type): Check some return values we rely on.
387 (d_bare_function_type, d_array_type): Likewise.
388 (d_pointer_to_member_type, d_template_args): Likewise.
389 (d_add_substitution): Fail if argument is NULL.
390 (d_print_resize): Check whether buf is NULL.
391 (d_print_comp): Save current templates list with each modifier.
392 Don't pass the modifier list down when printing a template.
393 (d_print_cast): Don't pass the modifier list down when printing a
394 template.
395 (d_print_mod_list): Temporarily set templates list while printing
396 a modifier.
397 (d_print_mod): Check that buf is not NULL before using it.
398 (d_print_function_type): Print parens if there is no modifier.
399 (d_init_info): Permit as many substitutions as there are
400 characters in the mangled name.
401 * testsuite/demangle-expected: Add two new test cases.
402
eb459c81
ILT
4032003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
404
405 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
406 d_demangle.
407
ad07f5e5
ILT
4082003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
409
410 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
411 callers.
412 (print_usage): Display new -p option.
413 (long_options): Add --no-params.
414 (main): Accept and handle -p.
415
0ba5c8a2
ILT
4162003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
417
418 * cp-demangle.c (has_return_type): Skip qualifiers when checking
419 whether we have a template.
420 * testsuite/demangle-expected: Add four new tests.
421
bd6946d1
ILT
4222003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
423
9cca376f
ILT
424 * testsuite/demangle-expected: Minor changes to match output of
425 new demangler: adjust whitespace in four tests, and change order
426 of qualifiers in one test.
427
bd6946d1
ILT
428 * cp-demangle.c: Complete rewrite.
429
6df5a5c7
MM
4302003-11-19 Mark Mitchell <mark@codesourcery.com>
431
432 * cp-demangle.c (demangle_type): Correct thinko in substitution
433 processing.
434
a9b571f2
ILT
4352003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
436
820555e6
ILT
437 * cp-demangle.c (demangle_operator_name): Remove space before
438 "sizeof".
439 (demangle_type_ptr): Put qualifiers in the right place. Handle
440 qualifiers in pointer to member specially.
441 (demangle_type): Handle qualifiers for pointer or reference
442 specially. Handle function type.
443 (demangle_local_name): Save and restore caret around demangling of
444 initial encoding.
445
c4328d32
ILT
446 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
447 cplus_demangle.
448
a9b571f2
ILT
449 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
450
ad37274a
AJ
4512003-10-31 Andreas Jaeger <aj@suse.de>
452
453 * floatformat.c (floatformat_always_valid): Add unused attribute.
454
27eb8ab1
JZ
4552003-10-30 Josef Zlomek <zlomekj@suse.cz>
456
457 Jan Hubicka <jh@suse.cz>
458 * vasprintf.c (int_vasprintf): Pass va_list by value.
459 Use va_copy for copying va_list.
460 (vasprintf): Pass va_list by value.
461
e0432c1c
JZ
4622003-10-30 Josef Zlomek <zlomekj@suse.cz>
463
464 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
465 instead of increasing n_elements when inserting to deleted slot.
466
08c5b96d
B
4672003-10-20 J. Brobecker <brobecker@gnat.com>
468
469 * cplus-dem.c (demangle_template): Register a new Btype only
470 when needed.
471 * testsuite/demangle-expected: Add a new test.
472
968e3f93
L
4732003-10-16 H.J. Lu <hongjiu.lu@intel.com>
474
475 * testsuite/demangle-expected: Update the expected output of
476 _GLOBAL__I__Z2fnv.
477
bca48dc6
DJ
4782003-10-02 Daniel Jacobowitz <drow@mvista.com>
479
480 * strerror.c: Revert last change. Declare static sys_nerr
481 and sys_errlist using different names.
482
b9e8f4b3
DJ
4832003-10-01 Daniel Jacobowitz <drow@mvista.com>
484
485 * strerror.c: Don't provide or reference sys_errlist if
486 strerror is available.
487
c0590bfd
L
4882003-10-01 H.J. Lu <hongjiu.lu@intel.com>
489
490 * configure.in: Check if $MAKEINFO is missing.
491 * configure: Regenerated.
492
b033df90
DJ
4932003-09-24 Daniel Jacobowitz <drow@mvista.com>
494
495 * configure.in: Use AC_PROG_CPP_WERROR.
496 * configure: Regenerated.
497
83c07342
AC
4982003-09-22 Andrew Cagney <cagney@redhat.com>
499
500 * floatformat.c (floatformat_i387_ext_is_valid): New function.
501 (floatformat_always_valid): New function.
502 (floatformat_i387_ext): Initialize new "is_valid" field to
503 "floatformat_i387_ext_is_valid".
504 (floatformat_ieee_single_little): Initialize "is_valid" field to
505 floatformat_always_valid.
506 (floatformat_ieee_double_big): Ditto.
507 (floatformat_ieee_double_little): Ditto.
508 (floatformat_ieee_double_little): Ditto.
509 (floatformat_ieee_double_littlebyte_bigword): Ditto.
510 (floatformat_i960_ext): Ditto.
511 (floatformat_m88110_ext): Ditto.
512 (floatformat_m88110_harris_ext): Ditto.
513 (floatformat_arm_ext_big): Ditto.
514 (floatformat_arm_ext_littlebyte_bigword): Ditto.
515 (floatformat_ia64_spill_big): Ditto.
516 (floatformat_ia64_spill_little): Ditto.
517 (floatformat_ia64_quad_big): Ditto.
518 (floatformat_ia64_quad_little): Ditto.
519 (floatformat_ia64_quad_little): Ditto.
520 (floatformat_is_valid): Call "is_valid".
521
c9fbef12
AC
5222003-09-15 Andrew Cagney <cagney@redhat.com>
523
524 * floatformat.c (get_field): Make "data" constant.
525 (floatformat_is_valid, floatformat_to_double): Make "from"
526 constant, fix casts.
527 (floatformat_from_double): Make "from" constant.
528
9c8860c3
DJ
5292003-09-15 Daniel Jacobowitz <drow@mvista.com>
530
531 * floatformat.c (floatformat_is_valid): New function.
532 (get_field, put_field): Correct comments.
533
13f7d3a1
JZ
5342003-09-06 Josef Zlomek <zlomekj@suse.cz>
535
536 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
537 FIBHEAPKEY_T.
538
03eec143 5392003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
86d75906
JDA
540
541 PR bootstrap/12100
542 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
543 * configure: Rebuilt.
544
238235ef
DJ
5452003-08-27 Daniel Jacobowitz <drow@mvista.com>
546
547 * aclocal.m4: Include acx.m4 and no-executables.m4.
548 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
549 (LIB_AC_PROG_CC): Remove.
550 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
551 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
552 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
553 performing link tests.
554 * configure: Regenerated.
555
2b81b2c9
NN
5562003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
557
558 * cp-demangle.c: Clarify what package(s) this is part of.
559
7b96f3e4
DS
5602003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
561
562 * pex-win32.c (pexecute): Mark parameters this_pname and
563 temp_base as unused. Remove unused variables retries,
564 sleep_interval. Initialize org_stdin, org_stdout.
565 (pwait): Mark parameter flags as unused.
566
5672003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
bacb96b2
DS
568
569 * pex-win32.c (fix_argv): Ensure that the executable pathname
570 uses Win32 backslashes.
571 (pexecute): Cast away constness when assigning *errmsg_arg.
572
6f8507b1
L
5732003-06-26 H.J. Lu <hongjiu.lu@intel.com>
574
575 * testsuite/demangle-expected: Add more GNU V3 testcases.
576
21299dbd
ZW
5772003-06-22 Zack Weinberg <zack@codesourcery.com>
578
579 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
580 not HC_ASCII and HC_EBCDIC.
581 Add documentation in form expected by gather-docs.
582 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
583 * Makefile.in, functions.texi: Regenerate.
584
7468e0b5
ZW
5852003-06-21 Zack Weinberg <zack@codesourcery.com>
586
587 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
588 for charset determination.
589
cf8e4b78
DH
5902003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
591
592 * configure.in: Add check for malloc.h needed by
593 m68k for function free().
594 * configure: Regenerated.
595 * config.in: Add HAVE_MALLOC_H.
596 * hashtab.c: include malloc.h were available for
597 free().
598
aa9dc53d 5992003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
7468e0b5 600
aa9dc53d
ACY
601 PR bootstrap/10974
602 * physmem.c: Update comment.
603 * configure.in: Modify test for _system_configuration for older
604 AIX systems.
605
606 * config.in, configure: Regenerated.
7468e0b5 607
8191fe81
JDA
6082003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
609
610 PR other/10810
611 * test-demangle.c (getline): Fix fence-post error.
612
8d398258
NC
6132003-06-03 Nick Clifton <nickc@redhat.com>
614
615 * asprintf.c: Change comment to note that -1 is returned upon
616 error.
617 * vasprintf.c: Likewise.
618 (vasprintf): Return -1 upon error.
619 * functions.texi: Document changes to asprintf and vasprintf.
620
29ad6d3f
KC
6212003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
622
623 * config.table: Accept i[345867]86 variant.
624
49a19cfd
JB
6252003-05-15 Jim Blandy <jimb@redhat.com>
626
627 * hex.c (_hex_value): Make this unsigned.
628 (hex_value): Update documentation for new return type. hex_value
629 now expands to an unsigned int expression, to avoid unexpected
630 sign extension when we store it in a bfd_vma, which is larger than
631 int on some platforms.
632 * functions.texi: Regenerated.
633
d5d4eae2
JZ
6342003-05-07 Josef Zlomek <zlomekj@suse.cz>
635
636 * splay-tree.c (splay_tree_predecessor): Fix comment.
637 (splay_tree_successor): Fix comment.
638
5cc5a0d0
JM
6392003-05-07 Jason Merrill <jason@redhat.com>
640
9d70d418 641 * hashtab.c (iterative_hash): New fn.
5cc5a0d0
JM
642 * configure.in: Add AC_C_BIGENDIAN_CROSS.
643 * aclocal.m4: Include accross.m4.
644 * configure, config.in: Regenerate.
645
05c30f22
KG
6462003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
647
648 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
649 * configure: Regenerate.
650
41fe9404
CW
6512003-05-03 Carlo Wood <carlo@alinoe.com>
652
653 * cp-demangle.c: Fix typo in "char_traints" string-literal.
654
52dd3224
KG
6552003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
656
657 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
658 (main): Test that we don't write too much data.
659
bd3fbc6b
KG
6602003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
661
662 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
663 vsnprintf.
664 * snprintf.c, vsnprintf.c: New files.
665 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
666 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
667 Regenerate dependencies.
668
669 * functions.texi, configure, config.in: Regenerated.
670
029bcc09
KG
6712003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
672
673 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
674 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
675 and stpncpy.
676 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
677 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
678 Regenerate dependencies.
679
680 * functions.texi, configure, config.in: Regenerated.
681
c9ac9147
KG
6822003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
683
684 * argv.c: Fix comments.
685 * calloc.c: Don't unnecessarily include "libiberty.h".
686 (bzero): Add prototype.
687 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
688 * getcwd.c (getcwd): Use standard definition to avoid conflicts
689 with system headers.
690 * hashtab.c (htab_traverse): Delete unused variables.
691 * rename.c: Include "ansidecl.h".
692 (rename): Use standard definition to avoid conflicts with system
693 headers.
694 * strsignal.c: Rely on ANSI_PROTOTYPES.
695 * strstr.c: Check GNUC >= 2, not GNUC == 2.
696 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
697 * vprintf.c: Include "ansidecl.h" earlier, rely on
698 ANSI_PROTOTYPES.
699 * vsprintf.c: Include "ansidecl.h" earlier, rely on
700 ANSI_PROTOTYPES and possibly include <stdarg.h>.
7468e0b5 701
c9ac9147
KG
702 * Makefile.in: Regenerate dependencies.
703
98475c57
DD
7042003-04-15 DJ Delorie <dj@redhat.com>
705
706 * maint-tool (deps): Scan for headers in $srcdir also.
707
55adc7bd
KG
7082003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
709
710 PR target/10338
711 PR bootstrap/10198
712 PR bootstrap/10140
713 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
714 __mempcpy.
715 * regex.c (regerror): Likewise.
716
0ae0f1b0
RS
7172003-04-14 Roger Sayle <roger@eyesopen.com>
718
719 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
720 * memchr.c: Likewise.
721 * strcasecmp.c: Likewise.
722 * strncasecmp.c: Likewise.
723 * strncmp.c: Likewise.
724 * xatexit.c: Likewise.
725 * xmalloc.c: Likewise.
726
727 * copysign.c: Use traditional function declaration instead of DEFUN.
728 * sigsetmask.c: Likewise.
729
730 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
731 * memset.c: Likewise.
732
733 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
734 * memmove.c: Likewise.
735
88702c45
RS
7362003-04-14 Roger Sayle <roger@eyesopen.com>
737
738 * strdup.c (strdup): Tweak implementation to use memcpy.
739
39e8d049
KG
7402003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
741
742 * configure.in (HAVE_UINTPTR_T): Always define.
743 * configure: Regenerated.
744
9f2e0608
AO
7452003-03-23 Alexandre Oliva <aoliva@redhat.com>
746
747 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
748 instead of $$CC alone.
749 (install_to_tooldir): Use it.
750
dbccdc42
JH
7512003-17-03 Jan Hubicka <jh@suse.cz>
752
753 * hashtab.c (htab_traverse_noresize): Break out from ...
754 * hashtab.c (htab_traverse): ... here.
755
0a8e3de3
JH
7562003-12-03 Jan Hubicka <jh@suse.cz>
757
cd22e4af
JH
758 * hashtab.c (htab_expand): Fix warning.
759
0a8e3de3
JH
760 * hashtab.c (htab_expand): Compute the size of hashtable based
761 on the number of elements actually used.
762 (htab_traverse): Call htab_expand when table is too empty.
763
8fe85775
CW
7642003-03-11 Carlo Wood <carlo@gnu.org>
765
766 * cplus-dem.c (demangle_integral_value): Correction to reflect
767 patch of 2002-01-10 in order to also make negative multi-digits
768 without leading underscore work.
769
3bf27822
MM
7702003-03-03 Mark Mitchell <mark@codesourcery.com>
771
772 * cplus-dem.c: Add license exception to copyright notice.
773
434fa0b8
KG
7742003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
775
776 * physmem.c: Formatting changes from upstream.
777
ed935c35
DS
7782003-02-24 Danny Smith <dannysmith@users.source.forge.net>
779
780 * physmem.c (physmem_total): Add _WIN32 support.
781 (physmem_available): Likewise.
782
7f9fc006
RO
7832003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
784
785 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
786 GSI_PHYSMEM.
787 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
788
d47f75c4
KG
7892003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
790
791 * configure.in: Check for sys/systemcfg.h and
792 _system_configuration.
793 * physmem.c: Add support for AIX. Tweek formatting as per
794 upstream coreutils beta.
795
170230b7
KG
7962003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
797 Richard Earnshaw <rearnsha@arm.com>
798 Geoffrey Keating <geoffk@apple.com>
7468e0b5 799
170230b7
KG
800 * configure.in: Check for sys/sysctl.h and sysctl.
801 * physmem.c: Add support for *bsd and darwin.
802 * Makefile.in: Generate depedency for physmem.o.
803
4a06f7f2
RO
8042003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
805
806 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
807 Tru64 UNIX.
808 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
809 Tru64 UNIX.
810
811 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
812 machine/hal_sysinfo.h, sys/table.h.
813 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
814 * configure, config.in: Regenerate.
815
64c7e556
KG
8162003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
817
818 * configure.in: Check for sys/sysmp.h and sysmp.
819 * physmem.c: Pull upstream copy, add support for irix6.
820
821 * config.in, configure: Regenerated.
822
e9019af6
KG
8232003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
824
825 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
826 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
827 pstat_getdynamic.
7468e0b5 828
a354191e
KG
8292003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
830
831 * Makefile.in (CFILES): Add physmem.c.
832 (REQUIRED_OFILES): Add physmem.o.
833 * configure.in: Check for sys/pstat.h.
834 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
835 * physmem.c: New file, copied from textutils.
836
837 * config.in, configure: Regenerated.
838
4876b2b4
DJ
8392003-02-20 Daniel Jacobowitz <drow@mvista.com>
840
841 * Makefile.in (CFILES): Add lrealpath.c.
842 (REQUIRED_OFILES): Add lrealpath.o.
843 (lrealpath.o): Add rule.
844 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
845 * configure.in: Add realpath and canonicalize_file_name to
846 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
847 for canonicalize_file_name.
848 * lrealpath.c: New file.
849 * make-relative-prefix.c: Update documentation.
850 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
851 * config.in: Regenerated.
852 * configure: Regenerated.
853 * functions.texi: Regenerated.
854
e182f0a3 8552003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
856
857 * cplus_dem.c: Fix typo: intializes -> initializes.
858
3343fdd2
AO
8592003-02-20 Alexandre Oliva <aoliva@redhat.com>
860
861 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
862 config.status.
863 * configure: Rebuilt.
864
902cf50c
DJ
8652003-02-13 Daniel Jacobowitz <drow@mvista.com>
866
867 Fix PR c++/7612.
868 * cplus-dem.c (demangle_signature): Call string_delete.
869 Remove extra string_init.
870 (demangle_arm_hp_template): Call string_delete instead of
871 string_clear. Add missing string_delete call.
872 (demangle_qualified): Add missing string_delete call.
873 (do_type): Remove unused variable btype. Add missing string_delete
874 call. Call string_delete instead of string_clear.
875 (demangle_fund_type): Move variable btype inside of the switch
876 statement. Add missing string_delete call.
877 (do_arg): Call string_delete instead of string_clear. Remove extra
878 string_init.
879 (demangle_nested_args): Free work->previous_argument.
880
7ac27e08
KG
8812003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
882
883 * acconfig.h: New file. Add uintptr_t.
884 * config.in: Regenerated.
885
b3a8389d
JM
8862003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
887
888 * libiberty.texi: Update to GFDL 1.2.
889
d8c22ce7
CC
8902003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
891
892 * Makefile.in (libiberty_topdir): New subst.
893 (mkinstalldirs): Redefine in terms of the above.
894 * configure.in: AC_SUBST it.
895 * configure: Regenerate.
896
4ce1921a
CC
8972003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
898
899 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
900 (info-subdir, install-info-subdir, clean-info-subdir)
901 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
902 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
903 Pass $(FLAGS_TO_PASS).
904
93239fdb
AO
9052003-01-27 Alexandre Oliva <aoliva@redhat.com>
906
907 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
908 /`$$CC -print-multi-os-directory`.
909
74828682
DJ
9102003-01-26 Daniel Jacobowitz <drow@mvista.com>
911
912 * hashtab.c (htab_create_alloc_ex): New function.
913 (hatab_set_functions_ex): New function.
914 (htab_delete, htab_expand): Support alternate allocation functions.
915
ece0e59f
CF
9162003-01-24 Christopher Faylor <cgf@redhat.com>
917
918 * configure.in: Remove special pex-cygwin consideration.
919 * configure: Regenerate.
920 * pex-cygwin.c: Remove.
921 * Makefile.in: Remove pex-cygwin.[co] lines.
922
55d0e5e0
ZW
9232003-01-24 Zack Weinberg <zack@codesourcery.com>
924
925 * Makefile.in (CFILES): Add pex-*.c.
926 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
927 (CONFIGURED_OFILES): Add pex-*.o.
928 (TEXIFILES): Add pexecute.txh.
929 (pexecute.o): Delete rule.
930 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
931 pex-unix.o, pex-win32.o): New rules.
932 * configure.in: Change AC_INIT argument to xmalloc.c.
933 Compute appropriate pexecute implementation and substitute it
934 as @pexecute@.
935
936 * pexecute.c: Split up into...
937 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
938 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
939 new files.
940
941 * functions.texi: Regenerate.
942 * configure: Regenerate.
943
120cdf68
JZ
9442003-01-20 Josef Zlomek <zlomekj@suse.cz>
945
946 * hashtab.c (htab_expand): Fix allocation of new entries.
947
90e5b39f
CC
9482003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
949
950 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
951
d7082cd7
CC
952 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
953 mkinstalldirs command.
954
eaed9290
DS
9552002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
956
957 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
958 Define for hosts with HOST_EXECUTABLE_SUFFIX.
959
ef4e4181
NC
9602002-11-24 Nick Clifton <nickc@redhat.com>
961
962 * make-relative-prefix.c (make_relative_prefix): Ensure return
963 string is empty before using strcat to construct it.
964
42766f8d
DJ
9652002-11-22 Daniel Jacobowitz <drow@mvista.com>
966
967 * Makefile.in: Add make-relative-prefix.c.
968 * make-relative-prefix.c: New file.
969 * functions.texi: Rebuilt.
970
783080ab
JJ
9712002-11-16 Jakub Jelinek <jakub@redhat.com>
972
973 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
974 used with arguments in traditional C' warnings.
975
7da64d7a
JJ
9762002-10-16 Jakub Jelinek <jakub@redhat.com>
977
978 * config.table: Use mh-s390pic for s390x too.
979
de78f58b
AJ
9802002-10-06 Andreas Jaeger <aj@suse.de>
981
982 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
983 variable and of strict-aliasing warning.
984 (grow_vect): Use char as first parameter.
985
6c5d742e
KG
9862002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
987
988 * Makefile.in (all): Fix multilib parallel build.
989
f08b7eee
JDA
9902002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
991
992 * cp-demangle.c (demangling_new): Cast 0 to enum.
993 (demangle_char): Cast return of strdup to char *.
994 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
995 (is_gnu_v3_mangled_dtor): Likewise.
996 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
997 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
998 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
999 * md5.c (md5_process_bytes): Cast results back to const void *.
1000 (md5_process_block): Add cast to const md5_uint32 *.
1001 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
1002 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
1003 unsigned short.
1004 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
1005 to void *.
1006 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
1007
8d87f295
NC
10082002-09-19 Nick Clifton <nickc@redhat.com>
1009
1010 * README: Update email addresses for bugs and patches.
1011
6eedb9ca
MS
10122002-09-10 Mike Stump <mrs@apple.com>
1013
1014 * splay-tree.c (splay_tree_successor): Fix comments.
1015
3fd9d606
ZW
10162002-09-11 Zack Weinberg <zack@codesourcery.com>
1017
b2196e8f 1018 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
3fd9d606
ZW
1019 * testsuite/Makefile.in: Adjust for test-demangle.
1020 * testsuite/regress-demangle: Deleted.
1021 * testsuite/test-demangle.c: New file.
1022 * testsuite/demangle-expected: Change \$ to $ throughout, now that
1023 this file is not being read by a shell script.
1024
70c4e67a
RS
10252002-09-05 Roger Sayle <roger@eyesopen.com>
1026
1027 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
1028
65b91091
DD
10292002-08-07 DJ Delorie <dj@redhat.com>
1030
1031 * regex.c (re_error_msgid): Just use a simple array of strings.
1032 (re_compile_pattern): Compensate.
1033 (re_comp): Likewise.
1034 (re_comp): Likewise.
1035 (regerror): Likewise.
1036
437974a9
NB
10372002-07-29 Neil Booth <neil@daikokuya.co.uk>
1038
1039 * cplus-dem.c (PREPEND_BLANK): Remove.
de78f58b 1040
28a34ec1
JM
10412002-07-10 Jason Merrill <jason@redhat.com>
1042
1043 * cp-demangle.c (demangle_identifier): Support extended Unicode
1044 characters.
1045
84326592
KG
10462002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1047
1048 * cp-demangle.c (demangle_v3_with_details): Wrap in
de78f58b 1049 !defined IN_GLIBCPP_V3.
84326592 1050
5d69ba1f
MM
10512002-07-01 Mark Mitchell <mark@codesourcery.com>
1052
1053 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
1054 Set it for the "st" operator.
1055 (demangle_expression): Handle expressions with types as arguments.
1056
7fda878c
DR
10572002-06-30 Douglas Rupp <rupp@gnat.com>
1058
1059 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
1060 * Makefile.in (OUTPUT_OPTION): Use.
1061
112bae77
PB
10622002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
1063
1064 * Makefile.in (install_to_libdir): Add $(DESTDIR).
1065 (install_to_tooldir): Likewise.
1066
53309d5c
DR
10672002-06-17 Douglas Rupp <rupp@gnat.com>
1068
1069 * lbasename.c: Add 2002 to copyright.
1070 (IS_DIR_SEPARATOR): Remove VMS junk.
1071
045b3a49
GK
10722002-06-05 Geoffrey Keating <geoffk@redhat.com>
1073
1074 * hashtab.c (htab_create): New stub function for backward
1075 compatibility.
1076 (htab_try_create): Likewise.
1077
e2500fed
GK
10782002-06-03 Geoffrey Keating <geoffk@redhat.com>
1079
1080 * hashtab.c (htab_create): Delete.
1081 (htab_try_create): Delete.
1082 (htab_create_alloc): New.
1083 (htab_delete): Support user-specified memory allocation.
1084 (htab_expand): Likewise.
1085
9f3dbd92
RL
10862002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
1087
1088 * configure.in: Fix typo in the code checking for sys_errlist.
1089 * configure: Regenerated.
1090
e4723404
AS
10912002-05-13 Andreas Schwab <schwab@suse.de>
1092
1093 * config.table: Use mh-x86pic also for x86-64.
1094
6706f116
AO
10952002-05-08 Alexandre Oliva <aoliva@redhat.com>
1096
1097 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1098 script entry, and set LD to it when configuring multilibs.
1099 * configure: Rebuilt.
1100
deae2ed9
MM
11012002-05-07 Mark Mitchell <mark@codesourcery.com>
1102
1103 * configure.in (AC_TYPE_PID_T): Use it.
1104 * configure: Regenerated.
1105 * getruntime.c: Include <sys/types.h>.
1106 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
1107
4fc4e478
RH
11082002-04-09 Richard Henderson <rth@redhat.com>
1109
1110 * hashtab.c (higher_prime_number): Use 7 as minimum.
1111 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
1112 (htab_find_slot_with_hash): Likewise.
1113
bd7e6f2d
PE
11142002-04-01 Phil Edwards <pme@gcc.gnu.org>
1115
1116 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
1117 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
1118 not compile if IN_GLIBCPP_V3 defined.
1119 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
1120
a8f55e51
BM
11212002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1122
de78f58b 1123 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
a8f55e51
BM
1124 if it is NULL.
1125
96adcacb
DD
11262002-03-27 DJ Delorie <dj@redhat.com>
1127
1128 * hex.c: Add documentation.
1129 (_hex_value): Provide non-ASCII empty table.
1130 (hex_init): Initialize the non-ASCII table.
1131 * functions.texi: Regenerate.
1132
2b613c6a
MM
11332002-03-27 Mark Mitchell <mark@codesourcery.com>
1134
1135 * dyn-string.c: Add libgcc exception to copyright notice.
1136
cd862df8
L
11372002-03-26 H.J. Lu (hjl@gnu.org)
1138
1139 * config.table: Support --with-build-subdir.
1140 * configure.in: Likewise.
1141 * configure: Rebuild.
1142
ed300793
SG
11432002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
1144
1145 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
1146 seen.
1147
b3dd43df
MM
11482002-03-12 Mark Mitchell <mark@codesourcery.com>
1149
1150 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
1151 notice.
1152
50c74579
DR
11532002-03-11 Douglas B Rupp <rupp@gnat.com>
1154
1155 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
1156
957978a4
JB
11572002-03-06 Jim Blandy <jimb@redhat.com>
1158
1159 * splay-tree.c (splay_tree_xmalloc_allocate,
1160 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
1161 prototyped definitions. Mark `data' arguments as unused.
1162
ccc49bed
AC
11632002-03-06 Andrew Cagney <ac131313@redhat.com>
1164
1165 * floatformat.c (floatformat_arm_ext_big): Delete definition.
1166
48d7db63
PE
11672002-03-04 Phil Edwards <pme@gcc.gnu.org>
1168
1169 * configure.in: Add --enable-install-libiberty option.
1170 * Makefile.in (INSTALLED_HEADERS): New variable.
1171 (install_to_libdir): Possibly also copy headers.
1172 * configure: Regenerated.
1173
af18e951
NB
11742002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
1175
1176 * xmalloc.c (xmalloc_fail): Clarify error message further.
1177
d8d7c3c3
NB
11782002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
1179
1180 * xmalloc.c (xmalloc_fail): Clarify error message.
1181
00c2f96f
JB
11822002-02-22 Jim Blandy <jimb@redhat.com>
1183
1184 * splay-tree.c (splay_tree_xmalloc_allocate,
1185 splay_tree_xmalloc_deallocate): New functions.
1186 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
1187 above functions and a dummy data pointer.
1188 (splay_tree_new_with_allocator): New function.
1189 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
1190 splay_tree_remove): Use the splay tree's allocation and
1191 deallocation functions.
1192
b1c1a22f
SS
11932002-02-19 Scott Snyder <snyder@fnal.gov>
1194
1195 * testsuite/demangle-expected: Add test case for infinite loop in
1196 demangler.
1197 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
1198 if do_type() doesn't make any progress --- prevents an infinite
1199 loop.
1200
336669e7
CW
12012002-02-18 Carlo Wood <carlo@gnu.org>
1202
1203 PR c++/5390
1204 * cplus-dem.c (demangle_integral_value): Accept multi-digit
1205 numbers that do not start with an underscore; This is needed
1206 for integer template parameters. This doesn't break anything
1207 because multi-digit numbers are never followed by a digit.
1208 * testsuite/demangle-expected: Corrected all mangled test
1209 cases with multi-digit template parameters: g++ 2.95.x does
1210 not generate underscores around these parameters.
1211
c13db5d1
JM
12122002-02-05 Jason Merrill <jason@redhat.com>
1213
1214 * cplus-dem.c (flags): Add DMGL_VERBOSE
1215 (cplus_demangle_v3_p): Remove.
1216 (demangle_it): Add DMGL_TYPES to passed flags.
1217 * cp-demangle.c (cplus_demangle_v3_all): Remove.
1218 (cplus_demangle_v3_type): Remove.
1219 (cplus_demangle_v3): Add options parm.
1220
d74697b8
L
12212002-02-02 H.J. Lu (hjl@gnu.org)
1222
1223 * cp-demangle.c (cp_demangle_type): Do not protect with
1224 IN_LIBGCC2.
1225 (cplus_demangle_v3_all): New.
1226 (cplus_demangle_v3): Call cplus_demangle_v3_all.
1227 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
1228
1229 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
1230 Initialized to cplus_demangle_v3.
1231 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
1232 of cplus_demangle_v3.
1233 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
1234 command line symbol.
1235
1236 * testsuite/regress-demangle: Pass the mangled name at the
1237 command line.
1238
3a441e38
L
12392002-02-01 H.J. Lu <hjl@gnu.org>
1240
1241 * cp-demangle.c (cp_demangle_type): Call demangling_new with
1242 DMGL_GNU_V3.
1243
6d747e63
PE
12442002-01-31 Phil Edwards <pme@gcc.gnu.org>
1245
1246 * cp-demangle.c: Revert yesterday's change.
1247
46af757b
AM
12482002-01-31 Adam Megacz <adam@xwt.org>
1249
1250 * gcc/libiberty/configure.in: Treat mingw the same as cywin
1251 wrt HAVE_SYS_ERRLIST.
1252
46ab74b1
PE
12532002-01-30 Phil Edwards <pme@gcc.gnu.org>
1254
1255 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
1256 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
1257 cp_demangle_type.
1258 * testsuite/demangle-expected: New gnu-v3 test.
1259
e64d0626
MV
12602002-01-22 Momchil Velikov <velco@fadata.bg>
1261
1262 * configure.in (variable detection): Use arrays of unspecified
1263 size instead of plain integers.
1264
9ce3f7e5
DD
12652002-01-18 DJ Delorie <dj@redhat.com>
1266
1267 * Makefile.in (TESTLIB): New. This library is for future
1268 testsuites.
1269 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
1270 break down by letter.
1271 (REQUIRED_OFILES): List long-to-compile files first.
1272 (maint-deps): New, target for updating dependencies.
1273 (dependencies): Update.
1274 * maint-tool: Add dependency-generating option.
1275 * configure.in: Check for _doprnt even if we're not providing it.
1276 * configure: Regenerate.
1277
1278 * _doprnt.c: Modifications to allow compiling on any platform.
1279 * copysign.c: Likewise.
1280 * putenv.c: Likewise.
1281 * setenv.c: Likewise.
1282 * vsprintf.c: Likewise.
1283
0e83ceb1
DR
12842002-01-15 Douglas B Rupp <rupp@gnat.com>
1285
1286 * mkstemps.c (mkstemps): On VMS, open temp file with option
1287 that causes it to be deleted when closed.
1288
adddf5bf
KG
12892002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1290
5e65297b
KG
1291 * cp-demangle.c (long_options): Const-ify.
1292 * cplus-dem.c (long_options): Likewise.
1293
adddf5bf
KG
1294 * cplus-dem.c (mystrstr): Delete. All callers changed to use
1295 strstr instead.
1296
a4219437
IR
12972001-12-31 Ira Ruben <ira@apple.com>
1298
1299 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
1300 * configure: Regenerated.
af328d8d
DR
1301
13022001-12-24 Douglas B. Rupp <rupp@gnat.com>
1303
1304 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
1305 * configure: Regenerated.
a4219437 1306
63de15a4
CR
13072001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
1308
1309 PR other/2719
1310 * cplus-dem.c (consume_count): Treat negative count as an error.
1311 * testsuite/demangle-expected: Added testcase.
1312
ee262b6f
DR
1313Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
1314
1315 * configure.in: Hardcode that vfork works on VMS host.
1316 * configure: Regenerated.
1317
d06ba3c7
RH
13182001-12-06 Richard Henderson <rth@redhat.com>
1319
1320 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
1321 (cplus_demangle): Support no_demangling.
1322
e490616e
ZW
13232001-11-27 Zack Weinberg <zack@codesourcery.com>
1324
1325 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
1326 in libiberty context. Fix typo in leading comment.
1327 * configure.in: Fix various AC_DEFINEs so autoheader works.
1328 If any of vprintf, vsprintf, vfprintf is missing from libc,
1329 then AC_REPLACE_FUNCS(_doprnt).
1330
97e620cf 13312001-11-26 DJ Delorie <dj@redhat.com>
e490616e 1332 Daniel Jacobowitz <drow@mvista.com>
97e620cf
DD
1333
1334 * Makefile.in (stamp-h): Depend on Makefile for proper
1335 serialization.
1336 (*-subdir): Depend on config.h for proper serialization.
1337
c3bb7df0
DD
13382001-11-26 DJ Delorie <dj@redhat.com>
1339
1340 * configure.in: Check for alloca.h (for regex.c and putenv.c).
1341 * configure: Regenerate.
1342 * config.h: Add HAVE_ALLOCA_H.
1343
23850d35
KG
13442001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1345
2c47b56b
KG
1346 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
1347 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
1348 is available.
23850d35 1349
7ddfb651
JL
1350Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
1351
d3982b71
JL
1352 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
1353 * configure.in (HAVE_UINTPTR_T): Test for system defining
1354 uintptr_t and define HAVE_UINTPTR_T appropriately.
1355 * regex.c (uintptr_t): Do not provide a definition if the
1356 system provided one.
1357
7ddfb651
JL
1358 * regex.c (PREFIX): Provide an alternate definition for
1359 non-ANSI/ISO compilers.
1360 (ARG_PREFIX): Likewise.
1361
2e683037
JM
13622001-11-12 Jim Meyering <meyering@lucent.com>
1363
1364 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
1365 this code would end up calling gettext even in packages built
1366 with --disable-nls.
1367 * getopt.c (_): Likewise.
1368 * regex.c (_): Likewise.
1369
f749bd83
AM
13702001-11-03 Alan Modra <amodra@bigpond.net.au>
1371
1372 * configure.in: Cope with missing makeinfo.
55a10d7c 1373 * configure: Regenerate.
f749bd83 1374
26ad2982
KG
13752001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1376
e5969ba6
KG
1377 * hex.c (hex_init): Provide empty stub.
1378
26ad2982
KG
1379 * hex.c (hex_init): Delete.
1380 (_hex_value): Const-ify and initialize at compile-time.
1381
afb649d5
L
13822001-10-19 H.J. Lu <hjl@gnu.org>
1383
1384 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
1385 necessary.
1386
5bed56d9
DD
13872001-10-17 DJ Delorie <dj@redhat.com>
1388
1389 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
1390 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
4dcc42a3 1391 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5bed56d9
DD
1392 Improve manual formatting.
1393 * functions.texi: Regenerate.
1394
aac04c15
DD
13952001-10-15 DJ Delorie <dj@redhat.com>
1396
1397 * Makefile.in (TEXIFILES): Add fnmatch.txh.
1398 (maint-undoc): New.
1399 maint-tool: Add "undoc" tool.
1400 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
1401 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
1402 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
1403 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
1404 documentation.
1405 * fnmatch.txh: New.
1406 * functions.texi: Regenerate.
fae8182a 1407
0e4e9e8f
JM
14082001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
1409
1410 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
1411 * strtod.c: Use "ISO C" instead of "ANSI C".
1412 * functions.texi: Regenerate.
1413
7f8fa05d
JM
14142001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
1415
1416 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
1417 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
1418 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
1419 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
1420 spelling. Give names to function arguments in documentation. Use
1421 (void) prototypes in documentation.
1422 * functions.texi: Regenerate.
1423
0be6abca
KG
14242001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1425
1426 * argv.c (buildargv, tests, main): Const-ify.
1427 * cp-demangle.c (operator_code): Likewise.
1428 * cplus-dem.c (optable, libiberty_demanglers,
1429 cplus_demangle_set_style, cplus_demangle_name_to_style,
1430 print_demangler_list): Likewise.
1431 * hashtab.c (higher_prime_number): Likewise.
1432 * strcasecmp.c (charmap): Likewise.
1433 * strerror.c (error_info, strerror, main): Likewise.
1434 * strncasecmp.c (charmap): Likewise.
1435 * strsignal.c (signal_info): Likewise.
1436
0e30ffc5
DD
14372001-09-29 DJ Delorie <dj@redhat.com>
1438
1439 * configure: Regenerate.
1440
576fb787
KG
14412001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1442
1443 * concat.c: Include stdlib.h.
1444
e922f978
EZ
14452001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
1446
1447 * libiberty.texi: (Top level): Add syncodeindex pg. Add
1448 @dircategory and @direntry directives. Add @finalout.
1449 (many nodes): Lose the next,prev,up pointers on the @nide line.
1450 (Using, Supplemental Functions, Replacement Functions): Fix
1451 markup.
1452 (Functions): Move around, to allow makeinfo to build the manual
1453 without next,prev,up pointers in thye node lines.
1454 (Licenses): Fix typos.
1455
1456 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
1457 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
1458 * functions.texi: Regenerate.
1459
1460 * copying-lib.texi: Lose the next,prev,up pointers on the @node
1461 line.
1462
ae9092da
DD
14632001-09-27 DJ Delorie <dj@redhat.com>
1464
1465 * configure.in: Don't use in-tree texinfo, because libiberty must
1466 be built before it. Check for makeinfo version 4 or higher.
1467 * functions.texi: Regenerate.
fae8182a 1468
aaa5f039
DD
14692001-09-20 DJ Delorie <dj@redhat.com>
1470 Phil Edwards <pedwards@disaster.jaj.com>
fae8182a 1471
aaa5f039
DD
1472 * configure.in (MAKEINFO, PERL): Detect these.
1473 (--enable-maintainer-mode): Add.
1474 * configure: Regenerate.
1475 * Makefile.in (MAKEINFO, PERL): Define.
1476 (libiberty.info, libiberty.dvi, libiberty.html): New.
1477 (CFILES): Add bsearch.c.
1478 (CONFIGURED_OFILES): New, list of objects configure might add.
1479 (maint-missing, maint-buildall): New, for maintainers only.
1480 (clean, mostlyclean): Add info/dvi/html files.
1481 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
1482 * gather-docs: New, for maintainers.
1483 * maint-tool: New, for maintainers.
1484 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
1485 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
1486 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
1487 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
1488 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
1489 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
1490 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
1491 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
1492 documentation.
fae8182a 1493
c1766881
KG
14942001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1495
1496 * concat.c (reconcat): Fix for traditional C.
1497
ad43d46f
KG
14982001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1499
1500 * concat.c (reconcat): New function.
1501
c1d49704
KG
15022001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1503
c793eea7
KG
1504 * concat.c (vconcat_length, vconcat_copy, concat_length,
1505 concat_copy, concat_copy2): New functions.
1506 (concat): Use vconcat_length/vconcat_copy.
1507
c1d49704
KG
1508 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
1509 Define.
1510
7a98d9b2
KG
15112001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1512
1513 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
1514 VA_FIXEDARG & VA_CLOSE.
fae8182a 1515
7a98d9b2
KG
1516 * vasprintf.c: Check HAVE_STRING_H when including string.h.
1517 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
1518 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
1519
e2dff3f2
KG
15202001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1521
1522 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
1523
d0708dc1
UD
15242001-08-23 Ulrich Drepper <drepper@redhat.com>
1525
1526 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
1527
15282001-08-23 Ulrich Drepper <drepper@redhat.com>
1529
1530 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
1531 instead of mbrtowc.
1532 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
1533 wcslen, and __wcscoll instead of wcscoll.
1534
ffb9435b
MK
15352001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
1536
de78f58b
AJ
1537 * fibheap.c (fibheap_init, fibnode_init): Remove.
1538 (fibheap_new, fibnode_new): Use xcalloc to allocate and
1539 initialize memory.
1540 (fibheap_insert): Remove check for node allocation failure.
ffb9435b 1541
f379eac3
RH
15422001-08-21 Richard Henderson <rth@redhat.com>
1543
1544 * Makefile.in (fibheap.o): Depend on config.h.
1545 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
1546 functions for inlining.
1547
b1c45ae4
CF
1548Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
1549
1550 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
1551 hosting on cygwin.
1552 * configure: Regenerate.
1553
0310e5ac
AC
15542001-08-20 Andrew Cagney <ac131313@redhat.com>
1555
1556 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
1557 HARRIS_FLOAT_FORMAT.
1558 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
1559 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
1560 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
1561 (floatformat_m88110_harris_ext): New float formats.
1562
8c23e0a4
DB
15632001-08-20 Daniel Berlin <dan@cgsoftware.com>
1564
1565 * fibheap.c: New file. Fibonacci heap.
1566
1567 * Makefile.in (CFILES): Add fibheap.c.
1568 (REQUIRED_OFILES): Add fibheap.o.
1569 (fibheap.o): Add dependencies for fibheap.o.
1570
91625004
CF
15712001-08-17 Christopher Faylor <cgf@cygnus.com>
1572
1573 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
1574 * configure: Regenerate.
1575
9e0ba685
RH
15762001-08-16 Richard Henderson <rth@redhat.com>
1577
1578 * hashtab.c (htab_hash_string): New.
1579
d80dedbe
AC
15802001-08-13 Andrew Cagney <ac131313@redhat.com>
1581
1582 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
1583 name.
1584
ccea0d85
IH
15852001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
1586
1587 * regex.c (wcs_regex_compile): Use appropriate string
1588 to compare with collating element.
1589 Fix the padding for the alignment.
1590
b0e9bc8c 15912001-08-10 Andrew Cagney <ac131313@redhat.com>
0ef5547d
AC
1592
1593 * lbasename.c (lbasename): Change function definition to return a
1594 const char pointer.
1595
056400f1
JM
15962001-08-07 Jason Merrill <jason_merrill@redhat.com>
1597
1598 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
1599 for".
1600
4e627c41
RH
16012001-08-03 Richard Henderson <rth@redhat.com>
1602
1603 * Makefile.in (concat.o): Depend on config.h.
1604
b6a2f884
AJ
16052001-07-30 Andreas Jaeger <aj@suse.de>
1606
1607 * concat.c: Include "config.h".
1608
c4b9cfe0
AJ
16092001-07-30 Andreas Jaeger <aj@suse.de>
1610
1611 * regex.c: Declare wcs functions only if compiling with
1612 MBS_SUPPORT.
1613 Don't use #elif for traditional C.
1614
16152001-07-23 Ulrich Drepper <drepper@redhat.com>
1616
1617 * regex.c: Revamp memory allocation for WCHAR functions to
1618 not use too much stack.
1619
16202001-07-30 Andreas Jaeger <aj@suse.de>
1621
1622 * regex.c: Declare wcs functions only if compiling with
1623 MBS_SUPPORT.
1624 Don't use #elif for traditional C.
1625
2cf50fd3
DJ
16262001-07-25 Daniel Jacobowitz <drow@mvista.com>
1627
1628 * Makefile.in (regex.o): Add dependency on config.h.
1629
27ffc806
DD
16302001-07-18 Andreas Schwab <schwab@suse.de>
1631
1632 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
1633 underscore character.
1634
16352001-07-18 Ulrich Drepper <drepper@redhat.com>
1636
1637 * regex.c: Limit string length printed in debug messages to 100
1638 chars.
1639
16402001-07-18 Andreas Jaeger <aj@suse.de>
1641
1642 * regex.c: Place under LGPL version 2.1.
1643
dd771632
JJ
16442001-07-10 Jeff Johnston <jjohnstn@redhat.com>
1645
1646 * Makefile.in: Add support for regex code.
1647 * regex.c: New file.
1648
29650b2b
MK
16492001-07-05 Mark Klein <mklein@dis.com>
1650
1651 * Makefile.in: Add ffs.c dependency.
1652 * configure.in: Add ffs.c.
1653 * ffs.c: New file.
1654
c8b28221
RH
16552001-06-18 Richard Henderson <rth@redhat.com>
1656
1657 * concat.c: Include <sys/types.h>.
1658
473c2d0b
LR
16592001-06-11 Loren J. Rittle <ljrittle@acm.org>
1660
a4c03da2 1661 bootstrap/3106
473c2d0b
LR
1662 * strerror.c (sys_nerr): Hide the OS header version.
1663 * strsignal.c (sys_nsig): Likewise.
1664
0bdcca68
RH
16652001-06-10 Richard Henderson <rth@redhat.com>
1666
1667 * concat.c: Include string.h. Fix int vs size_t usage.
1668 Simplify the iteration loops. Use memcpy.
1669
6de133d3
MK
16702001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
1671
1672 * partition.c: Fix misspelling of `implementation'.
1673
8a153288
TS
16742001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1675
1676 * md5.c (md5_init_ctx): Declare constants as unsigned.
1677 (md5_process_block): Likewise.
1678
641b2721
ZW
16792001-05-07 Zack Weinberg <zackw@stanford.edu>
1680
1681 * cp-demangle.c (demangle_v3_with_details,
1682 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
1683 function definition.
1684 * ternary.c: Use K+R style function definitions. Use PTR, not
1685 void *. Make arguments constant where possible.
1686
5cdba4ff
MM
16872001-05-07 Mark Mitchell <mark@codesourcery.com>
1688
1689 * splay-tree.h (splay_tree_max): New function.
1690 (splay_tree_min): Likewise.
1691
9dab060e
DB
16922001-04-15 Daniel Berlin <dan@cgsoftware.com>
1693
1694 * ternary.c: New file - Ternary search tree implementation.
1695
1696 * Makefile.in: Add ternary.o, and ternary.c dependencies.
1697
d02af173
ZW
16982001-04-03 Zack Weinberg <zackw@stanford.edu>
1699
1700 * make-temp-file.c (try): Inline.
1701
94b68558
RH
17022001-02-28 Richard Henderson <rth@redhat.com>
1703
1704 * Makefile.in (make-temp-file.o): Depend on config.h.
1705
27f66c0b
KG
17062001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1707
1708 * memchr.c (memchr): Adjust condition to avoid infinite loop.
1709
f1a0345c
JJ
17102001-03-23 Jakub Jelinek <jakub@redhat.com>
1711
1712 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
1713 `_' not followed by a digit is invalid.
1714
a519fba6
JB
17152001-03-22 Jim Blandy <jimb@redhat.com>
1716
1717 * cp-demangle.c (string_list_delete): Use dyn_string_delete
1718 instead of free, to free the contents as well as the string
1719 structure.
1720
49ee944b
ZW
17212001-03-21 Zack Weinberg <zackw@stanford.edu>
1722
1723 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
1724 Don't default P_tmpdir to anything. Try /var/tmp before
1725 /usr/tmp.
1726
33437dc7
ZW
17272001-03-20 Zack Weinberg <zackw@stanford.edu>
1728
1729 * choose-temp.c: Split off make_temp_file, and the code
1730 duplicated between it and choose_temp_base, into...
1731 * make-temp-file.c: ... here; new file.
1732
1733 * Makefile.in (CFILES): Add make-temp-file.c.
1734 (REQUIRED_OFILES): Add make-temp-file.o.
1735
7dce2eff
JB
17362001-03-20 Jim Blandy <jimb@redhat.com>
1737
1738 * cp-demangle.c (struct demangling_def): New fields:
1739 is_constructor and is_destructor.
1740 (demangling_new): Initialize them.
1741 (demangle_ctor_dtor_name): Set them, if we detect a constructor
1742 or destructor.
1743 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
1744 is_gnu_v3_mangled_dtor): New functions.
1745
e03a61f1
JM
17462001-03-20 Jason Merrill <jason@redhat.com>
1747
1748 * cplus-dem.c (main): Skip initial $.
1749
8860ddab
MM
17502001-03-15 Michael Meissner <meissner@redhat.com>
1751
1752 * hashtab.c (higher_prime_number): Silence warning that 4294967291
1753 might be a signed integer under pre-ISO C systems.
1754
2b757d51
NB
17552001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
1756 John David Anglin <dave@hiauly1.hia.nrc.ca>
1757
1758 * libiberty/lbasename.c: New file.
1759 * libiberty/Makefile.in: Update for lbasename.
1760
1f50aafb
ZW
17612001-03-06 Zack Weinberg <zackw@stanford.edu>
1762
1763 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
1764 * configure.in: Replace all alloca logic with a simple use of
1765 the above new macro.
1766 * config.table: Kill *-*-beos* entry.
1767 * config/mh-beos: Delete.
1768 * configure, config.in: Regenerate.
1769
1770 * Makefile.in (ALLOCA, HFILES): Kill.
1771 (REQUIRED_OFILES): Add alloca.o.
1772 (alloca.o): Depend on libiberty.h.
1773 (argv.o): Don't depend on alloca-conf.h.
1774 * alloca-conf.h: Delete.
1775 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
1776 blocks. Provide the C alloca unconditionally. Use PTR where
1777 appropriate. Make i00afunc static.
1778 * argv.c: Don't include alloca-conf.h.
1779
d9fd5aae
JDA
17802001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
1781
1782 * cplus-dem.c (main): Cast enum style to int.
1783
4031ed65
LR
17842001-02-16 Loren J. Rittle <ljrittle@acm.org>
1785
1786 * cplus-dem.c (main): Initialize style.
1787
2ca46e8a
PE
17882001-02-02 Phil Edwards <pme@sources.redhat.com>
1789
1790 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
1791
3b60dd8e
BM
17922001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
1793
1794 Add support for Java demangling under the v3 ABI:
1795 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
1796 (struct demangling_def): Add `style' field.
1797 (demangling_new): New parameter `style'. Set it in demangling_t.
1798 (demangle_prefix): Use NAMESPACE_SEPARATOR.
1799 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
1800 (cp_demangle): New parameter `style'. Pass it to demangling_new().
1801 (main): Call cp_demangle with extra parameter.
1802 (java_demangle_v3): New function.
1803 (java_builtin_type_names): New. Table of primitive type names used
1804 for Java demangling.
1805 (demangle_builtin_type): Look up in java_builtin_type_names if doing
1806 Java output.
1f50aafb 1807 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
3b60dd8e
BM
1808 demangling.
1809 (long_options): Remove obsolete `java' option.
1810 (main): Remove explicit handling of `java' option. Instead, pass style
1811 parameter in cplus_demangle flags as gdb does.
1812 * testsuite/demangle.expected: Add some Java test cases.
1813
584932e9
DD
18142000-12-29 DJ Delorie <dj@redhat.com>
1815
1816 * fnmatch.c: Make the note about the origins of this file more
1817 accurate, at least until we can sync with glibc.
1818 * getopt.c: Ditto.
1819 * getopt1.c: Ditto.
1820 * md5.c: Ditto.
1821 * obstack.c: Ditto.
1822
dac45916
MS
18232000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1824
1825 * bsearch.c: New file.
1826 * configure.in (funcs): Add bsearch.
1827 (AC_CHECK_FUNCS): Likewise.
1828 * configure, config.in: Regenerate.
1829
a8e4a997
MS
18302000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1831
1832 * safe-ctype.c: #include "ansidecl.h".
1833 * strtod.c: Likewise.
1834
75444da7
MS
18352000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1836
1837 * strtoul.c: Include safe-ctype.h, not ctype.h.
1838
f6bbde28
ZW
18392000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
1840
1841 * safe-ctype.c: New file.
1842 * Makefile.in (CFILES): Add safe-ctype.c.
1843 (REQUIRED_OFILES): Add safe-ctype.o.
1844
1845 * argv.c: Define ISBLANK and use it, not isspace.
1846 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
1847 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
1848 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
1849 before calling TOLOWER(c)/TOUPPER(c).
1850
6c1ce62b 18512000-12-07 Mike Stump <mrs@wrs.com>
b25a8973
MS
1852
1853 * Makefile.in (distclean): When cleaning, remove testsuite.
1854
b5d1497d
JM
18552000-12-05 Jason Merrill <jason@redhat.com>
1856
1857 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
1858 name before allocating the dyn_string.
1859
c6e13630
JM
18602000-12-04 Jason Merrill <jason@redhat.com>
1861
1862 * cp-demangle.c: s/new_abi/v3/.
1863 * cplus-dem.c: Likewise.
1864 (current_demangling_style): Now auto_demangling.
1865 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
f6bbde28 1866 (main): Use standard symbol chars for auto_demangling.
c6e13630 1867
a4c9b97e
MM
18682000-11-26 Mark Mitchell <mark@codesourcery.com>
1869
1870 * hashtab.c (higher_prime_number): Use a table, rather than a
1871 seive, to find the next prime.
1872
3b3bd9a7
L
18732000-11-22 H.J. Lu <hjl@gnu.org>
1874
1875 * cplus-dem.c (main): Handle gnat_demangling.
1876
d1209685
ZW
18772000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
1878
1879 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
1880 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
1881 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
1882 argument form of AC_DEFINE in dummy definitions block. Use
1883 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
1884 in dummy block. Preload cache variables instead of bypassing
1885 tests, where possible.
1886 * acconfig.h: Removed.
1887
1888 * xmalloc.c (xmalloc_failed): New function, does error
1889 reporting on failed allocation.
1890 (xmalloc, xcalloc, xrealloc): Use it.
1891
cf183ac2
HPN
18922000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
1893
1894 * cplus-dem.c (cplus_demangle): Fix formatting.
1895 (grow_vect): Ditto.
1896 (ada_demangle): Ditto.
1897 (internal_cplus_demangle): Ditto.
1898 (mop_up): Ditto.
1899
19002000-11-21 H.J. Lu <hjl@gnu.org>
1901
1902 * cplus-dem.c (main): Handle java_demangling.
1903
8bcc782c
KG
19042000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1905
1906 * cplus-dem.c (grow_vect): Prototype.
1907 (ada_demangle): Cast the arg of ctype macros to unsigned char.
1908
29120f44
HPN
19092000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
1910
1911 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
1912 parameter `option'.
1913
0437a5a8
KB
19142000-11-15 Kenneth Block <kenneth.block@compaq.com>
1915
9e038f71 1916 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
0437a5a8
KB
1917 be used in GCC.
1918
eab0c1ab 19192000-11-15 Kenneth Block <kenneth.block@compaq.com>
61ab980a 1920
29120f44 1921 * cplus-dem.c: Add gnat demangler. Add java to demangle style
61ab980a
KB
1922 list.
1923
d50d20ec
HPN
19242000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
1925
1926 * hashtab.c (htab_expand): Change to return int. Use calloc or
c4b9cfe0
AJ
1927 xcalloc depending on htab->return_allocation_failure. Return zero
1928 if calloc fails.
d50d20ec
HPN
1929 (htab_create): Update comment to cover memory allocation.
1930 (htab_try_create): New.
1931 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
c4b9cfe0 1932 Update comment to cover this.
d50d20ec 1933
35e9340f
HPN
19342000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
1935
1936 * hashtab.c: Change void * to PTR where necessary.
1937 (htab_create, htab_expand): Correct formatting of comment before
1938 function.
1939
ea343d1a 19402000-10-22 Alex Samuel <samuel@codesourcery.com>
0870bfd6
AS
1941
1942 * cp-demangle.c (string_list_def): Add caret_position and comments.
1943 (result_caret_pos): New macro.
1944 (result_append_string): Rename to...
1945 (result_add_string): ... this, and insert at caret position.
d1209685 1946 Rename throughout.
0870bfd6
AS
1947 (result_append): Rename to...
1948 (result_add): ... this, and insert at caret position. Rename
d1209685 1949 throughout.
0870bfd6
AS
1950 (result_append_char): Rename to...
1951 (result_add_char): ... this, and insert at caret position. Rename
d1209685 1952 throughout.
0870bfd6
AS
1953 (result_append_space): Remove.
1954 (string_list_new): Initialize caret position.
1955 (result_add_separated_char): Use caret position.
1956 (result_get_caret): New funtion.
1957 (result_set_caret): Likewise.
1958 (result_shift_caret): Likewise.
1959 (result_previous_char_is_space): Likewise.
1960 (substitution_start): Use caret position.
1961 (substitution_add): Likewise.
1962 (demangling_new): Initialize caret position.
1963 (demangle_encoding): Use caret position.
d1209685 1964 (demanglin_nested_name): Put CV qualifiers after name.
0870bfd6
AS
1965 (demangle_type_ptr): Use switch statement. Handle pointers to
1966 arrays. Don't use result_append_space. Use caret position.
1967 (demangle_type): Emit CV qualifiers after underlying type. Adjust
d1209685
ZW
1968 call to demangle_array_type.
1969 (demangle_array_type): Add parameter to handle pointers to arrays.
1970
f15b9af9
MM
19712000-10-01 Mark Mitchell <mark@codesourcery.com>
1972
1973 * splay-tree.c (splay_tree_insert): Fix formatting.
1974
8f17b5c5
MM
19752000-09-16 Mark Mitchell <mark@codesourcery.com>
1976
1977 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
1978
4eaa189a
MS
19792000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1980
1981 * splay-tree.c: #include <stdio.h>.
1982
29791078
HPN
19832000-09-14 Hans-Peter Nilsson <hp@axis.com>
1984
1985 * testsuite/demangle-expected: Add two tests for anonymous
1986 namespaces.
1987 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
1988
2c9f4db7
MM
19892000-09-10 Mark Mitchell <mark@codesourcery.com>
1990
1991 * splay-tree.c (splay_tree_predecessor): New function.
1992 (splay_tree_successor): Likewise.
1993
bb22da4b
HPN
19942000-09-10 Hans-Peter Nilsson <hp@axis.com>
1995
1996 * testsuite/demangle-expected: Add four tests for type_info
1997 mangling.
bb22da4b
HPN
1998 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
1999 for a non-template non-qualified type_info function or node.
2000
759e8187
AS
20012000-09-08 Alex Samuel <samuel@codesourcery.com>
2002
2003 * cp-demangle.c: Fix copyright banner.
2004
2ecd81ef
MS
20052000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2006
2007 * md5.c: #include "ansidecl.h".
2008
d93998ec
AS
20092000-09-06 Alex Samuel <samuel@codesourcery.com>
2010
2011 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
2012 (demangle_type): Handle substitution candidates correctly in the
2013 face of special substitutions.
2014
1056d228
AS
20152000-09-05 Alex Samuel <samuel@codesourcery.com>
2016
2017 * cp-demangle.c (demangle_encoding): Rename variable.
2018 (demangle_name): Rename parameter. Handle return type
2019 suppression.
2020 (demangle_nested_name): Rename parameter.
2021 (demangle_prefix): Likewise. Change return type suppression.
2022 (demangle_unqualified_name): Add parameter. Flag constructors and
2023 conversion operators.
2024 (demangle_special_name): Fix comment.
2025 (demangle_type): Rename variable.
2026 (demangle_bare_function_type): Check for missing return type and
d1209685 2027 parameter.
1056d228
AS
2028 (demangle_class_enum_type): Rename parameter.
2029 (demangle_discriminator): Fix misspelling in comment.
2030
2f31ed7e
DD
20312000-08-31 DJ Delorie <dj@redhat.com>
2032
2033 * configure.in (Cygwin): special case cygwin only when we're
2034 building cygwin, not when we're hosting cygwin.
2035
02bcb9c6
AS
20362000-09-04 Alex Samuel <samuel@codesourcery.com>
2037
2038 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
d1209685
ZW
2039 <expression>.
2040
aee749cf
AS
20412000-09-04 Alex Samuel <samuel@codesourcery.com>
2042
2043 * cp-demangle.c (demangle_type_ptr): Increment position past
2044 pointer and reference characters.
2045
92a16bbe
AS
20462000-09-04 Alex Samuel <samuel@codesourcery.com>
2047
2048 * cp-demangle.c (demangle_nv_offset): New function.
2049 (demangle_v_offset): Likewise.
2050 (demangle_call_offset): Likewise.
2051 (demangle_special_name): Update thunk demangling to comply with
2052 ABI changes.
d1209685 2053
31e0ab1f
AS
20542000-09-03 Alex Samuel <samuel@codesourcery.com>
2055
2056 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
2057 (substitution_def): Remove template_parm_number.
2058 (NOT_TEMPLATE_PARM): Remove.
2059 (result_insert_string): New macro.
2060 (result_insert): Likewise.
2061 (result_insert_char): Likewise.
2062 (substitution_add): Remove last parameter. Don't store template
d1209685 2063 parm number.
31e0ab1f
AS
2064 (BFT_NO_RETURN_TYPE): Define as NULL.
2065 (demangle_encoding): Adjust call to demangle_bare_function_type.
2066 (demangle_name): Adjust substitution. Adjust call to
d1209685 2067 substitution_add.
31e0ab1f
AS
2068 (demangle_prefix): Adjust call to substitution_add.
2069 (demangle_identifier): Handle anonymous namespaces.
2070 (demangle_operator_name): Change demangling of vendor-extended
2071 operator to match ABI changes.
2072 (demangle_type_ptr): Change parameters. Make recursive. Handle
d1209685 2073 substitutions here.
31e0ab1f
AS
2074 (demangle_type): Adjust calls to demangle_template_param,
2075 substitution_add, and demangle_type_ptr. Fix substitution of
2076 templated types.
2077 (demangle_function_type): Change parameter to a pointer.
2078 (demangle_bare_function_type): Likewise. Adjust insertion point.
2079 (demangle_template_param): Remove last parameter.
2080 (demangle_expr_primary): Remove unused variable. Adjust call to
d1209685 2081 demangle_template_param.
31e0ab1f
AS
2082 (is_mangled_char): Accept `$' and `.'.
2083 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
2084 * dyn-string.c (dyn_string_insert_char): New function.
2085
ccbc3eb7
HPN
20862000-08-31 Hans-Peter Nilsson <hp@axis.com>
2087
2088 * testsuite/demangle-expected: Add nine tests for
2089 underscore-after-number followed by five tests for name-signature
2090 delimiter.
2091
53dce582
RH
20922000-08-28 Richard Henderson <rth@cygnus.com>
2093
2094 * Makefile.in (md5.o): Depend on config.h.
2095
881c6935
JM
20962000-08-28 Jason Merrill <jason@redhat.com>
2097
2098 * Makefile.in (REQUIRED_OFILES): Add md5.o.
2099 (CFILES): Add md5.c.
2100 * md5.c: New file.
2101
a440fd19
AS
21022000-08-27 Alex Samuel <samuel@codesourcery.com>
2103
2104 * cp-demangle.c (demangle_name): Initialize template_p in local
2105 name case. Don't re-add substitutions as candidates.
2106 (demangle_nested_name): Use <unqualified-name>.
2107 (demangle_prefix): Likewise. Don't add template names as
2108 substitution candidates twice, or re-add a substitution or the
2109 last prefix component.
2110 (demangle_local_name): Adjust output format.
2111
d01ce591
AS
21122000-08-25 Alex Samuel <samuel@codesourcery.com>
2113
2114 * cp-demangle.c (result_add_separated_char): Change parameter to
2115 int.
2116 (substitution_add): Don't check for duplicates. Check if
2117 previously allocated size is zero.
2118 (demangle_name): Remove duplicate check for std substitution.
2119 Clear template flag appropriately.
2120 (demangle_prefix): Remove argument to demangle_substitution.
2121 Don't check that template flag is already set.
2122 (demangle_operator_name): Add pt operator.
2123 (demangle_type): Don't treat r as built-in type. Remove argument
2124 to demangle_substitution. Fix substitution candidate mechanics.
2125 Handle <template-template-parm>s. Improve comments.
d1209685 2126 (demangle_template_param): Don't handle template arg lists here.
d01ce591
AS
2127 (demangle_substitution): Remove parameter.
2128 (print_usage): Remove extra fprintf option.
2129
2f59c8eb
GM
21302000-08-24 Greg McGary <greg@mcgary.org>
2131
2132 * libiberty/random.c (end_ptr): Revert previous change.
2133
2f26c11d
GM
21342000-08-24 Greg McGary <greg@mcgary.org>
2135
2136 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
2137 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
2138 * libiberty/random.c (end_ptr): Likewise.
2139
e282c9c9
AS
21402000-08-23 Alex Samuel <samuel@codesourcery.com>
2141
2142 * cp-demangle.c (result_close_template_list): Remove function.
2143 (result_add_separated_char): New function.
2144 (result_open_template_list): New macro.
2145 (result_close_template_list): Likewise.
2146 (demangle_prefix): Don't set template_p if the
2147 prefix ends with a ctor name.
2148 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
2149 (demangle_type): Check for template args after substitution.
2150 (demangle_template_args): Use result_open_template_list.
d1209685 2151
c9b6494a
ZW
21522000-08-02 Zack Weinberg <zack@wolery.cumb.org>
2153
2154 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
2155
d1209685 21562000-07-26 Dave Pitts <dpitts@cozx.com>
4f21e377
DP
2157
2158 * config/mh-openedition.h: Added -DLE370 definition.
2159
0aab2795
ME
21602000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
2161
2162 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
2163 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
2164 Cast program to 'char *' in errmsg_arg assignment.
2165 (PWAIT_ERROR): Define.
2166 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
2167 to DJGPP's WIF* macros.
2168
c2f275e4
RB
21692000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
2170 Jeff Law <law@cygnus.com>
2171
73aa9564
RB
2172 * getcwd.c: Include string.h, stdlib.h for prototypes
2173
c2f275e4 2174 * Makefile.in (rename.o, waitpid.o): Depend on config.h
73aa9564
RB
2175 * rename.c: Include config.h, unistd.h
2176 * waitpid.c: Include config.h, sys/wait.h
c2f275e4 2177
ccbc3eb7
HPN
21782000-07-24 Hans-Peter Nilsson <hp@axis.com>
2179
2180 * cplus-dem.c (work_stuff_copy_to_from): New.
2181 (delete_non_B_K_work_stuff): New.
2182 (delete_work_stuff): New.
2183 (mop_up): Break out work_stuff partly destruction to
2184 delete_non_B_K_work_stuff.
2185 (iterate_demangle_function): New.
2186 (demangle_prefix): Call iterate_demangle_function instead of
2187 demangle_function_name. Leave handling of name-signature
2188 __-delimiters to iterate_demangle_function.
2189 (demangle_integral_value): Strip an optional
2190 following underscore cautiously. Handle negative numbers.
2191
3388651c
DB
21922000-07-24 Daniel Berlin <dberlin@redhat.com>
2193
d1209685 2194 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
3388651c
DB
2195 if (AUTO_DEMANGLING || GNU_DEMANGLING)
2196
0fac482e
AS
21972000-07-21 Alex Samuel <samuel@codesourcery.com>
2198
2199 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
2200 allocating ctor mangling.
2201 (demangle_array_type): Handle empty and non-constant array length.
2202
8502a100 22032000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
cd447360
MS
2204 Jeff Law <law@cygnus.com>
2205
c6451ce1
MS
2206 * configure.in (AC_CHECK_HEADERS): Add time.h.
2207 (AC_HEADER_TIME): Add check.
2208 * configure, config.in: Regenerate.
2209 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2210
cd447360
MS
2211 * configure.in (AC_CHECK_HEADERS): Add limits.h.
2212 * configure, config.in: Regenerate.
2213 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
2214 * strtol.c, strtoul.c: #include "config.h". Portably #include
2215 <limits.h> and/or <sys/param.h>.
2216 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
8502a100 2217
3b58c099
MS
2218 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
2219 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
2220 * configure, config.in: Regenerate.
2221 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2222
8502a100
MS
2223 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
2224
da0c7743
MS
22252000-07-21 Mike Stump <mrs@wrs.com>
2226
2227 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
0c978c46 2228 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
da0c7743 2229
838f8562
KG
22302000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2231
2232 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
2233
2234 * setenv.c (setenv): Initialize variable `ep'.
2235
2236 * sigsetmask.c (abort): Prototype.
2237
2238 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
2239 __STDC__ for stdarg.h include.
2240 (int_vasprintf): Prototype.
2241 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
2242 definition. Cast `global_total_width' in comparison.
2243 (main): Prototype. Return a value.
2244
2245 * vfork.c (fork): Prototype.
2246
2247 * xexit.c: Include config.h.
2248
e9958132
JM
22492000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
2250
2251 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
2252 and print it with %u.
2253
39a6492f
HPN
22542000-07-17 Hans-Peter Nilsson <hp@axis.com>
2255
2256 * testsuite/regress-demangle (failed test): Show result and
2257 expected output.
2258
6d0be369
AH
22592000-07-07 Andrew Haley <aph@cygnus.com>
2260
2261 * cplus-dem.c (main): fflush() after emitting last char before
2262 waiting for input.
2263
bece74bd
AS
22642000-06-28 Alex Samuel <samuel@codesourcery.com>
2265
2266 * cp-demangle.c (demangle_encoding): Accept no substitutions.
2267 (demangle_name): Handle <substitution> followed by
2268 <unqualified-template-name>.
2269 (demangle_type): Follow special substitutions with
2270 <class-enum-type>
2271 (demangle_subtitution): Set template_p for special substitutions.
2272 (main): Fix typos.
d1209685 2273
229b8ec7
AS
22742000-06-27 Alex Samuel <samuel@codesourcery.com>
2275
2276 * cp-demangle.c (demangle_special_name): Swap base and derived
2277 class when demangling construction vtables.
2278
051664b0
AS
22792000-06-21 Alex Samuel <samuel@codesourcery.com>
2280
2281 * cp-demangle.c: Don't include ctype.h.
2282 (IS_DIGIT): New macro.
2283 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
2284 instead of isdigit and isalpanum.
2285 (demangling_def): Make name and next const pointers.
2286 (STATUS_ALLOCATION_FAILED): New status code.
2287 (dyn_string_append_space): Handle failure in
2288 dyn_string_append_char.
2289 (int_to_dyn_string): Likewise. Change return value to status_t.
2290 (string_list_new): Handle failure of dyn_string_init.
2291 (result_close_template_list): Change return type to status_t.
2292 Handle failure in dyn_string_append.
2293 (result_push): Change return value to status_t. Handle failure in
2294 string_list_new. Handle failure of result_push throughout.
2295 (substitution_add): Change return value to status_t. Handle
2296 dyn_string failures. Handle failure of substitution_add
2297 throughout.
2298 (template_arg_list_new): Return NULL on allocation failure.
2299 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
2300 Handle error result throughout.
2301 (result_append): Likewise.
2302 (result_append_char): Likewise.
2303 (result_append_space): Likewise.
2304 (demangling_new): Make argument a const pointer. Handle
2305 allocation failures.
2306 (demangle_template_args): Handle failure in template_arg_list_new
2307 and result_close_template_list.
2308 (demangle_discriminator): Return if int_to_dyn_string fails.
2309 (cp_demangle): Likewise.
2310 (cp_demangle_type): New function.
2311 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
2312 memory allocation failure.
2313 (main): Likewise.
2314 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
2315 IN_LIBGCC2.
2316 (dyn_string_init): Change return value to int. Handle
2317 RETURN_ON_ALLOCATION_FAILURE case.
2318 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
2319 (dyn_string_release): Delete the dyn_string.
2320 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
2321 (dyn_string_copy): Change return type to int.
2322 (dyn_string_copy_cstr): Likewise.
2323 (dyn_string_prepend): Likewise.
2324 (dyn_string_prepend_cstr): Likewise.
2325 (dyn_string_insert): Likewise.
2326 (dyn_string_insert_cstr): Likewise.
2327 (dyn_string_append): Likewise.
2328 (dyn_string_append_cstr): Likewise.
2329 (dyn_string_append_char): Likewise.
2330 (dyn_string_substring): Likewise.
d1209685 2331
fe06b696
ZW
23322000-06-09 Zack Weinberg <zack@wolery.cumb.org>
2333
2334 * cp-demangle.c (demangle_operator_name): Add spaces before
2335 names beginning with a letter: delete, delete[], new, new[],
2336 sizeof.
2337 (demangle_special_name): Handle TF <type> and TJ <type>.
2338
6223e158
PDM
2339Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
2340
2341 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
2342
48f3e29b
PDM
2343Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
2344
2345 * cp-demangle.c (stdio.h): File included unconditionaly.
2346 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
2347 * dyn-string.c (stdio.h): File included.
2348 * partition.c (partition_print): No `&' needed to take the address of
2349 a function.
2350
69197e7e
KG
23512000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2352
2353 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
d1209685 2354
69197e7e
KG
2355 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
2356
2357 * cp-demangle.c (demangle_char): Change parameter from char to int.
2358 (demangle_expression, demangle_expr_primary): Remove extra
2359 semi-colon in prototype.
2360
2361 * dyn-string.c (dyn_string_append_char): Change parameter from
2362 char to int.
2363
2364 * memcmp.c (memcmp): Constify.
2365
2366 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
2367 __extension__.
2368
2369 * partition.c (elem_compare): Prototype. Don't cast away
2370 const-ness.
2371
2372 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
d1209685 2373
7eb23b1f
KG
23742000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2375
2376 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
2377
2378 * cp-demangle.c: Include demangle.h.
2379 (template_arg_list_new): DeANSIfy.
2380 (cp_demangle): Make static and add prototype.
2381 (operator_code, operators): Constify.
2382 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
2383
3faa108c
AS
23842000-06-05 Alex Samuel <samuel@codesourcery.com>
2385
2386 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
2387 unsigned char.
2388 (demangle_unqualified_name): Likewise.
2389 (demangle_number_literally): Likewise.
2390 (demangle_type): Likewise.
2391 (demangle_substitution): Likewise.
2392 (is_mangled_char): Likewise, for isalnum.
2393
69afa80d
AS
23942000-06-04 Alex Samuel <samuel@codesourcery.com>
2395
2396 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
2397 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
2398 (cp-demangle.o): New dependency.
2399 (dyn-string.o): Likewise.
2400
2401 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
2402
2403 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
2404 demangler.
2405 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
2406 demangling mode.
2407 (gnu_new_abi_symbol_characters): New function.
2408 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
2409 file.
2410 * cp-demangle.c: New file.
d1209685 2411
0b72c3df
AC
2412Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
2413
2414 * floatformat.c: Add name to each floatformat field.
2415
270cea06
JL
2416Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
2417
2418 * Makefile.in (objalloc.o): Depend on config.h
2419
d11ec6f0
ZW
24202000-05-29 Zack Weinberg <zack@wolery.cumb.org>
2421
2422 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
2423 if HAVE_STRING_H.
2424 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
2425 * objalloc.c: Include config.h. Include stdlib.h and don't
2426 declare malloc or free if HAVE_STDLIB_H.
2427 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
2428 else declare malloc without prototype. Include string.h if
2429 HAVE_STRING_H, else declare memset without prototype. Don't
2430 include stddef.h.
2431
f8e2da56
MS
24322000-05-23 Mike Stump <mrs@wrs.com>
2433
2434 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
c4b9cfe0 2435 -j3.
f8e2da56 2436
650f3068
DA
24372000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2438
2439 * xmalloc.c: Include config.h for HAVE_SBRK definition.
2440
1d2da2e1
HB
24412000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
2442
d1209685 2443 * hashtab.c (hash_pointer): Delete low-order bits which are
1d2da2e1
HB
2444 probably zero, also eliminate a warning on alpha.
2445
47668d0a
DE
24462000-05-15 David Edelsohn <edelsohn@gnu.org>
2447
c7a79a32 2448 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
47668d0a
DE
2449 on $(enable_shared).
2450
36348eab
JJ
24512000-05-10 Jakub Jelinek <jakub@redhat.com>
2452
2453 * config.table: Use mh-sparcpic for sparc*-*-*.
2454
209bbe34
NC
24552000-05-08 Nick Clifton <nickc@cygnus.com>
2456
2457 * Makefile.in (CFILES): Add strncmp.c.
2458 (NEEDED): Add strncmp.
2459
a85a47fb
KG
24602000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2461
2462 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
2463 Cast the arguments to `islower' to `unsigned char'.
2464 (print_demangler_list): Prototype.
2465
4aef973c
PDM
2466Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
2467
2468 * sort.c (UCHAR_MAX): Provide fallback definition.
2469
3b94497c
AO
24702000-04-29 Alexandre Oliva <aoliva@cygnus.com>
2471
2472 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
2473 SUBDIRS.
2474
24eaa47a
KB
24752000-04-28 Kenneth Block <block@zk3.dec.com>
2476 Jason Merrill <jason@casey.cygnus.com>
2477
d1209685
ZW
2478 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
2479 (cplus_demangle_set_style): New function for setting style.
2480 (cplus_demangle_name_to_style): New function to translate name.
24eaa47a 2481
a9266bfa
KG
24822000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2483
2484 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
2485
2486 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
2487 (libiberty_AC_FUNC_STRNCMP): Invoke.
2488
2489 * strncmp.c: New file.
2490
8e02c4d0
JH
2491Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
2492
2493 * hashtab.c (htab_expand): Add prototype.
2494 (find_empty_slot_for_expand): Likewise.
2495
4feeaae3
KG
24962000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2497
2498 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
2499 match prototype.
2500 (htab_expand): Cast the return value of xcalloc.
2501
18a94a2f
MM
25022000-04-24 Mark Mitchell <mark@codesourcery.com>
2503
2504 * hashtab.c (hash_pointer): New function.
2505 (eq_pointer): Likewise.
2506 (htab_hash_pointer): New variable.
2507 (htab_eq_pointer): Likewise.
2508
eeb0656f
MM
25092000-04-23 Mark Mitchell <mark@codesourcery.com>
2510
b51024fc
MM
2511 * sort.c (sort_pointers): Fix endianness bugs.
2512
eeb0656f
MM
2513 * sort.c: New file.
2514 * Makefile.in (CFILES): Add sort.c
2515 (REQUIRED_OFILES): Add sort.o.
2516 (sort.o): New target.
2517
7277f72d
MS
25182000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2519
2520 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
2521 4.3BSD systems.
2522
e38992e8
RK
2523Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2524
2525 * hashtab.c: Various minor cleanups.
2526 (htab_find_slot_with_hash): INSERT is now enum insert_option.
2527 (htab_find_slot): Likewise.
2528
498e1ab1
DP
25292000-04-16 Dave Pitts <dpitts@cozx.com>
2530
2531 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
d1209685 2532
dc17cc7b
RH
25332000-04-05 Richard Henderson <rth@cygnus.com>
2534
2535 * splay-tree.c (splay_tree_remove): New.
2536
b13eb66b
MM
25372000-03-30 Mark Mitchell <mark@codesourcery.com>
2538
2539 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
2540 codes.
2541 (htab_find_with_hash): Likewise.
2542 (htab_find_slot_with_hash): Likewise.
d1209685 2543
0194e877
ZW
25442000-03-29 Zack Weinberg <zack@wolery.cumb.org>
2545
2546 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
2547 unless it will be used. Rearrange loop for better
2548 optimization.
2549 (higher_prime_number): Add static prototype.
2550
abc61fd4
JL
2551Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
2552
2553 * Makefile.in (partition.o): Depend on config.h
2554
8c5d513f
BS
25552000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
2556
2557 * hashtab.c (find_empty_slot_for_expand): New function.
2558 (htab_expand): Use it instead of htab_find_slot.
2559 (htab_find_with_hash): Renamed from htab_find; now accepts extra
2560 argument HASH.
2561 (htab_find_slot_with_hash): Likewise for htab_find_slot.
2562 (htab_find): New wrapper function.
2563 (htab_find_slot): Likewise.
2564 (htab_traverse): Pass slot, not entry, to called function.
2565
d9d4fb43
AS
25662000-03-09 Alex Samuel <samuel@codesourcery.com>
2567
2568 * Makefile.in (CFILES): Add partition.c.
2569 (REQUIRED_OFILES): Add partition.o.
2570 (partition.o): New rule.
2571 * partition.c: New file.
d1209685 2572
5dc9cffd
ZW
25732000-03-09 Zack Weinberg <zack@wolery.cumb.org>
2574
2575 * hashtab.c (htab_create): Set del_f.
2576 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
2577 Use it.
2578
5194cf08
ZW
25792000-03-08 Zack Weinberg <zack@wolery.cumb.org>
2580
2581 * hashtab.c: Remove debugging variables (all_searches,
2582 all_collisions, all_expansions). Delete
2583 all_hash_table_collisions.
2584 (create_hash_table, delete_hash_table, empty_hash_table,
2585 find_hash_table_entry, remove_element_from_hash_table_entry,
2586 clear_hash_table_slot, traverse_hash_table, hash_table_size,
2587 hash_table_elements_number, hash_table_collisions): Rename to:
2588 htab_create, htab_delete, htab_empty, htab_find_slot,
2589 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
2590 htab_elements, htab_collisions.
2591 (htab_find): New function, handles common case where you don't
2592 plan to add or delete an entry.
2593 (htab_expand): Don't create a whole new table, just a new
2594 entry vector.
2595 (htab_find_slot): Simplify logic.
2596
5ad5a984
ILT
25971999-08-03 Ian Lance Taylor <ian@zembu.com>
2598
2599 * floatformat.c: Add casts to avoid signed/unsigned warnings.
2600 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
2601
2602 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
2603 $(TARGETLIB)n so it works on MSDOS.
2604 (install_to_tooldir): Likewise.
2605
26061999-07-21 Ian Lance Taylor <ian@zembu.com>
2607
2608 From Mark Elbrecht:
2609 * makefile.dos: Remove; obsolete.
2610 * configure.bat: Remove; obsolete.
2611
26121999-07-11 Ian Lance Taylor <ian@zembu.com>
2613
2614 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2615 warning.
2616
aeecce42
MK
26172000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2618
2619 * pexecute.c: Conditionally include string.h.
5194cf08 2620 (fix_argv): Handle embedded whitespace in args for Mingw32.
aeecce42 2621
1eaf7d9c
KG
26222000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2623
2624 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
2625 we're using gcc.
2626
2627 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
2628
0fadedb2
GK
26291999-12-27 Geoff Keating <geoffk@cygnus.com>
2630
2631 * vasprintf.c (int_vasprintf): Don't re-read the format character
2632 as this mishandles strings like '%%s'.
2633
08230f26
MM
26341999-12-05 Mark Mitchell <mark@codesourcery.com>
2635
2636 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
2637 rather than struct splay_tree_node.
2638 (splay_tree_insert): Use struct splay_tree_s rather than struct
2639 splay_tree.
2640
6de9b8ff
PDM
2641Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
2642
2643 * hashtab.c (sys/types.h): File included.
2644
f3636679
JM
26451999-11-22 Jason Merrill <jason@casey.cygnus.com>
2646
2647 * strtoul.c, strtol.c, random.c: Remove advertising clause from
2648 BSD license, pursuant with
2649
2650 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2651
36dd3a44
JL
2652Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
2653
2654 * hashtab.c: Include stdio.h.
2655
6e300472
JL
2656Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
2657
2658 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
2659
df548dfc
PDM
2660Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
2661
2662 * xstrdup (sys/types.h): Include this file.
2663
2c375143
NS
26641999-10-28 Nathan Sidwell <nathan@acm.org>
2665
2666 * Makefile.in (SUBDIRS): New macro.
2667 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
2668 avoid multiple subdirectory cleaning.
2669 (*-subdir): Use SUBDIRS.
2670
a82cecda
JK
26711999-10-25 Jim Kingdon <http://developer.redhat.com/>
2672
2673 * cplus-dem.c: Move declarations of standard_symbol_characters and
2674 hp_symbol_characters inside #ifdef MAIN to avoid compiler
2675 warnings.
2676
ed38f5d5
ZW
26771999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
2678
2679 * hashtab.c (find_hash_table_entry): When returning a
2680 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
2681 (clear_hash_table_slot): New function which deletes an entry
2682 by its position in the table, not its value.
2683 (traverse_hash_table): New function which calls a hook
2684 function for every live entry in the table.
2685
b60fe4a7
MM
26861999-10-19 Mark Mitchell <mark@codesourcery.com>
2687
2688 * cplus-dem.c (INTBUF_SIZE): New macro.
2689 (string_append_template_idx): New function.
2690 (demangle_expression): Likewise.
2691 (demangle_integral_value): Use it.
2692 (demangle_real_value): New function, split out from ...
2693 (demangle_template_value_parm): ... here. Use
2694 string_append_template_idx. Use demangle_real_value.
2695 (demangle_template): Use string_append_template_idx.
2696 (demangle_qualified): Use consume_count_with_underscores.
2697 (get_count): Tweak formatting.
2698 (do_type): Use string_append_template_idx.
5194cf08 2699
3da5522a
KG
27001999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2701
2702 * calloc.c: Add a public domain notice.
2703
d7d36ea8
PDM
2704Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
2705
2706 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
2707
a2f945c6
VM
2708Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
2709
2710 * Makefile.in (CFILES): Add hashtab.c
2711 (REQUIRED_OFILES): Add hashtab.o
2712 (hashtab.o): Add dependencies.
2713 * hashtab.c: New file
2714
7f22ec2e
MK
2715Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
2716
2717 * basename.c (DIR_SEPARATOR): New macro.
2718 (DIR_SEPARATOR_2): Likewise.
2719 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
2720 (IS_DIR_SEPARATOR): Likewise.
2721 (main): Handle MSDOS style pathname.
2722
7c56a6ce
MM
27231999-10-11 Mark Mitchell <mark@codesourcery.com>
2724
2725 * cplus-dem.c (do_type): Handle pointer to member types whose
2726 enclosing classes have namespace scope.
2727
cd32188b
ME
2728Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
2729
2730 * config.table: Provide a backup shell for executing move-if-change.
2731
fc232f7a
MM
27321999-10-02 Mark Mitchell <mark@codesourcery.com>
2733
2734 * xmalloc.c (xmalloc): Fix spelling error.
2735 (xcalloc, xrealloc): Likewise.
2736
2a138827
KG
27371999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2738
2739 * cplus-dem.c (fancy_abort, demangle_integral_value,
2740 demangle_arm_hp_template, recursively_demangle,
2741 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
2742 (program_name, program_version, fatal): Constify a char*.
2743 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
2744 (main): Call return, not exit.
2745
5a657fc3
KG
27461999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2747
2748 * choose-temp.c: Remove obsolete comment about gcc.
2749 (make_temp_file): Constify a char*.
2750
33c5ddcd
KG
2751Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2752
2753 * xmemdup.c: Include sys/types.h.
2754
b10647f1
JG
27551999-09-07 Jeff Garzik <jgarzik@pobox.com>
2756
2757 * xmemdup.c: New xmemdup function.
2758 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
2759
3dd6c3af
LV
2760Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
2761
5194cf08 2762 * config.table: Add openedition target.
3dd6c3af
LV
2763 * config/mh-openedition: New file.
2764
19e28e2a
ME
2765Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
2766
2767 * pexecute.c (pexecute): Fill in temp_base when needed.
2768
4dfeccf9
RH
27691999-08-31 Richard Henderson <rth@cygnus.com>
2770
2771 * getpwd.c: Check HAVE_GETCWD before defining it away.
2772
4ac3cb83
KG
27731999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2774
2775 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
2776 (REQUIRED_OFILES): Add getpwd.o.
2777 (getpwd.o): Add target.
2778
2779 * configure.in (AC_PREREQ): Bump to 2.13.
2780 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
2781
2782 * getpwd.c: New file, moved here from gcc.
2783
e797ff70
KG
27841999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2785
2786 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
2787 comparing against a signed quantity.
2788 (arm_special): Likewise.
2789 (demangle_fund_type): Likewise.
2790 (do_hpacc_template_const_value): Mark parameter `work' with
5194cf08 2791 ATTRIBUTE_UNUSED.
e797ff70
KG
2792 (main): Constify variable `valid_symbols'.
2793
55247fce
PDM
2794Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
2795
2796 * strtoul.c (strtoul): Add parentheses around && within ||.
2797
76632dd0
DJ
2798Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
2799
2800 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
2801 libdir, libsubdir and tooldir.
2802
d080bbfa
MM
28031999-08-01 Mark Mitchell <mark@codesourcery.com>
2804
2805 * splay-tree.c (splay_tree_insert): Return the new node.
2806
a81c752a
RH
28071999-07-14 Richard Henderson <rth@cygnus.com>
2808
5194cf08 2809 * argv.c: Include stdlib.h and string.h instead of
a81c752a
RH
2810 prototyping directly.
2811 * choose-temp.c: Conditionally include string.h.
2812
8f1824d9
JM
28131999-07-12 Jason Merrill <jason@yorick.cygnus.com>
2814
2815 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
2816
652374d3
ILT
28171999-07-11 Ian Lance Taylor <ian@zembu.com>
2818
2819 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2820 warning.
2821
a4494286
JM
28221999-07-07 Jason Merrill <jason@yorick.cygnus.com>
2823
2824 * Makefile.in (needed-list): Only include stuff we actually need
2825 for libstdc++.
2826
90e72e20
AS
28271999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2828
2829 * configure.in (checkfuncs): Add gettimeofday.
2830 * config.in, configure: Regenerated.
2831
b569200e
MK
2832Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
2833
2834 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
2835 the test fails.
2836 * configure: Regenerate.
2837
73919448
MS
28381999-06-10 Mike Stump <mrs@wrs.com>
2839
2840 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
2841 parallel builds.
2842
fee9125c
KG
28431999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2844
2845 * putenv.c: Include ansidecl.h to define `const'.
2846 * setenv.c: Likewise.
2847
71cce721
MN
2848Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
2849
a7c9637f
JL
2850 * Makefile.in (CFILES): Add putenv.c and setenv.c.
2851 * configure.in (funcs): Add putenv and setenv.
2852 (AC_CHECK_FUNCS): Check for putenv and setenv.
2853 * configure: Rebuilt.
2854 * putenv.c setenv.c: New files.
2855
71cce721
MN
2856 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
2857 bytes of space using malloc.
2858
53504016
SG
2859Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
2860
2861 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
2862 the *mangled pointer beyond the end of the string. Clean up code to
2863 match prevailing coding style.
2864
34842539
MH
28651999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2866
2867 * tmpnam.c (L_tmpnam): Fix typo.
2868
3a08531d
ME
2869Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
2870
2871 * cplus-dem.c (standard_symbol_characters): Renamed from
2872 standard_symbol_alphabet. No longer modify TABLE.
2873 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
2874 modify TABLE.
2875 (main): Corresponding changes. Use strchr to determine if a
2876 character is valid.
2877
8db9d08b
JB
28781999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
2879
2880 * cplus-dem.c (main): Use table lookup to distinguish identifier
2881 characters from non-identifier characters.
2882 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
2883
6a071f4a
FF
2884Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
2885
2886 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
2887 * getruntime.c: Only attempt to include sys/resource.h and
2888 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
2889 are defined.
2890
7dd88617
DT
2891Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
2892
2893 * configure.in (alloca detection): Handle alloca directly for interix.
2894 * configure: Rebuilt.
2895
7a1528bc
MK
2896Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
2897
2898 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
2899
76409268
JB
29001999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
2901
2902 Fix from Dale Hawkins:
5194cf08 2903 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
76409268
JB
2904 reallocated properly if we use it again.
2905
2906 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
2907 stricter about syntax. Always null-terminate string.
2908
acbbd80a
MK
2909Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
2910
2911 * configure.in (checkfuncs): Check for sbrk.
2912 * config.in: Rebuilt.
2913 * configure: Likewise.
2914 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
2915
92523551
JB
29161999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
2917
2918 Fix from Marcus Daniels:
2919 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
2920 identifier looking for another underscore.
2921
36eb4217
MK
2922Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
2923
2924 * pexecute.c: Change all references to __UWIN__ to _UWIN.
2925 * xmalloc.c: Likewise.
2926 (xcalloc): UWIN has sbrk.
2927 (xrealloc): Fix guard macro.
2928
2c45d1a0
RH
29291999-04-11 Richard Henderson <rth@cygnus.com>
2930
2931 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
2932 or <alloca.h>.
2933 * clock.c (GNU_HZ): New definition.
2934 (clock): Use it.
2935 * getruntime.c: Likewise.
2936
2937 * config.table: Use mh-beos.
2938 * config/mh-beos: New file.
2939
391cdef0
MM
29401999-04-11 Mark Mitchell <mark@codesourcery.com>
2941
2942 * cplus-dem.c (demangle_template_value_parm): Handle
2943 pointers-to-members.
2944 (do_type): Handle template parameters as qualifiers.
2945
9d229989
JB
29461999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
2947
2948 * cplus-dem.c: Attempt to handle overflows in counts with some
2949 semblance of grace.
2950 (consume_count): Detect overflows. Return -1 to indicate errors,
2951 instead of zero.
2952 (demangle_template_value_parm, demangle_template): Handle change
2953 to consume_count's return convention.
2954
7c72138a
TT
29551999-04-05 Tom Tromey <tromey@cygnus.com>
2956
2957 * testsuite/regress-demangle: New file.
2958 * testsuite/demangle-expected: New file.
2959
2960 * Makefile.in (all, check, installcheck, info, install-info,
2961 clean-info, dvi, install, etags, tags, mostlyclean, clean,
2962 distclean, maintainer-clean, realclean): Depend on corresponding
2963 `-subdir' target.
2964 (all-subdir check-subdir installcheck-subdir info-subdir
2965 install-info-subdir clean-info-subdir dvi-subdir
2966 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
2967 distclean-subdir maintainer-clean-subdir): New target.
2968 * testsuite/Makefile.in: New file.
2969 * configure: Rebuilt.
2970 * configure.in: Create testsuite/Makefile.
2971
ae7f7270
MM
29721999-04-02 Mark Mitchell <mark@codesourcery.com>
2973
2974 * splay-tree.h (splay_tree_compare_pointers): Define.
2975
30f72379
MM
29761999-03-30 Mark Mitchell <mark@codesourcery.com>
2977
2978 * splay-tree.c (splay_tree_compare_ints): Define.
2979
4cc48683
TT
29801999-03-30 Tom Tromey <tromey@cygnus.com>
2981
2982 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
2983 don't advance input pointer.
2984 (demangle_class_name): If consume_count didn't find a count, do
2985 nothing. Don't bother with `strlen' sanity check; consume_count
2986 does it for us.
2987
3510075c
JL
29881999-03-16 Stan Shebs <shebs@andros.cygnus.com>
2989
2990 From Art Haas <ahaas@neosoft.com>:
2991 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
2992 when doing arm or hp style.
2993 (demangle_nested_args): Decr forgetting_types field when done.
5194cf08 2994
89f602a7
MK
2995Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
2996
2997 * pexecute.c (__CYGWIN32__): Rename to
2998 (__CYGWIN__): this.
2999 * xmalloc.c: Likewise.
3000
3001 Changes to support i386-pc-uwin.
3002 * configure.in (*-*-uwin*): Workaround for vfork bug.
3003 * configure: Regenerate.
3004 * pexecute.c (pexecute): Be like standard Unix.
3005 (pwait): Likewise.
3006 * xmalloc.c (first_break): Define.
3007 (xmalloc_set_program_name): Use.
3008 (xmalloc): Use.
3009
9346c824
FS
3010Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3011
3012 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
3013
3510075c
JL
3014Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
3015
3016 * config.table: Check cygwin*, not cygwin32*.
3017
8ec65f13
DB
3018Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
3019
3020 * Makefile.in: Change mkstemp -> mkstemps.
3021
687361c8
ME
3022Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
3023
3024 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
3025 * configure.in (funcs): Check for and conditionally add mkstemps to
3026 the list of functions libiberty will provide.
3027 * configure: Rebuilt.
5194cf08 3028
b207e09c
MK
3029Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
3030
5194cf08 3031 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
b207e09c
MK
3032 platforms that don't have HZ.
3033 * getruntime.c (HZ): Likewise.
3034
16b4c15e
RH
3035Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
3036
3037 * Makefile.in (xstrdup.o): Depend on config.h.
3038
38beb75c
UD
3039Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
3040
3041 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
3042 freeing it.
3043
7e4311a3
KG
3044Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3045
3046 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
3047
3510075c
JL
3048Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3049
3050 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
3051 splay-tree.o.
3052
30531999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
3054
3055 * configure.in: Require autoconf 2.12.1 or higher.
3056
fb9939b8
MM
30571998-12-30 Michael Meissner <meissner@cygnus.com>
3058
3059 * random.c (NULL): Don't redefine NULL if it is already defined.
3060
087aa398
KG
3061Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3062
3063 * argv.c (buildargv): Cast the result of alloca in assignment.
3064
3065 * choose-temp.c: Include stdlib.h.
38beb75c 3066
087aa398 3067 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
c4b9cfe0
AJ
3068 (snarf_numeric_literal): Constify first parameter.
3069 (code_for_qualifier): Avoid a gcc extension, make the parameter an
3070 int, not a char.
087aa398
KG
3071 (demangle_qualifier): Likewise.
3072 (demangle_signature): Cast the argument of a ctype function to
3073 unsigned char.
3074 (arm_pt): Add parens around assignment used as truth value.
3075 (demangle_arm_hp_template): Constify variable `args'.
3076 (do_hpacc_template_const_value): Cast the argument of a ctype
3077 function to unsigned char.
3078 (do_hpacc_template_literal): Remove unused variable `i'.
3079 (snarf_numeric_literal): Constify parameter `args'.
3080 Cast the argument of a ctype function to unsigned char.
3081
3082 * floatformat.c (floatformat_to_double): Add explicit braces to
c4b9cfe0 3083 avoid ambiguous `else'.
38beb75c 3084
087aa398 3085 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
c4b9cfe0
AJ
3086 `cstart' and `cend' to unsigned char. Cast the argument of macro
3087 `FOLD', which uses ctype functions, to unsigned char.
087aa398
KG
3088
3089 * objalloc.c (free): Add prototype.
3090
21f2174d
HPN
3091Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
3092
3093 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
3094
3510075c
JL
3095Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
3096
3097 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
c4b9cfe0 3098 doesn't exist.
3510075c 3099 (do_hpacc_template_literal): remove unused variable `i'.
5194cf08 3100
e8fc8222
AM
3101Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
3102
3103 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
3104 bumping the pointer we read from. Also prepend these codes,
3105 as we do in other places.
3106
3510075c
JL
31071998-12-18 Nick Clifton <nickc@cygnus.com>
3108
3109 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
3110 'const char *' in order to match its usage when calling siblings.
3111 (snarf_numeric_literal): Make first arg 'const char **' in order
3112 to match usage.
11a0bb74 3113
f4f30aa1
JL
3114Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3115
11a0bb74
KG
3116 * choose-temp.c: Don't check IN_GCC anymore.
3117
3118 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
3119 * memchr.c (memchr): Likewise.
3120 * memcpy.c (memcpy): Likewise.
3121 * memmove.c (memmove): Likewise.
38beb75c 3122
11a0bb74
KG
3123 * mkstemp.c: Don't check IN_GCC anymore.
3124 * pexecute.c: Likewise.
3125 * splay-tree.c: Likewise.
38beb75c 3126
11a0bb74
KG
3127 * strchr.c (strchr): Use `const', not `CONST'.
3128 * strrchr.c (strrchr): Likewise.
3129 * strtol.c (strtol): Likewise.
3130 * strtoul.c (strtoul): Likewise.
3131
70d5ccef
DT
3132Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
3133 Elena Zannoni <ezannoni@cygnus.com>
3134 Stan Shebs <shebs@cygnus.com>
3135 Edith Epstein <eepstein@cygnus.com>
3136 Andres MacLeod <amacleod@cygnus.com>
3137 Satish Pai <pai@apollo.hp.com>
3138
3139 * HP aCC demangling support.
3140 * cplus-dem.c
3141 (main): Remove default to HP style demangling, set to EDG
c4b9cfe0
AJ
3142 demangling correctly when -edg specified; set the demangling style
3143 when user specifies 'edg'. Set strip_underscore to
3144 prepends_underscore, if not HPUXHPPA. Set
3145 current_demangling_style to hp_demangling if HPUXHPPA. Set
3146 current demangling style correctly if the switch is hp. Read
3147 label correctly also in the HP style case.
70d5ccef 3148 (work_stuff): add temp_start field; add field for volatile member
c4b9cfe0 3149 function.
70d5ccef 3150 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
c4b9cfe0 3151 style for this case is the same as ARM.
70d5ccef
DT
3152 (demangle_args): handle EDG_DEMANGLING style; support HP style.
3153 (demangle_arm_hp_template): new function. (It was
c4b9cfe0
AJ
3154 demangle_arm_pt.); check and set value of temp_start field in
3155 multiple places. Also, when ceching for end of template args,
3156 check to see if at end of static member of template class.
70d5ccef 3157 (demangle_class): new local variable : save_class_name_end Don't
c4b9cfe0 3158 include template args in string defining class.
70d5ccef
DT
3159 (demangle_class_name): use demangel_arm_hp_template.
3160 (demangle_function_name): handle case where demangling style is
c4b9cfe0
AJ
3161 HP_DEMANGLING and currently point at an 'X' in the mangled name.
3162 Handle EDG_DEMANGLING style. Handle constructor and destructor
3163 ops for HP style.
70d5ccef 3164 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
c4b9cfe0
AJ
3165 styles. global destructor and constructor for HP style are same
3166 as for ARM style. Same for local variables.
70d5ccef
DT
3167 (demangle_qualified): handle EDG_DEMANGLING style.
3168 (demangle_signature): add case for volatile member function. For
c4b9cfe0
AJ
3169 cases '1' - '9' : initialize the temp_start field to -1 and handle
3170 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
3171 and AUTO_DEMANGLING styles. If expecting a function and managed
3172 to demangle the funct args, then handle the LUCID_DEMANGLING,
3173 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
3174 class name after "Lnnn_ in HP style case. HP style too needs to
3175 forget types. _nnn is OK for HP style, so don't report failure.
70d5ccef 3176 (do_hpacc_template_const_value): new function. Handle template's
c4b9cfe0 3177 value param for HP/aCC.
70d5ccef 3178 (do_hpacc_template_literal): new function. Handle a template's
c4b9cfe0 3179 literal parameter for HP aCC.
70d5ccef
DT
3180 (recursively_demangle): new function
3181 (snarf_numeric_literal): new function.
3182 (usage): add 'edg' to the list of demangling styles; add hp switch
c4b9cfe0 3183 to message.
70d5ccef 3184
8d525fa8
CF
3185Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
3186
3187 * pexecute.c: Remove obsolete ifdefed cygwin code.
3188
9b1a92d8
KG
3189Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3190
3191 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
3192 * cplus-dem.c: Likewise. Conform to libiberty.h.
3193 * pexecute.c: Likewise.
3194 * splay-tree.c: Likewise.
3195
c85c3232
MS
31961998-11-25 Mike Stump <mrs@wrs.com>
3197
3198 * Makefile.in (splay-tree.o): Add config.h dependency.
3199
35a6cd99
KG
3200Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3201
3202 * configure.in: Use AC_PREREQ(2.12.1).
3203
6e6e34b7
BK
32041998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
3205
5194cf08 3206 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
6e6e34b7 3207
59b67c11
JL
3208Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
3209
3210 * mpw.c (mpw_access): Add missing parens.
3211
a6458d1d
KG
3212Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3213
3214 * configure.in: Call AC_HEADER_SYS_WAIT.
3215
3216 * pexecute.c: Include sys/wait.h when !IN_GCC.
3217
3510075c
JL
3218Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
3219
3220 * pexecute.c: revert back to checking old Cygwin
3221 preprocessor symbol until some time has passed.
3222
3223Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
3224
3225 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
3226 since it will now support similar constructs.
3227
a9acf741
KG
3228Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3229
3230 * configure.in: Check for calloc.
3231
3232 * calloc.c: New file.
3233
3234 * xmalloc.c (xcalloc): New function.
3235
a49fb37a
AM
3236Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
3237
3238 *cplus-dem.c (demangle_prefix): Use the last "__"
3239 in the mangled name when looking for the signature. This allows
3240 template names to begin with "__".
3241
0e714131
MM
32421998-11-08 Mark Mitchell <mark@markmitchell.com>
3243
ec2288ff
MM
3244 * cplus-dem.c (type_kind_t): Add tk_reference.
3245 (demangle_template_value_parm): Handle it.
3246 (do_type): Use it for references, instead of tk_pointer.
3247
0e714131
MM
3248 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
3249 not internal_cplus_demangle.
3250
2931b6d4
KG
3251Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3252
3253 * choose-temp.c: Don't include gansidecl.h.
3254 * mkstemp.c: Likewise.
3255 * pexecute.c: Likewise.
3256
dd8f3ed5
GN
3257Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
3258
5194cf08
ZW
3259 * configure.in: detect cygwin* instead of cygwin32*
3260 * configure: regenerate
dd8f3ed5 3261
c5f7c445
KG
3262Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3263
3264 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
c4b9cfe0
AJ
3265 whether to include config.h. Possibly include unistd.h in the
3266 !IN_GCC case. Define VFORK_STRING as a printable function call
3267 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
3268 defined, include vfork.h. If VMS is defined, define vfork()
3269 appropriately. Remove vfork check on USG, we're using autoconf.
3270 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
3271 locally what string to use.
c5f7c445 3272
ad3ef78e
MM
32731998-10-26 Mark Mitchell <mark@markmitchell.com>
3274
3275 * splay-tree.c: Tweak include directives to make sure declarations of
3276 xmalloc and free are available.
3277
224301c1
MM
32781998-10-25 Mark Mitchell <mark@markmitchell.com>
3279
3280 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
3281 anonymous namespaces.
38beb75c 3282
d9db46fd
MM
32831998-10-23 Mark Mitchell <mark@markmitchell.com>
3284
3285 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
3286 with type_quals.
3287 (TYPE_UNQUALIFIED): New macro.
3288 (TYPE_QUAL_CONST): Likewise.
3289 (TYPE_QUAL_VOLATILE): Likewise.
3290 (TYPE_QUAL_RESTRICT): Likewise.
3291 (code_for_qualifier): New function.
3292 (qualifier_string): Likewise.
3293 (demangle_qualifier): Likewise.
3294 (internal_cplus_demangle): Use them.
3295 (demangle_signature): Likewise.
3296 (demangle_template_value_parm): Likewise.
3297 (do_type): Likewise.
3298 (demangle_fund_type)): Likewise.
224301c1 3299
b056ad1c
KG
3300Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3301
3302 * splay-tree.c (splay_tree_foreach_helper): Make definition static
3303 to match prototype.
3304
ed87f9c8
MM
33051998-10-21 Mark Mitchell <mark@markmitchell.com>
3306
3307 * splay-tree.c: New file.
3308 * Makefile.in (CFILES): Add it.
3309 (REQUIRED_OFILES): Likewise.
3310 (splay-tree.o): Add dependencies.
3311
e0c13971
AS
3312Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3313
3314 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
3315 range of 'K' index.
3316
91e0f659
KG
3317Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3318
3319 * choose-temp.c: Prototype mkstemps() when IN_GCC.
3320
3321 * cplus-dem.c (consume_count): Cast argument of ctype macro to
3322 `unsigned char'.
3323 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
3324 comparing against one.
3325 (cplus_mangle_opname): Likewise.
3326 (demangle_integral_value): Cast argument of ctype macro to
3327 `unsigned char'.
3328 (demangle_template_value_parm): Likewise.
3329 (demangle_template): Initialize variable `bindex'. Cast the
3330 result of `strlen' to (int) when comparing against one. Remove
3331 unused variable `start_of_value_parm'.
3332 (demangle_class_name): Cast the result of `strlen' to (int) when
3333 comparing against one.
3334 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
3335 (gnu_special): Likewise. Cast the result of `strlen' to (int)
3336 when comparing against one.
3337 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
3338 (get_count): Likewise.
3339 (do_type): Likewise. Cast the result of `strlen' to (int) when
3340 comparing against one.
3341 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
3342 (demangle_function_name): Cast the result of `strlen' to (int)
3343 when comparing against one.
3344
3345 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
3346 comparing against one.
3347
73aeb2ff
JL
3348Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
3349
5194cf08
ZW
3350 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
3351 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
3352 * config.in, configure: Rebuilt.
ae76f1be 3353
73aeb2ff
JL
3354 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
3355 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
3356 * config.in, configure: Rebuilt.
3357
dd8f3ed5
GN
3358Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
3359
5194cf08 3360 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
dd8f3ed5 3361
f77d8413
MT
3362Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
3363
3364 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
3365
ca6b370d
JL
3366Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
3367
3368 * Merge egcs & devo libiberty.
3369
ab4856b1
ML
3370