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