OSDN Git Service

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