* doc/passes.texi: Fix a typo.
[gcc.git] / include / ChangeLog
1 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2
3 * libiberty.h (basename): Prototype for __MINGW32__.
4
5 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6
7 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
8 * libiberty.h (concat, reconcat, concat_length, concat_copy,
9 concat_copy2): Use ATTRIBUTE_SENTINEL.
10
11 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
12
13 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
14 const-qualification before disposal.
15
16 2004-07-24 Bernardo Innocenti <bernie@develer.com>
17
18 * ansidecl.h (ARG_UNUSED): New Macro.
19
20 2004-07-24 Bernardo Innocenti <bernie@develer.com>
21
22 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
23 libcpp/internal.h.
24 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
25 macros.
26
27 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
28
29 * ansidecl.h (ATTRIBUTE_PURE): New.
30
31 2004-07-13 Bernardo Innocenti <bernie@develer.com>
32
33 * libiberty.h (ASTRDUP): Add casts required for stricter
34 type conversion rules of C++.
35 * obstack.h (obstack_free): Likewise.
36
37 2004-05-04 Andreas Jaeger <aj@suse.de>
38
39 * demangle.h: Do not use C++ reserved keyword typename as
40 parameter for cplus_demangle_fill_builtin_type.
41
42 2004-04-22 Richard Henderson <rth@redhat.com>
43
44 * hashtab.h (struct htab): Add size_prime_index.
45
46 2004-04-13 Jeff Law <law@redhat.com>
47
48 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
49
50 2004-03-30 Zack Weinberg <zack@codesourcery.com>
51
52 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
53
54 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
55
56 * dyn-string.h: Update copyright date.
57
58 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
59
60 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
61 the associated #defines.
62
63 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
64
65 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
66 "libiberty.h".
67
68 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
69
70 * demangle.h (enum demangle_component_type): Define.
71 (struct demangle_operator_info): Declare.
72 (struct demangle_builtin_type_info): Declare.
73 (struct demangle_component): Define.
74 (cplus_demangle_fill_component): Declare.
75 (cplus_demangle_fill_name): Declare.
76 (cplus_demangle_fill_builtin_type): Declare.
77 (cplus_demangle_fill_operator): Declare.
78 (cplus_demangle_fill_extended_operator): Declare.
79 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
80 (cplus_demangle_v3_components): Declare.
81 (cplus_demangle_print): Declare.
82
83 For older changes see ChangeLog-9103
84 \f
85 Local Variables:
86 mode: change-log
87 left-margin: 8
88 fill-column: 74
89 version-control: never
90 End: