Update/correct copyright notices.
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
5810f394
DD
12001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
2
3 * cplus-dem.c (main): Cast enum style to int.
4
a9db032a
DD
52001-02-16 Loren J. Rittle <ljrittle@acm.org>
6
7 * cplus-dem.c (main): Initialize style.
8
bc9bf259
DD
92001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10
11 Add support for Java demangling under the v3 ABI:
12 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
13 (struct demangling_def): Add `style' field.
14 (demangling_new): New parameter `style'. Set it in demangling_t.
15 (demangle_prefix): Use NAMESPACE_SEPARATOR.
16 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
17 (cp_demangle): New parameter `style'. Pass it to demangling_new().
18 (main): Call cp_demangle with extra parameter.
19 (java_demangle_v3): New function.
20 (java_builtin_type_names): New. Table of primitive type names used
21 for Java demangling.
22 (demangle_builtin_type): Look up in java_builtin_type_names if doing
23 Java output.
24 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
25 demangling.
26 (long_options): Remove obsolete `java' option.
27 (main): Remove explicit handling of `java' option. Instead, pass style
28 parameter in cplus_demangle flags as gdb does.
29 * testsuite/demangle.expected: Add some Java test cases.
30
312001-01-29 Phil Edwards <pme@sources.redhat.com>
32
33 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
34
f6528837
DD
352000-12-29 DJ Delorie <dj@redhat.com>
36
37 * fnmatch.c: Make the note about the origins of this file more
38 accurate, at least until we can sync with glibc.
39 * getopt.c: Ditto.
40 * getopt1.c: Ditto.
41 * md5.c: Ditto.
42 * obstack.c: Ditto.
9d969b59 43
c6da642e
DD
442000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
45
46 * bsearch.c: New file.
47 * configure.in (funcs): Add bsearch.
48 (AC_CHECK_FUNCS): Likewise.
49 * configure, config.in: Regenerate.
50
ae7d06ad 512000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
52
53 * safe-ctype.c: #include "ansidecl.h".
54 * strtod.c: Likewise.
55
ae7d06ad 562000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
57
58 * strtoul.c: Include safe-ctype.h, not ctype.h.
59
ac424eb3
DD
602000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
61
62 * safe-ctype.c: New file.
63 * Makefile.in (CFILES): Add safe-ctype.c.
64 (REQUIRED_OFILES): Add safe-ctype.o.
65
66 * argv.c: Define ISBLANK and use it, not isspace.
67 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
68 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
69 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
70 before calling TOLOWER(c)/TOUPPER(c).
71
4415a860
DD
722000-12-07 Mike Stump <mrs@wrs.com>
73
74 * Makefile.in (distclean): When cleaning, remove testsuite.
75
849ee224
DD
762000-12-05 Jason Merrill <jason@redhat.com>
77
78 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
79 name before allocating the dyn_string.
80
ae7d06ad 812000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
82
83 * cp-demangle.c: s/new_abi/v3/.
84 * cplus-dem.c: Likewise.
85 (current_demangling_style): Now auto_demangling.
86 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 87 (main): Use standard symbol chars for auto_demangling.
e49a569c 88
ae7d06ad 892000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
90
91 * hashtab.c (higher_prime_number): Use a table, rather than a
92 seive, to find the next prime.
ae7d06ad
NC
93
942000-11-22 H.J. Lu <hjl@gnu.org>
95
96 * cplus-dem.c (main): Handle gnat_demangling.
97
982000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
99
100 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
101 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
102 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
103 argument form of AC_DEFINE in dummy definitions block. Use
104 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
105 in dummy block. Preload cache variables instead of bypassing
106 tests, where possible.
107 * acconfig.h: Removed.
ae7d06ad 108
2ea7befd
DD
109 * xmalloc.c (xmalloc_failed): New function, does error
110 reporting on failed allocation.
111 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 112
f1775526
HPN
1132000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
114
115 * cplus-dem.c (cplus_demangle): Fix formatting.
116 (grow_vect): Ditto.
117 (ada_demangle): Ditto.
118 (internal_cplus_demangle): Ditto.
119 (mop_up): Ditto.
120
1212000-11-21 H.J. Lu <hjl@gnu.org>
122
123 * cplus-dem.c (main): Handle java_demangling.
124
ae7d06ad 1252000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
126
127 * cplus-dem.c (grow_vect): Prototype.
128 (ada_demangle): Cast the arg of ctype macros to unsigned char.
129
5dd42ef4
HPN
1302000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
131
132 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
133 parameter `option'.
134
296731c1
DD
1352000-11-15 Kenneth Block <kenneth.block@compaq.com>
136
8944fb9d 137 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
138 be used in GCC.
139
6e53a714 1402000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 141
5dd42ef4 142 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
143 list.
144
99a4c1bd
HPN
1452000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
146
147 * hashtab.c (htab_expand): Change to return int. Use calloc or
148 xcalloc depending on htab->return_allocation_failure. Return zero
149 if calloc fails.
150 (htab_create): Update comment to cover memory allocation.
151 (htab_try_create): New.
152 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
153 Update comment to cover this.
154
e0f3df8f
HPN
1552000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
156
157 * hashtab.c: Change void * to PTR where necessary.
158 (htab_create, htab_expand): Correct formatting of comment before
159 function.
160
ae7d06ad 1612000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
162
163 * cp-demangle.c (string_list_def): Add caret_position and comments.
164 (result_caret_pos): New macro.
165 (result_append_string): Rename to...
166 (result_add_string): ... this, and insert at caret position.
ae7d06ad 167 Rename throughout.
59666b35
DD
168 (result_append): Rename to...
169 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 170 throughout.
59666b35
DD
171 (result_append_char): Rename to...
172 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 173 throughout.
59666b35
DD
174 (result_append_space): Remove.
175 (string_list_new): Initialize caret position.
176 (result_add_separated_char): Use caret position.
177 (result_get_caret): New funtion.
178 (result_set_caret): Likewise.
179 (result_shift_caret): Likewise.
180 (result_previous_char_is_space): Likewise.
181 (substitution_start): Use caret position.
182 (substitution_add): Likewise.
183 (demangling_new): Initialize caret position.
184 (demangle_encoding): Use caret position.
ae7d06ad 185 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
186 (demangle_type_ptr): Use switch statement. Handle pointers to
187 arrays. Don't use result_append_space. Use caret position.
188 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
189 call to demangle_array_type.
190 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 191
ae7d06ad 1922000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
193
194 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
195
1962000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
197
198 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
199
2002000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
201
202 * splay-tree.c: #include <stdio.h>.
203
2042000-09-14 Hans-Peter Nilsson <hp@axis.com>
205
206 * testsuite/demangle-expected: Add two tests for anonymous
207 namespaces.
208 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
209
2102000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
211
212 * splay-tree.c (splay_tree_predecessor): New function.
213 (splay_tree_successor): Likewise.
ae7d06ad
NC
214
2152000-09-10 Hans-Peter Nilsson <hp@axis.com>
216
217 * testsuite/demangle-expected: Add four tests for type_info
218 mangling.
219 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
220 for a non-template non-qualified type_info function or node.
221
2222000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
223
224 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
225
2262000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
227
228 * md5.c: #include "ansidecl.h".
229
2302000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
231
232 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
233 (demangle_type): Handle substitution candidates correctly in the
234 face of special substitutions.
ae7d06ad
NC
235
2362000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
237
238 * cp-demangle.c (demangle_encoding): Rename variable.
239 (demangle_name): Rename parameter. Handle return type
240 suppression.
241 (demangle_nested_name): Rename parameter.
242 (demangle_prefix): Likewise. Change return type suppression.
243 (demangle_unqualified_name): Add parameter. Flag constructors and
244 conversion operators.
245 (demangle_special_name): Fix comment.
246 (demangle_type): Rename variable.
247 (demangle_bare_function_type): Check for missing return type and
248 parameter.
249 (demangle_class_enum_type): Rename parameter.
250 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
251
2522000-08-31 DJ Delorie <dj@redhat.com>
253
254 * configure.in (Cygwin): special case cygwin only when we're
255 building cygwin, not when we're hosting cygwin.
256
2572000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
258
259 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
260 <expression>.
ae7d06ad
NC
261
2622000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
263
264 * cp-demangle.c (demangle_type_ptr): Increment position past
265 pointer and reference characters.
ae7d06ad
NC
266
2672000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
268
269 * cp-demangle.c (demangle_nv_offset): New function.
270 (demangle_v_offset): Likewise.
271 (demangle_call_offset): Likewise.
272 (demangle_special_name): Update thunk demangling to comply with
273 ABI changes.
ae7d06ad
NC
274
2752000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
276
277 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
278 (substitution_def): Remove template_parm_number.
279 (NOT_TEMPLATE_PARM): Remove.
280 (result_insert_string): New macro.
281 (result_insert): Likewise.
282 (result_insert_char): Likewise.
283 (substitution_add): Remove last parameter. Don't store template
284 parm number.
285 (BFT_NO_RETURN_TYPE): Define as NULL.
286 (demangle_encoding): Adjust call to demangle_bare_function_type.
287 (demangle_name): Adjust substitution. Adjust call to
288 substitution_add.
289 (demangle_prefix): Adjust call to substitution_add.
290 (demangle_identifier): Handle anonymous namespaces.
291 (demangle_operator_name): Change demangling of vendor-extended
292 operator to match ABI changes.
293 (demangle_type_ptr): Change parameters. Make recursive. Handle
294 substitutions here.
295 (demangle_type): Adjust calls to demangle_template_param,
296 substitution_add, and demangle_type_ptr. Fix substitution of
297 templated types.
298 (demangle_function_type): Change parameter to a pointer.
299 (demangle_bare_function_type): Likewise. Adjust insertion point.
300 (demangle_template_param): Remove last parameter.
301 (demangle_expr_primary): Remove unused variable. Adjust call to
302 demangle_template_param.
303 (is_mangled_char): Accept `$' and `.'.
304 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
305 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
306
3072000-08-31 Hans-Peter Nilsson <hp@axis.com>
308
309 * testsuite/demangle-expected: Add nine tests for
310 underscore-after-number followed by five tests for name-signature
311 delimiter.
312
3132000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
314
315 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
316
3172000-08-28 Jason Merrill <jason@redhat.com>
318
319 * Makefile.in (REQUIRED_OFILES): Add md5.o.
320 (CFILES): Add md5.c.
321 * md5.c: New file.
322
3232000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
324
325 * cp-demangle.c (demangle_name): Initialize template_p in local
326 name case. Don't re-add substitutions as candidates.
327 (demangle_nested_name): Use <unqualified-name>.
328 (demangle_prefix): Likewise. Don't add template names as
329 substitution candidates twice, or re-add a substitution or the
330 last prefix component.
331 (demangle_local_name): Adjust output format.
ae7d06ad
NC
332
3332000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
334
335 * cp-demangle.c (result_add_separated_char): Change parameter to
336 int.
337 (substitution_add): Don't check for duplicates. Check if
338 previously allocated size is zero.
339 (demangle_name): Remove duplicate check for std substitution.
340 Clear template flag appropriately.
341 (demangle_prefix): Remove argument to demangle_substitution.
342 Don't check that template flag is already set.
343 (demangle_operator_name): Add pt operator.
344 (demangle_type): Don't treat r as built-in type. Remove argument
345 to demangle_substitution. Fix substitution candidate mechanics.
346 Handle <template-template-parm>s. Improve comments.
347 (demangle_template_param): Don't handle template arg lists here.
348 (demangle_substitution): Remove parameter.
349 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
350
3512000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
352
353 * libiberty/random.c (end_ptr): Revert previous change.
ae7d06ad
NC
354
3552000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
356
357 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
358 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
359 * libiberty/random.c (end_ptr): Likewise.
ae7d06ad
NC
360
3612000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
362
363 * cp-demangle.c (result_close_template_list): Remove function.
364 (result_add_separated_char): New function.
365 (result_open_template_list): New macro.
366 (result_close_template_list): Likewise.
367 (demangle_prefix): Don't set template_p if the
368 prefix ends with a ctor name.
369 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
370 (demangle_type): Check for template args after substitution.
371 (demangle_template_args): Use result_open_template_list.
d3e85005 372
ae7d06ad 3732000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 374
ae7d06ad 375 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 376
ae7d06ad 3772000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
378
379 * config/mh-openedition.h: Added -DLE370 definition.
380
a9f34fb6
JL
3812000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
382
383 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
384 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
385 Cast program to 'char *' in errmsg_arg assignment.
386 (PWAIT_ERROR): Define.
387 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
388 to DJGPP's WIF* macros.
389
90aaccd1 3902000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 391 Jeff Law <law@cygnus.com>
90aaccd1 392
ae7d06ad 393 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 394
90aaccd1 395 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
396 * rename.c: Include config.h, unistd.h
397 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 398
6ef554e3
HPN
3992000-07-24 Hans-Peter Nilsson <hp@axis.com>
400
401 * cplus-dem.c (work_stuff_copy_to_from): New.
402 (delete_non_B_K_work_stuff): New.
403 (delete_work_stuff): New.
404 (mop_up): Break out work_stuff partly destruction to
405 delete_non_B_K_work_stuff.
406 (iterate_demangle_function): New.
407 (demangle_prefix): Call iterate_demangle_function instead of
408 demangle_function_name. Leave handling of name-signature
409 __-delimiters to iterate_demangle_function.
410 (demangle_integral_value): Strip an optional
411 following underscore cautiously. Handle negative numbers.
412
ae7d06ad 4132000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 414
ae7d06ad 415 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
416 if (AUTO_DEMANGLING || GNU_DEMANGLING)
417
ae7d06ad
NC
4182000-07-21 Alex Samuel <samuel@codesourcery.com>
419
420 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
421 allocating ctor mangling.
422 (demangle_array_type): Handle empty and non-constant array length.
423
b1233257 4242000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
425 Jeff Law <law@cygnus.com>
426
427 * configure.in (AC_CHECK_HEADERS): Add time.h.
428 (AC_HEADER_TIME): Add check.
429 * configure, config.in: Regenerate.
430 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
431
432 * configure.in (AC_CHECK_HEADERS): Add limits.h.
433 * configure, config.in: Regenerate.
434 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
435 * strtol.c, strtoul.c: #include "config.h". Portably #include
436 <limits.h> and/or <sys/param.h>.
437 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 438
7d3ffcaf
JL
439 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
440 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
441 * configure, config.in: Regenerate.
442 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
443
b1233257
JL
444 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
445
ae7d06ad
NC
4462000-07-21 Mike Stump <mrs@wrs.com>
447
448 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
449 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
450
4512000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
452
453 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
454
455 * setenv.c (setenv): Initialize variable `ep'.
456
457 * sigsetmask.c (abort): Prototype.
458
459 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
460 __STDC__ for stdarg.h include.
461 (int_vasprintf): Prototype.
462 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
463 definition. Cast `global_total_width' in comparison.
464 (main): Prototype. Return a value.
465
466 * vfork.c (fork): Prototype.
467
468 * xexit.c: Include config.h.
469
9adf30b2
JL
4702000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
471
472 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
473 and print it with %u.
474
2ed78d1b
HPN
4752000-07-17 Hans-Peter Nilsson <hp@axis.com>
476
477 * testsuite/regress-demangle (failed test): Show result and
478 expected output.
479
0473bdf7
AH
4802000-07-07 Andrew Haley <aph@cygnus.com>
481
482 * cplus-dem.c (main): fflush() after emitting last char before
483 waiting for input.
484
03d5f569
JM
4852000-06-28 Alex Samuel <samuel@codesourcery.com>
486
487 * cp-demangle.c (demangle_encoding): Accept no substitutions.
488 (demangle_name): Handle <substitution> followed by
489 <unqualified-template-name>.
490 (demangle_type): Follow special substitutions with
491 <class-enum-type>
492 (demangle_subtitution): Set template_p for special substitutions.
493 (main): Fix typos.
ae7d06ad 494
03d5f569
JM
4952000-06-27 Alex Samuel <samuel@codesourcery.com>
496
497 * cp-demangle.c (demangle_special_name): Swap base and derived
498 class when demangling construction vtables.
499
5002000-06-21 Alex Samuel <samuel@codesourcery.com>
501
502 * cp-demangle.c: Don't include ctype.h.
503 (IS_DIGIT): New macro.
504 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
505 instead of isdigit and isalpanum.
506 (demangling_def): Make name and next const pointers.
507 (STATUS_ALLOCATION_FAILED): New status code.
508 (dyn_string_append_space): Handle failure in
509 dyn_string_append_char.
510 (int_to_dyn_string): Likewise. Change return value to status_t.
511 (string_list_new): Handle failure of dyn_string_init.
512 (result_close_template_list): Change return type to status_t.
513 Handle failure in dyn_string_append.
514 (result_push): Change return value to status_t. Handle failure in
515 string_list_new. Handle failure of result_push throughout.
516 (substitution_add): Change return value to status_t. Handle
517 dyn_string failures. Handle failure of substitution_add
518 throughout.
519 (template_arg_list_new): Return NULL on allocation failure.
520 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
521 Handle error result throughout.
522 (result_append): Likewise.
523 (result_append_char): Likewise.
524 (result_append_space): Likewise.
525 (demangling_new): Make argument a const pointer. Handle
526 allocation failures.
527 (demangle_template_args): Handle failure in template_arg_list_new
528 and result_close_template_list.
529 (demangle_discriminator): Return if int_to_dyn_string fails.
530 (cp_demangle): Likewise.
531 (cp_demangle_type): New function.
532 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
533 memory allocation failure.
534 (main): Likewise.
535 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
536 IN_LIBGCC2.
537 (dyn_string_init): Change return value to int. Handle
538 RETURN_ON_ALLOCATION_FAILURE case.
539 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
540 (dyn_string_release): Delete the dyn_string.
541 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
542 (dyn_string_copy): Change return type to int.
543 (dyn_string_copy_cstr): Likewise.
544 (dyn_string_prepend): Likewise.
545 (dyn_string_prepend_cstr): Likewise.
546 (dyn_string_insert): Likewise.
547 (dyn_string_insert_cstr): Likewise.
548 (dyn_string_append): Likewise.
549 (dyn_string_append_cstr): Likewise.
550 (dyn_string_append_char): Likewise.
551 (dyn_string_substring): Likewise.
ae7d06ad 552
eb383413 5532000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 554
eb383413
L
555 * cp-demangle.c (demangle_operator_name): Add spaces before
556 names beginning with a letter: delete, delete[], new, new[],
557 sizeof.
558 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 559
eb383413
L
560Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
561
562 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
563
564Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
565
566 * cp-demangle.c (stdio.h): File included unconditionaly.
567 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
568 * dyn-string.c (stdio.h): File included.
569 * partition.c (partition_print): No `&' needed to take the address of
570 a function.
571
5722000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
573
574 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 575
eb383413
L
576 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
577
578 * cp-demangle.c (demangle_char): Change parameter from char to int.
579 (demangle_expression, demangle_expr_primary): Remove extra
580 semi-colon in prototype.
581
582 * dyn-string.c (dyn_string_append_char): Change parameter from
583 char to int.
584
585 * memcmp.c (memcmp): Constify.
586
587 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
588 __extension__.
589
590 * partition.c (elem_compare): Prototype. Don't cast away
591 const-ness.
592
593 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 594
eb383413
L
5952000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
596
597 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
598
599 * cp-demangle.c: Include demangle.h.
600 (template_arg_list_new): DeANSIfy.
601 (cp_demangle): Make static and add prototype.
602 (operator_code, operators): Constify.
603 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
604
6052000-06-05 Alex Samuel <samuel@codesourcery.com>
606
607 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
608 unsigned char.
609 (demangle_unqualified_name): Likewise.
610 (demangle_number_literally): Likewise.
611 (demangle_type): Likewise.
612 (demangle_substitution): Likewise.
613 (is_mangled_char): Likewise, for isalnum.
614
6152000-06-04 Alex Samuel <samuel@codesourcery.com>
616
617 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
618 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
619 (cp-demangle.o): New dependency.
620 (dyn-string.o): Likewise.
621
622 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
623
624 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
625 demangler.
626 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
627 demangling mode.
628 (gnu_new_abi_symbol_characters): New function.
629 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
630 file.
631 * cp-demangle.c: New file.
ae7d06ad 632
f03aa80d
AC
633Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
634
635 * floatformat.c: Add name to each floatformat field.
636
77bfb694
JL
637Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
638
639 * Makefile.in (objalloc.o): Depend on config.h
640
5c82d20a
ZW
6412000-05-29 Zack Weinberg <zack@wolery.cumb.org>
642
eb383413 643 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
644 if HAVE_STRING_H.
645 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
646 * objalloc.c: Include config.h. Include stdlib.h and don't
647 declare malloc or free if HAVE_STDLIB_H.
648 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
649 else declare malloc without prototype. Include string.h if
650 HAVE_STRING_H, else declare memset without prototype. Don't
651 include stddef.h.
652
eb383413
L
6532000-05-23 Mike Stump <mrs@wrs.com>
654
655 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
656 -j3.
657
6582000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
659
660 * xmalloc.c: Include config.h for HAVE_SBRK definition.
661
6622000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
663
ae7d06ad 664 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
665 probably zero, also eliminate a warning on alpha.
666
6672000-05-15 David Edelsohn <edelsohn@gnu.org>
668
669 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
670 on $(enable_shared).
671
6722000-05-10 Jakub Jelinek <jakub@redhat.com>
673
674 * config.table: Use mh-sparcpic for sparc*-*-*.
675
6762000-05-08 Nick Clifton <nickc@cygnus.com>
677
678 * Makefile.in (CFILES): Add strncmp.c.
679 (NEEDED): Add strncmp.
680
6812000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 682
eb383413
L
683 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
684 Cast the arguments to `islower' to `unsigned char'.
685 (print_demangler_list): Prototype.
686
687Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
688
689 * sort.c (UCHAR_MAX): Provide fallback definition.
690
6912000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
692
693 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
694 SUBDIRS.
695
eb383413
L
6962000-04-28 Kenneth Block <block@zk3.dec.com>
697 Jason Merrill <jason@casey.cygnus.com>
698
ae7d06ad
NC
699 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
700 (cplus_demangle_set_style): New function for setting style.
701 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
702
7032000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
704
705 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
706
707 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
708 (libiberty_AC_FUNC_STRNCMP): Invoke.
709
710 * strncmp.c: New file.
711
712Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
713
714 * hashtab.c (htab_expand): Add prototype.
715 (find_empty_slot_for_expand): Likewise.
716
7172000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
718
719 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
720 match prototype.
721 (htab_expand): Cast the return value of xcalloc.
722
7232000-04-24 Mark Mitchell <mark@codesourcery.com>
724
725 * hashtab.c (hash_pointer): New function.
726 (eq_pointer): Likewise.
727 (htab_hash_pointer): New variable.
728 (htab_eq_pointer): Likewise.
729
7302000-04-23 Mark Mitchell <mark@codesourcery.com>
731
732 * sort.c (sort_pointers): Fix endianness bugs.
733
734 * sort.c: New file.
735 * Makefile.in (CFILES): Add sort.c
736 (REQUIRED_OFILES): Add sort.o.
737 (sort.o): New target.
738
19be4303
JL
7392000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
740
741 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
742 4.3BSD systems.
743
eb383413
L
744Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
745
746 * hashtab.c: Various minor cleanups.
747 (htab_find_slot_with_hash): INSERT is now enum insert_option.
748 (htab_find_slot): Likewise.
749
7502000-04-16 Dave Pitts <dpitts@cozx.com>
751
752 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 753
afe36a78
RH
7542000-04-05 Richard Henderson <rth@cygnus.com>
755
756 * splay-tree.c (splay_tree_remove): New.
757
eb383413
L
7582000-03-30 Mark Mitchell <mark@codesourcery.com>
759
760 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
761 codes.
762 (htab_find_with_hash): Likewise.
763 (htab_find_slot_with_hash): Likewise.
ae7d06ad 764
eb383413
L
7652000-03-29 Zack Weinberg <zack@wolery.cumb.org>
766
767 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
768 unless it will be used. Rearrange loop for better
769 optimization.
770 (higher_prime_number): Add static prototype.
771
b4fe2683
JM
772Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
773
774 * Makefile.in (partition.o): Depend on config.h
775
7762000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
777
778 * hashtab.c (find_empty_slot_for_expand): New function.
779 (htab_expand): Use it instead of htab_find_slot.
780 (htab_find_with_hash): Renamed from htab_find; now accepts extra
781 argument HASH.
782 (htab_find_slot_with_hash): Likewise for htab_find_slot.
783 (htab_find): New wrapper function.
784 (htab_find_slot): Likewise.
785 (htab_traverse): Pass slot, not entry, to called function.
786
7872000-03-09 Alex Samuel <samuel@codesourcery.com>
788
789 * Makefile.in (CFILES): Add partition.c.
790 (REQUIRED_OFILES): Add partition.o.
791 (partition.o): New rule.
792 * partition.c: New file.
ae7d06ad 793
b4fe2683
JM
7942000-03-09 Zack Weinberg <zack@wolery.cumb.org>
795
796 * hashtab.c (htab_create): Set del_f.
797 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
798 Use it.
799
8002000-03-08 Zack Weinberg <zack@wolery.cumb.org>
801
802 * hashtab.c: Remove debugging variables (all_searches,
803 all_collisions, all_expansions). Delete
804 all_hash_table_collisions.
805 (create_hash_table, delete_hash_table, empty_hash_table,
806 find_hash_table_entry, remove_element_from_hash_table_entry,
807 clear_hash_table_slot, traverse_hash_table, hash_table_size,
808 hash_table_elements_number, hash_table_collisions): Rename to:
809 htab_create, htab_delete, htab_empty, htab_find_slot,
810 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
811 htab_elements, htab_collisions.
812 (htab_find): New function, handles common case where you don't
813 plan to add or delete an entry.
814 (htab_expand): Don't create a whole new table, just a new
815 entry vector.
816 (htab_find_slot): Simplify logic.
817
08372f14
ILT
8181999-08-03 Ian Lance Taylor <ian@zembu.com>
819
820 * floatformat.c: Add casts to avoid signed/unsigned warnings.
821 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
822
823 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
824 $(TARGETLIB)n so it works on MSDOS.
825 (install_to_tooldir): Likewise.
826
9c8ac5a9
ILT
8271999-07-21 Ian Lance Taylor <ian@zembu.com>
828
829 From Mark Elbrecht:
830 * makefile.dos: Remove; obsolete.
8f36e47c 831 * configure.bat: Remove; obsolete.
9c8ac5a9 832
0c0a36a4
ILT
8331999-07-11 Ian Lance Taylor <ian@zembu.com>
834
835 * splay-tree.c (splay_tree_insert): Add initialization to avoid
836 warning.
837
8382000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
839
840 * pexecute.c: Conditionally include string.h.
b4fe2683 841 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
842
8432000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
844
845 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
846 we're using gcc.
847
848 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
849
8501999-12-27 Geoff Keating <geoffk@cygnus.com>
851
852 * vasprintf.c (int_vasprintf): Don't re-read the format character
853 as this mishandles strings like '%%s'.
854
8551999-12-05 Mark Mitchell <mark@codesourcery.com>
856
857 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
858 rather than struct splay_tree_node.
859 (splay_tree_insert): Use struct splay_tree_s rather than struct
860 splay_tree.
861
862Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
863
864 * hashtab.c (sys/types.h): File included.
865
8661999-11-22 Jason Merrill <jason@casey.cygnus.com>
867
868 * strtoul.c, strtol.c, random.c: Remove advertising clause from
869 BSD license, pursuant with
870
871 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
872
873Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
874
875 * hashtab.c: Include stdio.h.
876
877Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
878
879 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
880
881Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
882
883 * xstrdup (sys/types.h): Include this file.
884
8851999-10-28 Nathan Sidwell <nathan@acm.org>
886
887 * Makefile.in (SUBDIRS): New macro.
888 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
889 avoid multiple subdirectory cleaning.
890 (*-subdir): Use SUBDIRS.
891
8921999-10-25 Jim Kingdon <http://developer.redhat.com/>
893
894 * cplus-dem.c: Move declarations of standard_symbol_characters and
895 hp_symbol_characters inside #ifdef MAIN to avoid compiler
896 warnings.
897
8981999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
899
900 * hashtab.c (find_hash_table_entry): When returning a
901 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
902 (clear_hash_table_slot): New function which deletes an entry
903 by its position in the table, not its value.
904 (traverse_hash_table): New function which calls a hook
905 function for every live entry in the table.
906
9071999-10-19 Mark Mitchell <mark@codesourcery.com>
908
909 * cplus-dem.c (INTBUF_SIZE): New macro.
910 (string_append_template_idx): New function.
911 (demangle_expression): Likewise.
912 (demangle_integral_value): Use it.
913 (demangle_real_value): New function, split out from ...
914 (demangle_template_value_parm): ... here. Use
915 string_append_template_idx. Use demangle_real_value.
916 (demangle_template): Use string_append_template_idx.
917 (demangle_qualified): Use consume_count_with_underscores.
918 (get_count): Tweak formatting.
919 (do_type): Use string_append_template_idx.
b4fe2683 920
0c0a36a4
ILT
9211999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
922
923 * calloc.c: Add a public domain notice.
924
925Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
926
927 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
928
929Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
930
931 * Makefile.in (CFILES): Add hashtab.c
932 (REQUIRED_OFILES): Add hashtab.o
933 (hashtab.o): Add dependencies.
934 * hashtab.c: New file
935
936Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
937
938 * basename.c (DIR_SEPARATOR): New macro.
939 (DIR_SEPARATOR_2): Likewise.
940 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
941 (IS_DIR_SEPARATOR): Likewise.
942 (main): Handle MSDOS style pathname.
943
9441999-10-11 Mark Mitchell <mark@codesourcery.com>
945
946 * cplus-dem.c (do_type): Handle pointer to member types whose
947 enclosing classes have namespace scope.
948
949Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
950
951 * config.table: Provide a backup shell for executing move-if-change.
952
9531999-10-02 Mark Mitchell <mark@codesourcery.com>
954
955 * xmalloc.c (xmalloc): Fix spelling error.
956 (xcalloc, xrealloc): Likewise.
957
9581999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
959
960 * cplus-dem.c (fancy_abort, demangle_integral_value,
961 demangle_arm_hp_template, recursively_demangle,
962 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
963 (program_name, program_version, fatal): Constify a char*.
964 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
965 (main): Call return, not exit.
966
9671999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
968
969 * choose-temp.c: Remove obsolete comment about gcc.
970 (make_temp_file): Constify a char*.
971
972Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
973
974 * xmemdup.c: Include sys/types.h.
975
9761999-09-07 Jeff Garzik <jgarzik@pobox.com>
977
978 * xmemdup.c: New xmemdup function.
979 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
980
981Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
982
b4fe2683 983 * config.table: Add openedition target.
0c0a36a4
ILT
984 * config/mh-openedition: New file.
985
986Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
987
988 * pexecute.c (pexecute): Fill in temp_base when needed.
989
9901999-08-31 Richard Henderson <rth@cygnus.com>
991
992 * getpwd.c: Check HAVE_GETCWD before defining it away.
993
9941999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
995
996 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
997 (REQUIRED_OFILES): Add getpwd.o.
998 (getpwd.o): Add target.
999
1000 * configure.in (AC_PREREQ): Bump to 2.13.
1001 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
1002
1003 * getpwd.c: New file, moved here from gcc.
1004
10051999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1006
1007 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
1008 comparing against a signed quantity.
1009 (arm_special): Likewise.
1010 (demangle_fund_type): Likewise.
1011 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 1012 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
1013 (main): Constify variable `valid_symbols'.
1014
1015Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
1016
1017 * strtoul.c (strtoul): Add parentheses around && within ||.
1018
1019Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
1020
1021 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1022 libdir, libsubdir and tooldir.
1023
10241999-08-01 Mark Mitchell <mark@codesourcery.com>
1025
1026 * splay-tree.c (splay_tree_insert): Return the new node.
1027
35ca97ea
RH
10281999-07-14 Richard Henderson <rth@cygnus.com>
1029
b4fe2683 1030 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
1031 prototyping directly.
1032 * choose-temp.c: Conditionally include string.h.
1033
0c0a36a4
ILT
10341999-07-12 Jason Merrill <jason@yorick.cygnus.com>
1035
1036 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
1037
af32ff69
ILT
10381999-07-11 Ian Lance Taylor <ian@zembu.com>
1039
1040 * splay-tree.c (splay_tree_insert): Add initialization to avoid
1041 warning.
1042
0c0a36a4
ILT
10431999-07-07 Jason Merrill <jason@yorick.cygnus.com>
1044
1045 * Makefile.in (needed-list): Only include stuff we actually need
1046 for libstdc++.
1047
10481999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1049
1050 * configure.in (checkfuncs): Add gettimeofday.
1051 * config.in, configure: Regenerated.
1052
1053Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
1054
1055 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
1056 the test fails.
1057 * configure: Regenerate.
1058
10591999-06-10 Mike Stump <mrs@wrs.com>
1060
1061 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
1062 parallel builds.
1063
10641999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1065
1066 * putenv.c: Include ansidecl.h to define `const'.
1067 * setenv.c: Likewise.
1068
1069Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
1070
1071 * Makefile.in (CFILES): Add putenv.c and setenv.c.
1072 * configure.in (funcs): Add putenv and setenv.
1073 (AC_CHECK_FUNCS): Check for putenv and setenv.
1074 * configure: Rebuilt.
1075 * putenv.c setenv.c: New files.
1076
1077 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
1078 bytes of space using malloc.
1079
1080Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
1081
1082 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
1083 the *mangled pointer beyond the end of the string. Clean up code to
1084 match prevailing coding style.
1085
10861999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1087
1088 * tmpnam.c (L_tmpnam): Fix typo.
1089
1090Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
1091
1092 * cplus-dem.c (standard_symbol_characters): Renamed from
1093 standard_symbol_alphabet. No longer modify TABLE.
1094 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
1095 modify TABLE.
1096 (main): Corresponding changes. Use strchr to determine if a
1097 character is valid.
1098
e9868447
JB
10991999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
1100
1101 * cplus-dem.c (main): Use table lookup to distinguish identifier
1102 characters from non-identifier characters.
1103 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
1104
33fbbfbc
RH
1105Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
1106
1107 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
1108 * getruntime.c: Only attempt to include sys/resource.h and
1109 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
1110 are defined.
1111
0c0a36a4
ILT
1112Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
1113
1114 * configure.in (alloca detection): Handle alloca directly for interix.
1115 * configure: Rebuilt.
1116
1117Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
1118
1119 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
1120
252b5132
RH
11211999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
1122
1123 Fix from Dale Hawkins:
b4fe2683 1124 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
1125 reallocated properly if we use it again.
1126
1127 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
1128 stricter about syntax. Always null-terminate string.
1129
c1687039
ILT
1130Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
1131
1132 * configure.in (checkfuncs): Check for sbrk.
1133 * config.in: Rebuilt.
1134 * configure: Likewise.
1135 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1136
0c0a36a4
ILT
11371999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
1138
1139 Fix from Marcus Daniels:
1140 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
1141 identifier looking for another underscore.
1142
1143Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
1144
1145 * pexecute.c: Change all references to __UWIN__ to _UWIN.
1146 * xmalloc.c: Likewise.
1147 (xcalloc): UWIN has sbrk.
1148 (xrealloc): Fix guard macro.
1149
252b5132
RH
11501999-04-11 Richard Henderson <rth@cygnus.com>
1151
1152 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
1153 or <alloca.h>.
1154 * clock.c (GNU_HZ): New definition.
1155 (clock): Use it.
1156 * getruntime.c: Likewise.
1157
1158 * config.table: Use mh-beos.
1159 * config/mh-beos: New file.
1160
0c0a36a4
ILT
11611999-04-11 Mark Mitchell <mark@codesourcery.com>
1162
1163 * cplus-dem.c (demangle_template_value_parm): Handle
1164 pointers-to-members.
1165 (do_type): Handle template parameters as qualifiers.
1166
252b5132
RH
11671999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
1168
1169 * cplus-dem.c: Attempt to handle overflows in counts with some
1170 semblance of grace.
1171 (consume_count): Detect overflows. Return -1 to indicate errors,
1172 instead of zero.
1173 (demangle_template_value_parm, demangle_template): Handle change
1174 to consume_count's return convention.
1175
0c0a36a4
ILT
11761999-04-05 Tom Tromey <tromey@cygnus.com>
1177
1178 * testsuite/regress-demangle: New file.
1179 * testsuite/demangle-expected: New file.
252b5132 1180
0c0a36a4
ILT
1181 * Makefile.in (all, check, installcheck, info, install-info,
1182 clean-info, dvi, install, etags, tags, mostlyclean, clean,
1183 distclean, maintainer-clean, realclean): Depend on corresponding
1184 `-subdir' target.
1185 (all-subdir check-subdir installcheck-subdir info-subdir
1186 install-info-subdir clean-info-subdir dvi-subdir
1187 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
1188 distclean-subdir maintainer-clean-subdir): New target.
1189 * testsuite/Makefile.in: New file.
1190 * configure: Rebuilt.
1191 * configure.in: Create testsuite/Makefile.
252b5132
RH
1192
11931999-04-02 Mark Mitchell <mark@codesourcery.com>
1194
1195 * splay-tree.h (splay_tree_compare_pointers): Define.
1196
11971999-03-30 Mark Mitchell <mark@codesourcery.com>
1198
1199 * splay-tree.c (splay_tree_compare_ints): Define.
1200
12011999-03-30 Tom Tromey <tromey@cygnus.com>
1202
1203 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
1204 don't advance input pointer.
1205 (demangle_class_name): If consume_count didn't find a count, do
1206 nothing. Don't bother with `strlen' sanity check; consume_count
1207 does it for us.
1208
12091999-03-16 Stan Shebs <shebs@andros.cygnus.com>
1210
1211 From Art Haas <ahaas@neosoft.com>:
1212 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
1213 when doing arm or hp style.
1214 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 1215
252b5132
RH
1216Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
1217
1218 * pexecute.c (__CYGWIN32__): Rename to
1219 (__CYGWIN__): this.
1220 * xmalloc.c: Likewise.
1221
1222 Changes to support i386-pc-uwin.
1223 * configure.in (*-*-uwin*): Workaround for vfork bug.
1224 * configure: Regenerate.
1225 * pexecute.c (pexecute): Be like standard Unix.
1226 (pwait): Likewise.
1227 * xmalloc.c (first_break): Define.
1228 (xmalloc_set_program_name): Use.
1229 (xmalloc): Use.
1230
1231Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1232
1233 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
1234
1235Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
1236
1237 * config.table: Check cygwin*, not cygwin32*.
1238
1239Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
1240
1241 * Makefile.in: Change mkstemp -> mkstemps.
1242
1243Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
1244
1245 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
1246 * configure.in (funcs): Check for and conditionally add mkstemps to
1247 the list of functions libiberty will provide.
1248 * configure: Rebuilt.
b4fe2683 1249
252b5132
RH
1250Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
1251
b4fe2683 1252 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
1253 platforms that don't have HZ.
1254 * getruntime.c (HZ): Likewise.
1255
1256Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
1257
1258 * Makefile.in (xstrdup.o): Depend on config.h.
1259
1260Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
1261
1262 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
1263 freeing it.
1264
1265Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1266
1267 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
1268
1269Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1270
1271 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
1272 splay-tree.o.
1273
12741999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1275
1276 * configure.in: Require autoconf 2.12.1 or higher.
1277
12781998-12-30 Michael Meissner <meissner@cygnus.com>
1279
1280 * random.c (NULL): Don't redefine NULL if it is already defined.
1281
1282Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1283
1284 * argv.c (buildargv): Cast the result of alloca in assignment.
1285
1286 * choose-temp.c: Include stdlib.h.
1287
1288 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
1289 (snarf_numeric_literal): Constify first parameter.
1290 (code_for_qualifier): Avoid a gcc extension, make the parameter an
1291 int, not a char.
1292 (demangle_qualifier): Likewise.
1293 (demangle_signature): Cast the argument of a ctype function to
1294 unsigned char.
1295 (arm_pt): Add parens around assignment used as truth value.
1296 (demangle_arm_hp_template): Constify variable `args'.
1297 (do_hpacc_template_const_value): Cast the argument of a ctype
1298 function to unsigned char.
1299 (do_hpacc_template_literal): Remove unused variable `i'.
1300 (snarf_numeric_literal): Constify parameter `args'.
1301 Cast the argument of a ctype function to unsigned char.
1302
1303 * floatformat.c (floatformat_to_double): Add explicit braces to
1304 avoid ambiguous `else'.
1305
1306 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
1307 `cstart' and `cend' to unsigned char. Cast the argument of macro
1308 `FOLD', which uses ctype functions, to unsigned char.
1309
1310 * objalloc.c (free): Add prototype.
1311
1312Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
1313
1314 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
1315
1316Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
1317
1318 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
1319 doesn't exist.
1320 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 1321
252b5132
RH
1322Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
1323
1324 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
1325 bumping the pointer we read from. Also prepend these codes,
1326 as we do in other places.
1327
13281998-12-18 Nick Clifton <nickc@cygnus.com>
1329
1330 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
1331 'const char *' in order to match its usage when calling siblings.
1332 (snarf_numeric_literal): Make first arg 'const char **' in order
1333 to match usage.
1334
1335Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1336
1337 * choose-temp.c: Don't check IN_GCC anymore.
1338
1339 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
1340 * memchr.c (memchr): Likewise.
1341 * memcpy.c (memcpy): Likewise.
1342 * memmove.c (memmove): Likewise.
1343
1344 * mkstemp.c: Don't check IN_GCC anymore.
1345 * pexecute.c: Likewise.
1346 * splay-tree.c: Likewise.
1347
1348 * strchr.c (strchr): Use `const', not `CONST'.
1349 * strrchr.c (strrchr): Likewise.
1350 * strtol.c (strtol): Likewise.
1351 * strtoul.c (strtoul): Likewise.
1352
1353Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
1354 Elena Zannoni <ezannoni@cygnus.com>
1355 Stan Shebs <shebs@cygnus.com>
1356 Edith Epstein <eepstein@cygnus.com>
1357 Andres MacLeod <amacleod@cygnus.com>
1358 Satish Pai <pai@apollo.hp.com>
1359
1360 * HP aCC demangling support.
1361 * cplus-dem.c
1362 (main): Remove default to HP style demangling, set to EDG
1363 demangling correctly when -edg specified; set the demangling style
1364 when user specifies 'edg'. Set strip_underscore to
1365 prepends_underscore, if not HPUXHPPA. Set
1366 current_demangling_style to hp_demangling if HPUXHPPA. Set
1367 current demangling style correctly if the switch is hp. Read
1368 label correctly also in the HP style case.
1369 (work_stuff): add temp_start field; add field for volatile member
1370 function.
1371 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
1372 style for this case is the same as ARM.
1373 (demangle_args): handle EDG_DEMANGLING style; support HP style.
1374 (demangle_arm_hp_template): new function. (It was
1375 demangle_arm_pt.); check and set value of temp_start field in
1376 multiple places. Also, when ceching for end of template args,
1377 check to see if at end of static member of template class.
1378 (demangle_class): new local variable : save_class_name_end Don't
1379 include template args in string defining class.
1380 (demangle_class_name): use demangel_arm_hp_template.
1381 (demangle_function_name): handle case where demangling style is
1382 HP_DEMANGLING and currently point at an 'X' in the mangled name.
1383 Handle EDG_DEMANGLING style. Handle constructor and destructor
1384 ops for HP style.
1385 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
1386 styles. global destructor and constructor for HP style are same
1387 as for ARM style. Same for local variables.
1388 (demangle_qualified): handle EDG_DEMANGLING style.
1389 (demangle_signature): add case for volatile member function. For
1390 cases '1' - '9' : initialize the temp_start field to -1 and handle
1391 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
1392 and AUTO_DEMANGLING styles. If expecting a function and managed
1393 to demangle the funct args, then handle the LUCID_DEMANGLING,
1394 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
1395 class name after "Lnnn_ in HP style case. HP style too needs to
1396 forget types. _nnn is OK for HP style, so don't report failure.
1397 (do_hpacc_template_const_value): new function. Handle template's
1398 value param for HP/aCC.
1399 (do_hpacc_template_literal): new function. Handle a template's
1400 literal parameter for HP aCC.
1401 (recursively_demangle): new function
1402 (snarf_numeric_literal): new function.
1403 (usage): add 'edg' to the list of demangling styles; add hp switch
1404 to message.
1405
1406Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
1407
1408 * pexecute.c: Remove obsolete ifdefed cygwin code.
1409
1410Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1411
1412 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
1413 * cplus-dem.c: Likewise. Conform to libiberty.h.
1414 * pexecute.c: Likewise.
1415 * splay-tree.c: Likewise.
1416
14171998-11-25 Mike Stump <mrs@wrs.com>
1418
1419 * Makefile.in (splay-tree.o): Add config.h dependency.
1420
1421Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1422
1423 * configure.in: Use AC_PREREQ(2.12.1).
1424
14251998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
1426
b4fe2683 1427 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
1428
1429Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
1430
1431 * mpw.c (mpw_access): Add missing parens.
1432
1433Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1434
1435 * configure.in: Call AC_HEADER_SYS_WAIT.
1436
1437 * pexecute.c: Include sys/wait.h when !IN_GCC.
1438
1439Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
1440
1441 * pexecute.c: revert back to checking old Cygwin
1442 preprocessor symbol until some time has passed.
1443
1444Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
1445
1446 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
1447 since it will now support similar constructs.
1448
1449Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1450
1451 * configure.in: Check for calloc.
1452
1453 * calloc.c: New file.
1454
1455 * xmalloc.c (xcalloc): New function.
1456
1457Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
1458
1459 *cplus-dem.c (demangle_prefix): Use the last "__"
1460 in the mangled name when looking for the signature. This allows
1461 template names to begin with "__".
1462
14631998-11-08 Mark Mitchell <mark@markmitchell.com>
1464
1465 * cplus-dem.c (type_kind_t): Add tk_reference.
1466 (demangle_template_value_parm): Handle it.
1467 (do_type): Use it for references, instead of tk_pointer.
1468
1469 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
1470 not internal_cplus_demangle.
1471
1472Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1473
1474 * choose-temp.c: Don't include gansidecl.h.
1475 * mkstemp.c: Likewise.
1476 * pexecute.c: Likewise.
1477
1478Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
1479
b4fe2683
JM
1480 * configure.in: detect cygwin* instead of cygwin32*
1481 * configure: regenerate
252b5132
RH
1482
1483Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1484
1485 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
1486 whether to include config.h. Possibly include unistd.h in the
1487 !IN_GCC case. Define VFORK_STRING as a printable function call
1488 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
1489 defined, include vfork.h. If VMS is defined, define vfork()
1490 appropriately. Remove vfork check on USG, we're using autoconf.
1491 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
1492 locally what string to use.
1493
14941998-10-26 Mark Mitchell <mark@markmitchell.com>
1495
1496 * splay-tree.c: Tweak include directives to make sure declarations of
1497 xmalloc and free are available.
1498
14991998-10-25 Mark Mitchell <mark@markmitchell.com>
1500
1501 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
1502 anonymous namespaces.
1503
15041998-10-23 Mark Mitchell <mark@markmitchell.com>
1505
1506 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
1507 with type_quals.
1508 (TYPE_UNQUALIFIED): New macro.
1509 (TYPE_QUAL_CONST): Likewise.
1510 (TYPE_QUAL_VOLATILE): Likewise.
1511 (TYPE_QUAL_RESTRICT): Likewise.
1512 (code_for_qualifier): New function.
1513 (qualifier_string): Likewise.
1514 (demangle_qualifier): Likewise.
1515 (internal_cplus_demangle): Use them.
1516 (demangle_signature): Likewise.
1517 (demangle_template_value_parm): Likewise.
1518 (do_type): Likewise.
1519 (demangle_fund_type)): Likewise.
1520
1521Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1522
1523 * splay-tree.c (splay_tree_foreach_helper): Make definition static
1524 to match prototype.
1525
15261998-10-21 Mark Mitchell <mark@markmitchell.com>
1527
1528 * splay-tree.c: New file.
1529 * Makefile.in (CFILES): Add it.
1530 (REQUIRED_OFILES): Likewise.
1531 (splay-tree.o): Add dependencies.
1532
1533Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1534
1535 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
1536 range of 'K' index.
1537
1538Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1539
1540 * choose-temp.c: Prototype mkstemps() when IN_GCC.
1541
1542 * cplus-dem.c (consume_count): Cast argument of ctype macro to
1543 `unsigned char'.
1544 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
1545 comparing against one.
1546 (cplus_mangle_opname): Likewise.
1547 (demangle_integral_value): Cast argument of ctype macro to
1548 `unsigned char'.
1549 (demangle_template_value_parm): Likewise.
1550 (demangle_template): Initialize variable `bindex'. Cast the
1551 result of `strlen' to (int) when comparing against one. Remove
1552 unused variable `start_of_value_parm'.
1553 (demangle_class_name): Cast the result of `strlen' to (int) when
1554 comparing against one.
1555 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
1556 (gnu_special): Likewise. Cast the result of `strlen' to (int)
1557 when comparing against one.
1558 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
1559 (get_count): Likewise.
1560 (do_type): Likewise. Cast the result of `strlen' to (int) when
1561 comparing against one.
1562 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
1563 (demangle_function_name): Cast the result of `strlen' to (int)
1564 when comparing against one.
1565
1566 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
1567 comparing against one.
1568
1569Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
1570
b4fe2683
JM
1571 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
1572 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
1573 * config.in, configure: Rebuilt.
252b5132
RH
1574
1575 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
1576 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
1577 * config.in, configure: Rebuilt.
1578
1579Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
1580
b4fe2683 1581 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
1582
1583Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
1584
1585 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
1586
1587Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
1588
1589 * Merge egcs & devo libiberty.
1590