RE: [PATCH] STDCXX-77

2007-08-29 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 10:29 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] STDCXX-77 Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of

[jira] Updated: (STDCXX-79) [MSVC 7] operator new doesn't throw on failure

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-79: --- Affects Version/s: (was: 4.1.2) Removed 4..1.2 from Affected Versions -- this is a bug in the

RE: [RFC] Apache look and feel for stdcxx docs

2007-08-29 Thread Marc Betz
Hi, everyone, Here is my take on the feedback returned on my changes to the documentation: - RE banner: I am entirely agreeable to a prettier banner, but that request needs the talents of a graphics designer. That is most definitely not me. Does anyone know of one willing to contribute a

Re: svn commit: r570724 - /incubator/stdcxx/trunk/include/rw/_config-icc.h

2007-08-29 Thread Martin Sebor
Odd. Microsoft says the number for this diagnostic (function was declared deprecated) is 4996. I can't find 1478 or 1786 in the online documentation. http://msdn2.microsoft.com/en-us/library/ttcz0bys(VS.80).aspx Martin [EMAIL PROTECTED] wrote: Author: faridz Date: Wed Aug 29 02:45:54 2007 New

Re: [RFC] Apache look and feel for stdcxx docs

2007-08-29 Thread Martin Sebor
Marc, Before I respond to your points below, let me suggest that you might want to follow Mark's example and expand the .zip file so that people can easily preview your changes on your page without having to download and expand it themselves. Here's Mark's demo of an otherwise unrelated

RE: svn commit: r570724 - /incubator/stdcxx/trunk/include/rw/_config-icc.h

2007-08-29 Thread Travis Vitek
Martin Sebor wrote: Odd. Microsoft says the number for this diagnostic (function was declared deprecated) is 4996. I can't find 1478 or 1786 in the online documentation. http://msdn2.microsoft.com/en-us/library/ttcz0bys(VS.80).aspx Martin I would guess that is because these are the intel

Re: svn commit: r570724 - /incubator/stdcxx/trunk/include/rw/_config-icc.h

2007-08-29 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 6:57 PM To: stdcxx-dev@incubator.apache.org Cc: [EMAIL PROTECTED] Subject: Re: svn commit: r570724 - /incubator/stdcxx/trunk/include/rw/_config-icc.h Odd. Microsoft

stdcxx-dev on Nabble Forums

2007-08-29 Thread Martin Sebor
FYI: I've set up stdcxx-dev for archiving on Nabble Forums: http://www.nabble.com/Apache-C%2B%2B-Standard-Library-f26254.html

Re: svn commit: r570898 - /incubator/stdcxx/trunk/tests/regress/27.filebuf.virtuals.stdcxx-522.cpp

2007-08-29 Thread Andrew Black
Greetings Martin Is this change what you intended it to be? It appears to me that you checked in a symlink pointing at a file residing outside the subversion repository. --Andrew Black [EMAIL PROTECTED] wrote: Author: sebor Date: Wed Aug 29 12:11:51 2007 New Revision: 570898 URL:

Re: svn commit: r570898 - /incubator/stdcxx/trunk/tests/regress/27.filebuf.virtuals.stdcxx-522.cpp

2007-08-29 Thread Martin Sebor
Andrew Black wrote: Greetings Martin Is this change what you intended it to be? It appears to me that you checked in a symlink pointing at a file residing outside the subversion repository. Whoops! No, that's definitely not what I had intended. Let me fix it! Thanks! Martin --Andrew

[jira] Closed: (STDCXX-522) std::filebuf::overflow(EOF) writes EOF to file in unbuffered mode

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-522. --- Resolution: Fixed Fixed by the committed patch. Regression test added to the test suite.

[jira] Assigned: (STDCXX-527) publish LOC metrics

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-527: --- Assignee: Martin Sebor publish LOC metrics --- Key:

[jira] Commented: (STDCXX-527) publish LOC metrics

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523673 ] Martin Sebor commented on STDCXX-527: - LOC tracking (and more) has been set up at Ohloh. See

[jira] Updated: (STDCXX-527) publish LOC metrics

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-527: Fix Version/s: 4.2.1 We'll add LOC metrics for the upcoming release after it comes out in about a

[jira] Updated: (STDCXX-443) [IBM XLC++] should avoid using -qinline or -Q in C++ code

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-443: Fix Version/s: 4.2.1 Scheduled for 4.2.1 [IBM XLC++] should avoid using -qinline or -Q in C++

[jira] Updated: (STDCXX-425) remove #include examples.h from example programs

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-425: Fix Version/s: 4.2.1 Scheduled for 4.2.1. remove #include examples.h from example programs

[jira] Updated: (STDCXX-408) [HP aCC 3.37] use __declspec(dll{export,import})

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-408: Fix Version/s: 4.2.1 This should be pretty straightforward assuming the feature works the same way

[jira] Updated: (STDCXX-391) Class Reference and User Guide out of date

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-391: Fix Version/s: 4.2 Scheduled for 4.2. Class Reference and User Guide out of date

[jira] Updated: (STDCXX-367) [XLC++ 7.0, 8.0, 9.0] warning 1540-0183 on explicit instantiation

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-367: Environment: IBM XLC++ 7.0, 8.0, 9.0 (was: IBM XLC++ 7.0) Summary: [XLC++ 7.0, 8.0, 9.0]

[jira] Commented: (STDCXX-360) [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523695 ] Martin Sebor commented on STDCXX-360: - This doesn't appear to be an issue with XLC++ 7.0.0.7 from the 7 Oct 2006

[jira] Updated: (STDCXX-355) new container member functions cbegin() and cend()

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-355: Fix Version/s: 4.2.1 Scheduled for 4.2.1. Maybe by then Mark will finish the tests ;-) new

[jira] Updated: (STDCXX-343) [LWG #541] std::auto_ptrvoid specialization missing

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-343: Fix Version/s: 4.2.1 Scheduled for 4.2.1. [LWG #541] std::auto_ptrvoid specialization missing

[jira] Updated: (STDCXX-321) error on std::operator==(istream_iterator, istream_iterator)

2007-08-29 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-321: Fix Version/s: 4.2.1 Scheduled for 4.2.1. error on std::operator==(istream_iterator,

RE: [RFC] Apache look and feel for stdcxx docs

2007-08-29 Thread Marc Betz
I'd be pleased as punch to expand the zip file if I could figure out how to do that. If there is a way on google pages, I haven't found it. -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 9:13 AM To: stdcxx-dev@incubator.apache.org

Re: [RFC] Apache look and feel for stdcxx docs

2007-08-29 Thread Martin Sebor
Marc Betz wrote: I'd be pleased as punch to expand the zip file if I could figure out how to do that. If there is a way on google pages, I haven't found it. I don't know if there's a way to expand the zip file there. If not, there are other sites to try. But if the .zip file is the same one

Re: [RFC] Apache look and feel for stdcxx docs

2007-08-29 Thread mark.g.brown
Marc Betz wrote: I'd be pleased as punch to expand the zip file if I could figure out how to do that. If there is a way on google pages, I haven't found it. For whatever it's worth, I couldn't find a way to upload more than one file at a time. With just a handful of files it's not a big deal

Re: [PATCH] Use __rw_atomic_xxx() on Windows

2007-08-29 Thread Martin Sebor
One concern I have is performance. Does replacing the intrinsics with out of line function call whose semantics the compiler has no idea about have any impact on the runtime efficiency of the generated code? I would be especially interested in real life scenarios such as the usage of the atomic