OSDN Git Service

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