]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
configure.in: Call AC_FUNC_VFORK.
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
ad3ef78e
MM
11998-10-26 Mark Mitchell <mark@markmitchell.com>
2
3 * splay-tree.c: Tweak include directives to make sure declarations of
4 xmalloc and free are available.
5
224301c1
MM
61998-10-25 Mark Mitchell <mark@markmitchell.com>
7
8 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
9 anonymous namespaces.
10
d9db46fd
MM
111998-10-23 Mark Mitchell <mark@markmitchell.com>
12
13 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
14 with type_quals.
15 (TYPE_UNQUALIFIED): New macro.
16 (TYPE_QUAL_CONST): Likewise.
17 (TYPE_QUAL_VOLATILE): Likewise.
18 (TYPE_QUAL_RESTRICT): Likewise.
19 (code_for_qualifier): New function.
20 (qualifier_string): Likewise.
21 (demangle_qualifier): Likewise.
22 (internal_cplus_demangle): Use them.
23 (demangle_signature): Likewise.
24 (demangle_template_value_parm): Likewise.
25 (do_type): Likewise.
26 (demangle_fund_type)): Likewise.
224301c1 27
b056ad1c
KG
28Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
29
30 * splay-tree.c (splay_tree_foreach_helper): Make definition static
31 to match prototype.
32
ed87f9c8
MM
331998-10-21 Mark Mitchell <mark@markmitchell.com>
34
35 * splay-tree.c: New file.
36 * Makefile.in (CFILES): Add it.
37 (REQUIRED_OFILES): Likewise.
38 (splay-tree.o): Add dependencies.
39
e0c13971
AS
40Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
41
42 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
43 range of 'K' index.
44
91e0f659
KG
45Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
46
47 * choose-temp.c: Prototype mkstemps() when IN_GCC.
48
49 * cplus-dem.c (consume_count): Cast argument of ctype macro to
50 `unsigned char'.
51 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
52 comparing against one.
53 (cplus_mangle_opname): Likewise.
54 (demangle_integral_value): Cast argument of ctype macro to
55 `unsigned char'.
56 (demangle_template_value_parm): Likewise.
57 (demangle_template): Initialize variable `bindex'. Cast the
58 result of `strlen' to (int) when comparing against one. Remove
59 unused variable `start_of_value_parm'.
60 (demangle_class_name): Cast the result of `strlen' to (int) when
61 comparing against one.
62 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
63 (gnu_special): Likewise. Cast the result of `strlen' to (int)
64 when comparing against one.
65 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
66 (get_count): Likewise.
67 (do_type): Likewise. Cast the result of `strlen' to (int) when
68 comparing against one.
69 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
70 (demangle_function_name): Cast the result of `strlen' to (int)
71 when comparing against one.
72
73 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
74 comparing against one.
75
73aeb2ff
JL
76Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
77
ae76f1be
JL
78 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
79 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
80 * config.in, configure: Rebuilt.
81
73aeb2ff
JL
82 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
83 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
84 * config.in, configure: Rebuilt.
85
f77d8413
MT
86Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
87
88 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
89
ca6b370d
JL
90Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
91
92 * Merge egcs & devo libiberty.
93
ab4856b1
ML
94