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