OSDN Git Service

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