Re: STDCXX progress to graduation

2007-06-25 Thread Martin Sebor
Leo Simons wrote: On Jun 23, 2007, at 10:06 PM, Martin Sebor wrote: Leo Simons wrote: I also believe/hope the status file might need an update or perhaps two: In progress Check and make sure that the files that have been donated have been updated to reflect the new ASF

[jira] Created: (STDCXX-458) limits example status depends on platform

2007-06-25 Thread Farid Zaripov (JIRA)
limits example status depends on platform - Key: STDCXX-458 URL: https://issues.apache.org/jira/browse/STDCXX-458 Project: C++ Standard Library Issue Type: Bug Components: Examples

[jira] Created: (STDCXX-459) time_get::date_order() should return actually date order taken from locale

2007-06-25 Thread Farid Zaripov (JIRA)
time_get::date_order() should return actually date order taken from locale -- Key: STDCXX-459 URL: https://issues.apache.org/jira/browse/STDCXX-459 Project: C++ Standard Library

[jira] Created: (STDCXX-460) The time_get example expected to output time_base::dateorder == 2 but actually output is time_base::dateorder == 0.

2007-06-25 Thread Farid Zaripov (JIRA)
The time_get example expected to output time_base::dateorder == 2 but actually output is time_base::dateorder == 0. --- Key: STDCXX-460 URL:

RE: STDCXX examples fails and reasons [MSVC]

2007-06-25 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 8:56 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX examples fails and reasons [MSVC] [...] For the rest, we should open issues in Jira so we don't forget to get back to

RE: STDCXX examples fails and reasons [MSVC]

2007-06-25 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 6:20 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX examples fails and reasons [MSVC] Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL

Re: STDCXX progress to graduation

2007-06-25 Thread Martin Sebor
William A. Rowe, Jr. wrote: Martin Sebor wrote: It got started but we never did go through all the files to check that we didn't miss any (which we of course did). I just finished a sweep through our sources and updated those that still needed it. The record of the changes is here:

Re: STDCXX examples fails and reasons [MSVC]

2007-06-25 Thread Martin Sebor
Farid Zaripov wrote: [...] time_get looks like a bug (or lack of functionality) in our library time_get::date_order() returns time_get::do_date_order() which always returns dateorder () == no_order (loc/_time_get.h; line 137). Right. We ran out of time when implementing the facet. The

Re: Getting incorrect behavior on strstream

2007-06-25 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Jeremy Dean [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 11:45 PM To: stdcxx-dev@incubator.apache.org Subject: Getting incorrect behavior on strstream I have a testcase that is showing incorrect behavior ostrstream or

Re: STDCXX progress to graduation

2007-06-25 Thread Justin Erenkrantz
On 6/25/07, Martin Sebor [EMAIL PROTECTED] wrote: Had you happened to run RAT through the sources yet? No. I'm pretty comfortable with the review I just did but if you think it would be useful to run the tool we can look into it. Is there an easy way to run it? All I could find in the way of

Re: svn commit: r550545 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.is.cpp 22.locale.ctype.narrow.cpp 22.locale.ctype.scan.cpp 22.locale.ctype.tolower.cpp 22.locale.ctype.toupper.

2007-06-25 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Mon Jun 25 09:50:10 2007 New Revision: 550545 Thanks for taking care of this! IIRC, you made a similar change before, suggesting the rw_locales() API is error-prone. I wonder if we should change it so as to return instead of 0 on error.

Re: Getting incorrect behavior on strstream

2007-06-25 Thread Martin Sebor
I agree with Farid that test2() and test3() exhibit undefined behavior because they both fail to append the required NUL to the string before formatting it via the %s printf directive. But the test program does demonstrate a real problem, and that is the formatting of infinity when the stream

RE: Getting incorrect behavior on strstream

2007-06-25 Thread Jeremy Dean
Ok, so I added the S std::ends; to each of the stream statements. This did resolve it on Red hat, however on Solaris for the first testfunction it did not: void test1() { std::ostringstream S; long double x = std::pow(1e300,2); S Somethingstd::setprecision(8) x; S else;

Re: STDCXX progress to graduation

2007-06-25 Thread Leo Simons
On Jun 25, 2007, at 4:53 PM, Martin Sebor wrote: Leo Simons wrote: I just finished a sweep through our sources and updated those that still needed it. The record of the changes is here: https://issues.apache.org/jira/browse/STDCXX-457 So, does this mean that there's files in any of the tarballs

Re: Convert MSVC CRT debug reports to rwtest driver debug reports

2007-06-25 Thread Martin Sebor
Farid Zaripov wrote: In some tests in debug mode GUI popups appear. We can disable this popups by using _CrtSetReportMode(, _CRTDBG_MODE_DEBUG), but I think it would be useful to convert them into the rwtest debug reports (rw_warn(), rw_error(), rw_assert()). This conversion can be made by

[jira] Created: (STDCXX-461) Error in formatting of infinity

2007-06-25 Thread Jeremy Dean (JIRA)
Error in formatting of infinity Key: STDCXX-461 URL: https://issues.apache.org/jira/browse/STDCXX-461 Project: C++ Standard Library Issue Type: Bug Components: 27. Input/Output

[jira] Created: (STDCXX-462) std::time_get example exposes undefined behavior

2007-06-25 Thread Martin Sebor (JIRA)
std::time_get example exposes undefined behavior Key: STDCXX-462 URL: https://issues.apache.org/jira/browse/STDCXX-462 Project: C++ Standard Library Issue Type: Bug Components: