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