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