RE: [PATCH] STDCXX-515

2007-08-20 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 14, 2007 6:47 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] STDCXX-515 > > Farid Zaripov wrote: > > Below is the patch for fix STDCX

Re: [PATCH] STDCXX-515

2007-08-14 Thread Martin Sebor
Farid Zaripov wrote: Below is the patch for fix STDCXX-515. ChangeLog: * sstream.cc (xsputn): Correct write position after growing the buffer. Why do we need to do it in xsputn()? Isn't str() supposed to keep pptr() at the right offset after growing the buffer? Martin Index: sstream.

[PATCH] STDCXX-515

2007-08-09 Thread Farid Zaripov
Below is the patch for fix STDCXX-515. ChangeLog: * sstream.cc (xsputn): Correct write position after growing the buffer. Index: sstream.cc === --- sstream.cc (revision 564229) +++ sstream.cc (working copy) @@ -185,10 +185,16