OSDN Git Service

2005-06-29 Daniel Berlin <dberlin@dberlin.org>
[pf3gnuchains/gcc-fork.git] / include / ChangeLog
1 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
2         
3         * hashtab.h (HTAB_DELETED_ENTRY): New macro.
4         (HTAB_EMPTY_ENTRY): New macro.
5
6 2005-06-20  Geoffrey Keating  <geoffk@apple.com>
7
8         * libiberty.h (strverscmp): Prototype. 
9
10 2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11
12         * libiberty.h (XOBFINISH): New.
13
14 2005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15
16         * libiberty.h (vsnprintf): Add format attribute.
17
18 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19
20         * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
21
22 2005-05-28  Eli Zaretskii  <eliz@gnu.org>
23
24         * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
25         needed.
26         (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
27
28 2005-05-25  Richard Henderson  <rth@redhat.com>
29
30         * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
31
32 2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
33
34         * libiberty.h (ACONCAT): Properly cast value of alloca().
35
36         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
37         __cplusplus.
38
39 2005-05-12  Steve Ellcey  <sje@cup.hp.com>
40
41         libiberty.h: Do not define empty basename prototype.
42
43 2005-05-10  Nick Clifton  <nickc@redhat.com>
44
45         * Update the address and phone number of the FSF organization in
46         the GPL notices in the following files:
47         COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
48         dyn-string.h, fibheap.h, filenames.h, floatformat.h,
49         fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
50         libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
51         partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
52         symcat.h, ternary.h, xregex2.h, xtensa-config.h,
53         xtensa-isa-internal.h, xtensa-isa.h
54
55 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
56
57         * libiberty.h (unlock_std_streams): New.
58
59 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
60
61         * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
62         Don't use the PTR macro.
63
64         * sort.h: Don't use the PARAMS macro.
65
66 2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
67
68         * libiberty.h (unlock_stream): New.
69
70 2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
71
72         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
73         Remove parameter names.
74
75 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
76
77         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
78         Provide prototypes for new functions.
79
80 2005-03-29  Ian Lance Taylor  <ian@airs.com>
81
82         * libiberty.h: Fix indentation.
83
84 2005-03-28  Ian Lance Taylor  <ian@airs.com>
85
86         * libiberty.h: Include <stdio.h>.
87         (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
88         (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
89         (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
90         (pex_init, pex_run, pex_read_output): Declare.
91         (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
92         (struct pex_time): Define.
93
94 2005-03-28  Mark Mitchell <mark@codesourcery.com>
95
96         * libiberty.h (ffs): Declare, if necessary.
97
98 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
99
100         * xregex2.h (_RE_ARGS): Remove definition and uses.
101
102 2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
103
104         * ternary.h: Don't use PARAMS anymore.
105
106 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
107
108         * partition.h: Remove use of PARAMS.
109         * obstack.h: Remove conditional prototypes __STDC__.
110         * objalloc.h:  Remove use of PARAMS.
111         * splay-tree.h: Likewise.
112
113 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
114
115         * md5.h: Remove definition and uses of __P.
116         * dyn-string.h: Remove uses of PARAMS.
117         * fibheap.h: Likewise.
118         * floatformat.h: Likewise.
119         * hashtab.h: Likewise.
120
121 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
122
123         * demangle.h: Remove uses of PARAMS.
124
125         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
126         ANSI_PROTOTYPES is always assumed.
127         Remove uses of PARAMS throughout.
128
129 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
130
131         * libiberty.h (xstrndup): Declare.
132
133 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
134
135         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
136
137 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
138
139         * libiberty.h (gettimeofday): Declare.
140
141 2005-03-01  Jan Beulich  <jbeulich@novell.com>
142
143         * libiberty.h: Declare unlink_if_ordinary.
144
145 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
146
147         PR bootstrap/19818
148         * ansidecl.h (PARAMS): Guard from redefinition.
149
150 2004-12-11  Ben Elliston  <bje@au.ibm.com>
151
152         * fibheap.h (struct fibnode): Only use unsigned long bitfields
153         when __GNUC__ is defined and ints are less than 32-bits wide.
154
155 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
156
157         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
158         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
159         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
160
161 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
162
163         * libiberty.h (basename): Prototype for __MINGW32__.
164
165 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
166
167         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
168         * libiberty.h (concat, reconcat, concat_length, concat_copy,
169         concat_copy2): Use ATTRIBUTE_SENTINEL.
170
171 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
172
173         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
174         const-qualification before disposal.
175
176 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
177
178         * ansidecl.h (ARG_UNUSED): New Macro.
179
180 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
181
182         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
183         libcpp/internal.h.
184         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
185         macros.
186
187 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
188
189         * ansidecl.h (ATTRIBUTE_PURE): New.
190
191 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
192
193         * libiberty.h (ASTRDUP): Add casts required for stricter
194         type conversion rules of C++.
195         * obstack.h (obstack_free): Likewise.
196
197 2004-05-04  Andreas Jaeger  <aj@suse.de>
198
199         * demangle.h: Do not use C++ reserved keyword typename as
200         parameter for cplus_demangle_fill_builtin_type.
201
202 2004-04-22  Richard Henderson  <rth@redhat.com>
203
204         * hashtab.h (struct htab): Add size_prime_index.
205
206 2004-04-13  Jeff Law  <law@redhat.com>
207
208         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
209
210 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
211
212         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
213
214 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
215
216         * dyn-string.h: Update copyright date.
217
218 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
219
220         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
221         the associated #defines.
222
223 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
224
225         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
226         "libiberty.h".
227
228         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
229
230         * demangle.h (enum demangle_component_type): Define.
231         (struct demangle_operator_info): Declare.
232         (struct demangle_builtin_type_info): Declare.
233         (struct demangle_component): Define.
234         (cplus_demangle_fill_component): Declare.
235         (cplus_demangle_fill_name): Declare.
236         (cplus_demangle_fill_builtin_type): Declare.
237         (cplus_demangle_fill_operator): Declare.
238         (cplus_demangle_fill_extended_operator): Declare.
239         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
240         (cplus_demangle_v3_components): Declare.
241         (cplus_demangle_print): Declare.
242
243 For older changes see ChangeLog-9103
244 \f
245 Local Variables:
246 mode: change-log
247 left-margin: 8
248 fill-column: 74
249 version-control: never
250 End: