svn commit: r553483 - /incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp

2007-07-05 Thread faridz
Author: faridz Date: Thu Jul 5 05:45:50 2007 New Revision: 553483 URL: http://svn.apache.org/viewvc?view=revrev=553483 Log: 2007-07-05 Farid Zaripov [EMAIL PROTECTED] * 27.ostream.cpp (test_formatted): Don't check os.width(0) if _RWSTD_NO_EXT_KEEP_WIDTH_ON_FAILURE defined.

svn commit: r553579 - in /incubator/stdcxx/trunk/include/loc: _codecvt.c _collate.c _ctype.c _messages.c _money_get.c _money_put.c _moneypunct.c _num_get.c _num_put.c _numpunct.c _punct.c _time_get.c

2007-07-05 Thread sebor
Author: sebor Date: Thu Jul 5 10:49:13 2007 New Revision: 553579 URL: http://svn.apache.org/viewvc?view=revrev=553579 Log: 2007-07-05 Martin Sebor [EMAIL PROTECTED] STDCXX-457 * _moneypunct.c: Updated license statement. * _messages.c: Ditto. * _numpunct.c:

svn commit: r553587 - /incubator/stdcxx/trunk/tests/self/0.new.cpp

2007-07-05 Thread faridz
Author: faridz Date: Thu Jul 5 11:13:04 2007 New Revision: 553587 URL: http://svn.apache.org/viewvc?view=revrev=553587 Log: 2007-07-05 Farid Zaripov [EMAIL PROTECTED] * 0.new.cpp: Catch SIGSEGV signal as SIGABRT. Modified: incubator/stdcxx/trunk/tests/self/0.new.cpp Modified:

svn commit: r553637 - in /incubator/stdcxx/trunk/include: algorithm.c bitset.c deque.c fstream.c istream.c limits.c list.c ostream.c rw/_algobase.c rw/_basic_ios.c rw/_heap.c rw/_ioinsert.c rw/_tree.c

2007-07-05 Thread sebor
Author: sebor Date: Thu Jul 5 14:21:27 2007 New Revision: 553637 URL: http://svn.apache.org/viewvc?view=revrev=553637 Log: 2007-07-05 Martin Sebor [EMAIL PROTECTED] STDCXX-457 * limits.c: Updated license statement. * valarray.c: Ditto. * deque.c: Ditto.

svn commit: r553643 - in /incubator/stdcxx/trunk: include/stdexcept src/domain_error.cpp src/range_error.cpp src/runtime_error.cpp

2007-07-05 Thread sebor
Author: sebor Date: Thu Jul 5 14:28:06 2007 New Revision: 553643 URL: http://svn.apache.org/viewvc?view=revrev=553643 Log: 2007-07-05 Martin Sebor [EMAIL PROTECTED] * stdexcept (range_error, domain_error, runtime_error): Declared virtual destructors instead of relying on the

svn commit: r553686 - /incubator/stdcxx/trunk/src/use_facet.h

2007-07-05 Thread sebor
Author: sebor Date: Thu Jul 5 18:21:20 2007 New Revision: 553686 URL: http://svn.apache.org/viewvc?view=revrev=553686 Log: 2007-07-05 Martin Sebor [EMAIL PROTECTED] * use_facet.h (_RWSTD_DEFINE_FACET_FACTORY): Documented macro and constified a local variable in its definition.