svn propchange: r644632 - svn:log

2008-04-09 Thread faridz
Author: faridz Revision: 644632 Modified property: svn:log Modified: svn:log at Wed Apr 9 08:20:53 2008 -- --- svn:log (original) +++ svn:log Wed Apr 9 08:20:53 2008 @@ -1,5 +1,6 @@ 2008-04-04 Farid Zaripov [EMAIL

[Stdcxx Wiki] Update of Process by MartinSebor

2008-04-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Stdcxx Wiki for change notification. The following page has been changed by MartinSebor: http://wiki.apache.org/stdcxx/Process The comment on the change is: Added a link to the process for filing issues found in nightly

[Stdcxx Wiki] Update of FilingIssues by MartinSebor

2008-04-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Stdcxx Wiki for change notification. The following page has been changed by MartinSebor: http://wiki.apache.org/stdcxx/FilingIssues The comment on the change is: Recommended process for filing issues found in nightly build

svn commit: r646469 - /stdcxx/trunk/tests/diagnostics/19.std.exceptions.cpp

2008-04-09 Thread faridz
Author: faridz Date: Wed Apr 9 11:25:51 2008 New Revision: 646469 URL: http://svn.apache.org/viewvc?rev=646469view=rev Log: 2008-04-09 Farid Zaripov [EMAIL PROTECTED] * tests/diagnostics/19.std.exceptions.cpp (run_test): Use rw_warn() instead of rw_assert() on platforms where

svn commit: r646486 - /stdcxx/trunk/util/time.cpp

2008-04-09 Thread sebor
Author: sebor Date: Wed Apr 9 12:11:30 2008 New Revision: 646486 URL: http://svn.apache.org/viewvc?rev=646486view=rev Log: 2008-04-09 Martin Sebor [EMAIL PROTECTED] STDCXX-749 * util/time.cpp (parse_era): Checked the pointer returned from strtok() before dereferencing

svn commit: r646489 - /stdcxx/trunk/tests/localization/22.locale.time.put.cpp

2008-04-09 Thread faridz
Author: faridz Date: Wed Apr 9 12:25:47 2008 New Revision: 646489 URL: http://svn.apache.org/viewvc?rev=646489view=rev Log: 2008-04-09 Farid Zaripov [EMAIL PROTECTED] * tests/localization/22.locale.time.put.cpp (set_TZ): New function to set TZ environment variable and update

svn commit: r646568 - /stdcxx/trunk/src/file.cpp

2008-04-09 Thread sebor
Author: sebor Date: Wed Apr 9 15:24:29 2008 New Revision: 646568 URL: http://svn.apache.org/viewvc?rev=646568view=rev Log: 2008-04-09 Martin Sebor [EMAIL PROTECTED] STDCXX-849 * src/file.cpp [_RWSTD_EDG_ECCP] (stderr, stdin, stdout): Undefined macros #defined to

svn commit: r646567 - /stdcxx/trunk/tests/algorithms/25.random.shuffle.cpp

2008-04-09 Thread vitek
Author: vitek Date: Wed Apr 9 15:23:18 2008 New Revision: 646567 URL: http://svn.apache.org/viewvc?rev=646567view=rev Log: 2008-04-09 Travis Vitek [EMAIL PROTECTED] STDCXX-783 * tests/algorithms/25.random.shuffle.cpp (test_random_shuffle): Avoid indexing past the end

svn commit: r646586 - /stdcxx/trunk/etc/config/xfail.txt

2008-04-09 Thread sebor
Author: sebor Date: Wed Apr 9 16:14:00 2008 New Revision: 646586 URL: http://svn.apache.org/viewvc?rev=646586view=rev Log: 2008-04-09 Martin Sebor [EMAIL PROTECTED] * etc/config/xfail.txt (26.valarray.binary.stdcxx-237.cpp): Corrected a pattern intended to match all versions

svn commit: r646597 - /stdcxx/trunk/src/num_put.cpp

2008-04-09 Thread sebor
Author: sebor Date: Wed Apr 9 16:30:44 2008 New Revision: 646597 URL: http://svn.apache.org/viewvc?rev=646597view=rev Log: 2008-04-09 Martin Sebor [EMAIL PROTECTED] * src/num_put.cpp [_RWSTD_OS_SUNOS]: Included sunmath.h signbit() on Solaris. Needed to complete the patch for

svn commit: r646628 - /stdcxx/trunk/src/num_put.cpp

2008-04-09 Thread sebor
Author: sebor Date: Wed Apr 9 20:26:29 2008 New Revision: 646628 URL: http://svn.apache.org/viewvc?rev=646628view=rev Log: 2008-04-09 Martin Sebor [EMAIL PROTECTED] * src/num_put.cpp [_RWSTD_OS_SUNOS]: Removed the #inclusion of sunmath.h mistakenly introduced in rev 646597 as