[jira] Commented: (STDCXX-542) message catalog assert/crash after opening multiple

2007-09-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525432 ] Farid Zaripov commented on STDCXX-542: -- The regression tests renamed to 22.locale.messages.stdcxx-542.cpp:

[jira] Commented: (STDCXX-508) __rw_catlist vector accessed beyond the last element in third call to catopen() (src/catalog.cpp)

2007-09-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525435 ] Farid Zaripov commented on STDCXX-508: -- Since this issue is related to STDCXX-542, the regression test for

RE: [PATCH] Use __rw_atomic_xxx() on Windows

2007-09-06 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 5:49 AM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] Use __rw_atomic_xxx() on Windows Travis Vitek wrote: Oh, yeah. that is the other thing that I did Friday. I wrote a

RE: svn commit: r572976 - /incubator/stdcxx/trunk/tests/regress/22.locale.messages.stdcxx-508_542.cpp

2007-09-06 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 1:33 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r572976 - /incubator/stdcxx/trunk/tests/regress/22.locale.messages.stdcx x-508_542.cpp [EMAIL PROTECTED]

[PATCH] STDCXX-541

2007-09-06 Thread Liviu Nicoara
I am attaching a tentative patch for review, in relation with STDCXX-541 (https://issues.apache.org/jira/browse/STDCXX-541). Testing showed it solves the test case failure and adds no extra failures in the stdcxx strings test suite. This solves quite a few of related failures in strings in

[jira] Created: (STDCXX-544) use gcc __builtin functions

2007-09-06 Thread Mark Brown (JIRA)
use gcc __builtin functions --- Key: STDCXX-544 URL: https://issues.apache.org/jira/browse/STDCXX-544 Project: C++ Standard Library Issue Type: Improvement Components: Build Affects Versions: 4.1.3

[jira] Created: (STDCXX-545) [Sunpro 5.9 - x86] UBE compiling collate.ccp

2007-09-06 Thread Andrew Black (JIRA)
[Sunpro 5.9 - x86] UBE compiling collate.ccp - Key: STDCXX-545 URL: https://issues.apache.org/jira/browse/STDCXX-545 Project: C++ Standard Library Issue Type: Bug Components: Utilities

Re: [PATCH] STDCXX-541

2007-09-06 Thread Martin Sebor
Liviu Nicoara wrote: I am attaching a tentative patch for review, in relation with STDCXX-541 (https://issues.apache.org/jira/browse/STDCXX-541). Testing showed it solves the test case failure and adds no extra failures in the stdcxx strings test suite. This solves quite a few of related

[jira] Commented: (STDCXX-545) [Sunpro 5.9 - x86] UBE compiling collate.ccp

2007-09-06 Thread Andrew Black (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525468 ] Andrew Black commented on STDCXX-545: - These failures were observed in nightly testing, and I have not had time

[jira] Commented: (STDCXX-524) buffer overflow in test 22.locale.time.get.cpp(make_LC_TIME)

2007-09-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525493 ] Travis Vitek commented on STDCXX-524: - I would need to delete the files if I call rw_tmpnam() or the proposed

Re: svn commit: r573328 - /incubator/stdcxx/trunk/include/rw/_traits.h

2007-09-06 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: lnicoara Date: Thu Sep 6 11:04:23 2007 New Revision: 573328 Great, thanks. Now if you could also add the test case to the regression suite that would be swell :) URL: http://svn.apache.org/viewvc?rev=573328view=rev Log: 2007-09-06 Liviu Nicoara [EMAIL

[jira] Updated: (STDCXX-535) std::time_put can generate output that is not parseable by std::time_get facet

2007-09-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-535: Description: std::time_get::get_date() is required to be able to parse the output produced by

[jira] Assigned: (STDCXX-223) [Windows] std::time_put %c time format specifier not implemented

2007-09-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-223: --- Assignee: Travis Vitek [Windows] std::time_put %c time format specifier not implemented

4.2.0-rc-3 and results

2007-09-06 Thread Martin Sebor
I've added a page with the latest 4.2.0 results, soon to be tagged -rc-3: http://people.apache.org/~sebor/stdcxx-4.2.0-rc-3/results/ The only difference between -rc-3 and -rc-2 is support for Sun C++ 5.9. There are no -rc-2 results yet (we haven't created any; Andrew, could we do that pretty

Re: 4.2.0-rc-3 and results

2007-09-06 Thread Andrew Black
Greetings Martin I've created the -rc-3 branch, though I realized that I blotched the ChangeLog entry as I was reviewing the branch. Performing a -rc-2 result run would be fairly simple, and would only require updating the set of sources used for the release branch testing. However, I'd want to

Re: 4.2.0-rc-3 and results

2007-09-06 Thread Martin Sebor
Andrew Black wrote: Greetings Martin I've created the -rc-3 branch, though I realized that I blotched the ChangeLog entry as I was reviewing the branch. Performing a -rc-2 result run would be fairly simple, and would only require updating the set of sources used for the release branch testing.

Re: 4.2.0-rc-3 and results

2007-09-06 Thread Andrew Black
Martin Sebor wrote: [...] Btw., was there anything else besides creating a .htaccess file in the results directory that I had to do to get Mozilla open up the gzipped build logs? I copied the .htaccess file from the -rc-1/results/ directory into -rc-3/results/ but I'm still getting the darn

Re: 4.2.0-rc-3 and results

2007-09-06 Thread Andrew Black
Martin Sebor wrote: Andrew Black wrote: Martin Sebor wrote: [...] Btw., was there anything else besides creating a .htaccess file in the results directory that I had to do to get Mozilla open up the gzipped build logs? I copied the .htaccess file from the -rc-1/results/ directory into

Re: 4.2.0-rc-3 and results

2007-09-06 Thread Martin Sebor
Andrew Black wrote: Martin Sebor wrote: [...] Btw., was there anything else besides creating a .htaccess file in the results directory that I had to do to get Mozilla open up the gzipped build logs? I copied the .htaccess file from the -rc-1/results/ directory into -rc-3/results/ but I'm still

Re: svn commit: r573337 - in /incubator/stdcxx/trunk: etc/config/windows/projects.js include/rw/_mutex.h src/i86/atomic.asm src/i86_64/atomic.asm src/once.cpp

2007-09-06 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Thu Sep 6 12:05:30 2007 New Revision: 573337 URL: http://svn.apache.org/viewvc?rev=573337view=rev Log: 2007-09-06 Farid Zaripov [EMAIL PROTECTED] * projects.js: Added definitions of the platform dependent files. * i86/atomic.asm:

Re: 4.2.0-rc-3 and results

2007-09-06 Thread Martin Sebor
Andrew Black wrote: Martin Sebor wrote: Andrew Black wrote: Martin Sebor wrote: [...] Btw., was there anything else besides creating a .htaccess file in the results directory that I had to do to get Mozilla open up the gzipped build logs? I copied the .htaccess file from the -rc-1/results/

[jira] Updated: (STDCXX-501) [HP aCC 3] compile using -AA rather than -Aa

2007-09-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-501: Component/s: (was: Build) Configuration Environment: aCC 3/HP-UX/PA-RISC