re PR libstdc++/47185 (UB in TR1 and C++0x placeholders and non conforming implementa...
[gcc.git] / libstdc++-v3 / ChangeLog
1 2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
2
3 PR libstdc++/47185
4 * src/placeholders.cc: New.
5 * src/Makefile.am: Adjust.
6 * src/Makefile.in: Regenerate.
7 * include/std/functional (placeholders::_1, _2, ..., _29): Declare
8 extern.
9 * config/abi/pre/gnu.ver: Export.
10
11 2011-01-05 François Dumont <francois.cppdevs@free.fr>
12
13 * include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
14 * include/src/debug.cc: Use latter
15 * include/debug/forward_list (forward_list<>::_M_swap): Fix to
16 correctly handle before_begin iterators.
17 * testsuite/23_containers/forward_list/debug/swap.cc: Remove now
18 useless _GLIBCXX_DEBUG checks.
19
20 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
21
22 PR libstdc++/47145
23 * configure.ac (AC_CHECK_FILE): Replaced by test -f.
24 * configure: Regenerated.
25
26 2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
27
28 PR libstdc++/46922
29 * config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
30
31 \f
32 Copyright (C) 2011 Free Software Foundation, Inc.
33
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.