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