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