]>
Commit | Line | Data |
---|---|---|
c3f0f556 PC |
1 | 2007-02-01 Paolo Carlini <pcarlini@suse.de> |
2 | ||
3 | PR libstdc++/14493 | |
4 | * libsupc++/typeinfo (bad_cast::what, bad_typeid::what): Declare. | |
5 | * libsupc++/tinfo.cc: Define. | |
6 | * libsupc++/exception (bad_exception::what): Declare. | |
7 | * libsupc++/eh_exception.cc: Define. | |
8 | (exception::what): Adjust, don't use typeid. | |
9 | * libsupc++/new (bad_alloc::what): Declare. | |
10 | * libsupc++/new_handler.cc: Define. | |
11 | * config/abi/pre/gnu.ver: Export the new methods @3.4.9; adjust | |
12 | existing 3.4.10 exports to 3.4.9. | |
13 | * configure.ac: Adjust to 6.0.9. | |
14 | * configure: Regenerate. | |
15 | * testsuite/util/testsuite_abi.cc: Update. | |
16 | * testsuite/18_support/14493.cc: New. | |
17 | ||
20fdc40c BE |
18 | 2007-02-01 Ben Elliston <bje@au.ibm.com> |
19 | ||
20 | * libsupc++/eh_alloc.cc (__cxa_free_exception): Don't refer to the | |
21 | emergency_buffer using `&array[0][0]' notation, use `array'. | |
22 | ||
e894edef BK |
23 | 2007-01-30 Benjamin Kosnik <bkoz@redhat.com> |
24 | ||
25 | PR libstdc++/30571 | |
26 | * include/ext/pb_ds/detail/type_utils.hpp: Use C++0x | |
27 | static_assert if available, if not, centralize PB_DS_STATIC_ASSERT | |
28 | definition here. | |
29 | * include/ext/pb_ds/detail/resize_policy/ | |
30 | cc_hash_max_collision_check_resize_trigger_imp.hpp: Remove | |
31 | PB_DS_STATIC_ASSERT definition. | |
32 | * include/ext/pb_ds/detail/resize_policy/ | |
33 | hash_load_check_resize_trigger_imp.hpp: Same. | |
34 | * include/ext/pb_ds/detail/resize_policy/ | |
35 | hash_standard_resize_policy_imp.hpp: Same. | |
36 | * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same. | |
37 | * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same. | |
38 | * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same. | |
39 | * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same. | |
40 | * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same. | |
41 | * include/ext/pb_ds/trie_policy.hpp: Same. | |
42 | * testsuite/util/performance/assoc/timing/ | |
43 | tree_order_statistics_test.hpp: Same. | |
44 | * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers. | |
45 | * testsuite/17_intro/headers_c++_c++0x_compat.cc: New. | |
46 | ||
47 | * include/precompiled/extc++.h: Update to current list of ext files. | |
48 | ||
263e3c33 PC |
49 | 2007-01-29 Paolo Carlini <pcarlini@suse.de> |
50 | ||
51 | * include/bits/stl_uninitialized.h (uninitialized_copy(const char*, | |
52 | const char*, char*), uninitialized_copy(const wchar_t*, const wchar_t*, | |
53 | wchar_t*)): Remove, just forward to std::copy. | |
54 | ||
4ffe6e87 BK |
55 | 2007-01-29 Benjamin Kosnik <bkoz@redhat.com> |
56 | ||
57 | * include/ext/enc_filebuf.h: Resurrect, update. | |
58 | * include/ext/codecvt_specializations.h: Remove | |
59 | _GLIBCXX_USE_ICONV, _GLIBCXX_USE_ENCODING_STATE. | |
60 | * include/bits/localefwd.h: Remove declaration for __enc_traits. | |
61 | * docs/html/22_locale/codecvt.html: Change __enc_traits to | |
62 | encoding_state. | |
63 | * scripts/testsuite_flags.in: Remove ICONV. | |
64 | ||
65 | * configure.ac: Remove GLIBCXX_CHECK_ICONV_SUPPORT. | |
66 | * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove. | |
67 | * crossconfig.m4: Remove use of GLIBCXX_CHECK_ICONV_SUPPORT. | |
68 | * config.h.in: Remove HAVE_ICONV_CLOSE, HAVE_ICONV_OPEN, | |
69 | HAVE_NL_LANGINFO, _GLIBCXX_USE_ICONV. | |
70 | * include/Makefile.am: Uglify ICONV_CONST. | |
71 | * configure: Regenerate. | |
72 | * aclocal.m4: Regenerate. | |
73 | * Makefile.in: Regenerate. | |
74 | * src/Makefile.in: Regenerate. | |
75 | * po/Makefile.in: Regenerate. | |
76 | * libmath/Makefile.in: Regenerate. | |
77 | * include/Makefile.in: Regenerate. | |
78 | * libsupc++/Makefile.in: Regenerate. | |
79 | * testsuite/Makefile.in: Regenerate. | |
80 | ||
81 | * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Use | |
82 | dg-require-iconv, fix up for encoding_state changes. | |
83 | * testsuite/ext/enc_filebuf/char/13189.cc: Same. | |
84 | * testsuite/ext/enc_filebuf/char/13598.cc: Same. | |
85 | * testsuite/22_locale/codecvt/unicode: Move... | |
86 | * testsuite/22_locale/codecvt/unicode/char.cc: Move... | |
87 | * testsuite/22_locale/codecvt/unicode/1.cc: Move... | |
88 | * testsuite/22_locale/codecvt/unicode/wchar_t.cc: Move... | |
89 | * testsuite/ext/codecvt: New. | |
90 | * testsuite/ext/codecvt/char-1.cc: ...here. Also, use dg-require-iconv. | |
91 | * testsuite/ext/codecvt/char-2.cc: ...here. Same. | |
92 | * testsuite/ext/codecvt/1.cc: ...here. Same. | |
93 | * testsuite/ext/codecvt/wchar_t.cc: ...here. Same. | |
94 | * testsuite/22_locale/locale/cons/unicode: Delete directory. | |
95 | * testsuite/22_locale/locale/cons/unicode/1.cc: Move... | |
96 | * testsuite/22_locale/locale/cons/unicode.cc: ...here. | |
97 | ||
226a2e08 PC |
98 | 2007-01-28 Paolo Carlini <pcarlini@suse.de> |
99 | ||
100 | * include/bits/locale_facets.tcc (num_get<>::do_get(iter_type, | |
101 | iter_type, ios_base&, ios_base::iostate&, bool&), | |
102 | num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)): | |
103 | -Wconversion and -Woverflow fixes. | |
104 | * include/bits/istream.tcc (operator>>(int&), operator>>(short&)): | |
105 | Likewise. | |
106 | * include/std/valarray (valarray<>::shift, cshift): Likewise. | |
107 | ||
ddde5c6d PC |
108 | 2007-01-26 Paolo Carlini <pcarlini@suse.de> |
109 | ||
110 | PR libstdc++/30586 | |
111 | * config/cpu/ia64/atomic_word.h: Just include <bits/cxxabi_tweaks.h>. | |
112 | * testsuite/abi/30586.cc: New. | |
113 | ||
6bfcbf0d NM |
114 | 2007-01-25 Nathan Myers <ncm@cantrip.org> |
115 | ||
116 | * include/bits/streambuf_iterator.h (istreambuf_iterator<>::equal): | |
117 | Simplify. | |
118 | ||
45dc23a6 SL |
119 | 2007-01-24 Steve LoBasso <slobasso@yahoo.com> |
120 | Paolo Carlini <pcarlini@suse.de> | |
121 | ||
122 | * include/bits/deque.tcc (deque<>::erase(iterator, iterator)): | |
123 | Fix condition. | |
124 | * testsuite/23_containers/deque/modifiers/erase/3.cc: New. | |
125 | ||
ca32e64e AP |
126 | 2007-01-24 Andrew Pinski <andrew_pinski@playstation.sony.com> |
127 | ||
128 | * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Replace | |
129 | _Unwind_Word with _uleb128_t in the SJLJ context. | |
130 | ||
9e451553 BK |
131 | 2007-01-24 Benjamin Kosnik <bkoz@redhat.com> |
132 | ||
133 | PR libstdc++/29722 continued | |
134 | * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add | |
135 | libsupc++ library directory. | |
136 | * testsuite/abi/cxx_runtime_only_linkage.cc: Remove hard-coded | |
137 | path specification. | |
138 | ||
f767122b AK |
139 | 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com> |
140 | ||
141 | * libsupc++/eh_personality.cc (parse_lsda_header, check_exception_spec, | |
142 | get_ttype_entry, empty_exception_spec, PERSONALITY_FUNCTION): Replaced | |
143 | _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t. | |
144 | ||
aa5ccd99 PC |
145 | 2007-01-22 Paolo Carlini <pcarlini@suse.de> |
146 | ||
147 | * include/bits/stl_algobase.h (__fill_aux(unsigned char*, | |
148 | unsigned char*, const unsigned char&), __fill_aux(signed char*, | |
149 | signed char*, const signed char&), __fill_aux(char*, char*, | |
150 | const char&), __fill_aux(wchar_t*, wchar_t*, const wchar_t&)): | |
151 | Take the character by value. | |
152 | (__fill_n_aux): Likewise. | |
153 | ||
e9e90c1f PC |
154 | 2007-01-21 Paolo Carlini <pcarlini@suse.de> |
155 | ||
156 | PR libstdc++/30449 (fill, fill_n) | |
157 | * include/bits/stl_algobase.h (__fill_aux(wchar_t*, wchar_t*, | |
158 | const wchar_t&), __fill_n_aux(wchar_t*, _Size, const wchar_t&)): New. | |
159 | (fill(signed char*, signed char*, const signed char&), | |
160 | fill(unsigned char*, unsigned char*, const unsigned char&), | |
161 | fill(char*, char*, char&), fill_n(signed char*, _Size, | |
162 | const signed char&), fill_n(unsigned char*, _Size, | |
163 | const unsigned char&), fill_n(char*, _Size, char&)): Rename to | |
164 | __*_aux. | |
165 | (__fill_normal, __fill_n_normal): New, call the latter. | |
166 | (fill, fill_n): Adjust, call the latter. | |
167 | * testsuite/25_algorithms/fill/4.cc: New. | |
168 | * testsuite/25_algorithms/fill/5.cc: New. | |
169 | ||
9521dd6b PC |
170 | 2007-01-18 Paolo Carlini <pcarlini@suse.de> |
171 | ||
172 | * include/bits/basic_string.h (basic_string<>::_S_compare): Add. | |
173 | (compare(const basic_string&)): Use it. | |
174 | * include/bits/basic_string.tcc (compare(size_type, size_type, | |
175 | const basic_string&), compare(size_type, size_type, | |
176 | const basic_string&, size_type, size_type), compare(const _CharT*), | |
177 | compare(size_type, size_type, const _CharT*), compare(size_type, | |
178 | size_type, const _CharT*, size_type)): Likewise. | |
179 | * include/ext/vstring_util.h (__vstring_utility<>::_S_compare): Add. | |
180 | * include/ext/vstring.h (compare(const __versa_string&)): Use it. | |
181 | * include/ext/vstring.tcc (compare(size_type, size_type, | |
182 | const __versa_string&), compare(size_type, size_type, | |
183 | const __versa_string&, size_type, size_type), compare(const _CharT*), | |
184 | compare(size_type, size_type, const _CharT*), compare(size_type, | |
185 | size_type, const _CharT*, size_type)): Likewise. | |
186 | ||
6ae39fd9 ILT |
187 | 2007-01-15 Ian Lance Taylor <iant@google.com> |
188 | Paolo Carlini <pcarlini@suse.de> | |
189 | ||
190 | * include/ext/type_traits.h: Fix __glibcxx_max macro. | |
191 | * include/std/limits: Likewise. | |
192 | ||
226d4e94 PC |
193 | 2007-01-15 Paolo Carlini <pcarlini@suse.de> |
194 | ||
195 | * include/std/valarray (valarray<>::cshift): Fix typo. | |
196 | ||
30beae0c PC |
197 | 2007-01-14 Paolo Carlini <pcarlini@suse.de> |
198 | ||
199 | * include/bits/stl_algobase.h (fill_n(char*, _Size, | |
200 | const signed char&)): Fix signature. | |
201 | * testsuite/25_algorithms/fill/3.cc: New. | |
202 | ||
8f0d85d6 JDA |
203 | 2007-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc> |
204 | ||
205 | * config/cpu/hppa/atomicity.h (__exchange_and_add): Don't use ordered | |
206 | store. | |
207 | (__atomic_add): Likewise. | |
208 | ||
d8867564 PC |
209 | 2007-01-13 Paolo Carlini <pcarlini@suse.de> |
210 | ||
211 | PR libstdc++/14991 | |
212 | * docs/html/17_intro/porting-howto.html ([3]): Mention stdio_filebuf. | |
213 | * docs/html/17_intro/porting-howto.xml: Remove. | |
214 | ||
215 | * docs/html/17_intro/porting-howto.html: Remove spurious end tags | |
216 | pointed out by validator.w3.org. | |
217 | ||
102693c7 PC |
218 | 2007-01-12 Paolo Carlini <pcarlini@suse.de> |
219 | ||
220 | PR libstdc++/30416 (continued) | |
221 | * include/std/valarray (valarray<>::shift, valarray<>::cshift): | |
222 | Allways return the same variable, thus facilitating NRVO. | |
223 | ||
8e768214 PC |
224 | 2007-01-12 Paolo Carlini <pcarlini@suse.de> |
225 | ||
226 | PR libstdc++/30416 | |
227 | * include/std/valarray (valarray<>::shift, valarray<>::cshift): | |
228 | Do not segfault when |n| > size. | |
229 | * testsuite/26_numerics/valarray/30416.cc: New. | |
230 | ||
6db1de4c | 231 | 2007-01-06 Paolo Carlini <pcarlini@suse.de> |
b7ee72de | 232 | |
6db1de4c | 233 | PR libstdc++/30365 |
28ecbda5 | 234 | * crossconfig.m4 (case *-linux*): Run GLIBCXX_CHECK_LFS. |
a429affe BK |
235 | * configure: Regenerate. |
236 | ||
6db1de4c | 237 | 2007-01-06 Matthias Klose <doko@debian.org> |
49d5c016 | 238 | |
6db1de4c PC |
239 | * include/tr1/random (gamma_distribution): Fix typo in formula. |
240 | * docs/doxygen/user.cfg.in: Use package amsmath. |