]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
Fix typo in peep2 example.
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
8f376364 11999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * choose-temp.c: Remove obsolete comment about gcc.
4 (make_temp_file): Constify a char*.
5
3a4fff76 6Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7
8 * xmemdup.c: Include sys/types.h.
9
7570bccb 101999-09-07 Jeff Garzik <jgarzik@pobox.com>
11
12 * xmemdup.c: New xmemdup function.
13 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
14
b50c7be3 15Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
16
17 * config.table: Add openedition target.
18 * config/mh-openedition: New file.
19
fd0c1d22 20Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
21
22 * pexecute.c (pexecute): Fill in temp_base when needed.
23
be342bf0 241999-08-31 Richard Henderson <rth@cygnus.com>
25
26 * getpwd.c: Check HAVE_GETCWD before defining it away.
27
71774460 281999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
29
30 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
31 (REQUIRED_OFILES): Add getpwd.o.
32 (getpwd.o): Add target.
33
34 * configure.in (AC_PREREQ): Bump to 2.13.
35 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
36
37 * getpwd.c: New file, moved here from gcc.
38
ac126d82 391999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40
41 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
42 comparing against a signed quantity.
43 (arm_special): Likewise.
44 (demangle_fund_type): Likewise.
45 (do_hpacc_template_const_value): Mark parameter `work' with
46 ATTRIBUTE_UNUSED.
47 (main): Constify variable `valid_symbols'.
48
4f3b4661 49Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
50
51 * strtoul.c (strtoul): Add parentheses around && within ||.
52
f92ff492 53Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
54
55 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
56 libdir, libsubdir and tooldir.
57
a9f46aed 581999-08-01 Mark Mitchell <mark@codesourcery.com>
59
60 * splay-tree.c (splay_tree_insert): Return the new node.
61
db081298 621999-07-14 Richard Henderson <rth@cygnus.com>
63
64 * argv.c: Include stdlib.h and string.h instead of
65 prototyping directly.
66 * choose-temp.c: Conditionally include string.h.
67
e5aa3a54 681999-07-12 Jason Merrill <jason@yorick.cygnus.com>
69
70 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
71
4ef402f7 721999-07-11 Ian Lance Taylor <ian@zembu.com>
73
74 * splay-tree.c (splay_tree_insert): Add initialization to avoid
75 warning.
76
d65034bd 771999-07-07 Jason Merrill <jason@yorick.cygnus.com>
78
79 * Makefile.in (needed-list): Only include stuff we actually need
80 for libstdc++.
81
18912799 821999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
83
84 * configure.in (checkfuncs): Add gettimeofday.
85 * config.in, configure: Regenerated.
86
d96f58b6 87Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
88
89 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
90 the test fails.
91 * configure: Regenerate.
92
4248b202 931999-06-10 Mike Stump <mrs@wrs.com>
94
95 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
96 parallel builds.
97
3c243ded 981999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
99
100 * putenv.c: Include ansidecl.h to define `const'.
101 * setenv.c: Likewise.
102
654c70ae 103Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
104
34f75864 105 * Makefile.in (CFILES): Add putenv.c and setenv.c.
106 * configure.in (funcs): Add putenv and setenv.
107 (AC_CHECK_FUNCS): Check for putenv and setenv.
108 * configure: Rebuilt.
109 * putenv.c setenv.c: New files.
110
654c70ae 111 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
112 bytes of space using malloc.
113
41980611 114Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
115
116 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
117 the *mangled pointer beyond the end of the string. Clean up code to
118 match prevailing coding style.
119
08b8ada9 1201999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
121
122 * tmpnam.c (L_tmpnam): Fix typo.
123
2fb1c6e9 124Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
125
126 * cplus-dem.c (standard_symbol_characters): Renamed from
127 standard_symbol_alphabet. No longer modify TABLE.
128 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
129 modify TABLE.
130 (main): Corresponding changes. Use strchr to determine if a
131 character is valid.
132
25398e41 1331999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
134
135 * cplus-dem.c (main): Use table lookup to distinguish identifier
136 characters from non-identifier characters.
137 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
138
29723d26 139Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
140
141 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
142 * getruntime.c: Only attempt to include sys/resource.h and
143 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
144 are defined.
145
dde96550 146Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
147
148 * configure.in (alloca detection): Handle alloca directly for interix.
149 * configure: Rebuilt.
150
e98ba651 151Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
152
153 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
154
3460a017 1551999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
156
157 Fix from Dale Hawkins:
158 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
159 reallocated properly if we use it again.
160
161 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
162 stricter about syntax. Always null-terminate string.
163
b01c0955 164Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
165
166 * configure.in (checkfuncs): Check for sbrk.
167 * config.in: Rebuilt.
168 * configure: Likewise.
169 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
170
87c2e884 1711999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
172
173 Fix from Marcus Daniels:
174 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
175 identifier looking for another underscore.
176
16b8e80f 177Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
178
179 * pexecute.c: Change all references to __UWIN__ to _UWIN.
180 * xmalloc.c: Likewise.
181 (xcalloc): UWIN has sbrk.
182 (xrealloc): Fix guard macro.
183
4d0cfb7e 1841999-04-11 Richard Henderson <rth@cygnus.com>
185
186 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
187 or <alloca.h>.
188 * clock.c (GNU_HZ): New definition.
189 (clock): Use it.
190 * getruntime.c: Likewise.
191
192 * config.table: Use mh-beos.
193 * config/mh-beos: New file.
194
0dc64970 1951999-04-11 Mark Mitchell <mark@codesourcery.com>
196
197 * cplus-dem.c (demangle_template_value_parm): Handle
198 pointers-to-members.
199 (do_type): Handle template parameters as qualifiers.
200
9fec6063 2011999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
202
203 * cplus-dem.c: Attempt to handle overflows in counts with some
204 semblance of grace.
205 (consume_count): Detect overflows. Return -1 to indicate errors,
206 instead of zero.
207 (demangle_template_value_parm, demangle_template): Handle change
208 to consume_count's return convention.
209
715f424c 2101999-04-05 Tom Tromey <tromey@cygnus.com>
211
212 * testsuite/regress-demangle: New file.
213 * testsuite/demangle-expected: New file.
214
215 * Makefile.in (all, check, installcheck, info, install-info,
216 clean-info, dvi, install, etags, tags, mostlyclean, clean,
217 distclean, maintainer-clean, realclean): Depend on corresponding
218 `-subdir' target.
219 (all-subdir check-subdir installcheck-subdir info-subdir
220 install-info-subdir clean-info-subdir dvi-subdir
221 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
222 distclean-subdir maintainer-clean-subdir): New target.
223 * testsuite/Makefile.in: New file.
224 * configure: Rebuilt.
225 * configure.in: Create testsuite/Makefile.
226
71c5948c 2271999-04-02 Mark Mitchell <mark@codesourcery.com>
228
229 * splay-tree.h (splay_tree_compare_pointers): Define.
230
d1264606 2311999-03-30 Mark Mitchell <mark@codesourcery.com>
232
233 * splay-tree.c (splay_tree_compare_ints): Define.
234
6fd618e7 2351999-03-30 Tom Tromey <tromey@cygnus.com>
236
237 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
238 don't advance input pointer.
239 (demangle_class_name): If consume_count didn't find a count, do
240 nothing. Don't bother with `strlen' sanity check; consume_count
241 does it for us.
242
bdaa26ad 2431999-03-16 Stan Shebs <shebs@andros.cygnus.com>
244
245 From Art Haas <ahaas@neosoft.com>:
246 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
247 when doing arm or hp style.
248 (demangle_nested_args): Decr forgetting_types field when done.
249
d267f778 250Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
251
252 * pexecute.c (__CYGWIN32__): Rename to
253 (__CYGWIN__): this.
254 * xmalloc.c: Likewise.
255
256 Changes to support i386-pc-uwin.
257 * configure.in (*-*-uwin*): Workaround for vfork bug.
258 * configure: Regenerate.
259 * pexecute.c (pexecute): Be like standard Unix.
260 (pwait): Likewise.
261 * xmalloc.c (first_break): Define.
262 (xmalloc_set_program_name): Use.
263 (xmalloc): Use.
264
90405950 265Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
266
267 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
268
bdaa26ad 269Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
270
271 * config.table: Check cygwin*, not cygwin32*.
272
e6ed8194 273Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
274
275 * Makefile.in: Change mkstemp -> mkstemps.
276
301e59c9 277Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
278
279 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
280 * configure.in (funcs): Check for and conditionally add mkstemps to
281 the list of functions libiberty will provide.
282 * configure: Rebuilt.
283
89e305f9 284Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
285
286 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
287 platforms that don't have HZ.
288 * getruntime.c (HZ): Likewise.
289
ecfe64e7 290Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
291
292 * Makefile.in (xstrdup.o): Depend on config.h.
293
2e5e2114 294Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
295
296 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
297 freeing it.
298
6aa62a59 299Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
300
301 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
302
bdaa26ad 303Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
304
305 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
306 splay-tree.o.
307
3081999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
309
310 * configure.in: Require autoconf 2.12.1 or higher.
311
9e1ed734 3121998-12-30 Michael Meissner <meissner@cygnus.com>
313
314 * random.c (NULL): Don't redefine NULL if it is already defined.
315
7c8c70e9 316Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
317
318 * argv.c (buildargv): Cast the result of alloca in assignment.
319
320 * choose-temp.c: Include stdlib.h.
2e5e2114 321
7c8c70e9 322 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
323 (snarf_numeric_literal): Constify first parameter.
324 (code_for_qualifier): Avoid a gcc extension, make the parameter an
325 int, not a char.
326 (demangle_qualifier): Likewise.
327 (demangle_signature): Cast the argument of a ctype function to
328 unsigned char.
329 (arm_pt): Add parens around assignment used as truth value.
330 (demangle_arm_hp_template): Constify variable `args'.
331 (do_hpacc_template_const_value): Cast the argument of a ctype
332 function to unsigned char.
333 (do_hpacc_template_literal): Remove unused variable `i'.
334 (snarf_numeric_literal): Constify parameter `args'.
335 Cast the argument of a ctype function to unsigned char.
336
337 * floatformat.c (floatformat_to_double): Add explicit braces to
338 avoid ambiguous `else'.
2e5e2114 339
7c8c70e9 340 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
341 `cstart' and `cend' to unsigned char. Cast the argument of macro
342 `FOLD', which uses ctype functions, to unsigned char.
343
344 * objalloc.c (free): Add prototype.
345
9070a37e 346Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
347
348 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
349
bdaa26ad 350Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
351
352 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
353 doesn't exist.
354 (do_hpacc_template_literal): remove unused variable `i'.
355
0a5a5994 356Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
357
358 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
359 bumping the pointer we read from. Also prepend these codes,
360 as we do in other places.
361
bdaa26ad 3621998-12-18 Nick Clifton <nickc@cygnus.com>
363
364 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
365 'const char *' in order to match its usage when calling siblings.
366 (snarf_numeric_literal): Make first arg 'const char **' in order
367 to match usage.
4ed77eec 368
50cbddd6 369Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
370
4ed77eec 371 * choose-temp.c: Don't check IN_GCC anymore.
372
373 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
374 * memchr.c (memchr): Likewise.
375 * memcpy.c (memcpy): Likewise.
376 * memmove.c (memmove): Likewise.
2e5e2114 377
4ed77eec 378 * mkstemp.c: Don't check IN_GCC anymore.
379 * pexecute.c: Likewise.
380 * splay-tree.c: Likewise.
2e5e2114 381
4ed77eec 382 * strchr.c (strchr): Use `const', not `CONST'.
383 * strrchr.c (strrchr): Likewise.
384 * strtol.c (strtol): Likewise.
385 * strtoul.c (strtoul): Likewise.
386
f75dc4de 387Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
388 Elena Zannoni <ezannoni@cygnus.com>
389 Stan Shebs <shebs@cygnus.com>
390 Edith Epstein <eepstein@cygnus.com>
391 Andres MacLeod <amacleod@cygnus.com>
392 Satish Pai <pai@apollo.hp.com>
393
394 * HP aCC demangling support.
395 * cplus-dem.c
396 (main): Remove default to HP style demangling, set to EDG
397 demangling correctly when -edg specified; set the demangling style
398 when user specifies 'edg'. Set strip_underscore to
399 prepends_underscore, if not HPUXHPPA. Set
400 current_demangling_style to hp_demangling if HPUXHPPA. Set
401 current demangling style correctly if the switch is hp. Read
402 label correctly also in the HP style case.
403 (work_stuff): add temp_start field; add field for volatile member
404 function.
405 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
406 style for this case is the same as ARM.
407 (demangle_args): handle EDG_DEMANGLING style; support HP style.
408 (demangle_arm_hp_template): new function. (It was
409 demangle_arm_pt.); check and set value of temp_start field in
410 multiple places. Also, when ceching for end of template args,
411 check to see if at end of static member of template class.
412 (demangle_class): new local variable : save_class_name_end Don't
413 include template args in string defining class.
414 (demangle_class_name): use demangel_arm_hp_template.
415 (demangle_function_name): handle case where demangling style is
416 HP_DEMANGLING and currently point at an 'X' in the mangled name.
417 Handle EDG_DEMANGLING style. Handle constructor and destructor
418 ops for HP style.
419 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
420 styles. global destructor and constructor for HP style are same
421 as for ARM style. Same for local variables.
422 (demangle_qualified): handle EDG_DEMANGLING style.
423 (demangle_signature): add case for volatile member function. For
424 cases '1' - '9' : initialize the temp_start field to -1 and handle
425 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
426 and AUTO_DEMANGLING styles. If expecting a function and managed
427 to demangle the funct args, then handle the LUCID_DEMANGLING,
428 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
429 class name after "Lnnn_ in HP style case. HP style too needs to
430 forget types. _nnn is OK for HP style, so don't report failure.
431 (do_hpacc_template_const_value): new function. Handle template's
432 value param for HP/aCC.
433 (do_hpacc_template_literal): new function. Handle a template's
434 literal parameter for HP aCC.
435 (recursively_demangle): new function
436 (snarf_numeric_literal): new function.
437 (usage): add 'edg' to the list of demangling styles; add hp switch
438 to message.
439
a5c56042 440Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
441
442 * pexecute.c: Remove obsolete ifdefed cygwin code.
443
4ae63959 444Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
445
446 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
447 * cplus-dem.c: Likewise. Conform to libiberty.h.
448 * pexecute.c: Likewise.
449 * splay-tree.c: Likewise.
450
b41b6b67 4511998-11-25 Mike Stump <mrs@wrs.com>
452
453 * Makefile.in (splay-tree.o): Add config.h dependency.
454
a1dd5bff 455Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
456
457 * configure.in: Use AC_PREREQ(2.12.1).
458
d54546fb 4591998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
460
461 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
462
9fdb1080 463Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
464
465 * mpw.c (mpw_access): Add missing parens.
466
1ed7db2f 467Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
468
469 * configure.in: Call AC_HEADER_SYS_WAIT.
470
471 * pexecute.c: Include sys/wait.h when !IN_GCC.
472
bdaa26ad 473Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
474
475 * pexecute.c: revert back to checking old Cygwin
476 preprocessor symbol until some time has passed.
477
478Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
479
480 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
481 since it will now support similar constructs.
482
34fa8831 483Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
484
485 * configure.in: Check for calloc.
486
487 * calloc.c: New file.
488
489 * xmalloc.c (xcalloc): New function.
490
75ebb412 491Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
492
493 *cplus-dem.c (demangle_prefix): Use the last "__"
494 in the mangled name when looking for the signature. This allows
495 template names to begin with "__".
496
5b546829 4971998-11-08 Mark Mitchell <mark@markmitchell.com>
498
73bea962 499 * cplus-dem.c (type_kind_t): Add tk_reference.
500 (demangle_template_value_parm): Handle it.
501 (do_type): Use it for references, instead of tk_pointer.
502
5b546829 503 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
504 not internal_cplus_demangle.
505
0e4558d2 506Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
507
508 * choose-temp.c: Don't include gansidecl.h.
509 * mkstemp.c: Likewise.
510 * pexecute.c: Likewise.
511
7b8b8d43 512Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
513
514 * configure.in: detect cygwin* instead of cygwin32*
515 * configure: regenerate
516
f9a39df1 517Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
518
519 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
520 whether to include config.h. Possibly include unistd.h in the
521 !IN_GCC case. Define VFORK_STRING as a printable function call
522 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
523 defined, include vfork.h. If VMS is defined, define vfork()
524 appropriately. Remove vfork check on USG, we're using autoconf.
525 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
526 locally what string to use.
527
797ba725 5281998-10-26 Mark Mitchell <mark@markmitchell.com>
529
530 * splay-tree.c: Tweak include directives to make sure declarations of
531 xmalloc and free are available.
532
3662c79b 5331998-10-25 Mark Mitchell <mark@markmitchell.com>
534
535 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
536 anonymous namespaces.
2e5e2114 537
af5199c0 5381998-10-23 Mark Mitchell <mark@markmitchell.com>
539
540 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
541 with type_quals.
542 (TYPE_UNQUALIFIED): New macro.
543 (TYPE_QUAL_CONST): Likewise.
544 (TYPE_QUAL_VOLATILE): Likewise.
545 (TYPE_QUAL_RESTRICT): Likewise.
546 (code_for_qualifier): New function.
547 (qualifier_string): Likewise.
548 (demangle_qualifier): Likewise.
549 (internal_cplus_demangle): Use them.
550 (demangle_signature): Likewise.
551 (demangle_template_value_parm): Likewise.
552 (do_type): Likewise.
553 (demangle_fund_type)): Likewise.
3662c79b 554
e61da89d 555Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
556
557 * splay-tree.c (splay_tree_foreach_helper): Make definition static
558 to match prototype.
559
9a4eb61d 5601998-10-21 Mark Mitchell <mark@markmitchell.com>
561
562 * splay-tree.c: New file.
563 * Makefile.in (CFILES): Add it.
564 (REQUIRED_OFILES): Likewise.
565 (splay-tree.o): Add dependencies.
566
e5d3a45b 567Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
568
569 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
570 range of 'K' index.
571
4350e959 572Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
573
574 * choose-temp.c: Prototype mkstemps() when IN_GCC.
575
576 * cplus-dem.c (consume_count): Cast argument of ctype macro to
577 `unsigned char'.
578 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
579 comparing against one.
580 (cplus_mangle_opname): Likewise.
581 (demangle_integral_value): Cast argument of ctype macro to
582 `unsigned char'.
583 (demangle_template_value_parm): Likewise.
584 (demangle_template): Initialize variable `bindex'. Cast the
585 result of `strlen' to (int) when comparing against one. Remove
586 unused variable `start_of_value_parm'.
587 (demangle_class_name): Cast the result of `strlen' to (int) when
588 comparing against one.
589 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
590 (gnu_special): Likewise. Cast the result of `strlen' to (int)
591 when comparing against one.
592 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
593 (get_count): Likewise.
594 (do_type): Likewise. Cast the result of `strlen' to (int) when
595 comparing against one.
596 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
597 (demangle_function_name): Cast the result of `strlen' to (int)
598 when comparing against one.
599
600 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
601 comparing against one.
602
5dfe2c03 603Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
604
0be6f86d 605 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
606 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
607 * config.in, configure: Rebuilt.
608
5dfe2c03 609 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
610 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
611 * config.in, configure: Rebuilt.
612
7b8b8d43 613Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
614
615 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
616
68b78c88 617Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
618
619 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
620
804ec1bf 621Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
622
623 * Merge egcs & devo libiberty.
624
7a1ec54f 625