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