svn commit: r647698 - /stdcxx/trunk/include/loc/_ctype.h

2008-04-14 Thread faridz
Author: faridz Date: Mon Apr 14 01:38:10 2008 New Revision: 647698 URL: http://svn.apache.org/viewvc?rev=647698view=rev Log: 2008-04-14 Farid Zaripov [EMAIL PROTECTED] STDXX-854 * include/loc/_ctype.h (narrow): Don't cast __c to unsigned char, use __c as index in

svn commit: r647729 - /stdcxx/trunk/tests/self/0.char.cpp

2008-04-14 Thread faridz
Author: faridz Date: Mon Apr 14 03:46:07 2008 New Revision: 647729 URL: http://svn.apache.org/viewvc?rev=647729view=rev Log: 2008-04-14 Farid Zaripov [EMAIL PROTECTED] STDXX-862 * tests/self/0.char.cpp (test_rw_widen): Use UserTraitsUserChar::compare() instead of

svn commit: r647830 - in /stdcxx/trunk/tests: include/21.strings.h src/21.strings.cpp

2008-04-14 Thread faridz
Author: faridz Date: Mon Apr 14 08:05:27 2008 New Revision: 647830 URL: http://svn.apache.org/viewvc?rev=647830view=rev Log: 2008-04-14 Farid Zaripov [EMAIL PROTECTED] * tests/include/21.strings.h: Removed incorrect overload id. * tests/src/21.strings.cpp: Ditto. Modified:

svn commit: r647908 - in /stdcxx/trunk/tests: self/0.printf.cpp src/fmt_defs.h src/printf.cpp

2008-04-14 Thread vitek
Author: vitek Date: Mon Apr 14 10:15:49 2008 New Revision: 647908 URL: http://svn.apache.org/viewvc?rev=647908view=rev Log: 2008-04-14 Travis Vitek [EMAIL PROTECTED] STDCXX-857 * tests/src/fmt_defs.h: Add flag to struct Buffer to indicate who owns the allocated buffer.

svn commit: r648064 - in /stdcxx/trunk/tests/src: fmt_defs.h printf.cpp

2008-04-14 Thread vitek
Author: vitek Date: Mon Apr 14 16:49:11 2008 New Revision: 648064 URL: http://svn.apache.org/viewvc?rev=648064view=rev Log: 2008-04-14 Travis Vitek [EMAIL PROTECTED] STDCXX-857 * tests/src/printf.cpp: Revert r647908 which indirectly caused memory leaks in the test

svn commit: r648090 - /stdcxx/trunk/tests/self/0.printf.cpp

2008-04-14 Thread vitek
Author: vitek Date: Mon Apr 14 18:42:48 2008 New Revision: 648090 URL: http://svn.apache.org/viewvc?rev=648090view=rev Log: 2008-04-14 Travis Vitek [EMAIL PROTECTED] STDCXX-857 * tests/self/0.printf.cpp (test_reallocate): Revert test for changes added in r647908.