include/
[official-gcc.git] / include / ChangeLog
blob1de167a0a6d887b80ed1a1874e6332e0362cc73f
1 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3         * demangle.h: Remove uses of PARAMS.
5         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
6         ANSI_PROTOTYPES is always assumed.
7         Remove uses of PARAMS throughout.
9 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11         * libiberty.h (xstrndup): Declare.
13 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
17 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
19         * libiberty.h (gettimeofday): Declare.
21 2005-03-01  Jan Beulich  <jbeulich@novell.com>
23         * libiberty.h: Declare unlink_if_ordinary.
25 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
27         PR bootstrap/19818
28         * ansidecl.h (PARAMS): Guard from redefinition.
30 2004-12-11  Ben Elliston  <bje@au.ibm.com>
32         * fibheap.h (struct fibnode): Only use unsigned long bitfields
33         when __GNUC__ is defined and ints are less than 32-bits wide.
35 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
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.
41 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
43         * libiberty.h (basename): Prototype for __MINGW32__.
45 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
47         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
48         * libiberty.h (concat, reconcat, concat_length, concat_copy,
49         concat_copy2): Use ATTRIBUTE_SENTINEL.
51 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
53         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
54         const-qualification before disposal.
56 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
58         * ansidecl.h (ARG_UNUSED): New Macro.
60 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
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.
67 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
69         * ansidecl.h (ATTRIBUTE_PURE): New.
71 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
73         * libiberty.h (ASTRDUP): Add casts required for stricter
74         type conversion rules of C++.
75         * obstack.h (obstack_free): Likewise.
77 2004-05-04  Andreas Jaeger  <aj@suse.de>
79         * demangle.h: Do not use C++ reserved keyword typename as
80         parameter for cplus_demangle_fill_builtin_type.
82 2004-04-22  Richard Henderson  <rth@redhat.com>
84         * hashtab.h (struct htab): Add size_prime_index.
86 2004-04-13  Jeff Law  <law@redhat.com>
88         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
90 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
92         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
94 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
96         * dyn-string.h: Update copyright date.
98 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
100         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
101         the associated #defines.
103 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
105         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
106         "libiberty.h".
108         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
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.
123 For older changes see ChangeLog-9103
125 Local Variables:
126 mode: change-log
127 left-margin: 8
128 fill-column: 74
129 version-control: never
130 End: