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