RE: svn commit: r612428 - /stdcxx/branches/4.2.x/include/rw/_config-msvcrt.h

2008-01-18 Thread Farid Zaripov
: Author: faridz Date: Wed Jan 16 04:04:48 2008 New Revision: 612428 URL: http://svn.apache.org/viewvc?rev=612428view=rev Log: 2008-01-16 Farid Zaripov [EMAIL PROTECTED] * include/rw/_config-msvcrt.h: Don't #define _RWSTD_NO_LONG_LONG as __int64 if long long type

RE: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp

2008-01-18 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Saturday, January 12, 2008 12:43 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp

Re: [PATCH] _mutex.h

2008-01-16 Thread Farid Zaripov
From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Ср, 02.01.2008 20:41 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] _mutex.h +extern C long __cdecl _InterlockedIncrement (long volatile*); +extern C long __cdecl _InterlockedDecrement (long volatile*); +extern C long __cdecl

[jira] Commented: (STDCXX-430) building Boost with stdcxx

2007-12-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554907 ] Farid Zaripov commented on STDCXX-430: -- The new tickets in boost tracking systm: http://svn.boost.org/trac

[jira] Issue Comment Edited: (STDCXX-430) building Boost with stdcxx

2007-12-29 Thread Farid Zaripov (JIRA)
-430 Project: C++ Standard Library Issue Type: Improvement Components: External Affects Versions: 4.2.0 Reporter: Martin Sebor Assignee: Farid Zaripov Priority: Critical Fix For: 4.2.1 Attachments: boost

Running the boost regression tests with stdcxx

2007-12-29 Thread Farid Zaripov
Running the boost regression tests on Windows: 1. install svn client and setup PATH variable to point to svn.exe dirctory. 2. install the latest release of the python (2.5.1). 3. build stdcxx library (it's enough to build only in 15d configuration) 4. extract

[jira] Updated: (STDCXX-430) building Boost with stdcxx

2007-12-28 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-430: - Attachment: boost_regress_sun.zip boost_regress_gcc.zip building Boost

[jira] Updated: (STDCXX-430) building Boost with stdcxx

2007-12-28 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-430: - Attachment: boost_regress_win.zip building Boost with stdcxx

[jira] Commented: (STDCXX-430) building Boost with stdcxx

2007-12-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554324 ] Farid Zaripov commented on STDCXX-430: -- Steps for the building boost with stdcxx. 1. build the all build types

[jira] Resolved: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()'

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-585. -- Resolution: Fixed [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std

[jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553368 ] Farid Zaripov commented on STDCXX-226: -- In the committed patch the _RWSTD_NEW_CAPACITY_RATIO

[jira] Resolved: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-226. -- Resolution: Fixed Resolved thus: http://svn.apache.org/viewvc?rev=605548view=rev __rw

[jira] Resolved: (STDCXX-666) [MSVC 8-x64] 21.string.cons.cpp test fails in optimized builds due to bad codegeneration by the compiler

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-666. -- Resolution: Fixed The issue resolved thus resolving the STDCXX-226. [MSVC 8-x64] 21

[jira] Updated: (STDCXX-250) std::operator(istream, string) fails to set failbit after it extracts 0 characters

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-250: - Component/s: (was: 27. Input/Output) 21. Strings Component changed to 21

[jira] Resolved: (STDCXX-250) std::operator(istream, string) fails to set failbit after it extracts 0 characters

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

[jira] Updated: (STDCXX-408) make use of __declspec(dll{export,import}) on all platforms

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-408: - Patch Info: [Patch Available] make use of __declspec(dll{export,import}) on all platforms

[jira] Updated: (STDCXX-408) make use of __declspec(dll{export,import}) on all platforms

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-408: - Attachment: gmake.log The gmake.log file is attached. make use of __declspec(dll{export,import

[PATCH] using dllexport/dllimport directives where they are supported

2007-12-19 Thread Farid Zaripov
The patch is attached here: https://issues.apache.org/jira/secure/attachment/12371951/dllexport.patc h I've tried to build the stdcxx with this patch on aCC/HP-UX. --- $ uname -a HP-UX td194 B.11.31 U ia64 3426292962 unlimited-user license $ aCC -V aCC: HP C/aC++

[jira] Assigned: (STDCXX-610) [Windows] add version information to the library

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-610: Assignee: Farid Zaripov [Windows] add version information to the library

RE: _RWSTD_VER value on trunk

2007-12-19 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, December 19, 2007 7:17 AM To: stdcxx-dev@incubator.apache.org Subject: Re: _RWSTD_VER value on trunk I like the idea to #define _RWSTD_VER macro in config.h. This solution

RE: [jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature

2007-12-19 Thread Farid Zaripov
-Original Message- From: Travis Vitek (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 1:22 AM To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature [

[jira] Updated: (STDCXX-610) [Windows] add version information to the library

2007-12-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-610: - Attachment: libstd.rc The draft of the libstd.rc is attached. [Windows] add version

[jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature

2007-12-18 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552841 ] Farid Zaripov commented on STDCXX-675: -- Yes. This change doesn't affect the exported symbols or anything else

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

2007-12-18 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552871 ] Farid Zaripov commented on STDCXX-459: -- 1. This change is not necessary (and even more, it's incorrect, because

[jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-13 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551505 ] Farid Zaripov commented on STDCXX-226: -- In my patch _RWSTD_NEW_CAPACITY_RATIO still double, and it's converted

[jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-12 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551006 ] Farid Zaripov commented on STDCXX-226: -- In my testing the algorithm in My patch is more accurate

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

2007-12-12 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 8:53 AM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] MSVC has non-standard prototype of the wcstok() Since the configure script performs checking only names and

RE: mailing list for Jira issues?

2007-12-12 Thread Farid Zaripov
-Original Message- From: Travis Vitek [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 10:00 PM To: stdcxx-dev@incubator.apache.org Subject: RE: mailing list for Jira issues? I'm using the MS Outlook and filtering the JIRA messages by the [jira] in subject. But any

RE: mailing list for Jira issues?

2007-12-12 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 8:19 PM To: stdcxx-dev@incubator.apache.org Subject: Re: mailing list for Jira issues? But what the sense to send the response to [EMAIL PROTECTED] and not to [EMAIL

[jira] Updated: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-11 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-226: - Severity: Inefficiency Patch Info: [Patch Available] Affects Version/s

RE: [PING] Re: library and build sizes on Windows

2007-12-10 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 9:30 AM To: stdcxx-dev@incubator.apache.org Subject: RE: [PING] Re: library and build sizes on Windows I've been doing some work on the test result scripts over the weekend and

RE: mailing list for Jira issues?

2007-12-10 Thread Farid Zaripov
-Original Message- From: Travis Vitek [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 7:53 PM To: stdcxx-dev@incubator.apache.org Subject: Re: mailing list for Jira issues? How does everyone feel about it? https://issues.apache.org/jira/browse/STDCXX-546 I

RE: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-10 Thread Farid Zaripov
-Original Message- From: Travis Vitek [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 7:25 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds) It seems that the problem is that

RE: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-10 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Friday, December 07, 2007 8:56 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds) Farid

[jira] Commented: (STDCXX-408) make use of __declspec(dll{export,import}) on all platforms

2007-12-08 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549772 ] Farid Zaripov commented on STDCXX-408: -- The gcc implements dllexport/dllimport attributes only on Windows

[PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-07 Thread Farid Zaripov
Today I've verified the patch for STDCXX-507 on gcc 4.2.0 and gcc 3.4.4. The patch is here: https://issues.apache.org/jira/secure/attachment/12371246/cygwin.patch ChangeLog: STDCXX-507 * include/rw/_defs.h [__CYGWIN__ _RWSHARED]: #define _RWSTD_EXPORT macro using __declspec (dllexport)

[jira] Updated: (STDCXX-507) [Cygwin] Access violation while loading libstdxxx.dll in dynamic builds

2007-12-07 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-507: - Attachment: cygwin.patch The patch is attached. [Cygwin] Access violation while loading

[jira] Updated: (STDCXX-507) [Cygwin] Access violation while loading libstdxxx.dll in dynamic builds

2007-12-07 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-507: - Attachment: (was: cygwin.patch) [Cygwin] Access violation while loading libstdxxx.dll

[jira] Updated: (STDCXX-507) [Cygwin] Access violation while loading libstdxxx.dll in dynamic builds

2007-12-07 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-507: - Patch Info: [Patch Available] [Cygwin] Access violation while loading libstdxxx.dll in dynamic

[jira] Commented: (STDCXX-507) [Cygwin] Access violation while loading libstdxxx.dll in dynamic builds

2007-12-07 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549499 ] Farid Zaripov commented on STDCXX-507: -- After the patch the examples and tests are built successfully

[jira] Resolved: (STDCXX-663) [MSVC] MSVC declares non-standard prototype of the wcstok()

2007-12-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-663. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrevision=597411 Merged

[jira] Assigned: (STDCXX-666) [MSVC 8-x64] 21.string.cons.cpp test fails in optimized builds due to bad codegeneration by the compiler

2007-12-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-666: Assignee: Farid Zaripov [MSVC 8-x64] 21.string.cons.cpp test fails in optimized builds

Re: _RWSTD_LIB_SRC macro is not #defined in src/export.cpp

2007-11-30 Thread Farid Zaripov
From: Martin Sebor [mailto:[EMAIL PROTECTED] To: stdcxx-dev@incubator.apache.org Subject: Re: _RWSTD_LIB_SRC macro is not #defined in src/export.cpp Farid Zaripov wrote: I've found that _RWSTD_LIB_SRC macro is not #defined in src/export.cpp file. This is a mistake, or it's required

Re: _RWSTD_LIB_SRC macro is not #defined in src/export.cpp

2007-11-30 Thread Farid Zaripov
From: Martin Sebor [mailto:[EMAIL PROTECTED] To: stdcxx-dev@incubator.apache.org Subject: Re: _RWSTD_LIB_SRC macro is not #defined in src/export.cpp The _RWSTD_INSTANTIATE_TEMPLATES part is an implementation detail of _RWSTD_LIB_SRC. If we were to add another detail like that we'd have to also

Re: [jira] Resolved: (STDCXX-566) update/generate incubation status file

2007-11-30 Thread Farid Zaripov
From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 11:30 PM To: stdcxx-dev@incubator.apache.org Subject: RE: [jira] Resolved: (STDCXX-566) update/generate incubation status file 1. logged into people.apache.org 2. svn co

[jira] Updated: (STDCXX-675) [MSVC] implement autolinking feature

2007-11-30 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-675: - Attachment: autolink.patch [MSVC] implement autolinking feature

_RWSTD_LIB_SRC macro is not #defined in src/export.cpp

2007-11-30 Thread Farid Zaripov
I've found that _RWSTD_LIB_SRC macro is not #defined in src/export.cpp file. This is a mistake, or it's required by design? Farid.

RE: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp

2007-11-30 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 2:51 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp Yes,

[jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature

2007-11-30 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547221 ] Farid Zaripov commented on STDCXX-675: -- ChangeLog: STDCXX-675 * include/rw/_autolink.h: New header file

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

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-459: Assignee: Farid Zaripov time_get::date_order() should return actually date order taken

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

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-459: - Attachment: stdcxx-459.patch The proposed patch attached. time_get::date_order() should return

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

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-459: - Patch Info: [Patch Available] time_get::date_order() should return actually date order taken

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

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546778 ] Farid Zaripov commented on STDCXX-459: -- Another option might be extend the struct __rw_time_t with d_order_off

RE: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp

2007-11-29 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 7:00 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp No, I mean

[jira] Created: (STDCXX-675) [MSVC] implement autolinking feature

2007-11-29 Thread Farid Zaripov (JIRA)
Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2 Environment: MSVC, ICC/Windows Reporter: Farid Zaripov Assignee: Farid Zaripov Priority: Trivial Fix For: 4.2.1 At the moment the users of the library should explicitly specify the used library

[jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546826 ] Farid Zaripov commented on STDCXX-675: -- Perhaps the another compilers may has the similar feature. [MSVC

[jira] Updated: (STDCXX-672) implement C++ 0x Concepts

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-672: - Description: This is a placeholder to [conditionally] implement C++ 0x Concepts in the library

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

2007-11-29 Thread Farid Zaripov
-Original Message- From: Travis Vitek [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 7:35 PM To: stdcxx-dev@incubator.apache.org Subject: RE: [jira] Updated: (STDCXX-459) time_get::date_order() should return actually date order taken from locale The standard says

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

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-459: - Attachment: (was: stdcxx-459.patch) time_get::date_order() should return actually date

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

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546853 ] Farid Zaripov commented on STDCXX-459: -- ChangeLog: STDCXX-459 * include/loc/_time_get.h

[jira] Issue Comment Edited: (STDCXX-375) std::getline() declared in istream, but should be declared in string

2007-11-29 Thread Farid Zaripov (JIRA)
Issue Type: Bug Components: 21. Strings Affects Versions: 4.1.3, 4.1.4 Environment: All Reporter: Farid Zaripov Fix For: 4.2.1 The following code fails to compile with errors: test.cpp(7) : error C2039: 'getline' : is not a member of 'std

[jira] Created: (STDCXX-674) Improve configure script to lookup the dependencies through the all included headers

2007-11-28 Thread Farid Zaripov (JIRA)
: C++ Standard Library Issue Type: Improvement Components: Configuration Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2 Environment: All Reporter: Farid Zaripov Assignee: Farid Zaripov Priority: Minor Fix For: 4.2.x

[jira] Assigned: (STDCXX-250) std::operator(istream, string) fails to set failbit after it extracts 0 characters

2007-11-28 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-250: Assignee: Farid Zaripov std::operator(istream, string) fails to set failbit after

RE: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp

2007-11-28 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 6:21 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp [EMAIL

[jira] Commented: (STDCXX-250) std::operator(istream, string) fails to set failbit after it extracts 0 characters

2007-11-28 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546300 ] Farid Zaripov commented on STDCXX-250: -- Does the term extracted means that the gptr() should be shifted by one

RE: svn commit: r597111 - /incubator/stdcxx/branches/4.2.x/etc/config/src/

2007-11-27 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:29 PM To: stdcxx-dev@incubator.apache.org Subject: RE: svn commit: r597111 - /incubator/stdcxx/branches/4.2.x/etc/config/src/ For the first level of headers it might be doable. I

RE: [PING] Re: library and build sizes on Windows

2007-11-27 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, November 22, 2007 2:19 AM To: stdcxx-dev@incubator.apache.org Subject: [PING] Re: library and build sizes on Windows So would be it possible to change the Windows build infrastructure to spit out the

RE: question on the examples for the source/forward/backward incompatible changes

2007-11-27 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Saturday, November 24, 2007 8:29 PM To: stdcxx-dev@incubator.apache.org Subject: Re: question on the examples for the source/forward/backward incompatible changes This is an

RE: [RFC] stdcxx release process, second draft

2007-11-27 Thread Farid Zaripov
Martin Sebor wrote: I've incorporated everyone's feedback and committed an updated version with a number of enhancements of my own. Among the most important are the new Goals section with suggested frequencies of releases, and the integration of the Version Policy (I plan to

RE: Apache C++ Standard Library 4.2.0 released

2007-11-26 Thread Farid Zaripov
-Original Message- From: Mark Brown [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 8:25 PM To: stdcxx-dev@incubator.apache.org Subject: Re: Apache C++ Standard Library 4.2.0 released Ok. I'll post the announce to the C++ forum on the Russian Development Network

[ann] Microsoft Visual Studio 2008 released

2007-11-26 Thread Farid Zaripov
http://msdn2.microsoft.com/en-us/vstudio/default.aspxOn Monday, Nov. 19, Microsoft announced that Visual Studio 2008 and the .NET Framework 3.5 were released to manufacturing (RTM). Farid.

[jira] Commented: (STDCXX-221) std::istream::readsome() sets badbit instead of eofbit on EOF

2007-11-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545026 ] Farid Zaripov commented on STDCXX-221: -- Can't reproduce. The 27.istream.readsome.cpp test runs without

question on the examples for the source/forward/backward incompatible changes

2007-11-23 Thread Farid Zaripov
Whether these examples should be abstract, or based on C++ Standard Library declarations/definitions? Since the source incompatible changes involves changes in function/class mebmers prototype, or changes in global data/class data members declaration, or changing the place of the some

[jira] Assigned: (STDCXX-637) [_MSC_VER] 21.cwchar test fails

2007-11-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-637: Assignee: Farid Zaripov [_MSC_VER] 21.cwchar test fails

[jira] Updated: (STDCXX-671) Rename _V3_USE_FACET macro to _RWSTD_USE_FACET

2007-11-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-671: - Description: The macro _V3_USE_FACET should be renamed to _RWSTD_USE_FACET since the deprecated

[jira] Resolved: (STDCXX-671) Rename _V3_USE_FACET macro to _RWSTD_USE_FACET

2007-11-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-671. -- Resolution: Fixed Rename _V3_USE_FACET macro to _RWSTD_USE_FACET

[jira] Resolved: (STDCXX-637) [_MSC_VER] 21.cwchar test fails

2007-11-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-637. -- Resolution: Fixed Fix Version/s: 4.2.1 [_MSC_VER] 21.cwchar test fails

[jira] Updated: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()'

2007-11-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-585: - Patch Info: [Patch Available] [gcc 4.2.0/Cygwin] linker errors due to multiple definition

[jira] Updated: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()'

2007-11-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-585: - Attachment: BAD_ALLOC_ASSIGNMENT.cpp.diff The patch is attached. [gcc 4.2.0/Cygwin] linker

[jira] Commented: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()'

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

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

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

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

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

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

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

RE: svn commit: r597111 - /incubator/stdcxx/branches/4.2.x/etc/config/src/

2007-11-21 Thread Farid Zaripov
: Wed Nov 21 07:23:43 2007 New Revision: 597111 URL: http://svn.apache.org/viewvc?rev=597111view=rev Log: 2007-11-21 Farid Zaripov [EMAIL PROTECTED] STDCXX-557 * terminate.h: New header file with a definition of the std::terminate(). * BAD_ALLOC_ASSIGNMENT.cpp

[jira] Assigned: (STDCXX-630) 21.string.assign test fails

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-630: Assignee: Farid Zaripov 21.string.assign test fails

[jira] Assigned: (STDCXX-629) std::string::assign (reverse_iterator, reverse_iterator) assigning self incorrect

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-629: Assignee: Farid Zaripov std::string::assign (reverse_iterator, reverse_iterator

[jira] Assigned: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()'

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-585: Assignee: Farid Zaripov [gcc 4.2.0/Cygwin] linker errors due to multiple definition

[jira] Commented: (STDCXX-594) remove _V3_LOCALE macro from headers and sources

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544562 ] Farid Zaripov commented on STDCXX-594: -- Maybe we should also rename _V3_USE_FACET() macro to i.e. _RW_USE_FACET

[jira] Assigned: (STDCXX-594) remove _V3_LOCALE macro from headers and sources

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-594: Assignee: Farid Zaripov remove _V3_LOCALE macro from headers and sources

[jira] Assigned: (STDCXX-438) std::string::append (InputIterator, InputIterator) appending self incorrect

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-438: Assignee: Farid Zaripov std::string::append (InputIterator, InputIterator) appending self

[jira] Assigned: (STDCXX-632) std::string::insert (iterator, InputIterator, InputIterator) inserting self incorrect

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-632: Assignee: Farid Zaripov std::string::insert (iterator, InputIterator, InputIterator

[jira] Assigned: (STDCXX-631) 21.string.replace test fails

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-631: Assignee: Farid Zaripov 21.string.replace test fails

[jira] Assigned: (STDCXX-633) 21.string.insert test fails

2007-11-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-633: Assignee: Farid Zaripov 21.string.insert test fails

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

2007-11-20 Thread Farid Zaripov
Date: Mon Nov 19 08:20:27 2007 New Revision: 596354 URL: http://svn.apache.org/viewvc?rev=596354view=rev Log: 2007-11-19 Farid Zaripov [EMAIL PROTECTED] * 20.auto.ptr.cpp (test_auto_ptr): Worked around bug in MSVC 7.x. Which one? Details please... https://issues.apache.org

[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

[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

  1   2   3   4   5   6   7   8   9   >