]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
PR c++/19149
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
c6af84ca 12004-12-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR bootstrap/19072
4 * Makefile.in (enable_shared): New substitute.
5 (LTTARGETLIB): New.
6 (PREFIXTARGETLIB): New.
7 (LTTESTLIB): New.
8 (PREFIXTESTLIB): New.
9 (CCLD): New.
10 (LINK): New.
11 ($(TARGETLIB)): Use $(LINK) to create libraries and create
12 targets by hand.
13 ($(TESTLIB)): Likewise.
14 (mostlyclean): Don't remove .libs. Remove the libtool object
15 directory.
16
17 * config.table (enable_shared): Removed.
18
19 * configure.ac (enable_static): Set to yes.
20 (AC_PROG_LIBTOOL): Removed.
21 (AM_DISABLE_SHARED): Uncommented.
22 (AM_PROG_LIBTOOL): Likewise.
23 (LIBOBJS): Add `./' to avoid VPATH.
24 (LTLIBOBJS): Likewise.
25 (enable_shared): Substitute.
26 * configure: Regenerated.
27
0bc5435c 282004-12-18 H.J. Lu <hongjiu.lu@intel.com>
29
30 * Makefile.in (top_builddir): Set to `.'.
31 (OUTPUT_OPTION): Removed.
32 (LIBTOOL): New.
33 (LTLIBOBJS): New.
34 (EXTRA_LTOFILES): New.
35 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
36 (all): Remove stamp-picdir.
37 (LTCOMPILE): New.
38 (.c.lo): New rule.
39 (REQUIRED_LTOFILES): New.
40 (CONFIGURED_LTOFILES): New.
41 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
42 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
43 (stamp-picdir): Completely removed.
44 (maint-missing): Pass $(REQUIRED_LTOFILES)
45 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
46 $(CONFIGURED_OFILES)
47 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
48 $(CONFIGURED_LTOFILES).
49 (mostlyclean): Also remove *.lo .libs.
50 Run "make maint-deps".
51
52 * aclocal.m4: Include ../libtool.m4.
53
54 * config.table: Don't check --enable-shared.
55
56 * configure.ac (AC_PROG_LIBTOOL): Add.
57 (AC_PROG_CC_C_O): Removed.
58 (OUTPUT_OPTION): Removed.
59 (NO_MINUS_C_MINUS_O): Removed.
60 (ltpexecute): New substitute.
61 (LIBOBJS): Cleanup.
62 * configure: Regenerated.
63
64 * maint-tool: Updated for .lo/libtool.
65
4927c18d 662004-12-11 Ben Elliston <bje@au.ibm.com>
67
68 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
69 * configure: Regenerate.
70 * config.in: Likewise.
71
7fcf5937 722004-12-07 DJ Delorie <dj@redhat.com>
73
74 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
75 that recursion (and thus large stack space) is not needed.
76
8682c630 772004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
78
79 * pex-unix.c: Fix the spelling of longjmp.
80
0aef8b79 812004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
82
83 PR other/18623
84 * cp-demangle.c (d_call_offset): Remove useless local variables
85 offset and virtual_offset.
86 * cplus-dem.c (ada_demangle): Remove useless local variable
87 at_start_name.
88 (demangle_template): Remove useless local variable start.
89
ad1a4db8 902004-11-19 Roger Sayle <roger@eyesopen.com>
91
92 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
93 "ansidecl.h" to avoid redeclaration errors with native compilers.
94 * regex.c: Protect config.h from multiple inclusion.
95
f6069ff0 962004-11-12 Mike Stump <mrs@apple.com>
97
52ae5fe7 98 * Makefile.in (libiberty.html): Fix html generation.
99
6f2cd531 1002004-09-08 Adam Nemet <anemet@lnxw.com>
101
102 * vasprintf.c: Accept __va_copy in addition to va_copy.
103
b279e2c1 1042004-09-03 Paolo Bonzini <bonzini@gnu.org>
105
106 * configure: Regenerate.
107
ee0c04f5 1082004-09-02 Paolo Bonzini <bonzini@gnu.org>
109
110 * configure.ac: Do not enable multilibs for build-side libiberty.
111
c295e612 1122004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
113
114 * lrealpath.c (lrealpath): Add _WIN32 support.
115
78f7fe68 1162004-06-28 Zack Weinberg <zack@codesourcery.com>
117
118 * cp-demangle.h: Declare cplus_demangle_operators,
119 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
120 cplus_demangle_type as static if IN_GLIBCPP_V3.
121
a2e044d6 1222004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
123
124 PR other/16240
125 * cp-demangle.c (d_expr_primary): Check for a failure return from
126 cplus_demangle_type.
16795cfb 127 * testsuite/demangle-expected: Add test case.
a2e044d6 128
155c5d86 1292004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
130
131 * pex-win32.c (fix_argv): Expand comment.
132
428b4753 1332004-05-25 Daniel Jacobowitz <drow@false.org>
134
135 * Makefile.in: Add .NOEXPORT.
136
767efd18 1372004-04-29 Douglas B Rupp <rupp@gnat.com>
138
139 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
140 copyright.
141
b6b1fbb6 1422004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
143
144 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
145 * configure: Regenerate.
146
6c13736f 1472004-04-22 Richard Henderson <rth@redhat.com>
148
149 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
150 (CHAR_BIT): Provide default.
151 (struct prime_ent, prime_tab): New.
152 (higher_prime_index): Rename from higher_prime_number, return index.
153 (htab_mod_1): New.
154 (htab_mod, htab_mod_m2): Use it.
155 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
156 (htab_expand): Likewise.
157 * configure.ac: Check for stdint.h.
158 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
159 * config.in, configure: Rebuild.
160
4d0c11d1 1612004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
162
163 * strerror.c: Include config.h, and redefine sys_nerr and
164 sys_errlist, before including ansidecl.h and libiberty.h.
165
14c235d9 1662004-04-13 Jeff Law <law@redhat.com>
167
168 * hashtab.c (htab_remove_elt_with_hash): New function.
169 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
170
dd070f65 1712004-03-31 Richard Henderson <rth@redhat.com>
172
173 * hashtab.c (htab_size): Move to top of file; mark inline.
174 (htab_elements): Likewise.
175 (htab_mod, htab_mod_m2): New.
176 (htab_delete): Refactor htab->size and htab->entries.
177 (htab_empty): Likewise.
178 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
179 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
180 (htab_clear_slot): Use htab_size, htab_elements.
181 (htab_traverse_noresize, htab_traverse): Likewise.
182
fa714a54 1832004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
184
e1e51a4a 185 * pex-unix.c (pexecute): Use vfork instead of fork, with
186 appropriate changes to make this safe.
187 * pex-common.h (STDERR_FILE_NO): Define.
188
fa714a54 189 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
190 an 80 column screen. Run maint-deps.
191
7f759422 1922004-03-09 Kelley Cook <kcook@gcc.gnu.org>
193
194 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
195 * acconfig.h: Delete redundant file.
196 * config.in: Regenerate.
197 * configure: Regenerate.
198
ac09b42b 1992004-03-09 Hans-Peter Nilsson <hp@axis.com>
200
201 * configure: Regenerate for config/accross.m4 correction.
202
daf4fdb0 2032004-03-07 Andreas Jaeger <aj@suse.de>
204
205 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
206 prototypes.
207 (main): Initialize style.
208
6ff4434d 2092004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
210
a86aec34 211 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
212 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
213 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
214 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
215 short types to D_PRINT_DEFAULT. Change other integer types to use
216 new D_PRINT_* values where appropriate. Change float types to
217 D_PRINT_FLOAT.
218 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
219 values.
220 * testsuite/demangle-expected: Adjust two test cases.
221
222 * cp-demangle.c (d_print_function_type): Print a space before the
223 parenthesis around the function type in more cases.
224 * testsuite/demangle-expected: Adjust one test case.
225
1649ae17 226 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
227 parentheses around a cast.
228 * testsuite/demangle-expected: Adjust two test cases to match new
229 output.
230
d87adc77 231 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
232
6ff4434d 233 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
234 push more than one of the same CV-qualifier on the top of the
235 stack.
236 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
237 move the CV-qualifiers to apply to the element type instead.
238 (d_print_array_type): When checking the modifiers, keep looking
239 past ones which have been printed already.
240 * testsuite/demangle-expected: Add three test cases.
241
0765a988 2422004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
243
f356b171 244 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
245 empty string correctly.
246
dbe9febb 247 * cp-demangle.c (__cxa_demangle): It is not an error if status is
248 not NULL. It is an error if the mangled name is the same as a
249 built-in type name.
250 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
251 than cplus_demangle_v3.
252
0765a988 253 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
254 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
255
b8f2aeef 2562004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
257
258 * regex.c: Include <ansidecl.h>.
259 (regcomp): Cast i to int.
260 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
261
bcf8d2c0 2622004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
263
264 * configure.ac: Add m4_pattern_allow(LIBOBJS).
265 * configure: Regenerate.
266
acecd7dc 2672004-01-22 DJ Delorie <dj@redhat.com>
268
269 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
270 with explicit build rules.
271 (VPATH): Remove.
272 (.c.o): Poison.
273 * configure.ac (pexecute, LIBOBJS): Add ./ .
274 * maint-tool: Build dependencies with explicit rules.
275
37350d39 2762004-01-15 Kazu Hirata <kazu@cs.umass.edu>
277
278 * strdup.c (strdup): Constify the argument.
279
2ee927a4 2802004-01-14 Loren J. Rittle <ljrittle@acm.org>
281
282 * Makefile.in (distclean): Remove config.cache.
283
a79e1701 2842004-01-13 Daniel Jacobowitz <drow@mvista.com>
285
286 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
287 takes two parameters.
288 * cp-demint.c (cplus_demangle_fill_component): Likewise.
289
f95cb811 2902004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
291
292 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
293 defined, rename some functions which are to become static via
294 #define.
295 (CP_STATIC_IF_GLIBCPP_V3): Define.
296 (struct d_operator_info): Move definition to cp-demangle.h, and
297 rename to demangle_operator_info. Change all uses.
298 (enum d_builtin_type_print): Move definition to cp-demangle.h.
299 (struct d_builtin_type_info): Move definition to cp-demangle.h,
300 and rename to demangle_builtin_type_info. Change all uses.
301 (enum d_comp_type): Move definition to include/demangle.h, and
302 rename to demangle_component_type, and change all enums to start
303 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
304 (struct d_comp): Move definition to include/demangle.h, and rename
305 to demangle_component. Change all uses.
306 (struct d_info): Move definition to cp-demangle.h.
307 (cplus_demangle_fill_name): New function.
308 (cplus_demangle_fill_extended_operator): New function.
309 (cplus_demangle_fill_ctor): New function.
310 (cplus_demangle_fill_dtor): New function.
311 (d_make_empty): Remove type parameter. Change all callers.
312 (d_make_name): Use cplus_demangle_fill_name.
313 (d_make_extended_operator): Use
314 cplus_demangle_fill_extended_operator.
315 (d_make_ctor): Use cplus_demangle_fill_ctor.
316 (d_make_dtor): Use cplus_demangle_fill_dtor.
317 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
318 non-static by default. Change all callers.
319 (cplus_demangle_operators): Rename from d_operators. Change all
320 uses. Make non-static by default. Add sentinel at end of array.
321 (d_operator_name): Adjust initialization of high for new sentinel
322 in cplus_demangle_operators.
323 (cplus_demangle_builtin_types): Rename from d_builtin_types.
324 Change all uses. Make non-static by default. Change initializer
325 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
326 (cplus_demangle_type): Rename from d_type. Make non-static by
327 default. Change all callers.
328 (cplus_demangle_init_info): Rename from d_init_info. Make
329 non-static by default. Change all callers.
330 * cp-demangle.h: New file.
331 * cp-demint.c: New file.
332 * Makefile.in: Rebuild dependencies.
333 (CFILES): Add cp-demint.c.
334 (REQUIRED_OFILES): Add cp-demint.o.
335
a1e9c76c 3362004-01-09 Kelley Cook <kcook@gcc.gnu.org>
337
338 * configure.in: Rename file to ...
339 * configure.ac: ... this.
340 * Makefile.in: Update a comment for above change.
341 * README: Likewise.
342 * config.in: Regenerate.
343
f2c17d01 3442004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
345
346 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
347 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
348 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
349 demangling template parameters.
350 * testsuite/test-demangle.c (fail): New static function.
351 (main): Support new options in input file: --no-params,
352 --is-v3-ctor, and --is-v3-dtor.
353 * testsuite/demangle-expected: Add --no-params to most tests, and
354 add the correct result when parameters are not demangled. Add
355 some simple tests for V3 constructor/destructor recognition.
356
a5731f2a 3572003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
358
359 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
360
7b2b97f9 3612003-12-22 Daniel Jacobowitz <drow@mvista.com>
362
363 PR debug/13272
364 * Makefile.in (lbasename.o): Depend on filenames.h.
365 * lbasename.c: Include "filenames.h" instead of defining
366 its macros locally.
367
2c0843db 3682003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
369
370 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
371 dynamic arrays.
372 (struct d_operator_info): Add len field.
373 (struct d_builtin_type_info): Add len and java_len fields.
374 (struct d_standard_sub_info): Add simple_len, full_len, and
375 set_last_name_len fields.
376 (struct d_comp): Add len field to s_string.
377 (struct d_info): Add send, did_subs, and expansion fields.
378 (d_append_string_constant): Define.
379 (d_append_string): Remove. Change all users to use
380 d_append_string_constant or d_append_buffer instead.
381 (d_make_sub): Add len parameter. Change all callers.
382 (d_name): Increase expansion when substituting std::.
383 (d_unqualified_name): Increase expansion for an operator.
384 (d_number): Don't use multiplication for negative numbers.
385 (d_identifier): Make sure there are enough characters in the
386 string for the specified length. Adjust expansion for an
387 anonymous namespace.
388 (d_operators): Initialize len field.
389 (d_special_name, d_ctor_dtor_name): Increase expansion.
390 (d_builtin_types): Initialize len and java_len fields.
391 (d_type): Increase expansion for a builtin type.
392 (d_cv_qualifiers): Increase expansion for each qualifier.
393 (d_bare_function_type): Decrease expansion when removing single
394 void parameter.
395 (d_template_param): Increment did_subs.
396 (d_expression): Increase expansion for an operator.
397 (d_expr_primary): Decrease expansion for a type we will print
398 specially.
399 (standard_subs): Initialize new fields.
400 (d_substitution): Increment did_subs when doing a normal
401 substitution. Increase expansion for a special substitution.
402 (d_print): Add estimate parameter. Change all callers.
403 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
404 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
405 (d_print_java_identifier): Rename from d_print_identifier. Handle
406 only Java case. Change caller.
407 (d_init_info): Change return type to void. Change all callers.
408 Initialize send, did_subs, and expansion fields. Do not
409 initialize comps and subs fields.
410 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
411 arrays on stack. Make an estimate of the length of the demangled
412 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
413 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
414 subs arrays on stack.
415
abe6933a 4162003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
417
418 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
419 after the identifier.
420 * testsuite/demangle-expected: Add test case.
421
77097adf 4222003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
423
424 Fix for PR c++/13447:
425 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
426 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
427 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
428 D_COMP_QUAL_NAME.
429 (is_ctor_or_dtor): Likewise.
430 (d_local_name): Use D_COMP_LOCAL_NAME rather than
431 D_COMP_QUAL_NAME.
432 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
433 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
434 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
435 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
436 * testsuite/demangle-expected: Add two test cases.
437
438 * cp-demangle.c (d_print_function_type): Clear the global modifier
439 list when printing the modifiers, not just when printing the
440 function parameters.
441 * testsuite/demangle-expected: Add two test cases.
442
08d5ae10 4432003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
444
8ef443ab 445 * cp-demangle.c (d_print_function_type): Print the function
446 parameters with no modifiers.
447 * testsuite/demangle-expected: Add test case.
448
08d5ae10 449 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
450 expect that we've read the entire string.
451 (is_ctor_or_dtor): Don't expect that we've read the entire
452 string--reverse patch of 2003-11-29.
453
11037b2e 4542003-12-15 Brendan Kehoe <brendan@zen.org>
455
456 * libiberty/Makefile.in (floatformat.o): Add dependency on
457 config.h to accompany change of 2003-12-03.
458
b69d25f7 4592003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
460
461 Fix handling of constructor/destructor of standard substitution:
462 * cp-demangle.c (struct d_standard_sub_info): Define.
463 (d_substitution): Add prefix argument. Change all callers.
464 Rework handling of standard substitutions to print full name when
465 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
466 * testsuite/demangle-expected: Add test case.
467
468 Fix handling of negative literal constants:
469 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
470 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
471 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
472 (d_print_comp): Handle D_COMP_LITERAL_NEG.
473 * testsuite/demangle-expected: Add test case.
474
3c87c5c3 4752003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
476
477 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
478 (d_last_char): Define new macro.
479 (d_make_name): Reject an empty name.
480 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
481 (d_substitution, d_print_identifier): Likewise.
482 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
483 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
484 (d_print_mod) Use new d_last_char macro.
485 (d_print_cast): Use new d_last_char macro.
486 (is_ctor_or_dtor): Don't leak memory.
487
488 Fix handling of member function modifiers:
489 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
490 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
491 (d_dump): Dump new d_comp_type values.
492 (d_make_comp): Accept new d_comp_type values.
493 (has_return_type): Only accept _THIS variants of qualifiers.
494 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
495 qualifiers.
496 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
497 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
498 qualifiers and printing them at the end, add _THIS qualifiers to
499 the modifier list.
500 (d_print_comp) [D_COMP_*_THIS]: New cases.
501 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
502 qualifiers.
503 (d_print_mod_list): Add suffix parameter. Change all callers.
504 Keep walking the list even if the current modifier has been
505 printed.
506 (d_print_mod): Handle new _THIS qualifiers.
507 (d_print_function_type): Handle new _THIS qualifiers when deciding
508 whether to print a parenthesis. Put a space before the
509 parenthesis in some cases. Call d_print_mod_list again at the
510 end, passing suffix as 1.
511 (is_ctor_or_dtor): Look for new _THIS qualifiers.
512 * testsuite/demangle-expected: Add test case.
513
514 Fix for PR gcc/13304:
515 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
516 before the '<' is itself a '<', insert a space.
517 (d_print_cast): Likewise.
518 * testsuite/demangle-expected: Add test case.
519
520 Fix for PR gcc/13244:
521 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
522 which uses the '>' operator in an extra layer of parens.
523 * testsuite/demangle-expected: Add test case.
524
fa152dff 5252003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
526
527 * floatformat.c: Include "config.h" and <string.h> if available.
528 (INFINITY, NAN): Define if not defined by <math.h>.
529 (floatformat_to_double): Handle NaN, infinity, and denormalized
530 numbers.
531 (floatformat_from_double): Likewise.
532 (ieee_test): In debugging code, use little endian rather than big
533 endian. Correct tests to handle NaN and to check correct sign of
534 zero. Omit m68k extended test.
535 (main): Add more debugging cases.
536
72983aaa 5372003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
538
539 * cp-demangle.c (d_demangle): Only return success if we consumed
540 the entire demangled string.
541 (is_ctor_or_dtor): Likewise.
542
543 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
544 to restore expected result of EDG test case to original expected
545 result.
546
c1ea6f0c 5472003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
548
549 * cp-demangle.c (struct d_print_mod): Add templates field.
550 (d_make_builtin_type): Check for NULL type.
551 (d_make_extended_operator): Check for NULL name.
552 (d_make_ctor, d_make_dtor): Likewise.
553 (d_mangled_name): Add top_level parameter. Change all callers.
554 (d_encoding): If DMGL_PARAMS is not set, strip off initial
555 CV-qualifiers.
556 (d_type): Check some return values we rely on.
557 (d_bare_function_type, d_array_type): Likewise.
558 (d_pointer_to_member_type, d_template_args): Likewise.
559 (d_add_substitution): Fail if argument is NULL.
560 (d_print_resize): Check whether buf is NULL.
561 (d_print_comp): Save current templates list with each modifier.
562 Don't pass the modifier list down when printing a template.
563 (d_print_cast): Don't pass the modifier list down when printing a
564 template.
565 (d_print_mod_list): Temporarily set templates list while printing
566 a modifier.
567 (d_print_mod): Check that buf is not NULL before using it.
568 (d_print_function_type): Print parens if there is no modifier.
569 (d_init_info): Permit as many substitutions as there are
570 characters in the mangled name.
571 * testsuite/demangle-expected: Add two new test cases.
572
8a238b4d 5732003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
574
575 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
576 d_demangle.
577
55faa696 5782003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
579
580 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
581 callers.
582 (print_usage): Display new -p option.
583 (long_options): Add --no-params.
584 (main): Accept and handle -p.
585
7522af2a 5862003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
587
588 * cp-demangle.c (has_return_type): Skip qualifiers when checking
589 whether we have a template.
590 * testsuite/demangle-expected: Add four new tests.
591
1b4974e7 5922003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
593
3365aca7 594 * testsuite/demangle-expected: Minor changes to match output of
595 new demangler: adjust whitespace in four tests, and change order
596 of qualifiers in one test.
597
1b4974e7 598 * cp-demangle.c: Complete rewrite.
599
c8f6de64 6002003-11-19 Mark Mitchell <mark@codesourcery.com>
601
602 * cp-demangle.c (demangle_type): Correct thinko in substitution
603 processing.
604
0d45f4fe 6052003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
606
6b45c28d 607 * cp-demangle.c (demangle_operator_name): Remove space before
608 "sizeof".
609 (demangle_type_ptr): Put qualifiers in the right place. Handle
610 qualifiers in pointer to member specially.
611 (demangle_type): Handle qualifiers for pointer or reference
612 specially. Handle function type.
613 (demangle_local_name): Save and restore caret around demangling of
614 initial encoding.
615
28277092 616 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
617 cplus_demangle.
618
0d45f4fe 619 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
620
04bf85aa 6212003-10-31 Andreas Jaeger <aj@suse.de>
622
623 * floatformat.c (floatformat_always_valid): Add unused attribute.
624
82ac7060 6252003-10-30 Josef Zlomek <zlomekj@suse.cz>
626
627 Jan Hubicka <jh@suse.cz>
628 * vasprintf.c (int_vasprintf): Pass va_list by value.
629 Use va_copy for copying va_list.
630 (vasprintf): Pass va_list by value.
631
f324afe5 6322003-10-30 Josef Zlomek <zlomekj@suse.cz>
633
634 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
635 instead of increasing n_elements when inserting to deleted slot.
636
147ca737 6372003-10-20 J. Brobecker <brobecker@gnat.com>
638
639 * cplus-dem.c (demangle_template): Register a new Btype only
640 when needed.
641 * testsuite/demangle-expected: Add a new test.
642
12440823 6432003-10-16 H.J. Lu <hongjiu.lu@intel.com>
644
645 * testsuite/demangle-expected: Update the expected output of
646 _GLOBAL__I__Z2fnv.
647
c5eb53ab 6482003-10-02 Daniel Jacobowitz <drow@mvista.com>
649
650 * strerror.c: Revert last change. Declare static sys_nerr
651 and sys_errlist using different names.
652
704579f5 6532003-10-01 Daniel Jacobowitz <drow@mvista.com>
654
655 * strerror.c: Don't provide or reference sys_errlist if
656 strerror is available.
657
40a84a93 6582003-10-01 H.J. Lu <hongjiu.lu@intel.com>
659
660 * configure.in: Check if $MAKEINFO is missing.
661 * configure: Regenerated.
662
90305aaf 6632003-09-24 Daniel Jacobowitz <drow@mvista.com>
664
665 * configure.in: Use AC_PROG_CPP_WERROR.
666 * configure: Regenerated.
667
63cb126c 6682003-09-22 Andrew Cagney <cagney@redhat.com>
669
670 * floatformat.c (floatformat_i387_ext_is_valid): New function.
671 (floatformat_always_valid): New function.
672 (floatformat_i387_ext): Initialize new "is_valid" field to
673 "floatformat_i387_ext_is_valid".
674 (floatformat_ieee_single_little): Initialize "is_valid" field to
675 floatformat_always_valid.
676 (floatformat_ieee_double_big): Ditto.
677 (floatformat_ieee_double_little): Ditto.
678 (floatformat_ieee_double_little): Ditto.
679 (floatformat_ieee_double_littlebyte_bigword): Ditto.
680 (floatformat_i960_ext): Ditto.
681 (floatformat_m88110_ext): Ditto.
682 (floatformat_m88110_harris_ext): Ditto.
683 (floatformat_arm_ext_big): Ditto.
684 (floatformat_arm_ext_littlebyte_bigword): Ditto.
685 (floatformat_ia64_spill_big): Ditto.
686 (floatformat_ia64_spill_little): Ditto.
687 (floatformat_ia64_quad_big): Ditto.
688 (floatformat_ia64_quad_little): Ditto.
689 (floatformat_ia64_quad_little): Ditto.
690 (floatformat_is_valid): Call "is_valid".
691
8d083f49 6922003-09-15 Andrew Cagney <cagney@redhat.com>
693
694 * floatformat.c (get_field): Make "data" constant.
695 (floatformat_is_valid, floatformat_to_double): Make "from"
696 constant, fix casts.
697 (floatformat_from_double): Make "from" constant.
698
8109b385 6992003-09-15 Daniel Jacobowitz <drow@mvista.com>
700
701 * floatformat.c (floatformat_is_valid): New function.
702 (get_field, put_field): Correct comments.
703
76b64c1c 7042003-09-06 Josef Zlomek <zlomekj@suse.cz>
705
706 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
707 FIBHEAPKEY_T.
708
71babb92 7092003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
fc139dea 710
711 PR bootstrap/12100
712 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
713 * configure: Rebuilt.
714
a6089b1e 7152003-08-27 Daniel Jacobowitz <drow@mvista.com>
716
717 * aclocal.m4: Include acx.m4 and no-executables.m4.
718 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
719 (LIB_AC_PROG_CC): Remove.
720 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
721 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
722 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
723 performing link tests.
724 * configure: Regenerated.
725
484e4040 7262003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
727
78f7fe68 728 * cp-demangle.c: Clarify what package(s) this is part of.
484e4040 729
945220d6 7302003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
731
732 * pex-win32.c (pexecute): Mark parameters this_pname and
733 temp_base as unused. Remove unused variables retries,
734 sleep_interval. Initialize org_stdin, org_stdout.
735 (pwait): Mark parameter flags as unused.
736
7372003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
eeaf6b14 738
739 * pex-win32.c (fix_argv): Ensure that the executable pathname
740 uses Win32 backslashes.
741 (pexecute): Cast away constness when assigning *errmsg_arg.
742
de885da0 7432003-06-26 H.J. Lu <hongjiu.lu@intel.com>
744
745 * testsuite/demangle-expected: Add more GNU V3 testcases.
746
b60500ad 7472003-06-22 Zack Weinberg <zack@codesourcery.com>
748
749 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
750 not HC_ASCII and HC_EBCDIC.
751 Add documentation in form expected by gather-docs.
752 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
753 * Makefile.in, functions.texi: Regenerate.
754
05b93640 7552003-06-21 Zack Weinberg <zack@codesourcery.com>
756
757 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
758 for charset determination.
759
c08775b2 7602003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
761
762 * configure.in: Add check for malloc.h needed by
763 m68k for function free().
764 * configure: Regenerated.
765 * config.in: Add HAVE_MALLOC_H.
766 * hashtab.c: include malloc.h were available for
767 free().
768
5e90539e 7692003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
05b93640 770
5e90539e 771 PR bootstrap/10974
772 * physmem.c: Update comment.
773 * configure.in: Modify test for _system_configuration for older
774 AIX systems.
775
776 * config.in, configure: Regenerated.
05b93640 777
b4c6b6f4 7782003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
779
780 PR other/10810
781 * test-demangle.c (getline): Fix fence-post error.
782
5958dc33 7832003-06-03 Nick Clifton <nickc@redhat.com>
784
785 * asprintf.c: Change comment to note that -1 is returned upon
786 error.
787 * vasprintf.c: Likewise.
788 (vasprintf): Return -1 upon error.
789 * functions.texi: Document changes to asprintf and vasprintf.
790
f11036bc 7912003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
792
793 * config.table: Accept i[345867]86 variant.
794
ffa082ba 7952003-05-15 Jim Blandy <jimb@redhat.com>
796
797 * hex.c (_hex_value): Make this unsigned.
798 (hex_value): Update documentation for new return type. hex_value
799 now expands to an unsigned int expression, to avoid unexpected
800 sign extension when we store it in a bfd_vma, which is larger than
801 int on some platforms.
802 * functions.texi: Regenerated.
803
d6dfdca2 8042003-05-07 Josef Zlomek <zlomekj@suse.cz>
805
806 * splay-tree.c (splay_tree_predecessor): Fix comment.
807 (splay_tree_successor): Fix comment.
808
b3552be1 8092003-05-07 Jason Merrill <jason@redhat.com>
810
24bfa234 811 * hashtab.c (iterative_hash): New fn.
b3552be1 812 * configure.in: Add AC_C_BIGENDIAN_CROSS.
813 * aclocal.m4: Include accross.m4.
814 * configure, config.in: Regenerate.
815
9bb0a517 8162003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
817
818 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
819 * configure: Regenerate.
820
ddb6bca9 8212003-05-03 Carlo Wood <carlo@alinoe.com>
822
823 * cp-demangle.c: Fix typo in "char_traints" string-literal.
824
8806a402 8252003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
826
827 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
828 (main): Test that we don't write too much data.
829
09fd37ef 8302003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
831
832 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
833 vsnprintf.
834 * snprintf.c, vsnprintf.c: New files.
835 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
836 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
837 Regenerate dependencies.
838
839 * functions.texi, configure, config.in: Regenerated.
840
79d940a3 8412003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
842
843 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
844 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
845 and stpncpy.
846 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
847 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
848 Regenerate dependencies.
849
850 * functions.texi, configure, config.in: Regenerated.
851
ca3ccdf6 8522003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
853
854 * argv.c: Fix comments.
855 * calloc.c: Don't unnecessarily include "libiberty.h".
856 (bzero): Add prototype.
857 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
858 * getcwd.c (getcwd): Use standard definition to avoid conflicts
859 with system headers.
860 * hashtab.c (htab_traverse): Delete unused variables.
861 * rename.c: Include "ansidecl.h".
862 (rename): Use standard definition to avoid conflicts with system
863 headers.
864 * strsignal.c: Rely on ANSI_PROTOTYPES.
865 * strstr.c: Check GNUC >= 2, not GNUC == 2.
866 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
867 * vprintf.c: Include "ansidecl.h" earlier, rely on
868 ANSI_PROTOTYPES.
869 * vsprintf.c: Include "ansidecl.h" earlier, rely on
870 ANSI_PROTOTYPES and possibly include <stdarg.h>.
05b93640 871
ca3ccdf6 872 * Makefile.in: Regenerate dependencies.
873
6b5ad644 8742003-04-15 DJ Delorie <dj@redhat.com>
875
876 * maint-tool (deps): Scan for headers in $srcdir also.
877
d526b550 8782003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
879
880 PR target/10338
881 PR bootstrap/10198
882 PR bootstrap/10140
883 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
884 __mempcpy.
885 * regex.c (regerror): Likewise.
886
83f85421 8872003-04-14 Roger Sayle <roger@eyesopen.com>
888
889 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
890 * memchr.c: Likewise.
891 * strcasecmp.c: Likewise.
892 * strncasecmp.c: Likewise.
893 * strncmp.c: Likewise.
894 * xatexit.c: Likewise.
895 * xmalloc.c: Likewise.
896
897 * copysign.c: Use traditional function declaration instead of DEFUN.
898 * sigsetmask.c: Likewise.
899
900 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
901 * memset.c: Likewise.
902
903 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
904 * memmove.c: Likewise.
905
68acb842 9062003-04-14 Roger Sayle <roger@eyesopen.com>
907
908 * strdup.c (strdup): Tweak implementation to use memcpy.
909
b5e94eb4 9102003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
911
912 * configure.in (HAVE_UINTPTR_T): Always define.
913 * configure: Regenerated.
914
62133c30 9152003-03-23 Alexandre Oliva <aoliva@redhat.com>
916
917 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
918 instead of $$CC alone.
919 (install_to_tooldir): Use it.
920
6d05ae35 9212003-17-03 Jan Hubicka <jh@suse.cz>
922
923 * hashtab.c (htab_traverse_noresize): Break out from ...
924 * hashtab.c (htab_traverse): ... here.
925
b9af005f 9262003-12-03 Jan Hubicka <jh@suse.cz>
927
6d4061d0 928 * hashtab.c (htab_expand): Fix warning.
929
b9af005f 930 * hashtab.c (htab_expand): Compute the size of hashtable based
931 on the number of elements actually used.
932 (htab_traverse): Call htab_expand when table is too empty.
933
68f6f1d9 9342003-03-11 Carlo Wood <carlo@gnu.org>
935
936 * cplus-dem.c (demangle_integral_value): Correction to reflect
937 patch of 2002-01-10 in order to also make negative multi-digits
938 without leading underscore work.
939
ac5e00d3 9402003-03-03 Mark Mitchell <mark@codesourcery.com>
941
942 * cplus-dem.c: Add license exception to copyright notice.
943
df4b17bf 9442003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
945
946 * physmem.c: Formatting changes from upstream.
947
eafe92ea 9482003-02-24 Danny Smith <dannysmith@users.source.forge.net>
949
950 * physmem.c (physmem_total): Add _WIN32 support.
951 (physmem_available): Likewise.
952
5833978f 9532003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
954
955 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
956 GSI_PHYSMEM.
957 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
958
4195ec6a 9592003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
960
961 * configure.in: Check for sys/systemcfg.h and
962 _system_configuration.
963 * physmem.c: Add support for AIX. Tweek formatting as per
964 upstream coreutils beta.
965
0991d38e 9662003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
967 Richard Earnshaw <rearnsha@arm.com>
968 Geoffrey Keating <geoffk@apple.com>
05b93640 969
0991d38e 970 * configure.in: Check for sys/sysctl.h and sysctl.
971 * physmem.c: Add support for *bsd and darwin.
972 * Makefile.in: Generate depedency for physmem.o.
973
622d92fb 9742003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
975
976 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
977 Tru64 UNIX.
978 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
979 Tru64 UNIX.
980
981 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
982 machine/hal_sysinfo.h, sys/table.h.
983 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
984 * configure, config.in: Regenerate.
985
8f3b8386 9862003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
987
988 * configure.in: Check for sys/sysmp.h and sysmp.
989 * physmem.c: Pull upstream copy, add support for irix6.
990
991 * config.in, configure: Regenerated.
992
25b160f7 9932003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
994
995 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
996 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
997 pstat_getdynamic.
05b93640 998
5cf67f1b 9992003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1000
1001 * Makefile.in (CFILES): Add physmem.c.
1002 (REQUIRED_OFILES): Add physmem.o.
1003 * configure.in: Check for sys/pstat.h.
1004 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
1005 * physmem.c: New file, copied from textutils.
1006
1007 * config.in, configure: Regenerated.
1008
846a645c 10092003-02-20 Daniel Jacobowitz <drow@mvista.com>
1010
1011 * Makefile.in (CFILES): Add lrealpath.c.
1012 (REQUIRED_OFILES): Add lrealpath.o.
1013 (lrealpath.o): Add rule.
1014 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
1015 * configure.in: Add realpath and canonicalize_file_name to
1016 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
1017 for canonicalize_file_name.
1018 * lrealpath.c: New file.
1019 * make-relative-prefix.c: Update documentation.
1020 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
1021 * config.in: Regenerated.
1022 * configure: Regenerated.
1023 * functions.texi: Regenerated.
1024
82561650 10252003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
1026
1027 * cplus_dem.c: Fix typo: intializes -> initializes.
1028
e4e6363f 10292003-02-20 Alexandre Oliva <aoliva@redhat.com>
1030
1031 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1032 config.status.
1033 * configure: Rebuilt.
1034
cc720498 10352003-02-13 Daniel Jacobowitz <drow@mvista.com>
1036
1037 Fix PR c++/7612.
1038 * cplus-dem.c (demangle_signature): Call string_delete.
1039 Remove extra string_init.
1040 (demangle_arm_hp_template): Call string_delete instead of
1041 string_clear. Add missing string_delete call.
1042 (demangle_qualified): Add missing string_delete call.
1043 (do_type): Remove unused variable btype. Add missing string_delete
1044 call. Call string_delete instead of string_clear.
1045 (demangle_fund_type): Move variable btype inside of the switch
1046 statement. Add missing string_delete call.
1047 (do_arg): Call string_delete instead of string_clear. Remove extra
1048 string_init.
1049 (demangle_nested_args): Free work->previous_argument.
1050
d94d977c 10512003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1052
1053 * acconfig.h: New file. Add uintptr_t.
1054 * config.in: Regenerated.
1055
5533bc76 10562003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
1057
1058 * libiberty.texi: Update to GFDL 1.2.
1059
7f13318a 10602003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1061
1062 * Makefile.in (libiberty_topdir): New subst.
1063 (mkinstalldirs): Redefine in terms of the above.
1064 * configure.in: AC_SUBST it.
1065 * configure: Regenerate.
1066
9d2299ec 10672003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1068
1069 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
1070 (info-subdir, install-info-subdir, clean-info-subdir)
1071 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
1072 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
1073 Pass $(FLAGS_TO_PASS).
1074
49f7db63 10752003-01-27 Alexandre Oliva <aoliva@redhat.com>
1076
1077 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
1078 /`$$CC -print-multi-os-directory`.
1079
a21acbbb 10802003-01-26 Daniel Jacobowitz <drow@mvista.com>
1081
1082 * hashtab.c (htab_create_alloc_ex): New function.
1083 (hatab_set_functions_ex): New function.
1084 (htab_delete, htab_expand): Support alternate allocation functions.
1085
8c171144 10862003-01-24 Christopher Faylor <cgf@redhat.com>
1087
1088 * configure.in: Remove special pex-cygwin consideration.
1089 * configure: Regenerate.
1090 * pex-cygwin.c: Remove.
1091 * Makefile.in: Remove pex-cygwin.[co] lines.
1092
8cb0536d 10932003-01-24 Zack Weinberg <zack@codesourcery.com>
1094
1095 * Makefile.in (CFILES): Add pex-*.c.
1096 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
1097 (CONFIGURED_OFILES): Add pex-*.o.
1098 (TEXIFILES): Add pexecute.txh.
1099 (pexecute.o): Delete rule.
1100 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
1101 pex-unix.o, pex-win32.o): New rules.
1102 * configure.in: Change AC_INIT argument to xmalloc.c.
1103 Compute appropriate pexecute implementation and substitute it
1104 as @pexecute@.
1105
1106 * pexecute.c: Split up into...
1107 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
1108 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
1109 new files.
1110
1111 * functions.texi: Regenerate.
1112 * configure: Regenerate.
1113
aa5761b7 11142003-01-20 Josef Zlomek <zlomekj@suse.cz>
1115
1116 * hashtab.c (htab_expand): Fix allocation of new entries.
1117
71aad3b8 11182003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1119
1120 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
1121
2e6a336d 1122 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
1123 mkinstalldirs command.
1124
e162e528 11252002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
1126
1127 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
1128 Define for hosts with HOST_EXECUTABLE_SUFFIX.
1129
aba68506 11302002-11-24 Nick Clifton <nickc@redhat.com>
1131
1132 * make-relative-prefix.c (make_relative_prefix): Ensure return
1133 string is empty before using strcat to construct it.
1134
5feeeb38 11352002-11-22 Daniel Jacobowitz <drow@mvista.com>
1136
1137 * Makefile.in: Add make-relative-prefix.c.
1138 * make-relative-prefix.c: New file.
1139 * functions.texi: Rebuilt.
1140
d7022963 11412002-11-16 Jakub Jelinek <jakub@redhat.com>
1142
1143 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
1144 used with arguments in traditional C' warnings.
1145
dacb9fcc 11462002-10-16 Jakub Jelinek <jakub@redhat.com>
1147
1148 * config.table: Use mh-s390pic for s390x too.
1149
ff02de61 11502002-10-06 Andreas Jaeger <aj@suse.de>
1151
1152 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
1153 variable and of strict-aliasing warning.
1154 (grow_vect): Use char as first parameter.
1155
5f7912d8 11562002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1157
1158 * Makefile.in (all): Fix multilib parallel build.
1159
05455547 11602002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
1161
1162 * cp-demangle.c (demangling_new): Cast 0 to enum.
1163 (demangle_char): Cast return of strdup to char *.
1164 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
1165 (is_gnu_v3_mangled_dtor): Likewise.
1166 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
1167 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
1168 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
1169 * md5.c (md5_process_bytes): Cast results back to const void *.
1170 (md5_process_block): Add cast to const md5_uint32 *.
1171 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
1172 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
1173 unsigned short.
1174 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
1175 to void *.
1176 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
1177
bd5d1805 11782002-09-19 Nick Clifton <nickc@redhat.com>
1179
1180 * README: Update email addresses for bugs and patches.
1181
0fe3478a 11822002-09-10 Mike Stump <mrs@apple.com>
1183
1184 * splay-tree.c (splay_tree_successor): Fix comments.
1185
65e49ff1 11862002-09-11 Zack Weinberg <zack@codesourcery.com>
1187
808b5085 1188 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
65e49ff1 1189 * testsuite/Makefile.in: Adjust for test-demangle.
1190 * testsuite/regress-demangle: Deleted.
1191 * testsuite/test-demangle.c: New file.
1192 * testsuite/demangle-expected: Change \$ to $ throughout, now that
1193 this file is not being read by a shell script.
1194
5ca95c55 11952002-09-05 Roger Sayle <roger@eyesopen.com>
1196
1197 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
1198
b251a88a 11992002-08-07 DJ Delorie <dj@redhat.com>
1200
1201 * regex.c (re_error_msgid): Just use a simple array of strings.
1202 (re_compile_pattern): Compensate.
1203 (re_comp): Likewise.
1204 (re_comp): Likewise.
1205 (regerror): Likewise.
1206
f4e29b4a 12072002-07-29 Neil Booth <neil@daikokuya.co.uk>
1208
1209 * cplus-dem.c (PREPEND_BLANK): Remove.
ff02de61 1210
abcf0552 12112002-07-10 Jason Merrill <jason@redhat.com>
1212
1213 * cp-demangle.c (demangle_identifier): Support extended Unicode
1214 characters.
1215
c62ef5b5 12162002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1217
1218 * cp-demangle.c (demangle_v3_with_details): Wrap in
ff02de61 1219 !defined IN_GLIBCPP_V3.
c62ef5b5 1220
74c75ba5 12212002-07-01 Mark Mitchell <mark@codesourcery.com>
1222
1223 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
1224 Set it for the "st" operator.
1225 (demangle_expression): Handle expressions with types as arguments.
1226
b2835908 12272002-06-30 Douglas Rupp <rupp@gnat.com>
1228
1229 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
1230 * Makefile.in (OUTPUT_OPTION): Use.
1231
c75cb827 12322002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
1233
1234 * Makefile.in (install_to_libdir): Add $(DESTDIR).
1235 (install_to_tooldir): Likewise.
1236
55fc5d04 12372002-06-17 Douglas Rupp <rupp@gnat.com>
1238
1239 * lbasename.c: Add 2002 to copyright.
1240 (IS_DIR_SEPARATOR): Remove VMS junk.
1241
8d24e548 12422002-06-05 Geoffrey Keating <geoffk@redhat.com>
1243
1244 * hashtab.c (htab_create): New stub function for backward
1245 compatibility.
1246 (htab_try_create): Likewise.
1247
1f3233d1 12482002-06-03 Geoffrey Keating <geoffk@redhat.com>
1249
1250 * hashtab.c (htab_create): Delete.
1251 (htab_try_create): Delete.
1252 (htab_create_alloc): New.
1253 (htab_delete): Support user-specified memory allocation.
1254 (htab_expand): Likewise.
1255
daa2cd64 12562002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
1257
1258 * configure.in: Fix typo in the code checking for sys_errlist.
1259 * configure: Regenerated.
1260
70102259 12612002-05-13 Andreas Schwab <schwab@suse.de>
1262
1263 * config.table: Use mh-x86pic also for x86-64.
1264
0b045cf7 12652002-05-08 Alexandre Oliva <aoliva@redhat.com>
1266
1267 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1268 script entry, and set LD to it when configuring multilibs.
1269 * configure: Rebuilt.
1270
63e428d5 12712002-05-07 Mark Mitchell <mark@codesourcery.com>
1272
1273 * configure.in (AC_TYPE_PID_T): Use it.
1274 * configure: Regenerated.
1275 * getruntime.c: Include <sys/types.h>.
1276 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
1277
8c8eb750 12782002-04-09 Richard Henderson <rth@redhat.com>
1279
1280 * hashtab.c (higher_prime_number): Use 7 as minimum.
1281 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
1282 (htab_find_slot_with_hash): Likewise.
1283
5acfe29d 12842002-04-01 Phil Edwards <pme@gcc.gnu.org>
1285
1286 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
1287 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
1288 not compile if IN_GLIBCPP_V3 defined.
1289 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
1290
87591c4a 12912002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1292
ff02de61 1293 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
87591c4a 1294 if it is NULL.
1295
b8327a91 12962002-03-27 DJ Delorie <dj@redhat.com>
1297
1298 * hex.c: Add documentation.
1299 (_hex_value): Provide non-ASCII empty table.
1300 (hex_init): Initialize the non-ASCII table.
1301 * functions.texi: Regenerate.
1302
baf716a5 13032002-03-27 Mark Mitchell <mark@codesourcery.com>
1304
1305 * dyn-string.c: Add libgcc exception to copyright notice.
1306
60d10194 13072002-03-26 H.J. Lu (hjl@gnu.org)
1308
1309 * config.table: Support --with-build-subdir.
1310 * configure.in: Likewise.
1311 * configure: Rebuild.
1312
8b7d2865 13132002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
1314
1315 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
1316 seen.
1317
8916275c 13182002-03-12 Mark Mitchell <mark@codesourcery.com>
1319
1320 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
1321 notice.
1322
241f7b9c 13232002-03-11 Douglas B Rupp <rupp@gnat.com>
1324
1325 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
1326
bc95356d 13272002-03-06 Jim Blandy <jimb@redhat.com>
1328
1329 * splay-tree.c (splay_tree_xmalloc_allocate,
1330 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
1331 prototyped definitions. Mark `data' arguments as unused.
1332
5a3c5094 13332002-03-06 Andrew Cagney <ac131313@redhat.com>
1334
1335 * floatformat.c (floatformat_arm_ext_big): Delete definition.
1336
9123512a 13372002-03-04 Phil Edwards <pme@gcc.gnu.org>
1338
1339 * configure.in: Add --enable-install-libiberty option.
1340 * Makefile.in (INSTALLED_HEADERS): New variable.
1341 (install_to_libdir): Possibly also copy headers.
1342 * configure: Regenerated.
1343
5e571023 13442002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
1345
1346 * xmalloc.c (xmalloc_fail): Clarify error message further.
1347
323c06f5 13482002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
1349
1350 * xmalloc.c (xmalloc_fail): Clarify error message.
1351
a3af3ae8 13522002-02-22 Jim Blandy <jimb@redhat.com>
1353
1354 * splay-tree.c (splay_tree_xmalloc_allocate,
1355 splay_tree_xmalloc_deallocate): New functions.
1356 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
1357 above functions and a dummy data pointer.
1358 (splay_tree_new_with_allocator): New function.
1359 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
1360 splay_tree_remove): Use the splay tree's allocation and
1361 deallocation functions.
1362
080f842c 13632002-02-19 Scott Snyder <snyder@fnal.gov>
1364
1365 * testsuite/demangle-expected: Add test case for infinite loop in
1366 demangler.
1367 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
1368 if do_type() doesn't make any progress --- prevents an infinite
1369 loop.
1370
a9e05c62 13712002-02-18 Carlo Wood <carlo@gnu.org>
1372
1373 PR c++/5390
1374 * cplus-dem.c (demangle_integral_value): Accept multi-digit
1375 numbers that do not start with an underscore; This is needed
1376 for integer template parameters. This doesn't break anything
1377 because multi-digit numbers are never followed by a digit.
1378 * testsuite/demangle-expected: Corrected all mangled test
1379 cases with multi-digit template parameters: g++ 2.95.x does
1380 not generate underscores around these parameters.
1381
c6d86b63 13822002-02-05 Jason Merrill <jason@redhat.com>
1383
1384 * cplus-dem.c (flags): Add DMGL_VERBOSE
1385 (cplus_demangle_v3_p): Remove.
1386 (demangle_it): Add DMGL_TYPES to passed flags.
1387 * cp-demangle.c (cplus_demangle_v3_all): Remove.
1388 (cplus_demangle_v3_type): Remove.
1389 (cplus_demangle_v3): Add options parm.
1390
9bd54051 13912002-02-02 H.J. Lu (hjl@gnu.org)
1392
1393 * cp-demangle.c (cp_demangle_type): Do not protect with
1394 IN_LIBGCC2.
1395 (cplus_demangle_v3_all): New.
1396 (cplus_demangle_v3): Call cplus_demangle_v3_all.
1397 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
1398
1399 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
1400 Initialized to cplus_demangle_v3.
1401 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
1402 of cplus_demangle_v3.
1403 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
1404 command line symbol.
1405
1406 * testsuite/regress-demangle: Pass the mangled name at the
1407 command line.
1408
db248273 14092002-02-01 H.J. Lu <hjl@gnu.org>
1410
1411 * cp-demangle.c (cp_demangle_type): Call demangling_new with
1412 DMGL_GNU_V3.
1413
89a5385c 14142002-01-31 Phil Edwards <pme@gcc.gnu.org>
1415
1416 * cp-demangle.c: Revert yesterday's change.
1417
da383dd4 14182002-01-31 Adam Megacz <adam@xwt.org>
1419
1420 * gcc/libiberty/configure.in: Treat mingw the same as cywin
1421 wrt HAVE_SYS_ERRLIST.
1422
1e72f309 14232002-01-30 Phil Edwards <pme@gcc.gnu.org>
1424
1425 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
1426 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
1427 cp_demangle_type.
1428 * testsuite/demangle-expected: New gnu-v3 test.
1429
2c79f170 14302002-01-22 Momchil Velikov <velco@fadata.bg>
1431
1432 * configure.in (variable detection): Use arrays of unspecified
1433 size instead of plain integers.
1434
98b6fc70 14352002-01-18 DJ Delorie <dj@redhat.com>
1436
1437 * Makefile.in (TESTLIB): New. This library is for future
1438 testsuites.
1439 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
1440 break down by letter.
1441 (REQUIRED_OFILES): List long-to-compile files first.
1442 (maint-deps): New, target for updating dependencies.
1443 (dependencies): Update.
1444 * maint-tool: Add dependency-generating option.
1445 * configure.in: Check for _doprnt even if we're not providing it.
1446 * configure: Regenerate.
1447
1448 * _doprnt.c: Modifications to allow compiling on any platform.
1449 * copysign.c: Likewise.
1450 * putenv.c: Likewise.
1451 * setenv.c: Likewise.
1452 * vsprintf.c: Likewise.
1453
b4eac72f 14542002-01-15 Douglas B Rupp <rupp@gnat.com>
1455
1456 * mkstemps.c (mkstemps): On VMS, open temp file with option
1457 that causes it to be deleted when closed.
1458
7806d7a4 14592002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1460
c077395f 1461 * cp-demangle.c (long_options): Const-ify.
1462 * cplus-dem.c (long_options): Likewise.
1463
7806d7a4 1464 * cplus-dem.c (mystrstr): Delete. All callers changed to use
1465 strstr instead.
1466
936c37fd 14672001-12-31 Ira Ruben <ira@apple.com>
1468
1469 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
1470 * configure: Regenerated.
e9894157 1471
14722001-12-24 Douglas B. Rupp <rupp@gnat.com>
1473
1474 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
1475 * configure: Regenerated.
936c37fd 1476
4e3ed534 14772001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
1478
1479 PR other/2719
1480 * cplus-dem.c (consume_count): Treat negative count as an error.
1481 * testsuite/demangle-expected: Added testcase.
1482
8f966bdb 1483Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
1484
1485 * configure.in: Hardcode that vfork works on VMS host.
1486 * configure: Regenerated.
1487
8d87ccec 14882001-12-06 Richard Henderson <rth@redhat.com>
1489
1490 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
1491 (cplus_demangle): Support no_demangling.
1492
31972771 14932001-11-27 Zack Weinberg <zack@codesourcery.com>
1494
1495 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
1496 in libiberty context. Fix typo in leading comment.
1497 * configure.in: Fix various AC_DEFINEs so autoheader works.
1498 If any of vprintf, vsprintf, vfprintf is missing from libc,
1499 then AC_REPLACE_FUNCS(_doprnt).
1500
8e198eb2 15012001-11-26 DJ Delorie <dj@redhat.com>
31972771 1502 Daniel Jacobowitz <drow@mvista.com>
8e198eb2 1503
1504 * Makefile.in (stamp-h): Depend on Makefile for proper
1505 serialization.
1506 (*-subdir): Depend on config.h for proper serialization.
1507
c660fab8 15082001-11-26 DJ Delorie <dj@redhat.com>
1509
1510 * configure.in: Check for alloca.h (for regex.c and putenv.c).
1511 * configure: Regenerate.
1512 * config.h: Add HAVE_ALLOCA_H.
1513
43eb13f7 15142001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1515
81cea2ab 1516 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
1517 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
1518 is available.
43eb13f7 1519
e9fb7b39 1520Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
1521
7b190504 1522 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
1523 * configure.in (HAVE_UINTPTR_T): Test for system defining
1524 uintptr_t and define HAVE_UINTPTR_T appropriately.
1525 * regex.c (uintptr_t): Do not provide a definition if the
1526 system provided one.
1527
e9fb7b39 1528 * regex.c (PREFIX): Provide an alternate definition for
1529 non-ANSI/ISO compilers.
1530 (ARG_PREFIX): Likewise.
1531
448378fc 15322001-11-12 Jim Meyering <meyering@lucent.com>
1533
1534 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
1535 this code would end up calling gettext even in packages built
1536 with --disable-nls.
1537 * getopt.c (_): Likewise.
1538 * regex.c (_): Likewise.
1539
7c9e70dd 15402001-11-03 Alan Modra <amodra@bigpond.net.au>
1541
1542 * configure.in: Cope with missing makeinfo.
ebfeb892 1543 * configure: Regenerate.
7c9e70dd 1544
a3493641 15452001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1546
e500d428 1547 * hex.c (hex_init): Provide empty stub.
1548
a3493641 1549 * hex.c (hex_init): Delete.
1550 (_hex_value): Const-ify and initialize at compile-time.
1551
3de15244 15522001-10-19 H.J. Lu <hjl@gnu.org>
1553
1554 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
1555 necessary.
1556
f0ed5ac1 15572001-10-17 DJ Delorie <dj@redhat.com>
1558
1559 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
1560 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
0af1044a 1561 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
f0ed5ac1 1562 Improve manual formatting.
1563 * functions.texi: Regenerate.
1564
349e8276 15652001-10-15 DJ Delorie <dj@redhat.com>
1566
1567 * Makefile.in (TEXIFILES): Add fnmatch.txh.
1568 (maint-undoc): New.
1569 maint-tool: Add "undoc" tool.
1570 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
1571 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
1572 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
1573 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
1574 documentation.
1575 * fnmatch.txh: New.
1576 * functions.texi: Regenerate.
8cc9ccc9 1577
8a630ee4 15782001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
1579
1580 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
1581 * strtod.c: Use "ISO C" instead of "ANSI C".
1582 * functions.texi: Regenerate.
1583
a3a8a3df 15842001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
1585
1586 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
1587 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
1588 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
1589 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
1590 spelling. Give names to function arguments in documentation. Use
1591 (void) prototypes in documentation.
1592 * functions.texi: Regenerate.
1593
542e9271 15942001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1595
1596 * argv.c (buildargv, tests, main): Const-ify.
1597 * cp-demangle.c (operator_code): Likewise.
1598 * cplus-dem.c (optable, libiberty_demanglers,
1599 cplus_demangle_set_style, cplus_demangle_name_to_style,
1600 print_demangler_list): Likewise.
1601 * hashtab.c (higher_prime_number): Likewise.
1602 * strcasecmp.c (charmap): Likewise.
1603 * strerror.c (error_info, strerror, main): Likewise.
1604 * strncasecmp.c (charmap): Likewise.
1605 * strsignal.c (signal_info): Likewise.
1606
5b7836cc 16072001-09-29 DJ Delorie <dj@redhat.com>
1608
1609 * configure: Regenerate.
1610
e7faea46 16112001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1612
1613 * concat.c: Include stdlib.h.
1614
997fdf4a 16152001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
1616
1617 * libiberty.texi: (Top level): Add syncodeindex pg. Add
1618 @dircategory and @direntry directives. Add @finalout.
1619 (many nodes): Lose the next,prev,up pointers on the @nide line.
1620 (Using, Supplemental Functions, Replacement Functions): Fix
1621 markup.
1622 (Functions): Move around, to allow makeinfo to build the manual
1623 without next,prev,up pointers in thye node lines.
1624 (Licenses): Fix typos.
1625
1626 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
1627 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
1628 * functions.texi: Regenerate.
1629
1630 * copying-lib.texi: Lose the next,prev,up pointers on the @node
1631 line.
1632
eb765d0c 16332001-09-27 DJ Delorie <dj@redhat.com>
1634
1635 * configure.in: Don't use in-tree texinfo, because libiberty must
1636 be built before it. Check for makeinfo version 4 or higher.
1637 * functions.texi: Regenerate.
8cc9ccc9 1638
614a23c6 16392001-09-20 DJ Delorie <dj@redhat.com>
1640 Phil Edwards <pedwards@disaster.jaj.com>
8cc9ccc9 1641
614a23c6 1642 * configure.in (MAKEINFO, PERL): Detect these.
1643 (--enable-maintainer-mode): Add.
1644 * configure: Regenerate.
1645 * Makefile.in (MAKEINFO, PERL): Define.
1646 (libiberty.info, libiberty.dvi, libiberty.html): New.
1647 (CFILES): Add bsearch.c.
1648 (CONFIGURED_OFILES): New, list of objects configure might add.
1649 (maint-missing, maint-buildall): New, for maintainers only.
1650 (clean, mostlyclean): Add info/dvi/html files.
1651 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
1652 * gather-docs: New, for maintainers.
1653 * maint-tool: New, for maintainers.
1654 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
1655 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
1656 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
1657 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
1658 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
1659 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
1660 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
1661 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
1662 documentation.
8cc9ccc9 1663
92f03c00 16642001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1665
1666 * concat.c (reconcat): Fix for traditional C.
1667
0be2ebc7 16682001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1669
1670 * concat.c (reconcat): New function.
1671
add62f6a 16722001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1673
9659201a 1674 * concat.c (vconcat_length, vconcat_copy, concat_length,
1675 concat_copy, concat_copy2): New functions.
1676 (concat): Use vconcat_length/vconcat_copy.
1677
add62f6a 1678 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
1679 Define.
1680
2bfbbd2b 16812001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1682
1683 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
1684 VA_FIXEDARG & VA_CLOSE.
8cc9ccc9 1685
2bfbbd2b 1686 * vasprintf.c: Check HAVE_STRING_H when including string.h.
1687 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
1688 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
1689
68036f05 16902001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1691
1692 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
1693
958cb671 16942001-08-23 Ulrich Drepper <drepper@redhat.com>
1695
1696 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
1697
16982001-08-23 Ulrich Drepper <drepper@redhat.com>
1699
1700 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
1701 instead of mbrtowc.
1702 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
1703 wcslen, and __wcscoll instead of wcscoll.
1704
b266b68b 17052001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
1706
ff02de61 1707 * fibheap.c (fibheap_init, fibnode_init): Remove.
1708 (fibheap_new, fibnode_new): Use xcalloc to allocate and
1709 initialize memory.
1710 (fibheap_insert): Remove check for node allocation failure.
b266b68b 1711
c6028964 17122001-08-21 Richard Henderson <rth@redhat.com>
1713
1714 * Makefile.in (fibheap.o): Depend on config.h.
1715 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
1716 functions for inlining.
1717
3652f680 1718Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
1719
1720 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
1721 hosting on cygwin.
1722 * configure: Regenerate.
1723
95f0a124 17242001-08-20 Andrew Cagney <ac131313@redhat.com>
1725
1726 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
1727 HARRIS_FLOAT_FORMAT.
1728 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
1729 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
1730 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
1731 (floatformat_m88110_harris_ext): New float formats.
1732
522a00cd 17332001-08-20 Daniel Berlin <dan@cgsoftware.com>
1734
1735 * fibheap.c: New file. Fibonacci heap.
1736
1737 * Makefile.in (CFILES): Add fibheap.c.
1738 (REQUIRED_OFILES): Add fibheap.o.
1739 (fibheap.o): Add dependencies for fibheap.o.
1740
6a51e4c4 17412001-08-17 Christopher Faylor <cgf@cygnus.com>
1742
1743 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
1744 * configure: Regenerate.
1745
80f07f6c 17462001-08-16 Richard Henderson <rth@redhat.com>
1747
1748 * hashtab.c (htab_hash_string): New.
1749
e9106811 17502001-08-13 Andrew Cagney <ac131313@redhat.com>
1751
1752 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
1753 name.
1754
458e9fd0 17552001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
1756
1757 * regex.c (wcs_regex_compile): Use appropriate string
1758 to compare with collating element.
1759 Fix the padding for the alignment.
1760
da8a7320 17612001-08-10 Andrew Cagney <ac131313@redhat.com>
2bce2a69 1762
1763 * lbasename.c (lbasename): Change function definition to return a
1764 const char pointer.
1765
6539a5d8 17662001-08-07 Jason Merrill <jason_merrill@redhat.com>
1767
1768 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
1769 for".
1770
2644ae20 17712001-08-03 Richard Henderson <rth@redhat.com>
1772
1773 * Makefile.in (concat.o): Depend on config.h.
1774
6c9ffcbc 17752001-07-30 Andreas Jaeger <aj@suse.de>
1776
1777 * concat.c: Include "config.h".
1778
9f21bac8 17792001-07-30 Andreas Jaeger <aj@suse.de>
1780
1781 * regex.c: Declare wcs functions only if compiling with
1782 MBS_SUPPORT.
1783 Don't use #elif for traditional C.
1784
17852001-07-23 Ulrich Drepper <drepper@redhat.com>
1786
1787 * regex.c: Revamp memory allocation for WCHAR functions to
1788 not use too much stack.
1789
17902001-07-30 Andreas Jaeger <aj@suse.de>
1791
1792 * regex.c: Declare wcs functions only if compiling with
1793 MBS_SUPPORT.
1794 Don't use #elif for traditional C.
1795
2bbbdf1a 17962001-07-25 Daniel Jacobowitz <drow@mvista.com>
1797
1798 * Makefile.in (regex.o): Add dependency on config.h.
1799
b92e80db 18002001-07-18 Andreas Schwab <schwab@suse.de>
1801
1802 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
1803 underscore character.
1804
18052001-07-18 Ulrich Drepper <drepper@redhat.com>
1806
1807 * regex.c: Limit string length printed in debug messages to 100
1808 chars.
1809
18102001-07-18 Andreas Jaeger <aj@suse.de>
1811
1812 * regex.c: Place under LGPL version 2.1.
1813
7703a7de 18142001-07-10 Jeff Johnston <jjohnstn@redhat.com>
1815
1816 * Makefile.in: Add support for regex code.
1817 * regex.c: New file.
1818
8568af22 18192001-07-05 Mark Klein <mklein@dis.com>
1820
1821 * Makefile.in: Add ffs.c dependency.
1822 * configure.in: Add ffs.c.
1823 * ffs.c: New file.
1824
c1a60b7d 18252001-06-18 Richard Henderson <rth@redhat.com>
1826
1827 * concat.c: Include <sys/types.h>.
1828
66806be2 18292001-06-11 Loren J. Rittle <ljrittle@acm.org>
1830
2778f1dc 1831 bootstrap/3106
66806be2 1832 * strerror.c (sys_nerr): Hide the OS header version.
1833 * strsignal.c (sys_nsig): Likewise.
1834
222ce6b9 18352001-06-10 Richard Henderson <rth@redhat.com>
1836
1837 * concat.c: Include string.h. Fix int vs size_t usage.
1838 Simplify the iteration loops. Use memcpy.
1839
cb6758b9 18402001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
1841
1842 * partition.c: Fix misspelling of `implementation'.
1843
091eef96 18442001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1845
1846 * md5.c (md5_init_ctx): Declare constants as unsigned.
1847 (md5_process_block): Likewise.
1848
e5f55ef4 18492001-05-07 Zack Weinberg <zackw@stanford.edu>
1850
1851 * cp-demangle.c (demangle_v3_with_details,
1852 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
1853 function definition.
1854 * ternary.c: Use K+R style function definitions. Use PTR, not
1855 void *. Make arguments constant where possible.
1856
c99b4ef9 18572001-05-07 Mark Mitchell <mark@codesourcery.com>
1858
1859 * splay-tree.h (splay_tree_max): New function.
1860 (splay_tree_min): Likewise.
1861
eec19420 18622001-04-15 Daniel Berlin <dan@cgsoftware.com>
1863
1864 * ternary.c: New file - Ternary search tree implementation.
1865
1866 * Makefile.in: Add ternary.o, and ternary.c dependencies.
1867
673b6e5a 18682001-04-03 Zack Weinberg <zackw@stanford.edu>
1869
1870 * make-temp-file.c (try): Inline.
1871
b8f02fb2 18722001-02-28 Richard Henderson <rth@redhat.com>
1873
1874 * Makefile.in (make-temp-file.o): Depend on config.h.
1875
b130ede9 18762001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1877
1878 * memchr.c (memchr): Adjust condition to avoid infinite loop.
1879
5a4fcef0 18802001-03-23 Jakub Jelinek <jakub@redhat.com>
1881
1882 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
1883 `_' not followed by a digit is invalid.
1884
c83c8218 18852001-03-22 Jim Blandy <jimb@redhat.com>
1886
1887 * cp-demangle.c (string_list_delete): Use dyn_string_delete
1888 instead of free, to free the contents as well as the string
1889 structure.
1890
7e660a1b 18912001-03-21 Zack Weinberg <zackw@stanford.edu>
1892
1893 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
1894 Don't default P_tmpdir to anything. Try /var/tmp before
1895 /usr/tmp.
1896
e6351181 18972001-03-20 Zack Weinberg <zackw@stanford.edu>
1898
1899 * choose-temp.c: Split off make_temp_file, and the code
1900 duplicated between it and choose_temp_base, into...
1901 * make-temp-file.c: ... here; new file.
1902
1903 * Makefile.in (CFILES): Add make-temp-file.c.
1904 (REQUIRED_OFILES): Add make-temp-file.o.
1905
3a18c9fc 19062001-03-20 Jim Blandy <jimb@redhat.com>
1907
1908 * cp-demangle.c (struct demangling_def): New fields:
1909 is_constructor and is_destructor.
1910 (demangling_new): Initialize them.
1911 (demangle_ctor_dtor_name): Set them, if we detect a constructor
1912 or destructor.
1913 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
1914 is_gnu_v3_mangled_dtor): New functions.
1915
d219f684 19162001-03-20 Jason Merrill <jason@redhat.com>
1917
1918 * cplus-dem.c (main): Skip initial $.
1919
dfc58e62 19202001-03-15 Michael Meissner <meissner@redhat.com>
1921
1922 * hashtab.c (higher_prime_number): Silence warning that 4294967291
1923 might be a signed integer under pre-ISO C systems.
1924
0bce9b89 19252001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
1926 John David Anglin <dave@hiauly1.hia.nrc.ca>
1927
1928 * libiberty/lbasename.c: New file.
1929 * libiberty/Makefile.in: Update for lbasename.
1930
012f1707 19312001-03-06 Zack Weinberg <zackw@stanford.edu>
1932
1933 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
1934 * configure.in: Replace all alloca logic with a simple use of
1935 the above new macro.
1936 * config.table: Kill *-*-beos* entry.
1937 * config/mh-beos: Delete.
1938 * configure, config.in: Regenerate.
1939
1940 * Makefile.in (ALLOCA, HFILES): Kill.
1941 (REQUIRED_OFILES): Add alloca.o.
1942 (alloca.o): Depend on libiberty.h.
1943 (argv.o): Don't depend on alloca-conf.h.
1944 * alloca-conf.h: Delete.
1945 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
1946 blocks. Provide the C alloca unconditionally. Use PTR where
1947 appropriate. Make i00afunc static.
1948 * argv.c: Don't include alloca-conf.h.
1949
163369e7 19502001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
1951
1952 * cplus-dem.c (main): Cast enum style to int.
1953
39fb1bb6 19542001-02-16 Loren J. Rittle <ljrittle@acm.org>
1955
1956 * cplus-dem.c (main): Initialize style.
1957
bace101a 19582001-02-02 Phil Edwards <pme@sources.redhat.com>
1959
1960 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
1961
1c1033dd 19622001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
1963
1964 Add support for Java demangling under the v3 ABI:
1965 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
1966 (struct demangling_def): Add `style' field.
1967 (demangling_new): New parameter `style'. Set it in demangling_t.
1968 (demangle_prefix): Use NAMESPACE_SEPARATOR.
1969 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
1970 (cp_demangle): New parameter `style'. Pass it to demangling_new().
1971 (main): Call cp_demangle with extra parameter.
1972 (java_demangle_v3): New function.
1973 (java_builtin_type_names): New. Table of primitive type names used
1974 for Java demangling.
1975 (demangle_builtin_type): Look up in java_builtin_type_names if doing
1976 Java output.
012f1707 1977 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
1c1033dd 1978 demangling.
1979 (long_options): Remove obsolete `java' option.
1980 (main): Remove explicit handling of `java' option. Instead, pass style
1981 parameter in cplus_demangle flags as gdb does.
1982 * testsuite/demangle.expected: Add some Java test cases.
1983
fec9182b 19842000-12-29 DJ Delorie <dj@redhat.com>
1985
1986 * fnmatch.c: Make the note about the origins of this file more
1987 accurate, at least until we can sync with glibc.
1988 * getopt.c: Ditto.
1989 * getopt1.c: Ditto.
1990 * md5.c: Ditto.
1991 * obstack.c: Ditto.
1992
5b9c32cc 19932000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1994
1995 * bsearch.c: New file.
1996 * configure.in (funcs): Add bsearch.
1997 (AC_CHECK_FUNCS): Likewise.
1998 * configure, config.in: Regenerate.
1999
a973e2b1 20002000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2001
2002 * safe-ctype.c: #include "ansidecl.h".
2003 * strtod.c: Likewise.
2004
14282c1a 20052000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2006
2007 * strtoul.c: Include safe-ctype.h, not ctype.h.
2008
93ce8ce4 20092000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2010
2011 * safe-ctype.c: New file.
2012 * Makefile.in (CFILES): Add safe-ctype.c.
2013 (REQUIRED_OFILES): Add safe-ctype.o.
2014
2015 * argv.c: Define ISBLANK and use it, not isspace.
2016 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
2017 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
2018 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
2019 before calling TOLOWER(c)/TOUPPER(c).
2020
be6afa8f 20212000-12-07 Mike Stump <mrs@wrs.com>
e5fb0a98 2022
2023 * Makefile.in (distclean): When cleaning, remove testsuite.
2024
cf0ad6a8 20252000-12-05 Jason Merrill <jason@redhat.com>
2026
2027 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
2028 name before allocating the dyn_string.
2029
bb505139 20302000-12-04 Jason Merrill <jason@redhat.com>
2031
2032 * cp-demangle.c: s/new_abi/v3/.
2033 * cplus-dem.c: Likewise.
2034 (current_demangling_style): Now auto_demangling.
2035 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
93ce8ce4 2036 (main): Use standard symbol chars for auto_demangling.
bb505139 2037
54b3a5af 20382000-11-26 Mark Mitchell <mark@codesourcery.com>
2039
2040 * hashtab.c (higher_prime_number): Use a table, rather than a
2041 seive, to find the next prime.
2042
9628d706 20432000-11-22 H.J. Lu <hjl@gnu.org>
2044
2045 * cplus-dem.c (main): Handle gnat_demangling.
2046
ec255163 20472000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2048
2049 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
2050 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
2051 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
2052 argument form of AC_DEFINE in dummy definitions block. Use
2053 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
2054 in dummy block. Preload cache variables instead of bypassing
2055 tests, where possible.
2056 * acconfig.h: Removed.
2057
2058 * xmalloc.c (xmalloc_failed): New function, does error
2059 reporting on failed allocation.
2060 (xmalloc, xcalloc, xrealloc): Use it.
2061
626946fb 20622000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
2063
2064 * cplus-dem.c (cplus_demangle): Fix formatting.
2065 (grow_vect): Ditto.
2066 (ada_demangle): Ditto.
2067 (internal_cplus_demangle): Ditto.
2068 (mop_up): Ditto.
2069
20702000-11-21 H.J. Lu <hjl@gnu.org>
2071
2072 * cplus-dem.c (main): Handle java_demangling.
2073
918a89ef 20742000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2075
2076 * cplus-dem.c (grow_vect): Prototype.
2077 (ada_demangle): Cast the arg of ctype macros to unsigned char.
2078
582f72ad 20792000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
2080
2081 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
2082 parameter `option'.
2083
0d6e3c59 20842000-11-15 Kenneth Block <kenneth.block@compaq.com>
2085
42ded3a1 2086 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
0d6e3c59 2087 be used in GCC.
2088
9df8b754 20892000-11-15 Kenneth Block <kenneth.block@compaq.com>
d7c1c148 2090
582f72ad 2091 * cplus-dem.c: Add gnat demangler. Add java to demangle style
d7c1c148 2092 list.
2093
e4c2dc6e 20942000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
2095
2096 * hashtab.c (htab_expand): Change to return int. Use calloc or
9f21bac8 2097 xcalloc depending on htab->return_allocation_failure. Return zero
2098 if calloc fails.
e4c2dc6e 2099 (htab_create): Update comment to cover memory allocation.
2100 (htab_try_create): New.
2101 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
9f21bac8 2102 Update comment to cover this.
e4c2dc6e 2103
696d6593 21042000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
2105
2106 * hashtab.c: Change void * to PTR where necessary.
2107 (htab_create, htab_expand): Correct formatting of comment before
2108 function.
2109
8f2b45d4 21102000-10-22 Alex Samuel <samuel@codesourcery.com>
f99edf23 2111
2112 * cp-demangle.c (string_list_def): Add caret_position and comments.
2113 (result_caret_pos): New macro.
2114 (result_append_string): Rename to...
2115 (result_add_string): ... this, and insert at caret position.
ec255163 2116 Rename throughout.
f99edf23 2117 (result_append): Rename to...
2118 (result_add): ... this, and insert at caret position. Rename
ec255163 2119 throughout.
f99edf23 2120 (result_append_char): Rename to...
2121 (result_add_char): ... this, and insert at caret position. Rename
ec255163 2122 throughout.
f99edf23 2123 (result_append_space): Remove.
2124 (string_list_new): Initialize caret position.
2125 (result_add_separated_char): Use caret position.
2126 (result_get_caret): New funtion.
2127 (result_set_caret): Likewise.
2128 (result_shift_caret): Likewise.
2129 (result_previous_char_is_space): Likewise.
2130 (substitution_start): Use caret position.
2131 (substitution_add): Likewise.
2132 (demangling_new): Initialize caret position.
2133 (demangle_encoding): Use caret position.
ec255163 2134 (demanglin_nested_name): Put CV qualifiers after name.
f99edf23 2135 (demangle_type_ptr): Use switch statement. Handle pointers to
2136 arrays. Don't use result_append_space. Use caret position.
2137 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ec255163 2138 call to demangle_array_type.
2139 (demangle_array_type): Add parameter to handle pointers to arrays.
2140
a4e59c31 21412000-10-01 Mark Mitchell <mark@codesourcery.com>
2142
2143 * splay-tree.c (splay_tree_insert): Fix formatting.
2144
e41f0d80 21452000-09-16 Mark Mitchell <mark@codesourcery.com>
2146
2147 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
2148
83d86ada 21492000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2150
2151 * splay-tree.c: #include <stdio.h>.
2152
78631810 21532000-09-14 Hans-Peter Nilsson <hp@axis.com>
2154
2155 * testsuite/demangle-expected: Add two tests for anonymous
2156 namespaces.
2157 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
2158
508f18c8 21592000-09-10 Mark Mitchell <mark@codesourcery.com>
2160
2161 * splay-tree.c (splay_tree_predecessor): New function.
2162 (splay_tree_successor): Likewise.
2163
1a2d2193 21642000-09-10 Hans-Peter Nilsson <hp@axis.com>
2165
2166 * testsuite/demangle-expected: Add four tests for type_info
2167 mangling.
1a2d2193 2168 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
2169 for a non-template non-qualified type_info function or node.
2170
09656987 21712000-09-08 Alex Samuel <samuel@codesourcery.com>
2172
2173 * cp-demangle.c: Fix copyright banner.
2174
7cc2d24b 21752000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2176
2177 * md5.c: #include "ansidecl.h".
2178
b83e8722 21792000-09-06 Alex Samuel <samuel@codesourcery.com>
2180
2181 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
2182 (demangle_type): Handle substitution candidates correctly in the
2183 face of special substitutions.
2184
cf70278e 21852000-09-05 Alex Samuel <samuel@codesourcery.com>
2186
2187 * cp-demangle.c (demangle_encoding): Rename variable.
2188 (demangle_name): Rename parameter. Handle return type
2189 suppression.
2190 (demangle_nested_name): Rename parameter.
2191 (demangle_prefix): Likewise. Change return type suppression.
2192 (demangle_unqualified_name): Add parameter. Flag constructors and
2193 conversion operators.
2194 (demangle_special_name): Fix comment.
2195 (demangle_type): Rename variable.
2196 (demangle_bare_function_type): Check for missing return type and
ec255163 2197 parameter.
cf70278e 2198 (demangle_class_enum_type): Rename parameter.
2199 (demangle_discriminator): Fix misspelling in comment.
2200
4aabc076 22012000-08-31 DJ Delorie <dj@redhat.com>
2202
2203 * configure.in (Cygwin): special case cygwin only when we're
2204 building cygwin, not when we're hosting cygwin.
2205
804ddfd1 22062000-09-04 Alex Samuel <samuel@codesourcery.com>
2207
2208 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
ec255163 2209 <expression>.
2210
e015a852 22112000-09-04 Alex Samuel <samuel@codesourcery.com>
2212
2213 * cp-demangle.c (demangle_type_ptr): Increment position past
2214 pointer and reference characters.
2215
2b6805b4 22162000-09-04 Alex Samuel <samuel@codesourcery.com>
2217
2218 * cp-demangle.c (demangle_nv_offset): New function.
2219 (demangle_v_offset): Likewise.
2220 (demangle_call_offset): Likewise.
2221 (demangle_special_name): Update thunk demangling to comply with
2222 ABI changes.
ec255163 2223
40e00cb0 22242000-09-03 Alex Samuel <samuel@codesourcery.com>
2225
2226 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
2227 (substitution_def): Remove template_parm_number.
2228 (NOT_TEMPLATE_PARM): Remove.
2229 (result_insert_string): New macro.
2230 (result_insert): Likewise.
2231 (result_insert_char): Likewise.
2232 (substitution_add): Remove last parameter. Don't store template
ec255163 2233 parm number.
40e00cb0 2234 (BFT_NO_RETURN_TYPE): Define as NULL.
2235 (demangle_encoding): Adjust call to demangle_bare_function_type.
2236 (demangle_name): Adjust substitution. Adjust call to
ec255163 2237 substitution_add.
40e00cb0 2238 (demangle_prefix): Adjust call to substitution_add.
2239 (demangle_identifier): Handle anonymous namespaces.
2240 (demangle_operator_name): Change demangling of vendor-extended
2241 operator to match ABI changes.
2242 (demangle_type_ptr): Change parameters. Make recursive. Handle
ec255163 2243 substitutions here.
40e00cb0 2244 (demangle_type): Adjust calls to demangle_template_param,
2245 substitution_add, and demangle_type_ptr. Fix substitution of
2246 templated types.
2247 (demangle_function_type): Change parameter to a pointer.
2248 (demangle_bare_function_type): Likewise. Adjust insertion point.
2249 (demangle_template_param): Remove last parameter.
2250 (demangle_expr_primary): Remove unused variable. Adjust call to
ec255163 2251 demangle_template_param.
40e00cb0 2252 (is_mangled_char): Accept `$' and `.'.
2253 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
2254 * dyn-string.c (dyn_string_insert_char): New function.
2255
01f404a2 22562000-08-31 Hans-Peter Nilsson <hp@axis.com>
2257
2258 * testsuite/demangle-expected: Add nine tests for
2259 underscore-after-number followed by five tests for name-signature
2260 delimiter.
2261
d74245d4 22622000-08-28 Richard Henderson <rth@cygnus.com>
2263
2264 * Makefile.in (md5.o): Depend on config.h.
2265
19f716e5 22662000-08-28 Jason Merrill <jason@redhat.com>
2267
2268 * Makefile.in (REQUIRED_OFILES): Add md5.o.
2269 (CFILES): Add md5.c.
2270 * md5.c: New file.
2271
f8aeab41 22722000-08-27 Alex Samuel <samuel@codesourcery.com>
2273
2274 * cp-demangle.c (demangle_name): Initialize template_p in local
2275 name case. Don't re-add substitutions as candidates.
2276 (demangle_nested_name): Use <unqualified-name>.
2277 (demangle_prefix): Likewise. Don't add template names as
2278 substitution candidates twice, or re-add a substitution or the
2279 last prefix component.
2280 (demangle_local_name): Adjust output format.
2281
62c2feed 22822000-08-25 Alex Samuel <samuel@codesourcery.com>
2283
2284 * cp-demangle.c (result_add_separated_char): Change parameter to
2285 int.
2286 (substitution_add): Don't check for duplicates. Check if
2287 previously allocated size is zero.
2288 (demangle_name): Remove duplicate check for std substitution.
2289 Clear template flag appropriately.
2290 (demangle_prefix): Remove argument to demangle_substitution.
2291 Don't check that template flag is already set.
2292 (demangle_operator_name): Add pt operator.
2293 (demangle_type): Don't treat r as built-in type. Remove argument
2294 to demangle_substitution. Fix substitution candidate mechanics.
2295 Handle <template-template-parm>s. Improve comments.
ec255163 2296 (demangle_template_param): Don't handle template arg lists here.
62c2feed 2297 (demangle_substitution): Remove parameter.
2298 (print_usage): Remove extra fprintf option.
2299
ee1d4c3d 23002000-08-24 Greg McGary <greg@mcgary.org>
2301
2302 * libiberty/random.c (end_ptr): Revert previous change.
2303
f0bff53d 23042000-08-24 Greg McGary <greg@mcgary.org>
2305
2306 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
2307 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
2308 * libiberty/random.c (end_ptr): Likewise.
2309
c1b316c0 23102000-08-23 Alex Samuel <samuel@codesourcery.com>
2311
2312 * cp-demangle.c (result_close_template_list): Remove function.
2313 (result_add_separated_char): New function.
2314 (result_open_template_list): New macro.
2315 (result_close_template_list): Likewise.
2316 (demangle_prefix): Don't set template_p if the
2317 prefix ends with a ctor name.
2318 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
2319 (demangle_type): Check for template args after substitution.
2320 (demangle_template_args): Use result_open_template_list.
ec255163 2321
385b48fc 23222000-08-02 Zack Weinberg <zack@wolery.cumb.org>
2323
2324 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
2325
ec255163 23262000-07-26 Dave Pitts <dpitts@cozx.com>
ba886691 2327
2328 * config/mh-openedition.h: Added -DLE370 definition.
2329
8fc0efd2 23302000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
2331
2332 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
2333 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
2334 Cast program to 'char *' in errmsg_arg assignment.
2335 (PWAIT_ERROR): Define.
2336 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
2337 to DJGPP's WIF* macros.
2338
a1d4f79a 23392000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
2340 Jeff Law <law@cygnus.com>
2341
98b4c197 2342 * getcwd.c: Include string.h, stdlib.h for prototypes
2343
a1d4f79a 2344 * Makefile.in (rename.o, waitpid.o): Depend on config.h
98b4c197 2345 * rename.c: Include config.h, unistd.h
2346 * waitpid.c: Include config.h, sys/wait.h
a1d4f79a 2347
01f404a2 23482000-07-24 Hans-Peter Nilsson <hp@axis.com>
2349
2350 * cplus-dem.c (work_stuff_copy_to_from): New.
2351 (delete_non_B_K_work_stuff): New.
2352 (delete_work_stuff): New.
2353 (mop_up): Break out work_stuff partly destruction to
2354 delete_non_B_K_work_stuff.
2355 (iterate_demangle_function): New.
2356 (demangle_prefix): Call iterate_demangle_function instead of
2357 demangle_function_name. Leave handling of name-signature
2358 __-delimiters to iterate_demangle_function.
2359 (demangle_integral_value): Strip an optional
2360 following underscore cautiously. Handle negative numbers.
2361
f2e5a608 23622000-07-24 Daniel Berlin <dberlin@redhat.com>
2363
ec255163 2364 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
f2e5a608 2365 if (AUTO_DEMANGLING || GNU_DEMANGLING)
2366
65bcf503 23672000-07-21 Alex Samuel <samuel@codesourcery.com>
2368
2369 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
2370 allocating ctor mangling.
2371 (demangle_array_type): Handle empty and non-constant array length.
2372
68e6b6e1 23732000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
a451eef0 2374 Jeff Law <law@cygnus.com>
2375
1a163ca8 2376 * configure.in (AC_CHECK_HEADERS): Add time.h.
2377 (AC_HEADER_TIME): Add check.
2378 * configure, config.in: Regenerate.
2379 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2380
a451eef0 2381 * configure.in (AC_CHECK_HEADERS): Add limits.h.
2382 * configure, config.in: Regenerate.
2383 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
2384 * strtol.c, strtoul.c: #include "config.h". Portably #include
2385 <limits.h> and/or <sys/param.h>.
2386 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
68e6b6e1 2387
fb758229 2388 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
2389 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
2390 * configure, config.in: Regenerate.
2391 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2392
68e6b6e1 2393 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
2394
ad46fec4 23952000-07-21 Mike Stump <mrs@wrs.com>
2396
2397 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
7b23d366 2398 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
ad46fec4 2399
bb37062f 24002000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2401
2402 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
2403
2404 * setenv.c (setenv): Initialize variable `ep'.
2405
2406 * sigsetmask.c (abort): Prototype.
2407
2408 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
2409 __STDC__ for stdarg.h include.
2410 (int_vasprintf): Prototype.
2411 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
2412 definition. Cast `global_total_width' in comparison.
2413 (main): Prototype. Return a value.
2414
2415 * vfork.c (fork): Prototype.
2416
2417 * xexit.c: Include config.h.
2418
6cb730c2 24192000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
2420
2421 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
2422 and print it with %u.
2423
e42d7fe1 24242000-07-17 Hans-Peter Nilsson <hp@axis.com>
2425
2426 * testsuite/regress-demangle (failed test): Show result and
2427 expected output.
2428
04ef60ef 24292000-07-07 Andrew Haley <aph@cygnus.com>
2430
2431 * cplus-dem.c (main): fflush() after emitting last char before
2432 waiting for input.
2433
b7f68aff 24342000-06-28 Alex Samuel <samuel@codesourcery.com>
2435
2436 * cp-demangle.c (demangle_encoding): Accept no substitutions.
2437 (demangle_name): Handle <substitution> followed by
2438 <unqualified-template-name>.
2439 (demangle_type): Follow special substitutions with
2440 <class-enum-type>
2441 (demangle_subtitution): Set template_p for special substitutions.
2442 (main): Fix typos.
ec255163 2443
597f928d 24442000-06-27 Alex Samuel <samuel@codesourcery.com>
2445
2446 * cp-demangle.c (demangle_special_name): Swap base and derived
2447 class when demangling construction vtables.
2448
140d75d7 24492000-06-21 Alex Samuel <samuel@codesourcery.com>
2450
2451 * cp-demangle.c: Don't include ctype.h.
2452 (IS_DIGIT): New macro.
2453 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
2454 instead of isdigit and isalpanum.
2455 (demangling_def): Make name and next const pointers.
2456 (STATUS_ALLOCATION_FAILED): New status code.
2457 (dyn_string_append_space): Handle failure in
2458 dyn_string_append_char.
2459 (int_to_dyn_string): Likewise. Change return value to status_t.
2460 (string_list_new): Handle failure of dyn_string_init.
2461 (result_close_template_list): Change return type to status_t.
2462 Handle failure in dyn_string_append.
2463 (result_push): Change return value to status_t. Handle failure in
2464 string_list_new. Handle failure of result_push throughout.
2465 (substitution_add): Change return value to status_t. Handle
2466 dyn_string failures. Handle failure of substitution_add
2467 throughout.
2468 (template_arg_list_new): Return NULL on allocation failure.
2469 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
2470 Handle error result throughout.
2471 (result_append): Likewise.
2472 (result_append_char): Likewise.
2473 (result_append_space): Likewise.
2474 (demangling_new): Make argument a const pointer. Handle
2475 allocation failures.
2476 (demangle_template_args): Handle failure in template_arg_list_new
2477 and result_close_template_list.
2478 (demangle_discriminator): Return if int_to_dyn_string fails.
2479 (cp_demangle): Likewise.
2480 (cp_demangle_type): New function.
2481 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
2482 memory allocation failure.
2483 (main): Likewise.
2484 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
2485 IN_LIBGCC2.
2486 (dyn_string_init): Change return value to int. Handle
2487 RETURN_ON_ALLOCATION_FAILURE case.
2488 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
2489 (dyn_string_release): Delete the dyn_string.
2490 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
2491 (dyn_string_copy): Change return type to int.
2492 (dyn_string_copy_cstr): Likewise.
2493 (dyn_string_prepend): Likewise.
2494 (dyn_string_prepend_cstr): Likewise.
2495 (dyn_string_insert): Likewise.
2496 (dyn_string_insert_cstr): Likewise.
2497 (dyn_string_append): Likewise.
2498 (dyn_string_append_cstr): Likewise.
2499 (dyn_string_append_char): Likewise.
2500 (dyn_string_substring): Likewise.
ec255163 2501
210aba33 25022000-06-09 Zack Weinberg <zack@wolery.cumb.org>
2503
2504 * cp-demangle.c (demangle_operator_name): Add spaces before
2505 names beginning with a letter: delete, delete[], new, new[],
2506 sizeof.
2507 (demangle_special_name): Handle TF <type> and TJ <type>.
2508
0b4450c1 2509Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
2510
2511 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
2512
e5d6924a 2513Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
2514
2515 * cp-demangle.c (stdio.h): File included unconditionaly.
2516 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
2517 * dyn-string.c (stdio.h): File included.
2518 * partition.c (partition_print): No `&' needed to take the address of
2519 a function.
2520
da8bd873 25212000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2522
2523 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ec255163 2524
da8bd873 2525 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
2526
2527 * cp-demangle.c (demangle_char): Change parameter from char to int.
2528 (demangle_expression, demangle_expr_primary): Remove extra
2529 semi-colon in prototype.
2530
2531 * dyn-string.c (dyn_string_append_char): Change parameter from
2532 char to int.
2533
2534 * memcmp.c (memcmp): Constify.
2535
2536 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
2537 __extension__.
2538
2539 * partition.c (elem_compare): Prototype. Don't cast away
2540 const-ness.
2541
2542 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ec255163 2543
4b7bc488 25442000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2545
2546 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
2547
2548 * cp-demangle.c: Include demangle.h.
2549 (template_arg_list_new): DeANSIfy.
2550 (cp_demangle): Make static and add prototype.
2551 (operator_code, operators): Constify.
2552 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
2553
7ae7b54c 25542000-06-05 Alex Samuel <samuel@codesourcery.com>
2555
2556 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
2557 unsigned char.
2558 (demangle_unqualified_name): Likewise.
2559 (demangle_number_literally): Likewise.
2560 (demangle_type): Likewise.
2561 (demangle_substitution): Likewise.
2562 (is_mangled_char): Likewise, for isalnum.
2563
168d63e5 25642000-06-04 Alex Samuel <samuel@codesourcery.com>
2565
2566 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
2567 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
2568 (cp-demangle.o): New dependency.
2569 (dyn-string.o): Likewise.
2570
2571 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
2572
2573 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
2574 demangler.
2575 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
2576 demangling mode.
2577 (gnu_new_abi_symbol_characters): New function.
2578 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
2579 file.
2580 * cp-demangle.c: New file.
ec255163 2581
b5495c1d 2582Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
2583
2584 * floatformat.c: Add name to each floatformat field.
2585
8fab1737 2586Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
2587
2588 * Makefile.in (objalloc.o): Depend on config.h
2589
317ab997 25902000-05-29 Zack Weinberg <zack@wolery.cumb.org>
2591
2592 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
2593 if HAVE_STRING_H.
2594 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
2595 * objalloc.c: Include config.h. Include stdlib.h and don't
2596 declare malloc or free if HAVE_STDLIB_H.
2597 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
2598 else declare malloc without prototype. Include string.h if
2599 HAVE_STRING_H, else declare memset without prototype. Don't
2600 include stddef.h.
2601
874478ba 26022000-05-23 Mike Stump <mrs@wrs.com>
2603
2604 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
9f21bac8 2605 -j3.
874478ba 2606
55de1520 26072000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2608
2609 * xmalloc.c: Include config.h for HAVE_SBRK definition.
2610
e51b357b 26112000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
2612
ec255163 2613 * hashtab.c (hash_pointer): Delete low-order bits which are
e51b357b 2614 probably zero, also eliminate a warning on alpha.
2615
9e362499 26162000-05-15 David Edelsohn <edelsohn@gnu.org>
2617
e390e838 2618 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
9e362499 2619 on $(enable_shared).
2620
06c6487f 26212000-05-10 Jakub Jelinek <jakub@redhat.com>
2622
2623 * config.table: Use mh-sparcpic for sparc*-*-*.
2624
0baf89fb 26252000-05-08 Nick Clifton <nickc@cygnus.com>
2626
2627 * Makefile.in (CFILES): Add strncmp.c.
2628 (NEEDED): Add strncmp.
2629
59f72e4d 26302000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2631
2632 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
2633 Cast the arguments to `islower' to `unsigned char'.
2634 (print_demangler_list): Prototype.
2635
fb0c90ed 2636Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
2637
2638 * sort.c (UCHAR_MAX): Provide fallback definition.
2639
167a5f18 26402000-04-29 Alexandre Oliva <aoliva@cygnus.com>
2641
2642 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
2643 SUBDIRS.
2644
6f572555 26452000-04-28 Kenneth Block <block@zk3.dec.com>
2646 Jason Merrill <jason@casey.cygnus.com>
2647
ec255163 2648 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
2649 (cplus_demangle_set_style): New function for setting style.
2650 (cplus_demangle_name_to_style): New function to translate name.
6f572555 2651
b3524c8f 26522000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2653
2654 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
2655
2656 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
2657 (libiberty_AC_FUNC_STRNCMP): Invoke.
2658
2659 * strncmp.c: New file.
2660
a5f725a3 2661Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
2662
2663 * hashtab.c (htab_expand): Add prototype.
2664 (find_empty_slot_for_expand): Likewise.
2665
8afd4145 26662000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2667
2668 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
2669 match prototype.
2670 (htab_expand): Cast the return value of xcalloc.
2671
c9dfb8ae 26722000-04-24 Mark Mitchell <mark@codesourcery.com>
2673
2674 * hashtab.c (hash_pointer): New function.
2675 (eq_pointer): Likewise.
2676 (htab_hash_pointer): New variable.
2677 (htab_eq_pointer): Likewise.
2678
85993fc6 26792000-04-23 Mark Mitchell <mark@codesourcery.com>
2680
9517f453 2681 * sort.c (sort_pointers): Fix endianness bugs.
2682
85993fc6 2683 * sort.c: New file.
2684 * Makefile.in (CFILES): Add sort.c
2685 (REQUIRED_OFILES): Add sort.o.
2686 (sort.o): New target.
2687
c9b2f47c 26882000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2689
2690 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
2691 4.3BSD systems.
2692
2b3dbc20 2693Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2694
2695 * hashtab.c: Various minor cleanups.
2696 (htab_find_slot_with_hash): INSERT is now enum insert_option.
2697 (htab_find_slot): Likewise.
2698
6ea8a864 26992000-04-16 Dave Pitts <dpitts@cozx.com>
2700
2701 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ec255163 2702
105211e5 27032000-04-05 Richard Henderson <rth@cygnus.com>
2704
2705 * splay-tree.c (splay_tree_remove): New.
2706
7669680f 27072000-03-30 Mark Mitchell <mark@codesourcery.com>
2708
2709 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
2710 codes.
2711 (htab_find_with_hash): Likewise.
2712 (htab_find_slot_with_hash): Likewise.
ec255163 2713
07c797e3 27142000-03-29 Zack Weinberg <zack@wolery.cumb.org>
2715
2716 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
2717 unless it will be used. Rearrange loop for better
2718 optimization.
2719 (higher_prime_number): Add static prototype.
2720
8ef1b8d1 2721Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
2722
2723 * Makefile.in (partition.o): Depend on config.h
2724
ed26da85 27252000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
2726
2727 * hashtab.c (find_empty_slot_for_expand): New function.
2728 (htab_expand): Use it instead of htab_find_slot.
2729 (htab_find_with_hash): Renamed from htab_find; now accepts extra
2730 argument HASH.
2731 (htab_find_slot_with_hash): Likewise for htab_find_slot.
2732 (htab_find): New wrapper function.
2733 (htab_find_slot): Likewise.
2734 (htab_traverse): Pass slot, not entry, to called function.
2735
dadde703 27362000-03-09 Alex Samuel <samuel@codesourcery.com>
2737
2738 * Makefile.in (CFILES): Add partition.c.
2739 (REQUIRED_OFILES): Add partition.o.
2740 (partition.o): New rule.
2741 * partition.c: New file.
ec255163 2742
3fdd387a 27432000-03-09 Zack Weinberg <zack@wolery.cumb.org>
2744
2745 * hashtab.c (htab_create): Set del_f.
2746 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
2747 Use it.
2748
07c967f9 27492000-03-08 Zack Weinberg <zack@wolery.cumb.org>
2750
2751 * hashtab.c: Remove debugging variables (all_searches,
2752 all_collisions, all_expansions). Delete
2753 all_hash_table_collisions.
2754 (create_hash_table, delete_hash_table, empty_hash_table,
2755 find_hash_table_entry, remove_element_from_hash_table_entry,
2756 clear_hash_table_slot, traverse_hash_table, hash_table_size,
2757 hash_table_elements_number, hash_table_collisions): Rename to:
2758 htab_create, htab_delete, htab_empty, htab_find_slot,
2759 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
2760 htab_elements, htab_collisions.
2761 (htab_find): New function, handles common case where you don't
2762 plan to add or delete an entry.
2763 (htab_expand): Don't create a whole new table, just a new
2764 entry vector.
2765 (htab_find_slot): Simplify logic.
2766
1f33a375 27671999-08-03 Ian Lance Taylor <ian@zembu.com>
2768
2769 * floatformat.c: Add casts to avoid signed/unsigned warnings.
2770 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
2771
2772 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
2773 $(TARGETLIB)n so it works on MSDOS.
2774 (install_to_tooldir): Likewise.
2775
27761999-07-21 Ian Lance Taylor <ian@zembu.com>
2777
2778 From Mark Elbrecht:
2779 * makefile.dos: Remove; obsolete.
2780 * configure.bat: Remove; obsolete.
2781
27821999-07-11 Ian Lance Taylor <ian@zembu.com>
2783
2784 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2785 warning.
2786
b99e5aef 27872000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2788
2789 * pexecute.c: Conditionally include string.h.
07c967f9 2790 (fix_argv): Handle embedded whitespace in args for Mingw32.
b99e5aef 2791
6d93ad38 27922000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2793
2794 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
2795 we're using gcc.
2796
2797 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
2798
59dfb43e 27991999-12-27 Geoff Keating <geoffk@cygnus.com>
2800
2801 * vasprintf.c (int_vasprintf): Don't re-read the format character
2802 as this mishandles strings like '%%s'.
2803
b04bbebb 28041999-12-05 Mark Mitchell <mark@codesourcery.com>
2805
2806 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
2807 rather than struct splay_tree_node.
2808 (splay_tree_insert): Use struct splay_tree_s rather than struct
2809 splay_tree.
2810
d7f8de75 2811Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
2812
2813 * hashtab.c (sys/types.h): File included.
2814
7202ac7d 28151999-11-22 Jason Merrill <jason@casey.cygnus.com>
2816
2817 * strtoul.c, strtol.c, random.c: Remove advertising clause from
2818 BSD license, pursuant with
2819
2820 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2821
bd41a79e 2822Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
2823
2824 * hashtab.c: Include stdio.h.
2825
b77d3fd0 2826Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
2827
2828 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
2829
1b4391fe 2830Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
2831
2832 * xstrdup (sys/types.h): Include this file.
2833
4bc57096 28341999-10-28 Nathan Sidwell <nathan@acm.org>
2835
2836 * Makefile.in (SUBDIRS): New macro.
2837 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
2838 avoid multiple subdirectory cleaning.
2839 (*-subdir): Use SUBDIRS.
2840
9087cad2 28411999-10-25 Jim Kingdon <http://developer.redhat.com/>
2842
2843 * cplus-dem.c: Move declarations of standard_symbol_characters and
2844 hp_symbol_characters inside #ifdef MAIN to avoid compiler
2845 warnings.
2846
21a7d507 28471999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
2848
2849 * hashtab.c (find_hash_table_entry): When returning a
2850 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
2851 (clear_hash_table_slot): New function which deletes an entry
2852 by its position in the table, not its value.
2853 (traverse_hash_table): New function which calls a hook
2854 function for every live entry in the table.
2855
42c870f1 28561999-10-19 Mark Mitchell <mark@codesourcery.com>
2857
2858 * cplus-dem.c (INTBUF_SIZE): New macro.
2859 (string_append_template_idx): New function.
2860 (demangle_expression): Likewise.
2861 (demangle_integral_value): Use it.
2862 (demangle_real_value): New function, split out from ...
2863 (demangle_template_value_parm): ... here. Use
2864 string_append_template_idx. Use demangle_real_value.
2865 (demangle_template): Use string_append_template_idx.
2866 (demangle_qualified): Use consume_count_with_underscores.
2867 (get_count): Tweak formatting.
2868 (do_type): Use string_append_template_idx.
07c967f9 2869
33b090eb 28701999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2871
2872 * calloc.c: Add a public domain notice.
2873
9879c2ce 2874Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
2875
2876 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
2877
5da6c26f 2878Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
2879
2880 * Makefile.in (CFILES): Add hashtab.c
2881 (REQUIRED_OFILES): Add hashtab.o
2882 (hashtab.o): Add dependencies.
2883 * hashtab.c: New file
2884
be42b79e 2885Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
2886
2887 * basename.c (DIR_SEPARATOR): New macro.
2888 (DIR_SEPARATOR_2): Likewise.
2889 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
2890 (IS_DIR_SEPARATOR): Likewise.
2891 (main): Handle MSDOS style pathname.
2892
6c65e8d7 28931999-10-11 Mark Mitchell <mark@codesourcery.com>
2894
2895 * cplus-dem.c (do_type): Handle pointer to member types whose
2896 enclosing classes have namespace scope.
2897
278929f3 2898Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
2899
2900 * config.table: Provide a backup shell for executing move-if-change.
2901
a7599ac8 29021999-10-02 Mark Mitchell <mark@codesourcery.com>
2903
2904 * xmalloc.c (xmalloc): Fix spelling error.
2905 (xcalloc, xrealloc): Likewise.
2906
4d84eafd 29071999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2908
2909 * cplus-dem.c (fancy_abort, demangle_integral_value,
2910 demangle_arm_hp_template, recursively_demangle,
2911 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
2912 (program_name, program_version, fatal): Constify a char*.
2913 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
2914 (main): Call return, not exit.
2915
8f376364 29161999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2917
2918 * choose-temp.c: Remove obsolete comment about gcc.
2919 (make_temp_file): Constify a char*.
2920
3a4fff76 2921Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2922
2923 * xmemdup.c: Include sys/types.h.
2924
7570bccb 29251999-09-07 Jeff Garzik <jgarzik@pobox.com>
2926
2927 * xmemdup.c: New xmemdup function.
2928 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
2929
b50c7be3 2930Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
2931
07c967f9 2932 * config.table: Add openedition target.
b50c7be3 2933 * config/mh-openedition: New file.
2934
fd0c1d22 2935Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
2936
2937 * pexecute.c (pexecute): Fill in temp_base when needed.
2938
be342bf0 29391999-08-31 Richard Henderson <rth@cygnus.com>
2940
2941 * getpwd.c: Check HAVE_GETCWD before defining it away.
2942
71774460 29431999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2944
2945 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
2946 (REQUIRED_OFILES): Add getpwd.o.
2947 (getpwd.o): Add target.
2948
2949 * configure.in (AC_PREREQ): Bump to 2.13.
2950 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
2951
2952 * getpwd.c: New file, moved here from gcc.
2953
ac126d82 29541999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2955
2956 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
2957 comparing against a signed quantity.
2958 (arm_special): Likewise.
2959 (demangle_fund_type): Likewise.
2960 (do_hpacc_template_const_value): Mark parameter `work' with
07c967f9 2961 ATTRIBUTE_UNUSED.
ac126d82 2962 (main): Constify variable `valid_symbols'.
2963
4f3b4661 2964Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
2965
2966 * strtoul.c (strtoul): Add parentheses around && within ||.
2967
f92ff492 2968Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
2969
2970 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
2971 libdir, libsubdir and tooldir.
2972
a9f46aed 29731999-08-01 Mark Mitchell <mark@codesourcery.com>
2974
2975 * splay-tree.c (splay_tree_insert): Return the new node.
2976
db081298 29771999-07-14 Richard Henderson <rth@cygnus.com>
2978
07c967f9 2979 * argv.c: Include stdlib.h and string.h instead of
db081298 2980 prototyping directly.
2981 * choose-temp.c: Conditionally include string.h.
2982
e5aa3a54 29831999-07-12 Jason Merrill <jason@yorick.cygnus.com>
2984
2985 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
2986
4ef402f7 29871999-07-11 Ian Lance Taylor <ian@zembu.com>
2988
2989 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2990 warning.
2991
d65034bd 29921999-07-07 Jason Merrill <jason@yorick.cygnus.com>
2993
2994 * Makefile.in (needed-list): Only include stuff we actually need
2995 for libstdc++.
2996
18912799 29971999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2998
2999 * configure.in (checkfuncs): Add gettimeofday.
3000 * config.in, configure: Regenerated.
3001
d96f58b6 3002Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
3003
3004 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
3005 the test fails.
3006 * configure: Regenerate.
3007
4248b202 30081999-06-10 Mike Stump <mrs@wrs.com>
3009
3010 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
3011 parallel builds.
3012
3c243ded 30131999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3014
3015 * putenv.c: Include ansidecl.h to define `const'.
3016 * setenv.c: Likewise.
3017
654c70ae 3018Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
3019
34f75864 3020 * Makefile.in (CFILES): Add putenv.c and setenv.c.
3021 * configure.in (funcs): Add putenv and setenv.
3022 (AC_CHECK_FUNCS): Check for putenv and setenv.
3023 * configure: Rebuilt.
3024 * putenv.c setenv.c: New files.
3025
654c70ae 3026 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
3027 bytes of space using malloc.
3028
41980611 3029Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
3030
3031 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
3032 the *mangled pointer beyond the end of the string. Clean up code to
3033 match prevailing coding style.
3034
08b8ada9 30351999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3036
3037 * tmpnam.c (L_tmpnam): Fix typo.
3038
2fb1c6e9 3039Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
3040
3041 * cplus-dem.c (standard_symbol_characters): Renamed from
3042 standard_symbol_alphabet. No longer modify TABLE.
3043 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
3044 modify TABLE.
3045 (main): Corresponding changes. Use strchr to determine if a
3046 character is valid.
3047
25398e41 30481999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
3049
3050 * cplus-dem.c (main): Use table lookup to distinguish identifier
3051 characters from non-identifier characters.
3052 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
3053
29723d26 3054Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
3055
3056 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
3057 * getruntime.c: Only attempt to include sys/resource.h and
3058 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
3059 are defined.
3060
dde96550 3061Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
3062
3063 * configure.in (alloca detection): Handle alloca directly for interix.
3064 * configure: Rebuilt.
3065
e98ba651 3066Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
3067
3068 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
3069
3460a017 30701999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3071
3072 Fix from Dale Hawkins:
07c967f9 3073 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
3460a017 3074 reallocated properly if we use it again.
3075
3076 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
3077 stricter about syntax. Always null-terminate string.
3078
b01c0955 3079Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
3080
3081 * configure.in (checkfuncs): Check for sbrk.
3082 * config.in: Rebuilt.
3083 * configure: Likewise.
3084 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
3085
87c2e884 30861999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
3087
3088 Fix from Marcus Daniels:
3089 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
3090 identifier looking for another underscore.
3091
16b8e80f 3092Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
3093
3094 * pexecute.c: Change all references to __UWIN__ to _UWIN.
3095 * xmalloc.c: Likewise.
3096 (xcalloc): UWIN has sbrk.
3097 (xrealloc): Fix guard macro.
3098
4d0cfb7e 30991999-04-11 Richard Henderson <rth@cygnus.com>
3100
3101 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
3102 or <alloca.h>.
3103 * clock.c (GNU_HZ): New definition.
3104 (clock): Use it.
3105 * getruntime.c: Likewise.
3106
3107 * config.table: Use mh-beos.
3108 * config/mh-beos: New file.
3109
0dc64970 31101999-04-11 Mark Mitchell <mark@codesourcery.com>
3111
3112 * cplus-dem.c (demangle_template_value_parm): Handle
3113 pointers-to-members.
3114 (do_type): Handle template parameters as qualifiers.
3115
9fec6063 31161999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
3117
3118 * cplus-dem.c: Attempt to handle overflows in counts with some
3119 semblance of grace.
3120 (consume_count): Detect overflows. Return -1 to indicate errors,
3121 instead of zero.
3122 (demangle_template_value_parm, demangle_template): Handle change
3123 to consume_count's return convention.
3124
715f424c 31251999-04-05 Tom Tromey <tromey@cygnus.com>
3126
3127 * testsuite/regress-demangle: New file.
3128 * testsuite/demangle-expected: New file.
3129
3130 * Makefile.in (all, check, installcheck, info, install-info,
3131 clean-info, dvi, install, etags, tags, mostlyclean, clean,
3132 distclean, maintainer-clean, realclean): Depend on corresponding
3133 `-subdir' target.
3134 (all-subdir check-subdir installcheck-subdir info-subdir
3135 install-info-subdir clean-info-subdir dvi-subdir
3136 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
3137 distclean-subdir maintainer-clean-subdir): New target.
3138 * testsuite/Makefile.in: New file.
3139 * configure: Rebuilt.
3140 * configure.in: Create testsuite/Makefile.
3141
71c5948c 31421999-04-02 Mark Mitchell <mark@codesourcery.com>
3143
3144 * splay-tree.h (splay_tree_compare_pointers): Define.
3145
d1264606 31461999-03-30 Mark Mitchell <mark@codesourcery.com>
3147
3148 * splay-tree.c (splay_tree_compare_ints): Define.
3149
6fd618e7 31501999-03-30 Tom Tromey <tromey@cygnus.com>
3151
3152 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
3153 don't advance input pointer.
3154 (demangle_class_name): If consume_count didn't find a count, do
3155 nothing. Don't bother with `strlen' sanity check; consume_count
3156 does it for us.
3157
bdaa26ad 31581999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3159
3160 From Art Haas <ahaas@neosoft.com>:
3161 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
3162 when doing arm or hp style.
3163 (demangle_nested_args): Decr forgetting_types field when done.
07c967f9 3164
d267f778 3165Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
3166
3167 * pexecute.c (__CYGWIN32__): Rename to
3168 (__CYGWIN__): this.
3169 * xmalloc.c: Likewise.
3170
3171 Changes to support i386-pc-uwin.
3172 * configure.in (*-*-uwin*): Workaround for vfork bug.
3173 * configure: Regenerate.
3174 * pexecute.c (pexecute): Be like standard Unix.
3175 (pwait): Likewise.
3176 * xmalloc.c (first_break): Define.
3177 (xmalloc_set_program_name): Use.
3178 (xmalloc): Use.
3179
90405950 3180Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3181
3182 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
3183
bdaa26ad 3184Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
3185
3186 * config.table: Check cygwin*, not cygwin32*.
3187
e6ed8194 3188Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
3189
3190 * Makefile.in: Change mkstemp -> mkstemps.
3191
301e59c9 3192Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
3193
3194 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
3195 * configure.in (funcs): Check for and conditionally add mkstemps to
3196 the list of functions libiberty will provide.
3197 * configure: Rebuilt.
07c967f9 3198
89e305f9 3199Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
3200
07c967f9 3201 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
89e305f9 3202 platforms that don't have HZ.
3203 * getruntime.c (HZ): Likewise.
3204
ecfe64e7 3205Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
3206
3207 * Makefile.in (xstrdup.o): Depend on config.h.
3208
2e5e2114 3209Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
3210
3211 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
3212 freeing it.
3213
6aa62a59 3214Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3215
3216 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
3217
bdaa26ad 3218Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3219
3220 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
3221 splay-tree.o.
3222
32231999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
3224
3225 * configure.in: Require autoconf 2.12.1 or higher.
3226
9e1ed734 32271998-12-30 Michael Meissner <meissner@cygnus.com>
3228
3229 * random.c (NULL): Don't redefine NULL if it is already defined.
3230
7c8c70e9 3231Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3232
3233 * argv.c (buildargv): Cast the result of alloca in assignment.
3234
3235 * choose-temp.c: Include stdlib.h.
2e5e2114 3236
7c8c70e9 3237 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
9f21bac8 3238 (snarf_numeric_literal): Constify first parameter.
3239 (code_for_qualifier): Avoid a gcc extension, make the parameter an
3240 int, not a char.
7c8c70e9 3241 (demangle_qualifier): Likewise.
3242 (demangle_signature): Cast the argument of a ctype function to
3243 unsigned char.
3244 (arm_pt): Add parens around assignment used as truth value.
3245 (demangle_arm_hp_template): Constify variable `args'.
3246 (do_hpacc_template_const_value): Cast the argument of a ctype
3247 function to unsigned char.
3248 (do_hpacc_template_literal): Remove unused variable `i'.
3249 (snarf_numeric_literal): Constify parameter `args'.
3250 Cast the argument of a ctype function to unsigned char.
3251
3252 * floatformat.c (floatformat_to_double): Add explicit braces to
9f21bac8 3253 avoid ambiguous `else'.
2e5e2114 3254
7c8c70e9 3255 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
9f21bac8 3256 `cstart' and `cend' to unsigned char. Cast the argument of macro
3257 `FOLD', which uses ctype functions, to unsigned char.
7c8c70e9 3258
3259 * objalloc.c (free): Add prototype.
3260
9070a37e 3261Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
3262
3263 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
3264
bdaa26ad 3265Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
3266
3267 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
9f21bac8 3268 doesn't exist.
bdaa26ad 3269 (do_hpacc_template_literal): remove unused variable `i'.
07c967f9 3270
0a5a5994 3271Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
3272
3273 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
3274 bumping the pointer we read from. Also prepend these codes,
3275 as we do in other places.
3276
bdaa26ad 32771998-12-18 Nick Clifton <nickc@cygnus.com>
3278
3279 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
3280 'const char *' in order to match its usage when calling siblings.
3281 (snarf_numeric_literal): Make first arg 'const char **' in order
3282 to match usage.
4ed77eec 3283
50cbddd6 3284Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3285
4ed77eec 3286 * choose-temp.c: Don't check IN_GCC anymore.
3287
3288 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
3289 * memchr.c (memchr): Likewise.
3290 * memcpy.c (memcpy): Likewise.
3291 * memmove.c (memmove): Likewise.
2e5e2114 3292
4ed77eec 3293 * mkstemp.c: Don't check IN_GCC anymore.
3294 * pexecute.c: Likewise.
3295 * splay-tree.c: Likewise.
2e5e2114 3296
4ed77eec 3297 * strchr.c (strchr): Use `const', not `CONST'.
3298 * strrchr.c (strrchr): Likewise.
3299 * strtol.c (strtol): Likewise.
3300 * strtoul.c (strtoul): Likewise.
3301
f75dc4de 3302Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
3303 Elena Zannoni <ezannoni@cygnus.com>
3304 Stan Shebs <shebs@cygnus.com>
3305 Edith Epstein <eepstein@cygnus.com>
3306 Andres MacLeod <amacleod@cygnus.com>
3307 Satish Pai <pai@apollo.hp.com>
3308
3309 * HP aCC demangling support.
3310 * cplus-dem.c
3311 (main): Remove default to HP style demangling, set to EDG
9f21bac8 3312 demangling correctly when -edg specified; set the demangling style
3313 when user specifies 'edg'. Set strip_underscore to
3314 prepends_underscore, if not HPUXHPPA. Set
3315 current_demangling_style to hp_demangling if HPUXHPPA. Set
3316 current demangling style correctly if the switch is hp. Read
3317 label correctly also in the HP style case.
f75dc4de 3318 (work_stuff): add temp_start field; add field for volatile member
9f21bac8 3319 function.
f75dc4de 3320 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
9f21bac8 3321 style for this case is the same as ARM.
f75dc4de 3322 (demangle_args): handle EDG_DEMANGLING style; support HP style.
3323 (demangle_arm_hp_template): new function. (It was
9f21bac8 3324 demangle_arm_pt.); check and set value of temp_start field in
3325 multiple places. Also, when ceching for end of template args,
3326 check to see if at end of static member of template class.
f75dc4de 3327 (demangle_class): new local variable : save_class_name_end Don't
9f21bac8 3328 include template args in string defining class.
f75dc4de 3329 (demangle_class_name): use demangel_arm_hp_template.
3330 (demangle_function_name): handle case where demangling style is
9f21bac8 3331 HP_DEMANGLING and currently point at an 'X' in the mangled name.
3332 Handle EDG_DEMANGLING style. Handle constructor and destructor
3333 ops for HP style.
f75dc4de 3334 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
9f21bac8 3335 styles. global destructor and constructor for HP style are same
3336 as for ARM style. Same for local variables.
f75dc4de 3337 (demangle_qualified): handle EDG_DEMANGLING style.
3338 (demangle_signature): add case for volatile member function. For
9f21bac8 3339 cases '1' - '9' : initialize the temp_start field to -1 and handle
3340 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
3341 and AUTO_DEMANGLING styles. If expecting a function and managed
3342 to demangle the funct args, then handle the LUCID_DEMANGLING,
3343 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
3344 class name after "Lnnn_ in HP style case. HP style too needs to
3345 forget types. _nnn is OK for HP style, so don't report failure.
f75dc4de 3346 (do_hpacc_template_const_value): new function. Handle template's
9f21bac8 3347 value param for HP/aCC.
f75dc4de 3348 (do_hpacc_template_literal): new function. Handle a template's
9f21bac8 3349 literal parameter for HP aCC.
f75dc4de 3350 (recursively_demangle): new function
3351 (snarf_numeric_literal): new function.
3352 (usage): add 'edg' to the list of demangling styles; add hp switch
9f21bac8 3353 to message.
f75dc4de 3354
a5c56042 3355Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
3356
3357 * pexecute.c: Remove obsolete ifdefed cygwin code.
3358
4ae63959 3359Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3360
3361 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
3362 * cplus-dem.c: Likewise. Conform to libiberty.h.
3363 * pexecute.c: Likewise.
3364 * splay-tree.c: Likewise.
3365
b41b6b67 33661998-11-25 Mike Stump <mrs@wrs.com>
3367
3368 * Makefile.in (splay-tree.o): Add config.h dependency.
3369
a1dd5bff 3370Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3371
3372 * configure.in: Use AC_PREREQ(2.12.1).
3373
d54546fb 33741998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
3375
07c967f9 3376 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
d54546fb 3377
9fdb1080 3378Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
3379
3380 * mpw.c (mpw_access): Add missing parens.
3381
1ed7db2f 3382Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3383
3384 * configure.in: Call AC_HEADER_SYS_WAIT.
3385
3386 * pexecute.c: Include sys/wait.h when !IN_GCC.
3387
bdaa26ad 3388Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
3389
3390 * pexecute.c: revert back to checking old Cygwin
3391 preprocessor symbol until some time has passed.
3392
3393Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
3394
3395 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
3396 since it will now support similar constructs.
3397
34fa8831 3398Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3399
3400 * configure.in: Check for calloc.
3401
3402 * calloc.c: New file.
3403
3404 * xmalloc.c (xcalloc): New function.
3405
75ebb412 3406Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
3407
3408 *cplus-dem.c (demangle_prefix): Use the last "__"
3409 in the mangled name when looking for the signature. This allows
3410 template names to begin with "__".
3411
5b546829 34121998-11-08 Mark Mitchell <mark@markmitchell.com>
3413
73bea962 3414 * cplus-dem.c (type_kind_t): Add tk_reference.
3415 (demangle_template_value_parm): Handle it.
3416 (do_type): Use it for references, instead of tk_pointer.
3417
5b546829 3418 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
3419 not internal_cplus_demangle.
3420
0e4558d2 3421Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3422
3423 * choose-temp.c: Don't include gansidecl.h.
3424 * mkstemp.c: Likewise.
3425 * pexecute.c: Likewise.
3426
7b8b8d43 3427Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
3428
07c967f9 3429 * configure.in: detect cygwin* instead of cygwin32*
3430 * configure: regenerate
7b8b8d43 3431
f9a39df1 3432Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3433
3434 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
9f21bac8 3435 whether to include config.h. Possibly include unistd.h in the
3436 !IN_GCC case. Define VFORK_STRING as a printable function call
3437 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
3438 defined, include vfork.h. If VMS is defined, define vfork()
3439 appropriately. Remove vfork check on USG, we're using autoconf.
3440 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
3441 locally what string to use.
f9a39df1 3442
797ba725 34431998-10-26 Mark Mitchell <mark@markmitchell.com>
3444
3445 * splay-tree.c: Tweak include directives to make sure declarations of
3446 xmalloc and free are available.
3447
3662c79b 34481998-10-25 Mark Mitchell <mark@markmitchell.com>
3449
3450 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
3451 anonymous namespaces.
2e5e2114 3452
af5199c0 34531998-10-23 Mark Mitchell <mark@markmitchell.com>
3454
3455 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
3456 with type_quals.
3457 (TYPE_UNQUALIFIED): New macro.
3458 (TYPE_QUAL_CONST): Likewise.
3459 (TYPE_QUAL_VOLATILE): Likewise.
3460 (TYPE_QUAL_RESTRICT): Likewise.
3461 (code_for_qualifier): New function.
3462 (qualifier_string): Likewise.
3463 (demangle_qualifier): Likewise.
3464 (internal_cplus_demangle): Use them.
3465 (demangle_signature): Likewise.
3466 (demangle_template_value_parm): Likewise.
3467 (do_type): Likewise.
3468 (demangle_fund_type)): Likewise.
3662c79b 3469
e61da89d 3470Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3471
3472 * splay-tree.c (splay_tree_foreach_helper): Make definition static
3473 to match prototype.
3474
9a4eb61d 34751998-10-21 Mark Mitchell <mark@markmitchell.com>
3476
3477 * splay-tree.c: New file.
3478 * Makefile.in (CFILES): Add it.
3479 (REQUIRED_OFILES): Likewise.
3480 (splay-tree.o): Add dependencies.
3481
e5d3a45b 3482Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3483
3484 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
3485 range of 'K' index.
3486
4350e959 3487Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3488
3489 * choose-temp.c: Prototype mkstemps() when IN_GCC.
3490
3491 * cplus-dem.c (consume_count): Cast argument of ctype macro to
3492 `unsigned char'.
3493 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
3494 comparing against one.
3495 (cplus_mangle_opname): Likewise.
3496 (demangle_integral_value): Cast argument of ctype macro to
3497 `unsigned char'.
3498 (demangle_template_value_parm): Likewise.
3499 (demangle_template): Initialize variable `bindex'. Cast the
3500 result of `strlen' to (int) when comparing against one. Remove
3501 unused variable `start_of_value_parm'.
3502 (demangle_class_name): Cast the result of `strlen' to (int) when
3503 comparing against one.
3504 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
3505 (gnu_special): Likewise. Cast the result of `strlen' to (int)
3506 when comparing against one.
3507 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
3508 (get_count): Likewise.
3509 (do_type): Likewise. Cast the result of `strlen' to (int) when
3510 comparing against one.
3511 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
3512 (demangle_function_name): Cast the result of `strlen' to (int)
3513 when comparing against one.
3514
3515 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
3516 comparing against one.
3517
5dfe2c03 3518Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
3519
07c967f9 3520 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
3521 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
3522 * config.in, configure: Rebuilt.
0be6f86d 3523
5dfe2c03 3524 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
3525 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
3526 * config.in, configure: Rebuilt.
3527
7b8b8d43 3528Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
3529
07c967f9 3530 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
7b8b8d43 3531
68b78c88 3532Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
3533
3534 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
3535
804ec1bf 3536Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
3537
3538 * Merge egcs & devo libiberty.
3539
7a1ec54f 3540