From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26444 invoked by alias); 14 Oct 2014 17:02:04 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26370 invoked by uid 55); 14 Oct 2014 17:01:59 -0000 From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/54354] TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5) Date: Tue, 14 Oct 2014 17:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: minor X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg01083.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54354 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Tue Oct 14 17:01:25 2014 New Revision: 216211 URL: https://gcc.gnu.org/viewcvs?rev=3D216211&root=3Dgcc&view=3Drev Log: 2014-10-14 R=C3=BCdiger Sonderfeld PR libstdc++/54354 * include/std/iomanip (_Put_time): New struct. (put_time): New manipulator. (operator<<): New overloaded function. * testsuite/27_io/manipulators/extended/put_time/char/1.cc: New. * testsuite/27_io/manipulators/extended/put_time/char/2.cc: New. * testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc: New. * testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc: New. Added: trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/ trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/ trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/= 1.cc trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/= 2.cc trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar= _t/ =20=20=20 trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/1= .cc =20=20=20 trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/2= .cc Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/std/iomanip >>From gcc-bugs-return-464063-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Oct 14 17:05:40 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 31125 invoked by alias); 14 Oct 2014 17:05:40 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 31100 invoked by uid 55); 14 Oct 2014 17:05:36 -0000 From: "ktietz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/57440] Memory usage with future and std containers Date: Tue, 14 Oct 2014 17:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.7.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ktietz at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg01084.txt.bz2 Content-length: 631 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57440 --- Comment #17 from Kai Tietz --- Author: ktietz Date: Tue Oct 14 17:05:04 2014 New Revision: 216212 URL: https://gcc.gnu.org/viewcvs?rev=216212&root=gcc&view=rev Log: PR libstdc++/57440 * config/os/mingw32/os_defines.h (_GTHREAD_USE_MUTEX_INIT_FUNC): Define to avoid leak. * config/os/mingw32-w64/os_defines.h: Likewise. Modified: branches/gcc-4_9-branch/libstdc++-v3/ChangeLog branches/gcc-4_9-branch/libstdc++-v3/config/os/mingw32-w64/os_defines.h branches/gcc-4_9-branch/libstdc++-v3/config/os/mingw32/os_defines.h