]> git.ipfire.org Git - thirdparty/gcc.git/blame - include/ChangeLog
2005-06-30 Andrew Pinski <pinskia@physics.uc.edu>
[thirdparty/gcc.git] / include / ChangeLog
CommitLineData
28cc9eac 12005-06-20 Geoffrey Keating <geoffk@apple.com>
2
3 * libiberty.h (strverscmp): Prototype.
4
4fac984f 52005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
6
7 * libiberty.h (XOBFINISH): New.
8
8be91f46 92005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10
11 * libiberty.h (vsnprintf): Add format attribute.
12
1b52004c 132005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14
15 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
16
71f27b28 172005-05-28 Eli Zaretskii <eliz@gnu.org>
18
19 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
20 needed.
21 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
22
e63e3841 232005-05-25 Richard Henderson <rth@redhat.com>
24
25 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
26
f2d737fc 272005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
28
29 * libiberty.h (ACONCAT): Properly cast value of alloca().
30
31 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
71f27b28 32 __cplusplus.
f2d737fc 33
c72b6e6e 342005-05-12 Steve Ellcey <sje@cup.hp.com>
35
36 libiberty.h: Do not define empty basename prototype.
37
2f8ebb8e 382005-05-10 Nick Clifton <nickc@redhat.com>
39
40 * Update the address and phone number of the FSF organization in
41 the GPL notices in the following files:
42 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
43 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
44 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
45 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
46 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
47 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
48 xtensa-isa-internal.h, xtensa-isa.h
49
243fbe73 502005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
51
52 * libiberty.h (unlock_std_streams): New.
53
2b0988cf 542005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
55
56 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
57 Don't use the PTR macro.
58
59 * sort.h: Don't use the PARAMS macro.
60
bb06f0f5 612005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
62
63 * libiberty.h (unlock_stream): New.
64
e7f1b027 652005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
66
67 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
68 Remove parameter names.
69
35f4c956 702005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
71
72 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
73 Provide prototypes for new functions.
74
c7df38d7 752005-03-29 Ian Lance Taylor <ian@airs.com>
76
77 * libiberty.h: Fix indentation.
78
22683dca 792005-03-28 Ian Lance Taylor <ian@airs.com>
80
81 * libiberty.h: Include <stdio.h>.
82 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
83 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
84 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
85 (pex_init, pex_run, pex_read_output): Declare.
86 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
87 (struct pex_time): Define.
88
5cc697d9 892005-03-28 Mark Mitchell <mark@codesourcery.com>
90
91 * libiberty.h (ffs): Declare, if necessary.
71f27b28 92
320d4d0a 932005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
94
95 * xregex2.h (_RE_ARGS): Remove definition and uses.
96
cd72df1f 972005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
98
99 * ternary.h: Don't use PARAMS anymore.
100
f8d9d6a0 1012005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
102
103 * partition.h: Remove use of PARAMS.
104 * obstack.h: Remove conditional prototypes __STDC__.
105 * objalloc.h: Remove use of PARAMS.
106 * splay-tree.h: Likewise.
107
8858115e 1082005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
109
110 * md5.h: Remove definition and uses of __P.
111 * dyn-string.h: Remove uses of PARAMS.
112 * fibheap.h: Likewise.
113 * floatformat.h: Likewise.
114 * hashtab.h: Likewise.
115
d94aaf66 1162005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
117
118 * demangle.h: Remove uses of PARAMS.
119
120 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
121 ANSI_PROTOTYPES is always assumed.
122 Remove uses of PARAMS throughout.
123
a2ef32b0 1242005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
125
126 * libiberty.h (xstrndup): Declare.
127
82c5c135 1282005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
129
130 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
131
5a24a79a 1322005-03-09 Mark Mitchell <mark@codesourcery.com>
133
134 * libiberty.h (gettimeofday): Declare.
135
4e0e2181 1362005-03-01 Jan Beulich <jbeulich@novell.com>
137
138 * libiberty.h: Declare unlink_if_ordinary.
139
bb30d1f4 1402005-02-14 Paolo Bonzini <bonzini@gnu.org>
141
142 PR bootstrap/19818
143 * ansidecl.h (PARAMS): Guard from redefinition.
144
4927c18d 1452004-12-11 Ben Elliston <bje@au.ibm.com>
146
147 * fibheap.h (struct fibnode): Only use unsigned long bitfields
148 when __GNUC__ is defined and ints are less than 32-bits wide.
149
c909ad97 1502004-10-07 Bob Wilson <bob.wilson@acm.org>
151
152 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
153 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
154 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
155
b882e8a2 1562004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
c480709d 157
158 * libiberty.h (basename): Prototype for __MINGW32__.
159
bf6c8de0 1602004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
161
162 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
163 * libiberty.h (concat, reconcat, concat_length, concat_copy,
164 concat_copy2): Use ATTRIBUTE_SENTINEL.
165
8eb0977a 1662004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
167
168 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
169 const-qualification before disposal.
170
001ad2d4 1712004-07-24 Bernardo Innocenti <bernie@develer.com>
6ca10ffb 172
001ad2d4 173 * ansidecl.h (ARG_UNUSED): New Macro.
6ca10ffb 174
001ad2d4 1752004-07-24 Bernardo Innocenti <bernie@develer.com>
500b8870 176
177 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
178 libcpp/internal.h.
179 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
180 macros.
181
001ad2d4 1822004-07-21 Paolo Bonzini <bonzini@gnu.org>
183
184 * ansidecl.h (ATTRIBUTE_PURE): New.
185
2c04b951 1862004-07-13 Bernardo Innocenti <bernie@develer.com>
187
188 * libiberty.h (ASTRDUP): Add casts required for stricter
189 type conversion rules of C++.
190 * obstack.h (obstack_free): Likewise.
191
80329a50 1922004-05-04 Andreas Jaeger <aj@suse.de>
193
194 * demangle.h: Do not use C++ reserved keyword typename as
195 parameter for cplus_demangle_fill_builtin_type.
196
e3190d3d 1972004-04-22 Richard Henderson <rth@redhat.com>
198
199 * hashtab.h (struct htab): Add size_prime_index.
200
14c235d9 2012004-04-13 Jeff Law <law@redhat.com>
71f27b28 202
4ee9c684 203 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
71f27b28 204
87a98662 2052004-03-30 Zack Weinberg <zack@codesourcery.com>
206
207 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
208
81e091aa 2092004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
210
211 * dyn-string.h: Update copyright date.
212
02c71081 2132004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
214
215 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
216 the associated #defines.
217
f95cb811 2182004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
219
0a48bf84 220 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
221 "libiberty.h".
222
a2ebbb48 223 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
224
f95cb811 225 * demangle.h (enum demangle_component_type): Define.
226 (struct demangle_operator_info): Declare.
227 (struct demangle_builtin_type_info): Declare.
228 (struct demangle_component): Define.
229 (cplus_demangle_fill_component): Declare.
230 (cplus_demangle_fill_name): Declare.
231 (cplus_demangle_fill_builtin_type): Declare.
232 (cplus_demangle_fill_operator): Declare.
233 (cplus_demangle_fill_extended_operator): Declare.
234 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
235 (cplus_demangle_v3_components): Declare.
236 (cplus_demangle_print): Declare.
237
dd5bd0ad 238For older changes see ChangeLog-9103
28e9041c 239\f
240Local Variables:
241mode: change-log
242left-margin: 8
243fill-column: 74
244version-control: never
245End: