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