svn commit: r778855 [2/2] - in /stdcxx/branches/4.3.x: ./ doc/stdlibug/ examples/tutorial/ include/ include/loc/ include/rw/ src/ src/x86/ src/x86_64/ tests/include/

2009-05-26 Thread sebor
Modified: stdcxx/branches/4.3.x/src/num_put.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/num_put.cpp?rev=778855&r1=778854&r2=778855&view=diff == --- stdcxx/branches/4.3.x/src/num_put.cpp (original) +++ s

svn commit: r778845 - in /stdcxx/branches/4.3.x/src: iosdata.h iostore.cpp iso2022.cpp num_put.cpp

2009-05-26 Thread sebor
Author: sebor Date: Tue May 26 18:55:28 2009 New Revision: 778845 URL: http://svn.apache.org/viewvc?rev=778845&view=rev Log: 2009-05-26 Martin Sebor Merged revs 778780, 778800, and 778803 from 4.2.x. STDCXX-1036 * src/iosdata.h (ios_base::_C_usr_data::_C_alloc,

svn commit: r778803 - /stdcxx/branches/4.2.x/src/iso2022.cpp

2009-05-26 Thread sebor
Author: sebor Date: Tue May 26 17:15:07 2009 New Revision: 778803 URL: http://svn.apache.org/viewvc?rev=778803&view=rev Log: 2009-05-26 Martin Sebor STDCXX-1036 * src/iso2022.cpp (__rw_allocate_state): Outlined rarely called function to silence gcc 4.4 -Winline warnings

svn commit: r778800 - /stdcxx/branches/4.2.x/src/num_put.cpp

2009-05-26 Thread sebor
Author: sebor Date: Tue May 26 17:05:35 2009 New Revision: 778800 URL: http://svn.apache.org/viewvc?rev=778800&view=rev Log: 2009-05-26 Martin Sebor STDCXX-1036 * src/num_put.cpp (__rw_dtoa): Called the unsigned overload of __rw_dtoa only once to avoid gcc 4.4 -Winline

svn commit: r778780 - in /stdcxx/branches/4.2.x/src: iosdata.h iostore.cpp

2009-05-26 Thread sebor
Author: sebor Date: Tue May 26 15:59:17 2009 New Revision: 778780 URL: http://svn.apache.org/viewvc?rev=778780&view=rev Log: 2009-05-26 Martin Sebor STDCXX-1036 * src/iosdata.h (ios_base::_C_usr_data::_C_alloc, ios_base::_C_usr_data::_C_dealloc): Moved functions from he