Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / include / ChangeLog
blob30184c93ca0d4cc003c700ea0a691309bf7b6a84
1 2007-05-04  Mark Mitchell  <mark@codesourcery.com>
3         * demangle.h: Change license to LGPL + exception.
5 2007-02-13  Release Manager
7         * GCC 4.1.2 released.
9 2006-05-24  Release Manager
11         * GCC 4.1.1 released.
13 2006-02-28  Release Manager
15         * GCC 4.1.0 released.
17 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
19         * floatformat.h (enum floatformat_byteorders): Add
20         floatformat_vax.
21         (floatformat_vax_aingle, floatformat_vax_double): Declare.
23 2005-09-26  Mark Mitchell  <mark@codesourcery.com>
25         * libiberty.h (expandargv): New function.
27 2005-08-17  Mark Kettenis  <kettenis@gnu.org>
29         * floatformat.h (struct floatformat): Change type of large
30         argument for is_valid member to `const void *'.
31         (floatformat_to_double): Change type of second argument to `const
32         void *'.
33         (floatformat_from_double): Change type of last argument to `void
34         *'.
35         (floatformat_is_valid): Change type of last argument to `const
36         void *'.
38 2005-07-12  Ben Elliston  <bje@au.ibm.com>
40         * xregex2.h (regexec): Qualify this prototype with __extension__
41         when compiling with GNU C.
43 2005-07-03  Steve Ellcey  <sje@cup.hp.com>
45         PR other/13906
46         * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
47         * md5.h (md5_uintptr): New.
48         (md5_ctx): Align buffer field.
50 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
51         
52         * hashtab.h (HTAB_DELETED_ENTRY): New macro.
53         (HTAB_EMPTY_ENTRY): New macro.
55 2005-06-20  Geoffrey Keating  <geoffk@apple.com>
57         * libiberty.h (strverscmp): Prototype. 
59 2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
61         * libiberty.h (XOBFINISH): New.
63 2005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
65         * libiberty.h (vsnprintf): Add format attribute.
67 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
69         * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
71 2005-05-28  Eli Zaretskii  <eliz@gnu.org>
73         * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
74         needed.
75         (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
77 2005-05-25  Richard Henderson  <rth@redhat.com>
79         * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
81 2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
83         * libiberty.h (ACONCAT): Properly cast value of alloca().
85         * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
86         __cplusplus.
88 2005-05-12  Steve Ellcey  <sje@cup.hp.com>
90         libiberty.h: Do not define empty basename prototype.
92 2005-05-10  Nick Clifton  <nickc@redhat.com>
94         * Update the address and phone number of the FSF organization in
95         the GPL notices in the following files:
96         COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
97         dyn-string.h, fibheap.h, filenames.h, floatformat.h,
98         fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
99         libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
100         partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
101         symcat.h, ternary.h, xregex2.h, xtensa-config.h,
102         xtensa-isa-internal.h, xtensa-isa.h
104 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
106         * libiberty.h (unlock_std_streams): New.
108 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
110         * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
111         Don't use the PTR macro.
113         * sort.h: Don't use the PARAMS macro.
115 2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
117         * libiberty.h (unlock_stream): New.
119 2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
121         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
122         Remove parameter names.
124 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
126         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
127         Provide prototypes for new functions.
129 2005-03-29  Ian Lance Taylor  <ian@airs.com>
131         * libiberty.h: Fix indentation.
133 2005-03-28  Ian Lance Taylor  <ian@airs.com>
135         * libiberty.h: Include <stdio.h>.
136         (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
137         (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
138         (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
139         (pex_init, pex_run, pex_read_output): Declare.
140         (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
141         (struct pex_time): Define.
143 2005-03-28  Mark Mitchell <mark@codesourcery.com>
145         * libiberty.h (ffs): Declare, if necessary.
147 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
149         * xregex2.h (_RE_ARGS): Remove definition and uses.
151 2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
153         * ternary.h: Don't use PARAMS anymore.
155 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
157         * partition.h: Remove use of PARAMS.
158         * obstack.h: Remove conditional prototypes __STDC__.
159         * objalloc.h:  Remove use of PARAMS.
160         * splay-tree.h: Likewise.
162 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
164         * md5.h: Remove definition and uses of __P.
165         * dyn-string.h: Remove uses of PARAMS.
166         * fibheap.h: Likewise.
167         * floatformat.h: Likewise.
168         * hashtab.h: Likewise.
170 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
172         * demangle.h: Remove uses of PARAMS.
174         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
175         ANSI_PROTOTYPES is always assumed.
176         Remove uses of PARAMS throughout.
178 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
180         * libiberty.h (xstrndup): Declare.
182 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
184         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
186 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
188         * libiberty.h (gettimeofday): Declare.
190 2005-03-01  Jan Beulich  <jbeulich@novell.com>
192         * libiberty.h: Declare unlink_if_ordinary.
194 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
196         PR bootstrap/19818
197         * ansidecl.h (PARAMS): Guard from redefinition.
199 2004-12-11  Ben Elliston  <bje@au.ibm.com>
201         * fibheap.h (struct fibnode): Only use unsigned long bitfields
202         when __GNUC__ is defined and ints are less than 32-bits wide.
204 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
206         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
207         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
208         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
210 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
212         * libiberty.h (basename): Prototype for __MINGW32__.
214 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
216         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
217         * libiberty.h (concat, reconcat, concat_length, concat_copy,
218         concat_copy2): Use ATTRIBUTE_SENTINEL.
220 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
222         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
223         const-qualification before disposal.
225 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
227         * ansidecl.h (ARG_UNUSED): New Macro.
229 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
231         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
232         libcpp/internal.h.
233         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
234         macros.
236 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
238         * ansidecl.h (ATTRIBUTE_PURE): New.
240 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
242         * libiberty.h (ASTRDUP): Add casts required for stricter
243         type conversion rules of C++.
244         * obstack.h (obstack_free): Likewise.
246 2004-05-04  Andreas Jaeger  <aj@suse.de>
248         * demangle.h: Do not use C++ reserved keyword typename as
249         parameter for cplus_demangle_fill_builtin_type.
251 2004-04-22  Richard Henderson  <rth@redhat.com>
253         * hashtab.h (struct htab): Add size_prime_index.
255 2004-04-13  Jeff Law  <law@redhat.com>
257         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
259 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
261         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
263 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
265         * dyn-string.h: Update copyright date.
267 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
269         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
270         the associated #defines.
272 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
274         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
275         "libiberty.h".
277         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
279         * demangle.h (enum demangle_component_type): Define.
280         (struct demangle_operator_info): Declare.
281         (struct demangle_builtin_type_info): Declare.
282         (struct demangle_component): Define.
283         (cplus_demangle_fill_component): Declare.
284         (cplus_demangle_fill_name): Declare.
285         (cplus_demangle_fill_builtin_type): Declare.
286         (cplus_demangle_fill_operator): Declare.
287         (cplus_demangle_fill_extended_operator): Declare.
288         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
289         (cplus_demangle_v3_components): Declare.
290         (cplus_demangle_print): Declare.
292 For older changes see ChangeLog-9103
294 Local Variables:
295 mode: change-log
296 left-margin: 8
297 fill-column: 74
298 version-control: never
299 End: