ternary.h: Don't use PARAMS anymore.
[gcc.git] / include / ChangeLog
1 2005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
2
3 * ternary.h: Don't use PARAMS anymore.
4
5 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
6
7 * md5.h: Remove definition and uses of __P.
8 * dyn-string.h: Remove uses of PARAMS.
9 * fibheap.h: Likewise.
10 * floatformat.h: Likewise.
11 * hashtab.h: Likewise.
12
13 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
14
15 * demangle.h: Remove uses of PARAMS.
16
17 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
18 ANSI_PROTOTYPES is always assumed.
19 Remove uses of PARAMS throughout.
20
21 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22
23 * libiberty.h (xstrndup): Declare.
24
25 2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26
27 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
28
29 2005-03-09 Mark Mitchell <mark@codesourcery.com>
30
31 * libiberty.h (gettimeofday): Declare.
32
33 2005-03-01 Jan Beulich <jbeulich@novell.com>
34
35 * libiberty.h: Declare unlink_if_ordinary.
36
37 2005-02-14 Paolo Bonzini <bonzini@gnu.org>
38
39 PR bootstrap/19818
40 * ansidecl.h (PARAMS): Guard from redefinition.
41
42 2004-12-11 Ben Elliston <bje@au.ibm.com>
43
44 * fibheap.h (struct fibnode): Only use unsigned long bitfields
45 when __GNUC__ is defined and ints are less than 32-bits wide.
46
47 2004-10-07 Bob Wilson <bob.wilson@acm.org>
48
49 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
50 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
51 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
52
53 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
54
55 * libiberty.h (basename): Prototype for __MINGW32__.
56
57 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
58
59 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
60 * libiberty.h (concat, reconcat, concat_length, concat_copy,
61 concat_copy2): Use ATTRIBUTE_SENTINEL.
62
63 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
64
65 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
66 const-qualification before disposal.
67
68 2004-07-24 Bernardo Innocenti <bernie@develer.com>
69
70 * ansidecl.h (ARG_UNUSED): New Macro.
71
72 2004-07-24 Bernardo Innocenti <bernie@develer.com>
73
74 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
75 libcpp/internal.h.
76 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
77 macros.
78
79 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
80
81 * ansidecl.h (ATTRIBUTE_PURE): New.
82
83 2004-07-13 Bernardo Innocenti <bernie@develer.com>
84
85 * libiberty.h (ASTRDUP): Add casts required for stricter
86 type conversion rules of C++.
87 * obstack.h (obstack_free): Likewise.
88
89 2004-05-04 Andreas Jaeger <aj@suse.de>
90
91 * demangle.h: Do not use C++ reserved keyword typename as
92 parameter for cplus_demangle_fill_builtin_type.
93
94 2004-04-22 Richard Henderson <rth@redhat.com>
95
96 * hashtab.h (struct htab): Add size_prime_index.
97
98 2004-04-13 Jeff Law <law@redhat.com>
99
100 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
101
102 2004-03-30 Zack Weinberg <zack@codesourcery.com>
103
104 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
105
106 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
107
108 * dyn-string.h: Update copyright date.
109
110 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
111
112 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
113 the associated #defines.
114
115 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
116
117 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
118 "libiberty.h".
119
120 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
121
122 * demangle.h (enum demangle_component_type): Define.
123 (struct demangle_operator_info): Declare.
124 (struct demangle_builtin_type_info): Declare.
125 (struct demangle_component): Define.
126 (cplus_demangle_fill_component): Declare.
127 (cplus_demangle_fill_name): Declare.
128 (cplus_demangle_fill_builtin_type): Declare.
129 (cplus_demangle_fill_operator): Declare.
130 (cplus_demangle_fill_extended_operator): Declare.
131 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
132 (cplus_demangle_v3_components): Declare.
133 (cplus_demangle_print): Declare.
134
135 For older changes see ChangeLog-9103
136 \f
137 Local Variables:
138 mode: change-log
139 left-margin: 8
140 fill-column: 74
141 version-control: never
142 End: