[VOTE] stdcxx 4.2.1 release

2008-04-24 Thread Martin Sebor
I've created a tarball with a release candiate of stdcxx 4.2.1. Tarball location: http://people.apache.org/~sebor/stdcxx-4.2.1-rc-3/stdcxx-4.2.1.tar.gz MD5 sum for the tarball: http://people.apache.org/~sebor/stdcxx-4.2.1-rc-3/stdcxx-4.2.1.tar.gz.md5 Jira Release Notes: http://tinyurl.com/5ayny

Re: 4.3.x branch created

2008-04-24 Thread Martin Sebor
Martin Sebor wrote: FYI: I've created the 4.3.x branch for your hacking pleasure. As the name implies, the branch is for changes that are backward but not necessarily forward compatible with 4.2.x. Binary or source incompatible changes should go on trunk only. To clarify: forward-compatible cha

4.3.x branch created

2008-04-24 Thread Martin Sebor
FYI: I've created the 4.3.x branch for your hacking pleasure. As the name implies, the branch is for changes that are backward but not necessarily forward compatible with 4.2.x. Binary or source incompatible changes should go on trunk only. Martin

Re: [PATCH] Determine the sizeof (CRITICAL_SECTION) at configure step

2008-04-24 Thread Martin Sebor
Farid Zaripov wrote: The sizeof (CRITICAL_SECTION) equal to 24 on _WIN32 and 40 on _WIN64. But in rw/_mutex.h now used the hardcoded value equal to 24. This is not causes any problems because we #define _RWSTD_NO_FWD_DECLARATIONS in rw/_config_msvcrt.h for _WIN64. I have tried to comment the #d

Re: diffs between trunk and 4.2.x

2008-04-24 Thread Martin Sebor
Travis Vitek wrote: I've run a quick diff of the code on trunk and 4.2.x (include,src,tests) to be sure that everything that should have been merged over has been merged. Here is what I've found... Thanks! This is very helpful. Changes on 4.2.x, but not on trunk http://svn.apache.org/view

diffs between trunk and 4.2.x

2008-04-24 Thread Travis Vitek
I've run a quick diff of the code on trunk and 4.2.x (include,src,tests) to be sure that everything that should have been merged over has been merged. Here is what I've found... Changes on 4.2.x, but not on trunk http://svn.apache.org/viewvc?view=rev&revision=650742 http://svn.apache.org/vie

Re: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp

2008-04-24 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: Okay, so are we all comfortable with this? Or does anyone want to argue to have this change reverted from 4.2.1? Yes, it seems fine. If there are no objections I will go ahead and create a release candidate tarball and get the vote rolling sometime

RE: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp

2008-04-24 Thread Travis Vitek
Martin Sebor wrote: > >Okay, so are we all comfortable with this? Or does anyone >want to argue to have this change reverted from 4.2.1? > Yes, it seems fine. > >If there are no objections I will go ahead and create >a release candidate tarball and get the vote rolling >sometime later today.

Re: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp

2008-04-24 Thread Martin Sebor
Okay, so are we all comfortable with this? Or does anyone want to argue to have this change reverted from 4.2.1? If there are no objections I will go ahead and create a release candidate tarball and get the vote rolling sometime later today. Martin Farid Zaripov wrote: -Original Message---

RE: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp

2008-04-24 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 24, 2008 6:02 PM > To: dev@stdcxx.apache.org > Subject: Re: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp > > So let me try to summarize the new behavior: > > Solaris Wind

[PATCH] Determine the sizeof (CRITICAL_SECTION) at configure step

2008-04-24 Thread Farid Zaripov
The sizeof (CRITICAL_SECTION) equal to 24 on _WIN32 and 40 on _WIN64. But in rw/_mutex.h now used the hardcoded value equal to 24. This is not causes any problems because we #define _RWSTD_NO_FWD_DECLARATIONS in rw/_config_msvcrt.h for _WIN64. I have tried to comment the #define _RWSTD_NO_FWD_DEC

Re: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp

2008-04-24 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Thursday, April 24, 2008 8:53 AM To: dev@stdcxx.apache.org Subject: Re: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp I guess I don't understand why the float overlo

RE: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp

2008-04-24 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Thursday, April 24, 2008 8:53 AM > To: dev@stdcxx.apache.org > Subject: Re: svn commit: r650902 - /stdcxx/trunk/src/num_put.cpp > > I guess I don't understand why the float overloads are a