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