RE: svn commit: r596354 - /incubator/stdcxx/trunk/tests/utilities/20.auto.ptr.cpp

2007-11-20 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 11:27 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r596354 - /incubator/stdcxx/trunk/tests/utilities/20.auto.ptr.cpp [EMAIL PROTECTED] wrote: Author: faridz

[jira] Resolved: (STDCXX-669) [MSVC 7.1] compilation errors in 20.auto.ptr.cpp

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-669. -- Resolution: Fixed Resolved thus: http://svn.apache.org/viewvc?rev=596354view=rev [MSVC 7.1]

[jira] Closed: (STDCXX-669) [MSVC 7.1] compilation errors in 20.auto.ptr.cpp

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-669. [MSVC 7.1] compilation errors in 20.auto.ptr.cpp

RE: [PATCH] 22.locale.ctype.is.cpp

2007-11-20 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 8:30 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] 22.locale.ctype.is.cpp Martin Sebor wrote: Seems reasonable. We should also guard the calls to the the wchar_t

[PATCH] MSVC has non-standard prototype of the wcstok()

2007-11-20 Thread Farid Zaripov
The all MSVC has the non-standard prototype of the wcstok(): wchar_t* wcstok(wchar_t*, const wchar_t*); The prototype from C standard: wchar_t* wcstok(wchar_t*, const wchar_t*, wchar_t**); Since the configure script performs checking only names and doesn't checking the correct

Re: [PATCH] 22.locale.ctype.is.cpp

2007-11-20 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 8:30 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] 22.locale.ctype.is.cpp Martin Sebor wrote: Seems reasonable. We should also guard the calls to the the

[jira] Commented: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543925 ] Farid Zaripov commented on STDCXX-612: -- ChangeLog: * include/rw/_defs.h: #define _RWSTD_ADDRESS_OF - new

[jira] Updated: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-612: - Attachment: (was: operator_arrow.patch) many iterator types do not work with types that

[jira] Assigned: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-612: Assignee: Farid Zaripov many iterator types do not work with types that implement unary

[jira] Updated: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-612: - Attachment: operator_arrow.patch The patch is attached many iterator types do not work with

[jira] Commented: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543962 ] Travis Vitek commented on STDCXX-612: - The following change to tr1/_smartptr.h removes an assertion that _C_ptr

[jira] Assigned: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources.

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-557: Assignee: Farid Zaripov Make definitions of std::terminate() consistent in all config

[jira] Updated: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources.

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-557: - Attachment: terminate.patch The patch is attached. Make definitions of std::terminate()

[jira] Commented: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources.

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543972 ] Farid Zaripov commented on STDCXX-557: -- 2007-11-20 Farid Zaripov [EMAIL PROTECTED] STDCXX-557

[jira] Issue Comment Edited: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543962 ] vitek edited comment on STDCXX-612 at 11/20/07 9:36 AM: --- The change to tr1/_smartptr.h

[jira] Assigned: (STDCXX-558) Remove unnecessary includes of config.h in source files for config tests

2007-11-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-558: Assignee: Farid Zaripov Remove unnecessary includes of config.h in source files for

[jira] Commented: (STDCXX-612) many iterator types do not work with types that implement unary operator

2007-11-20 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543996 ] Travis Vitek commented on STDCXX-612: - Also, some places in the standard have `Returns' and `Effects' clauses

[jira] Updated: (STDCXX-607) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 22.locale.messages

2007-11-20 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-607: Attachment: stdcxx-607.patch Note that this issue causes hangs on Linux, AIX and IRIX. I'm

[jira] Updated: (STDCXX-607) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 22.locale.messages

2007-11-20 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-607: Patch Info: [Patch Available] Environment: IBM XLC++ 9.0/AIX 5.3, LINUX, IRIX (was: IBM XLC++