Re: [PATCH 2/3] libstdc++: Add put_time support.

2014-10-14 Thread Rüdiger Sonderfeld
On Tuesday 14 October 2014 18:01:59 Jonathan Wakely wrote: > So let's just test the full name and not worry about how it's > abbreviated. > > Tested x86_64-linux, committed to trunk. Sorry for causing the trouble. I had it tested on my local machine. Maybe the de_DE.utf8 locale is different.

Re: [PATCH 2/3] libstdc++: Add put_time support.

2014-10-14 Thread Jonathan Wakely
On 13/10/14 16:28 +0100, Jonathan Wakely wrote: On 13/10/14 13:08 +0100, Jonathan Wakely wrote: On 15/04/14 23:20 +0200, Rüdiger Sonderfeld wrote: Described in [ext.manip]. * libstdc++-v3/include/std/iomanip (_Put_time): New struct. (put_time): New manipulator. (operator<<): New overloaded fun

Re: [PATCH 2/3] libstdc++: Add put_time support.

2014-10-13 Thread Jonathan Wakely
On 13/10/14 13:08 +0100, Jonathan Wakely wrote: On 15/04/14 23:20 +0200, Rüdiger Sonderfeld wrote: Described in [ext.manip]. * libstdc++-v3/include/std/iomanip (_Put_time): New struct. (put_time): New manipulator. (operator<<): New overloaded function. * libstdc++-v3/testsuite/27_io/manipulator

Re: [PATCH 2/3] libstdc++: Add put_time support.

2014-10-13 Thread Jonathan Wakely
On 15/04/14 23:20 +0200, Rüdiger Sonderfeld wrote: Described in [ext.manip]. * libstdc++-v3/include/std/iomanip (_Put_time): New struct. (put_time): New manipulator. (operator<<): New overloaded function. * libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/1.cc: * libstdc++-v3/t

[PATCH 2/3] libstdc++: Add put_time support.

2014-04-15 Thread Rüdiger Sonderfeld
Described in [ext.manip]. * libstdc++-v3/include/std/iomanip (_Put_time): New struct. (put_time): New manipulator. (operator<<): New overloaded function. * libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/1.cc: * libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/