(external_coff_symbol_p): K&R-ise.
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
9adf30b2
JL
12000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
2
3 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
4 and print it with %u.
5
2ed78d1b
HPN
62000-07-17 Hans-Peter Nilsson <hp@axis.com>
7
8 * testsuite/regress-demangle (failed test): Show result and
9 expected output.
10
0473bdf7
AH
112000-07-07 Andrew Haley <aph@cygnus.com>
12
13 * cplus-dem.c (main): fflush() after emitting last char before
14 waiting for input.
15
03d5f569
JM
162000-06-28 Alex Samuel <samuel@codesourcery.com>
17
18 * cp-demangle.c (demangle_encoding): Accept no substitutions.
19 (demangle_name): Handle <substitution> followed by
20 <unqualified-template-name>.
21 (demangle_type): Follow special substitutions with
22 <class-enum-type>
23 (demangle_subtitution): Set template_p for special substitutions.
24 (main): Fix typos.
25
262000-06-27 Alex Samuel <samuel@codesourcery.com>
27
28 * cp-demangle.c (demangle_special_name): Swap base and derived
29 class when demangling construction vtables.
30
312000-06-21 Alex Samuel <samuel@codesourcery.com>
32
33 * cp-demangle.c: Don't include ctype.h.
34 (IS_DIGIT): New macro.
35 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
36 instead of isdigit and isalpanum.
37 (demangling_def): Make name and next const pointers.
38 (STATUS_ALLOCATION_FAILED): New status code.
39 (dyn_string_append_space): Handle failure in
40 dyn_string_append_char.
41 (int_to_dyn_string): Likewise. Change return value to status_t.
42 (string_list_new): Handle failure of dyn_string_init.
43 (result_close_template_list): Change return type to status_t.
44 Handle failure in dyn_string_append.
45 (result_push): Change return value to status_t. Handle failure in
46 string_list_new. Handle failure of result_push throughout.
47 (substitution_add): Change return value to status_t. Handle
48 dyn_string failures. Handle failure of substitution_add
49 throughout.
50 (template_arg_list_new): Return NULL on allocation failure.
51 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
52 Handle error result throughout.
53 (result_append): Likewise.
54 (result_append_char): Likewise.
55 (result_append_space): Likewise.
56 (demangling_new): Make argument a const pointer. Handle
57 allocation failures.
58 (demangle_template_args): Handle failure in template_arg_list_new
59 and result_close_template_list.
60 (demangle_discriminator): Return if int_to_dyn_string fails.
61 (cp_demangle): Likewise.
62 (cp_demangle_type): New function.
63 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
64 memory allocation failure.
65 (main): Likewise.
66 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
67 IN_LIBGCC2.
68 (dyn_string_init): Change return value to int. Handle
69 RETURN_ON_ALLOCATION_FAILURE case.
70 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
71 (dyn_string_release): Delete the dyn_string.
72 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
73 (dyn_string_copy): Change return type to int.
74 (dyn_string_copy_cstr): Likewise.
75 (dyn_string_prepend): Likewise.
76 (dyn_string_prepend_cstr): Likewise.
77 (dyn_string_insert): Likewise.
78 (dyn_string_insert_cstr): Likewise.
79 (dyn_string_append): Likewise.
80 (dyn_string_append_cstr): Likewise.
81 (dyn_string_append_char): Likewise.
82 (dyn_string_substring): Likewise.
83
eb383413 842000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 85
eb383413
L
86 * cp-demangle.c (demangle_operator_name): Add spaces before
87 names beginning with a letter: delete, delete[], new, new[],
88 sizeof.
89 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 90
eb383413
L
91Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
92
93 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
94
95Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
96
97 * cp-demangle.c (stdio.h): File included unconditionaly.
98 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
99 * dyn-string.c (stdio.h): File included.
100 * partition.c (partition_print): No `&' needed to take the address of
101 a function.
102
1032000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
104
105 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
106
107 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
108
109 * cp-demangle.c (demangle_char): Change parameter from char to int.
110 (demangle_expression, demangle_expr_primary): Remove extra
111 semi-colon in prototype.
112
113 * dyn-string.c (dyn_string_append_char): Change parameter from
114 char to int.
115
116 * memcmp.c (memcmp): Constify.
117
118 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
119 __extension__.
120
121 * partition.c (elem_compare): Prototype. Don't cast away
122 const-ness.
123
124 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
125
1262000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
127
128 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
129
130 * cp-demangle.c: Include demangle.h.
131 (template_arg_list_new): DeANSIfy.
132 (cp_demangle): Make static and add prototype.
133 (operator_code, operators): Constify.
134 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
135
1362000-06-05 Alex Samuel <samuel@codesourcery.com>
137
138 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
139 unsigned char.
140 (demangle_unqualified_name): Likewise.
141 (demangle_number_literally): Likewise.
142 (demangle_type): Likewise.
143 (demangle_substitution): Likewise.
144 (is_mangled_char): Likewise, for isalnum.
145
1462000-06-04 Alex Samuel <samuel@codesourcery.com>
147
148 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
149 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
150 (cp-demangle.o): New dependency.
151 (dyn-string.o): Likewise.
152
153 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
154
155 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
156 demangler.
157 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
158 demangling mode.
159 (gnu_new_abi_symbol_characters): New function.
160 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
161 file.
162 * cp-demangle.c: New file.
163
f03aa80d
AC
164Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
165
166 * floatformat.c: Add name to each floatformat field.
167
77bfb694
JL
168Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
169
170 * Makefile.in (objalloc.o): Depend on config.h
171
5c82d20a
ZW
1722000-05-29 Zack Weinberg <zack@wolery.cumb.org>
173
eb383413 174 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
175 if HAVE_STRING_H.
176 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
177 * objalloc.c: Include config.h. Include stdlib.h and don't
178 declare malloc or free if HAVE_STDLIB_H.
179 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
180 else declare malloc without prototype. Include string.h if
181 HAVE_STRING_H, else declare memset without prototype. Don't
182 include stddef.h.
183
eb383413
L
1842000-05-23 Mike Stump <mrs@wrs.com>
185
186 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
187 -j3.
188
1892000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
190
191 * xmalloc.c: Include config.h for HAVE_SBRK definition.
192
1932000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
194
195 * hashtab.c (hash_pointer): Delete low-order bits which are
196 probably zero, also eliminate a warning on alpha.
197
1982000-05-15 David Edelsohn <edelsohn@gnu.org>
199
200 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
201 on $(enable_shared).
202
2032000-05-10 Jakub Jelinek <jakub@redhat.com>
204
205 * config.table: Use mh-sparcpic for sparc*-*-*.
206
2072000-05-08 Nick Clifton <nickc@cygnus.com>
208
209 * Makefile.in (CFILES): Add strncmp.c.
210 (NEEDED): Add strncmp.
211
2122000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 213
eb383413
L
214 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
215 Cast the arguments to `islower' to `unsigned char'.
216 (print_demangler_list): Prototype.
217
218Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
219
220 * sort.c (UCHAR_MAX): Provide fallback definition.
221
2222000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
223
224 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
225 SUBDIRS.
226
eb383413
L
2272000-04-28 Kenneth Block <block@zk3.dec.com>
228 Jason Merrill <jason@casey.cygnus.com>
229
230 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
231 (cplus_demangle_set_style): New function for setting style.
232 (cplus_demangle_name_to_style): New function to translate name.
233
2342000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
235
236 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
237
238 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
239 (libiberty_AC_FUNC_STRNCMP): Invoke.
240
241 * strncmp.c: New file.
242
243Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
244
245 * hashtab.c (htab_expand): Add prototype.
246 (find_empty_slot_for_expand): Likewise.
247
2482000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
249
250 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
251 match prototype.
252 (htab_expand): Cast the return value of xcalloc.
253
2542000-04-24 Mark Mitchell <mark@codesourcery.com>
255
256 * hashtab.c (hash_pointer): New function.
257 (eq_pointer): Likewise.
258 (htab_hash_pointer): New variable.
259 (htab_eq_pointer): Likewise.
260
2612000-04-23 Mark Mitchell <mark@codesourcery.com>
262
263 * sort.c (sort_pointers): Fix endianness bugs.
264
265 * sort.c: New file.
266 * Makefile.in (CFILES): Add sort.c
267 (REQUIRED_OFILES): Add sort.o.
268 (sort.o): New target.
269
19be4303
JL
2702000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
271
272 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
273 4.3BSD systems.
274
eb383413
L
275Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
276
277 * hashtab.c: Various minor cleanups.
278 (htab_find_slot_with_hash): INSERT is now enum insert_option.
279 (htab_find_slot): Likewise.
280
2812000-04-16 Dave Pitts <dpitts@cozx.com>
282
283 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
284
afe36a78
RH
2852000-04-05 Richard Henderson <rth@cygnus.com>
286
287 * splay-tree.c (splay_tree_remove): New.
288
eb383413
L
2892000-03-30 Mark Mitchell <mark@codesourcery.com>
290
291 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
292 codes.
293 (htab_find_with_hash): Likewise.
294 (htab_find_slot_with_hash): Likewise.
295
2962000-03-29 Zack Weinberg <zack@wolery.cumb.org>
297
298 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
299 unless it will be used. Rearrange loop for better
300 optimization.
301 (higher_prime_number): Add static prototype.
302
b4fe2683
JM
303Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
304
305 * Makefile.in (partition.o): Depend on config.h
306
3072000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
308
309 * hashtab.c (find_empty_slot_for_expand): New function.
310 (htab_expand): Use it instead of htab_find_slot.
311 (htab_find_with_hash): Renamed from htab_find; now accepts extra
312 argument HASH.
313 (htab_find_slot_with_hash): Likewise for htab_find_slot.
314 (htab_find): New wrapper function.
315 (htab_find_slot): Likewise.
316 (htab_traverse): Pass slot, not entry, to called function.
317
3182000-03-09 Alex Samuel <samuel@codesourcery.com>
319
320 * Makefile.in (CFILES): Add partition.c.
321 (REQUIRED_OFILES): Add partition.o.
322 (partition.o): New rule.
323 * partition.c: New file.
324
3252000-03-09 Zack Weinberg <zack@wolery.cumb.org>
326
327 * hashtab.c (htab_create): Set del_f.
328 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
329 Use it.
330
3312000-03-08 Zack Weinberg <zack@wolery.cumb.org>
332
333 * hashtab.c: Remove debugging variables (all_searches,
334 all_collisions, all_expansions). Delete
335 all_hash_table_collisions.
336 (create_hash_table, delete_hash_table, empty_hash_table,
337 find_hash_table_entry, remove_element_from_hash_table_entry,
338 clear_hash_table_slot, traverse_hash_table, hash_table_size,
339 hash_table_elements_number, hash_table_collisions): Rename to:
340 htab_create, htab_delete, htab_empty, htab_find_slot,
341 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
342 htab_elements, htab_collisions.
343 (htab_find): New function, handles common case where you don't
344 plan to add or delete an entry.
345 (htab_expand): Don't create a whole new table, just a new
346 entry vector.
347 (htab_find_slot): Simplify logic.
348
08372f14
ILT
3491999-08-03 Ian Lance Taylor <ian@zembu.com>
350
351 * floatformat.c: Add casts to avoid signed/unsigned warnings.
352 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
353
354 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
355 $(TARGETLIB)n so it works on MSDOS.
356 (install_to_tooldir): Likewise.
357
9c8ac5a9
ILT
3581999-07-21 Ian Lance Taylor <ian@zembu.com>
359
360 From Mark Elbrecht:
361 * makefile.dos: Remove; obsolete.
8f36e47c 362 * configure.bat: Remove; obsolete.
9c8ac5a9 363
0c0a36a4
ILT
3641999-07-11 Ian Lance Taylor <ian@zembu.com>
365
366 * splay-tree.c (splay_tree_insert): Add initialization to avoid
367 warning.
368
3692000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
370
371 * pexecute.c: Conditionally include string.h.
b4fe2683 372 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
373
3742000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
375
376 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
377 we're using gcc.
378
379 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
380
3811999-12-27 Geoff Keating <geoffk@cygnus.com>
382
383 * vasprintf.c (int_vasprintf): Don't re-read the format character
384 as this mishandles strings like '%%s'.
385
3861999-12-05 Mark Mitchell <mark@codesourcery.com>
387
388 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
389 rather than struct splay_tree_node.
390 (splay_tree_insert): Use struct splay_tree_s rather than struct
391 splay_tree.
392
393Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
394
395 * hashtab.c (sys/types.h): File included.
396
3971999-11-22 Jason Merrill <jason@casey.cygnus.com>
398
399 * strtoul.c, strtol.c, random.c: Remove advertising clause from
400 BSD license, pursuant with
401
402 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
403
404Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
405
406 * hashtab.c: Include stdio.h.
407
408Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
409
410 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
411
412Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
413
414 * xstrdup (sys/types.h): Include this file.
415
4161999-10-28 Nathan Sidwell <nathan@acm.org>
417
418 * Makefile.in (SUBDIRS): New macro.
419 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
420 avoid multiple subdirectory cleaning.
421 (*-subdir): Use SUBDIRS.
422
4231999-10-25 Jim Kingdon <http://developer.redhat.com/>
424
425 * cplus-dem.c: Move declarations of standard_symbol_characters and
426 hp_symbol_characters inside #ifdef MAIN to avoid compiler
427 warnings.
428
4291999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
430
431 * hashtab.c (find_hash_table_entry): When returning a
432 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
433 (clear_hash_table_slot): New function which deletes an entry
434 by its position in the table, not its value.
435 (traverse_hash_table): New function which calls a hook
436 function for every live entry in the table.
437
4381999-10-19 Mark Mitchell <mark@codesourcery.com>
439
440 * cplus-dem.c (INTBUF_SIZE): New macro.
441 (string_append_template_idx): New function.
442 (demangle_expression): Likewise.
443 (demangle_integral_value): Use it.
444 (demangle_real_value): New function, split out from ...
445 (demangle_template_value_parm): ... here. Use
446 string_append_template_idx. Use demangle_real_value.
447 (demangle_template): Use string_append_template_idx.
448 (demangle_qualified): Use consume_count_with_underscores.
449 (get_count): Tweak formatting.
450 (do_type): Use string_append_template_idx.
b4fe2683 451
0c0a36a4
ILT
4521999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
453
454 * calloc.c: Add a public domain notice.
455
456Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
457
458 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
459
460Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
461
462 * Makefile.in (CFILES): Add hashtab.c
463 (REQUIRED_OFILES): Add hashtab.o
464 (hashtab.o): Add dependencies.
465 * hashtab.c: New file
466
467Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
468
469 * basename.c (DIR_SEPARATOR): New macro.
470 (DIR_SEPARATOR_2): Likewise.
471 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
472 (IS_DIR_SEPARATOR): Likewise.
473 (main): Handle MSDOS style pathname.
474
4751999-10-11 Mark Mitchell <mark@codesourcery.com>
476
477 * cplus-dem.c (do_type): Handle pointer to member types whose
478 enclosing classes have namespace scope.
479
480Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
481
482 * config.table: Provide a backup shell for executing move-if-change.
483
4841999-10-02 Mark Mitchell <mark@codesourcery.com>
485
486 * xmalloc.c (xmalloc): Fix spelling error.
487 (xcalloc, xrealloc): Likewise.
488
4891999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
490
491 * cplus-dem.c (fancy_abort, demangle_integral_value,
492 demangle_arm_hp_template, recursively_demangle,
493 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
494 (program_name, program_version, fatal): Constify a char*.
495 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
496 (main): Call return, not exit.
497
4981999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
499
500 * choose-temp.c: Remove obsolete comment about gcc.
501 (make_temp_file): Constify a char*.
502
503Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
504
505 * xmemdup.c: Include sys/types.h.
506
5071999-09-07 Jeff Garzik <jgarzik@pobox.com>
508
509 * xmemdup.c: New xmemdup function.
510 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
511
512Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
513
b4fe2683 514 * config.table: Add openedition target.
0c0a36a4
ILT
515 * config/mh-openedition: New file.
516
517Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
518
519 * pexecute.c (pexecute): Fill in temp_base when needed.
520
5211999-08-31 Richard Henderson <rth@cygnus.com>
522
523 * getpwd.c: Check HAVE_GETCWD before defining it away.
524
5251999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
526
527 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
528 (REQUIRED_OFILES): Add getpwd.o.
529 (getpwd.o): Add target.
530
531 * configure.in (AC_PREREQ): Bump to 2.13.
532 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
533
534 * getpwd.c: New file, moved here from gcc.
535
5361999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
537
538 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
539 comparing against a signed quantity.
540 (arm_special): Likewise.
541 (demangle_fund_type): Likewise.
542 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 543 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
544 (main): Constify variable `valid_symbols'.
545
546Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
547
548 * strtoul.c (strtoul): Add parentheses around && within ||.
549
550Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
551
552 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
553 libdir, libsubdir and tooldir.
554
5551999-08-01 Mark Mitchell <mark@codesourcery.com>
556
557 * splay-tree.c (splay_tree_insert): Return the new node.
558
35ca97ea
RH
5591999-07-14 Richard Henderson <rth@cygnus.com>
560
b4fe2683 561 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
562 prototyping directly.
563 * choose-temp.c: Conditionally include string.h.
564
0c0a36a4
ILT
5651999-07-12 Jason Merrill <jason@yorick.cygnus.com>
566
567 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
568
af32ff69
ILT
5691999-07-11 Ian Lance Taylor <ian@zembu.com>
570
571 * splay-tree.c (splay_tree_insert): Add initialization to avoid
572 warning.
573
0c0a36a4
ILT
5741999-07-07 Jason Merrill <jason@yorick.cygnus.com>
575
576 * Makefile.in (needed-list): Only include stuff we actually need
577 for libstdc++.
578
5791999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
580
581 * configure.in (checkfuncs): Add gettimeofday.
582 * config.in, configure: Regenerated.
583
584Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
585
586 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
587 the test fails.
588 * configure: Regenerate.
589
5901999-06-10 Mike Stump <mrs@wrs.com>
591
592 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
593 parallel builds.
594
5951999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
596
597 * putenv.c: Include ansidecl.h to define `const'.
598 * setenv.c: Likewise.
599
600Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
601
602 * Makefile.in (CFILES): Add putenv.c and setenv.c.
603 * configure.in (funcs): Add putenv and setenv.
604 (AC_CHECK_FUNCS): Check for putenv and setenv.
605 * configure: Rebuilt.
606 * putenv.c setenv.c: New files.
607
608 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
609 bytes of space using malloc.
610
611Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
612
613 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
614 the *mangled pointer beyond the end of the string. Clean up code to
615 match prevailing coding style.
616
6171999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
618
619 * tmpnam.c (L_tmpnam): Fix typo.
620
621Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
622
623 * cplus-dem.c (standard_symbol_characters): Renamed from
624 standard_symbol_alphabet. No longer modify TABLE.
625 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
626 modify TABLE.
627 (main): Corresponding changes. Use strchr to determine if a
628 character is valid.
629
e9868447
JB
6301999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
631
632 * cplus-dem.c (main): Use table lookup to distinguish identifier
633 characters from non-identifier characters.
634 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
635
33fbbfbc
RH
636Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
637
638 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
639 * getruntime.c: Only attempt to include sys/resource.h and
640 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
641 are defined.
642
0c0a36a4
ILT
643Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
644
645 * configure.in (alloca detection): Handle alloca directly for interix.
646 * configure: Rebuilt.
647
648Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
649
650 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
651
252b5132
RH
6521999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
653
654 Fix from Dale Hawkins:
b4fe2683 655 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
656 reallocated properly if we use it again.
657
658 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
659 stricter about syntax. Always null-terminate string.
660
c1687039
ILT
661Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
662
663 * configure.in (checkfuncs): Check for sbrk.
664 * config.in: Rebuilt.
665 * configure: Likewise.
666 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
667
0c0a36a4
ILT
6681999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
669
670 Fix from Marcus Daniels:
671 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
672 identifier looking for another underscore.
673
674Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
675
676 * pexecute.c: Change all references to __UWIN__ to _UWIN.
677 * xmalloc.c: Likewise.
678 (xcalloc): UWIN has sbrk.
679 (xrealloc): Fix guard macro.
680
252b5132
RH
6811999-04-11 Richard Henderson <rth@cygnus.com>
682
683 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
684 or <alloca.h>.
685 * clock.c (GNU_HZ): New definition.
686 (clock): Use it.
687 * getruntime.c: Likewise.
688
689 * config.table: Use mh-beos.
690 * config/mh-beos: New file.
691
0c0a36a4
ILT
6921999-04-11 Mark Mitchell <mark@codesourcery.com>
693
694 * cplus-dem.c (demangle_template_value_parm): Handle
695 pointers-to-members.
696 (do_type): Handle template parameters as qualifiers.
697
252b5132
RH
6981999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
699
700 * cplus-dem.c: Attempt to handle overflows in counts with some
701 semblance of grace.
702 (consume_count): Detect overflows. Return -1 to indicate errors,
703 instead of zero.
704 (demangle_template_value_parm, demangle_template): Handle change
705 to consume_count's return convention.
706
0c0a36a4
ILT
7071999-04-05 Tom Tromey <tromey@cygnus.com>
708
709 * testsuite/regress-demangle: New file.
710 * testsuite/demangle-expected: New file.
252b5132 711
0c0a36a4
ILT
712 * Makefile.in (all, check, installcheck, info, install-info,
713 clean-info, dvi, install, etags, tags, mostlyclean, clean,
714 distclean, maintainer-clean, realclean): Depend on corresponding
715 `-subdir' target.
716 (all-subdir check-subdir installcheck-subdir info-subdir
717 install-info-subdir clean-info-subdir dvi-subdir
718 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
719 distclean-subdir maintainer-clean-subdir): New target.
720 * testsuite/Makefile.in: New file.
721 * configure: Rebuilt.
722 * configure.in: Create testsuite/Makefile.
252b5132
RH
723
7241999-04-02 Mark Mitchell <mark@codesourcery.com>
725
726 * splay-tree.h (splay_tree_compare_pointers): Define.
727
7281999-03-30 Mark Mitchell <mark@codesourcery.com>
729
730 * splay-tree.c (splay_tree_compare_ints): Define.
731
7321999-03-30 Tom Tromey <tromey@cygnus.com>
733
734 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
735 don't advance input pointer.
736 (demangle_class_name): If consume_count didn't find a count, do
737 nothing. Don't bother with `strlen' sanity check; consume_count
738 does it for us.
739
7401999-03-16 Stan Shebs <shebs@andros.cygnus.com>
741
742 From Art Haas <ahaas@neosoft.com>:
743 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
744 when doing arm or hp style.
745 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 746
252b5132
RH
747Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
748
749 * pexecute.c (__CYGWIN32__): Rename to
750 (__CYGWIN__): this.
751 * xmalloc.c: Likewise.
752
753 Changes to support i386-pc-uwin.
754 * configure.in (*-*-uwin*): Workaround for vfork bug.
755 * configure: Regenerate.
756 * pexecute.c (pexecute): Be like standard Unix.
757 (pwait): Likewise.
758 * xmalloc.c (first_break): Define.
759 (xmalloc_set_program_name): Use.
760 (xmalloc): Use.
761
762Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
763
764 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
765
766Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
767
768 * config.table: Check cygwin*, not cygwin32*.
769
770Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
771
772 * Makefile.in: Change mkstemp -> mkstemps.
773
774Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
775
776 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
777 * configure.in (funcs): Check for and conditionally add mkstemps to
778 the list of functions libiberty will provide.
779 * configure: Rebuilt.
b4fe2683 780
252b5132
RH
781Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
782
b4fe2683 783 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
784 platforms that don't have HZ.
785 * getruntime.c (HZ): Likewise.
786
787Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
788
789 * Makefile.in (xstrdup.o): Depend on config.h.
790
791Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
792
793 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
794 freeing it.
795
796Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
797
798 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
799
800Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
801
802 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
803 splay-tree.o.
804
8051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
806
807 * configure.in: Require autoconf 2.12.1 or higher.
808
8091998-12-30 Michael Meissner <meissner@cygnus.com>
810
811 * random.c (NULL): Don't redefine NULL if it is already defined.
812
813Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
814
815 * argv.c (buildargv): Cast the result of alloca in assignment.
816
817 * choose-temp.c: Include stdlib.h.
818
819 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
820 (snarf_numeric_literal): Constify first parameter.
821 (code_for_qualifier): Avoid a gcc extension, make the parameter an
822 int, not a char.
823 (demangle_qualifier): Likewise.
824 (demangle_signature): Cast the argument of a ctype function to
825 unsigned char.
826 (arm_pt): Add parens around assignment used as truth value.
827 (demangle_arm_hp_template): Constify variable `args'.
828 (do_hpacc_template_const_value): Cast the argument of a ctype
829 function to unsigned char.
830 (do_hpacc_template_literal): Remove unused variable `i'.
831 (snarf_numeric_literal): Constify parameter `args'.
832 Cast the argument of a ctype function to unsigned char.
833
834 * floatformat.c (floatformat_to_double): Add explicit braces to
835 avoid ambiguous `else'.
836
837 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
838 `cstart' and `cend' to unsigned char. Cast the argument of macro
839 `FOLD', which uses ctype functions, to unsigned char.
840
841 * objalloc.c (free): Add prototype.
842
843Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
844
845 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
846
847Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
848
849 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
850 doesn't exist.
851 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 852
252b5132
RH
853Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
854
855 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
856 bumping the pointer we read from. Also prepend these codes,
857 as we do in other places.
858
8591998-12-18 Nick Clifton <nickc@cygnus.com>
860
861 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
862 'const char *' in order to match its usage when calling siblings.
863 (snarf_numeric_literal): Make first arg 'const char **' in order
864 to match usage.
865
866Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
867
868 * choose-temp.c: Don't check IN_GCC anymore.
869
870 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
871 * memchr.c (memchr): Likewise.
872 * memcpy.c (memcpy): Likewise.
873 * memmove.c (memmove): Likewise.
874
875 * mkstemp.c: Don't check IN_GCC anymore.
876 * pexecute.c: Likewise.
877 * splay-tree.c: Likewise.
878
879 * strchr.c (strchr): Use `const', not `CONST'.
880 * strrchr.c (strrchr): Likewise.
881 * strtol.c (strtol): Likewise.
882 * strtoul.c (strtoul): Likewise.
883
884Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
885 Elena Zannoni <ezannoni@cygnus.com>
886 Stan Shebs <shebs@cygnus.com>
887 Edith Epstein <eepstein@cygnus.com>
888 Andres MacLeod <amacleod@cygnus.com>
889 Satish Pai <pai@apollo.hp.com>
890
891 * HP aCC demangling support.
892 * cplus-dem.c
893 (main): Remove default to HP style demangling, set to EDG
894 demangling correctly when -edg specified; set the demangling style
895 when user specifies 'edg'. Set strip_underscore to
896 prepends_underscore, if not HPUXHPPA. Set
897 current_demangling_style to hp_demangling if HPUXHPPA. Set
898 current demangling style correctly if the switch is hp. Read
899 label correctly also in the HP style case.
900 (work_stuff): add temp_start field; add field for volatile member
901 function.
902 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
903 style for this case is the same as ARM.
904 (demangle_args): handle EDG_DEMANGLING style; support HP style.
905 (demangle_arm_hp_template): new function. (It was
906 demangle_arm_pt.); check and set value of temp_start field in
907 multiple places. Also, when ceching for end of template args,
908 check to see if at end of static member of template class.
909 (demangle_class): new local variable : save_class_name_end Don't
910 include template args in string defining class.
911 (demangle_class_name): use demangel_arm_hp_template.
912 (demangle_function_name): handle case where demangling style is
913 HP_DEMANGLING and currently point at an 'X' in the mangled name.
914 Handle EDG_DEMANGLING style. Handle constructor and destructor
915 ops for HP style.
916 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
917 styles. global destructor and constructor for HP style are same
918 as for ARM style. Same for local variables.
919 (demangle_qualified): handle EDG_DEMANGLING style.
920 (demangle_signature): add case for volatile member function. For
921 cases '1' - '9' : initialize the temp_start field to -1 and handle
922 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
923 and AUTO_DEMANGLING styles. If expecting a function and managed
924 to demangle the funct args, then handle the LUCID_DEMANGLING,
925 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
926 class name after "Lnnn_ in HP style case. HP style too needs to
927 forget types. _nnn is OK for HP style, so don't report failure.
928 (do_hpacc_template_const_value): new function. Handle template's
929 value param for HP/aCC.
930 (do_hpacc_template_literal): new function. Handle a template's
931 literal parameter for HP aCC.
932 (recursively_demangle): new function
933 (snarf_numeric_literal): new function.
934 (usage): add 'edg' to the list of demangling styles; add hp switch
935 to message.
936
937Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
938
939 * pexecute.c: Remove obsolete ifdefed cygwin code.
940
941Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
942
943 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
944 * cplus-dem.c: Likewise. Conform to libiberty.h.
945 * pexecute.c: Likewise.
946 * splay-tree.c: Likewise.
947
9481998-11-25 Mike Stump <mrs@wrs.com>
949
950 * Makefile.in (splay-tree.o): Add config.h dependency.
951
952Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
953
954 * configure.in: Use AC_PREREQ(2.12.1).
955
9561998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
957
b4fe2683 958 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
959
960Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
961
962 * mpw.c (mpw_access): Add missing parens.
963
964Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
965
966 * configure.in: Call AC_HEADER_SYS_WAIT.
967
968 * pexecute.c: Include sys/wait.h when !IN_GCC.
969
970Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
971
972 * pexecute.c: revert back to checking old Cygwin
973 preprocessor symbol until some time has passed.
974
975Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
976
977 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
978 since it will now support similar constructs.
979
980Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
981
982 * configure.in: Check for calloc.
983
984 * calloc.c: New file.
985
986 * xmalloc.c (xcalloc): New function.
987
988Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
989
990 *cplus-dem.c (demangle_prefix): Use the last "__"
991 in the mangled name when looking for the signature. This allows
992 template names to begin with "__".
993
9941998-11-08 Mark Mitchell <mark@markmitchell.com>
995
996 * cplus-dem.c (type_kind_t): Add tk_reference.
997 (demangle_template_value_parm): Handle it.
998 (do_type): Use it for references, instead of tk_pointer.
999
1000 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
1001 not internal_cplus_demangle.
1002
1003Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1004
1005 * choose-temp.c: Don't include gansidecl.h.
1006 * mkstemp.c: Likewise.
1007 * pexecute.c: Likewise.
1008
1009Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
1010
b4fe2683
JM
1011 * configure.in: detect cygwin* instead of cygwin32*
1012 * configure: regenerate
252b5132
RH
1013
1014Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1015
1016 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
1017 whether to include config.h. Possibly include unistd.h in the
1018 !IN_GCC case. Define VFORK_STRING as a printable function call
1019 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
1020 defined, include vfork.h. If VMS is defined, define vfork()
1021 appropriately. Remove vfork check on USG, we're using autoconf.
1022 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
1023 locally what string to use.
1024
10251998-10-26 Mark Mitchell <mark@markmitchell.com>
1026
1027 * splay-tree.c: Tweak include directives to make sure declarations of
1028 xmalloc and free are available.
1029
10301998-10-25 Mark Mitchell <mark@markmitchell.com>
1031
1032 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
1033 anonymous namespaces.
1034
10351998-10-23 Mark Mitchell <mark@markmitchell.com>
1036
1037 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
1038 with type_quals.
1039 (TYPE_UNQUALIFIED): New macro.
1040 (TYPE_QUAL_CONST): Likewise.
1041 (TYPE_QUAL_VOLATILE): Likewise.
1042 (TYPE_QUAL_RESTRICT): Likewise.
1043 (code_for_qualifier): New function.
1044 (qualifier_string): Likewise.
1045 (demangle_qualifier): Likewise.
1046 (internal_cplus_demangle): Use them.
1047 (demangle_signature): Likewise.
1048 (demangle_template_value_parm): Likewise.
1049 (do_type): Likewise.
1050 (demangle_fund_type)): Likewise.
1051
1052Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1053
1054 * splay-tree.c (splay_tree_foreach_helper): Make definition static
1055 to match prototype.
1056
10571998-10-21 Mark Mitchell <mark@markmitchell.com>
1058
1059 * splay-tree.c: New file.
1060 * Makefile.in (CFILES): Add it.
1061 (REQUIRED_OFILES): Likewise.
1062 (splay-tree.o): Add dependencies.
1063
1064Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1065
1066 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
1067 range of 'K' index.
1068
1069Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1070
1071 * choose-temp.c: Prototype mkstemps() when IN_GCC.
1072
1073 * cplus-dem.c (consume_count): Cast argument of ctype macro to
1074 `unsigned char'.
1075 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
1076 comparing against one.
1077 (cplus_mangle_opname): Likewise.
1078 (demangle_integral_value): Cast argument of ctype macro to
1079 `unsigned char'.
1080 (demangle_template_value_parm): Likewise.
1081 (demangle_template): Initialize variable `bindex'. Cast the
1082 result of `strlen' to (int) when comparing against one. Remove
1083 unused variable `start_of_value_parm'.
1084 (demangle_class_name): Cast the result of `strlen' to (int) when
1085 comparing against one.
1086 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
1087 (gnu_special): Likewise. Cast the result of `strlen' to (int)
1088 when comparing against one.
1089 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
1090 (get_count): Likewise.
1091 (do_type): Likewise. Cast the result of `strlen' to (int) when
1092 comparing against one.
1093 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
1094 (demangle_function_name): Cast the result of `strlen' to (int)
1095 when comparing against one.
1096
1097 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
1098 comparing against one.
1099
1100Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
1101
b4fe2683
JM
1102 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
1103 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
1104 * config.in, configure: Rebuilt.
252b5132
RH
1105
1106 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
1107 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
1108 * config.in, configure: Rebuilt.
1109
1110Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
1111
b4fe2683 1112 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
1113
1114Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
1115
1116 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
1117
1118Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
1119
1120 * Merge egcs & devo libiberty.
1121