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: svn commit: r612428 - /stdcxx/branches/4.2.x/include/rw/_config-msvcrt.h

2008-01-18 Thread Farid Zaripov
; > [EMAIL PROTECTED] wrote: > > Author: faridz > > Date: Wed Jan 16 04:04:48 2008 > > New Revision: 612428 > > > > URL: http://svn.apache.org/viewvc?rev=612428&view=rev > > Log: > > 2008-01-16 Farid Zaripov <[EMAIL PROTECTED]> > > >

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 __cd

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 https://issues.apache.org/jira/sec

[PATCH] _mutex.h

2007-12-29 Thread Farid Zaripov
The one of the problems in boost regression tests on MSVC 7.1 was caused by #definition _InterlockedIncrement as InterlockedIncrement. The patch below fixes the problem. The MSVC 7.1 also has the intrinsic interlocked functions, but the are not declared in any header files (in MSVC 8.0 and hig

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

2007-12-29 Thread Farid Zaripov (JIRA)
org/jira/browse/STDCXX-430 > Project: C++ Standard Library > Issue Type: Improvement > Components: External >Affects Versions: 4.2.0 >Reporter: Martin Sebor > Assignee: Farid Zaripov >Priority: C

[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] 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 std

[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 w

[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] Updated: (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:all-tabpanel ] Farid Zaripov updated STDCXX-430: - Attachment: boost-1.34.1.patch > building Boost with std

[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 vers

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 > > > [ > https://issues.apache.org/jira/br

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 solut

[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 libr

[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++ B3910

[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{exp

RE: svn commit: r605548 - in /incubator/stdcxx/branches/4.2.x/include: rw/_defs.h rw/_specialized.h sstream string

2007-12-19 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Wednesday, December 19, 2007 6:27 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r605548 - in > /incubator/stdcxx/branches/4.2.x/include: rw/_defs.h > rw/_specialized

[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 platfo

[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: dllexport.patch The patch is attached. > make use of __declspec(dll{export,imp

[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=605577&view=rev

[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-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]

[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=605548&view=rev &g

[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 and

[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 >

[jira] Updated: (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:all-tabpanel ] Farid Zaripov updated STDCXX-459: - Fix Version/s: (was: 4.2.1) 4.3 Scheduled for 4.3. > time_

[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, be

[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

[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 conv

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

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 subj

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 > an

[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

[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: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-10 Thread Farid Zaripov
n in shared builds) > > Farid Zaripov wrote: > > Today I've verified the patch for STDCXX-507 on gcc 4.2.0 and gcc > > 3.4.4. > > I get really nervous whenever we start to mess around with > the runtime symbols, especially when changing which ones are > exporte

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 proble

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 >

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

[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 and

[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: - Patch Info: [Patch Available] > [Cygwin] Access violation while loading libstdxxx.dll in dyna

[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. But

[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_12549496 ] Farid Zaripov commented on STDCXX-507: -- ChangeLog: STDCXX-507 * include/rw/_defs.h [__CYGWIN__

[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 load

[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: - Attachment: cygwin.patch > [Cygwin] Access violation while loading libstdxxx.dll in dyna

[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 bui

[jira] Closed: (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 closed STDCXX-663. > [MSVC] MSVC declares non-standard prototype of the wcs

[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=rev&revision=597411 Merge

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 al

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. >> >>

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 c

[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: - Patch Info: [Patch Available] > [MSVC] implement autolinking feat

[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 to

[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 feat

_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] Issue Comment Edited: (STDCXX-375) std::getline() declared in , but should be declared in

2007-11-29 Thread Farid Zaripov (JIRA)
XX-375 > Project: C++ Standard Library > 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 c

[jira] Commented: (STDCXX-375) std::getline() declared in , but should be declared in

2007-11-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546884 ] Farid Zaripov commented on STDCXX-375: -- I've tried to declare the std::getline() in this testcase

[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] 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 d

[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 updated patch is attached. > time_get::date_order() sho

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

[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

[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. > [M

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

[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

[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() sho

[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 ta

[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 ta

[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

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] 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

[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 The

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

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 int

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

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

[ann] Microsoft Visual Studio 2008 released

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

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 N

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 declara

[jira] Resolved: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't

2007-11-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-307. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?rev=597665&view=rev Regres

[jira] Assigned: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't

2007-11-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-307: Assignee: Farid Zaripov > std::streambuf::imbue() stores locale when it should

[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 wi

[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 PROTEC

[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] lin

[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] 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 fa

[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_FA

[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] Created: (STDCXX-671) Rename _V3_USE_FACET macro to _RW_USE_FACET

2007-11-22 Thread Farid Zaripov (JIRA)
. Localization Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2 Environment: All Reporter: Farid Zaripov Assignee: Farid Zaripov Priority: Trivial Fix For: 4.2.1 The macro _V3_USE_FACET should be renamed to _RW_USE_FACET since the deprecated

[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 fa

[jira] Resolved: (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 resolved STDCXX-594. -- Resolution: Fixed > remove _V3_LOCALE macro from headers and sour

[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-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 fa

[jira] Assigned: (STDCXX-628) 21.string.append test fails

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

[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 fa

[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_itera

  1   2   3   4   5   6   7   8   9   10   >