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