]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
dsp16xxx.c: Include ggc.h
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
19e28e2a
ME
1Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
2
3 * pexecute.c (pexecute): Fill in temp_base when needed.
4
4dfeccf9
RH
51999-08-31 Richard Henderson <rth@cygnus.com>
6
7 * getpwd.c: Check HAVE_GETCWD before defining it away.
8
4ac3cb83
KG
91999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10
11 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
12 (REQUIRED_OFILES): Add getpwd.o.
13 (getpwd.o): Add target.
14
15 * configure.in (AC_PREREQ): Bump to 2.13.
16 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
17
18 * getpwd.c: New file, moved here from gcc.
19
e797ff70
KG
201999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21
22 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
23 comparing against a signed quantity.
24 (arm_special): Likewise.
25 (demangle_fund_type): Likewise.
26 (do_hpacc_template_const_value): Mark parameter `work' with
27 ATTRIBUTE_UNUSED.
28 (main): Constify variable `valid_symbols'.
29
55247fce
PDM
30Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
31
32 * strtoul.c (strtoul): Add parentheses around && within ||.
33
76632dd0
DJ
34Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
35
36 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
37 libdir, libsubdir and tooldir.
38
d080bbfa
MM
391999-08-01 Mark Mitchell <mark@codesourcery.com>
40
41 * splay-tree.c (splay_tree_insert): Return the new node.
42
a81c752a
RH
431999-07-14 Richard Henderson <rth@cygnus.com>
44
45 * argv.c: Include stdlib.h and string.h instead of
46 prototyping directly.
47 * choose-temp.c: Conditionally include string.h.
48
8f1824d9
JM
491999-07-12 Jason Merrill <jason@yorick.cygnus.com>
50
51 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
52
652374d3
ILT
531999-07-11 Ian Lance Taylor <ian@zembu.com>
54
55 * splay-tree.c (splay_tree_insert): Add initialization to avoid
56 warning.
57
a4494286
JM
581999-07-07 Jason Merrill <jason@yorick.cygnus.com>
59
60 * Makefile.in (needed-list): Only include stuff we actually need
61 for libstdc++.
62
90e72e20
AS
631999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
64
65 * configure.in (checkfuncs): Add gettimeofday.
66 * config.in, configure: Regenerated.
67
b569200e
MK
68Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
69
70 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
71 the test fails.
72 * configure: Regenerate.
73
73919448
MS
741999-06-10 Mike Stump <mrs@wrs.com>
75
76 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
77 parallel builds.
78
fee9125c
KG
791999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
80
81 * putenv.c: Include ansidecl.h to define `const'.
82 * setenv.c: Likewise.
83
71cce721
MN
84Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
85
a7c9637f
JL
86 * Makefile.in (CFILES): Add putenv.c and setenv.c.
87 * configure.in (funcs): Add putenv and setenv.
88 (AC_CHECK_FUNCS): Check for putenv and setenv.
89 * configure: Rebuilt.
90 * putenv.c setenv.c: New files.
91
71cce721
MN
92 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
93 bytes of space using malloc.
94
53504016
SG
95Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
96
97 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
98 the *mangled pointer beyond the end of the string. Clean up code to
99 match prevailing coding style.
100
34842539
MH
1011999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
102
103 * tmpnam.c (L_tmpnam): Fix typo.
104
3a08531d
ME
105Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
106
107 * cplus-dem.c (standard_symbol_characters): Renamed from
108 standard_symbol_alphabet. No longer modify TABLE.
109 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
110 modify TABLE.
111 (main): Corresponding changes. Use strchr to determine if a
112 character is valid.
113
8db9d08b
JB
1141999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
115
116 * cplus-dem.c (main): Use table lookup to distinguish identifier
117 characters from non-identifier characters.
118 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
119
6a071f4a
FF
120Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
121
122 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
123 * getruntime.c: Only attempt to include sys/resource.h and
124 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
125 are defined.
126
7dd88617
DT
127Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
128
129 * configure.in (alloca detection): Handle alloca directly for interix.
130 * configure: Rebuilt.
131
7a1528bc
MK
132Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
133
134 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
135
76409268
JB
1361999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
137
138 Fix from Dale Hawkins:
139 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
140 reallocated properly if we use it again.
141
142 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
143 stricter about syntax. Always null-terminate string.
144
acbbd80a
MK
145Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
146
147 * configure.in (checkfuncs): Check for sbrk.
148 * config.in: Rebuilt.
149 * configure: Likewise.
150 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
151
92523551
JB
1521999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
153
154 Fix from Marcus Daniels:
155 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
156 identifier looking for another underscore.
157
36eb4217
MK
158Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
159
160 * pexecute.c: Change all references to __UWIN__ to _UWIN.
161 * xmalloc.c: Likewise.
162 (xcalloc): UWIN has sbrk.
163 (xrealloc): Fix guard macro.
164
391cdef0
MM
1651999-04-11 Mark Mitchell <mark@codesourcery.com>
166
167 * cplus-dem.c (demangle_template_value_parm): Handle
168 pointers-to-members.
169 (do_type): Handle template parameters as qualifiers.
170
9d229989
JB
1711999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
172
173 * cplus-dem.c: Attempt to handle overflows in counts with some
174 semblance of grace.
175 (consume_count): Detect overflows. Return -1 to indicate errors,
176 instead of zero.
177 (demangle_template_value_parm, demangle_template): Handle change
178 to consume_count's return convention.
179
7c72138a
TT
1801999-04-05 Tom Tromey <tromey@cygnus.com>
181
182 * testsuite/regress-demangle: New file.
183 * testsuite/demangle-expected: New file.
184
185 * Makefile.in (all, check, installcheck, info, install-info,
186 clean-info, dvi, install, etags, tags, mostlyclean, clean,
187 distclean, maintainer-clean, realclean): Depend on corresponding
188 `-subdir' target.
189 (all-subdir check-subdir installcheck-subdir info-subdir
190 install-info-subdir clean-info-subdir dvi-subdir
191 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
192 distclean-subdir maintainer-clean-subdir): New target.
193 * testsuite/Makefile.in: New file.
194 * configure: Rebuilt.
195 * configure.in: Create testsuite/Makefile.
196
ae7f7270
MM
1971999-04-02 Mark Mitchell <mark@codesourcery.com>
198
199 * splay-tree.h (splay_tree_compare_pointers): Define.
200
30f72379
MM
2011999-03-30 Mark Mitchell <mark@codesourcery.com>
202
203 * splay-tree.c (splay_tree_compare_ints): Define.
204
4cc48683
TT
2051999-03-30 Tom Tromey <tromey@cygnus.com>
206
207 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
208 don't advance input pointer.
209 (demangle_class_name): If consume_count didn't find a count, do
210 nothing. Don't bother with `strlen' sanity check; consume_count
211 does it for us.
212
3510075c
JL
2131999-03-16 Stan Shebs <shebs@andros.cygnus.com>
214
215 From Art Haas <ahaas@neosoft.com>:
216 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
217 when doing arm or hp style.
218 (demangle_nested_args): Decr forgetting_types field when done.
219
89f602a7
MK
220Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
221
222 * pexecute.c (__CYGWIN32__): Rename to
223 (__CYGWIN__): this.
224 * xmalloc.c: Likewise.
225
226 Changes to support i386-pc-uwin.
227 * configure.in (*-*-uwin*): Workaround for vfork bug.
228 * configure: Regenerate.
229 * pexecute.c (pexecute): Be like standard Unix.
230 (pwait): Likewise.
231 * xmalloc.c (first_break): Define.
232 (xmalloc_set_program_name): Use.
233 (xmalloc): Use.
234
9346c824
FS
235Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
236
237 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
238
3510075c
JL
239Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
240
241 * config.table: Check cygwin*, not cygwin32*.
242
8ec65f13
DB
243Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
244
245 * Makefile.in: Change mkstemp -> mkstemps.
246
687361c8
ME
247Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
248
249 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
250 * configure.in (funcs): Check for and conditionally add mkstemps to
251 the list of functions libiberty will provide.
252 * configure: Rebuilt.
253
b207e09c
MK
254Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
255
256 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
257 platforms that don't have HZ.
258 * getruntime.c (HZ): Likewise.
259
16b4c15e
RH
260Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
261
262 * Makefile.in (xstrdup.o): Depend on config.h.
263
38beb75c
UD
264Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
265
266 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
267 freeing it.
268
7e4311a3
KG
269Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
270
271 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
272
3510075c
JL
273Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
274
275 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
276 splay-tree.o.
277
2781999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
279
280 * configure.in: Require autoconf 2.12.1 or higher.
281
fb9939b8
MM
2821998-12-30 Michael Meissner <meissner@cygnus.com>
283
284 * random.c (NULL): Don't redefine NULL if it is already defined.
285
087aa398
KG
286Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
287
288 * argv.c (buildargv): Cast the result of alloca in assignment.
289
290 * choose-temp.c: Include stdlib.h.
38beb75c 291
087aa398
KG
292 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
293 (snarf_numeric_literal): Constify first parameter.
294 (code_for_qualifier): Avoid a gcc extension, make the parameter an
295 int, not a char.
296 (demangle_qualifier): Likewise.
297 (demangle_signature): Cast the argument of a ctype function to
298 unsigned char.
299 (arm_pt): Add parens around assignment used as truth value.
300 (demangle_arm_hp_template): Constify variable `args'.
301 (do_hpacc_template_const_value): Cast the argument of a ctype
302 function to unsigned char.
303 (do_hpacc_template_literal): Remove unused variable `i'.
304 (snarf_numeric_literal): Constify parameter `args'.
305 Cast the argument of a ctype function to unsigned char.
306
307 * floatformat.c (floatformat_to_double): Add explicit braces to
308 avoid ambiguous `else'.
38beb75c 309
087aa398
KG
310 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
311 `cstart' and `cend' to unsigned char. Cast the argument of macro
312 `FOLD', which uses ctype functions, to unsigned char.
313
314 * objalloc.c (free): Add prototype.
315
21f2174d
HPN
316Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
317
318 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
319
3510075c
JL
320Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
321
322 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
323 doesn't exist.
324 (do_hpacc_template_literal): remove unused variable `i'.
325
e8fc8222
AM
326Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
327
328 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
329 bumping the pointer we read from. Also prepend these codes,
330 as we do in other places.
331
3510075c
JL
3321998-12-18 Nick Clifton <nickc@cygnus.com>
333
334 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
335 'const char *' in order to match its usage when calling siblings.
336 (snarf_numeric_literal): Make first arg 'const char **' in order
337 to match usage.
11a0bb74 338
f4f30aa1
JL
339Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
340
11a0bb74
KG
341 * choose-temp.c: Don't check IN_GCC anymore.
342
343 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
344 * memchr.c (memchr): Likewise.
345 * memcpy.c (memcpy): Likewise.
346 * memmove.c (memmove): Likewise.
38beb75c 347
11a0bb74
KG
348 * mkstemp.c: Don't check IN_GCC anymore.
349 * pexecute.c: Likewise.
350 * splay-tree.c: Likewise.
38beb75c 351
11a0bb74
KG
352 * strchr.c (strchr): Use `const', not `CONST'.
353 * strrchr.c (strrchr): Likewise.
354 * strtol.c (strtol): Likewise.
355 * strtoul.c (strtoul): Likewise.
356
70d5ccef
DT
357Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
358 Elena Zannoni <ezannoni@cygnus.com>
359 Stan Shebs <shebs@cygnus.com>
360 Edith Epstein <eepstein@cygnus.com>
361 Andres MacLeod <amacleod@cygnus.com>
362 Satish Pai <pai@apollo.hp.com>
363
364 * HP aCC demangling support.
365 * cplus-dem.c
366 (main): Remove default to HP style demangling, set to EDG
367 demangling correctly when -edg specified; set the demangling style
368 when user specifies 'edg'. Set strip_underscore to
369 prepends_underscore, if not HPUXHPPA. Set
370 current_demangling_style to hp_demangling if HPUXHPPA. Set
371 current demangling style correctly if the switch is hp. Read
372 label correctly also in the HP style case.
373 (work_stuff): add temp_start field; add field for volatile member
374 function.
375 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
376 style for this case is the same as ARM.
377 (demangle_args): handle EDG_DEMANGLING style; support HP style.
378 (demangle_arm_hp_template): new function. (It was
379 demangle_arm_pt.); check and set value of temp_start field in
380 multiple places. Also, when ceching for end of template args,
381 check to see if at end of static member of template class.
382 (demangle_class): new local variable : save_class_name_end Don't
383 include template args in string defining class.
384 (demangle_class_name): use demangel_arm_hp_template.
385 (demangle_function_name): handle case where demangling style is
386 HP_DEMANGLING and currently point at an 'X' in the mangled name.
387 Handle EDG_DEMANGLING style. Handle constructor and destructor
388 ops for HP style.
389 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
390 styles. global destructor and constructor for HP style are same
391 as for ARM style. Same for local variables.
392 (demangle_qualified): handle EDG_DEMANGLING style.
393 (demangle_signature): add case for volatile member function. For
394 cases '1' - '9' : initialize the temp_start field to -1 and handle
395 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
396 and AUTO_DEMANGLING styles. If expecting a function and managed
397 to demangle the funct args, then handle the LUCID_DEMANGLING,
398 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
399 class name after "Lnnn_ in HP style case. HP style too needs to
400 forget types. _nnn is OK for HP style, so don't report failure.
401 (do_hpacc_template_const_value): new function. Handle template's
402 value param for HP/aCC.
403 (do_hpacc_template_literal): new function. Handle a template's
404 literal parameter for HP aCC.
405 (recursively_demangle): new function
406 (snarf_numeric_literal): new function.
407 (usage): add 'edg' to the list of demangling styles; add hp switch
408 to message.
409
8d525fa8
CF
410Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
411
412 * pexecute.c: Remove obsolete ifdefed cygwin code.
413
9b1a92d8
KG
414Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
415
416 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
417 * cplus-dem.c: Likewise. Conform to libiberty.h.
418 * pexecute.c: Likewise.
419 * splay-tree.c: Likewise.
420
c85c3232
MS
4211998-11-25 Mike Stump <mrs@wrs.com>
422
423 * Makefile.in (splay-tree.o): Add config.h dependency.
424
35a6cd99
KG
425Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
426
427 * configure.in: Use AC_PREREQ(2.12.1).
428
6e6e34b7
BK
4291998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
430
431 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
432
59b67c11
JL
433Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
434
435 * mpw.c (mpw_access): Add missing parens.
436
a6458d1d
KG
437Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
438
439 * configure.in: Call AC_HEADER_SYS_WAIT.
440
441 * pexecute.c: Include sys/wait.h when !IN_GCC.
442
3510075c
JL
443Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
444
445 * pexecute.c: revert back to checking old Cygwin
446 preprocessor symbol until some time has passed.
447
448Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
449
450 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
451 since it will now support similar constructs.
452
a9acf741
KG
453Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
454
455 * configure.in: Check for calloc.
456
457 * calloc.c: New file.
458
459 * xmalloc.c (xcalloc): New function.
460
a49fb37a
AM
461Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
462
463 *cplus-dem.c (demangle_prefix): Use the last "__"
464 in the mangled name when looking for the signature. This allows
465 template names to begin with "__".
466
0e714131
MM
4671998-11-08 Mark Mitchell <mark@markmitchell.com>
468
ec2288ff
MM
469 * cplus-dem.c (type_kind_t): Add tk_reference.
470 (demangle_template_value_parm): Handle it.
471 (do_type): Use it for references, instead of tk_pointer.
472
0e714131
MM
473 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
474 not internal_cplus_demangle.
475
2931b6d4
KG
476Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
477
478 * choose-temp.c: Don't include gansidecl.h.
479 * mkstemp.c: Likewise.
480 * pexecute.c: Likewise.
481
dd8f3ed5
GN
482Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
483
484 * configure.in: detect cygwin* instead of cygwin32*
485 * configure: regenerate
486
c5f7c445
KG
487Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
488
489 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
490 whether to include config.h. Possibly include unistd.h in the
491 !IN_GCC case. Define VFORK_STRING as a printable function call
492 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
493 defined, include vfork.h. If VMS is defined, define vfork()
494 appropriately. Remove vfork check on USG, we're using autoconf.
495 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
496 locally what string to use.
497
ad3ef78e
MM
4981998-10-26 Mark Mitchell <mark@markmitchell.com>
499
500 * splay-tree.c: Tweak include directives to make sure declarations of
501 xmalloc and free are available.
502
224301c1
MM
5031998-10-25 Mark Mitchell <mark@markmitchell.com>
504
505 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
506 anonymous namespaces.
38beb75c 507
d9db46fd
MM
5081998-10-23 Mark Mitchell <mark@markmitchell.com>
509
510 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
511 with type_quals.
512 (TYPE_UNQUALIFIED): New macro.
513 (TYPE_QUAL_CONST): Likewise.
514 (TYPE_QUAL_VOLATILE): Likewise.
515 (TYPE_QUAL_RESTRICT): Likewise.
516 (code_for_qualifier): New function.
517 (qualifier_string): Likewise.
518 (demangle_qualifier): Likewise.
519 (internal_cplus_demangle): Use them.
520 (demangle_signature): Likewise.
521 (demangle_template_value_parm): Likewise.
522 (do_type): Likewise.
523 (demangle_fund_type)): Likewise.
224301c1 524
b056ad1c
KG
525Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
526
527 * splay-tree.c (splay_tree_foreach_helper): Make definition static
528 to match prototype.
529
ed87f9c8
MM
5301998-10-21 Mark Mitchell <mark@markmitchell.com>
531
532 * splay-tree.c: New file.
533 * Makefile.in (CFILES): Add it.
534 (REQUIRED_OFILES): Likewise.
535 (splay-tree.o): Add dependencies.
536
e0c13971
AS
537Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
538
539 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
540 range of 'K' index.
541
91e0f659
KG
542Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
543
544 * choose-temp.c: Prototype mkstemps() when IN_GCC.
545
546 * cplus-dem.c (consume_count): Cast argument of ctype macro to
547 `unsigned char'.
548 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
549 comparing against one.
550 (cplus_mangle_opname): Likewise.
551 (demangle_integral_value): Cast argument of ctype macro to
552 `unsigned char'.
553 (demangle_template_value_parm): Likewise.
554 (demangle_template): Initialize variable `bindex'. Cast the
555 result of `strlen' to (int) when comparing against one. Remove
556 unused variable `start_of_value_parm'.
557 (demangle_class_name): Cast the result of `strlen' to (int) when
558 comparing against one.
559 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
560 (gnu_special): Likewise. Cast the result of `strlen' to (int)
561 when comparing against one.
562 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
563 (get_count): Likewise.
564 (do_type): Likewise. Cast the result of `strlen' to (int) when
565 comparing against one.
566 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
567 (demangle_function_name): Cast the result of `strlen' to (int)
568 when comparing against one.
569
570 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
571 comparing against one.
572
73aeb2ff
JL
573Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
574
ae76f1be
JL
575 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
576 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
577 * config.in, configure: Rebuilt.
578
73aeb2ff
JL
579 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
580 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
581 * config.in, configure: Rebuilt.
582
dd8f3ed5
GN
583Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
584
585 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
586
f77d8413
MT
587Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
588
589 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
590
ca6b370d
JL
591Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
592
593 * Merge egcs & devo libiberty.
594
ab4856b1
ML
595