svn commit: r612430 - /stdcxx/branches/4.2.x/include/rw/_mutex.h

2008-01-16 Thread faridz
Author: faridz Date: Wed Jan 16 04:11:24 2008 New Revision: 612430 URL: http://svn.apache.org/viewvc?rev=612430&view=rev Log: 2008-01-16 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_mutex.h: Use intrinsic interlocked functions on MSVC 7.1 and ICC. Declare the i

svn commit: r612428 - /stdcxx/branches/4.2.x/include/rw/_config-msvcrt.h

2008-01-16 Thread faridz
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]> * include/rw/_config-msvcrt.h: Don't #define _RWSTD_NO_LONG_LONG as __int64 if long long ty

svn commit: r605588 - /incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-250.cpp

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 07:38:30 2007 New Revision: 605588 URL: http://svn.apache.org/viewvc?rev=605588&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r605586 from branches/4.2.x * 21.string.io.stdcxx-250.cpp: Regression test for STDCXX

svn commit: r605586 - /incubator/stdcxx/branches/4.2.x/tests/regress/21.string.io.stdcxx-250.cpp

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 07:35:58 2007 New Revision: 605586 URL: http://svn.apache.org/viewvc?rev=605586&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> * 21.string.io.stdcxx-250.cpp: Regression test for STDCXX-250 issue. Added: incubator/stdcxx/bran

svn commit: r605583 - /incubator/stdcxx/trunk/include/istream.cc

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 07:29:58 2007 New Revision: 605583 URL: http://svn.apache.org/viewvc?rev=605583&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r605577 from branches/4.2.x with a fix for STDCXX-250 * istream.cc (operator>>): Move

svn propchange: r605577 - svn:log

2007-12-19 Thread faridz
Author: faridz Revision: 605577 Modified property: svn:log Modified: svn:log at Wed Dec 19 07:28:45 2007 -- --- svn:log (original) +++ svn:log Wed Dec 19 07:28:45 2007 @@ -1,6 +1,6 @@ 2007-12-19 Farid Zaripov <[EM

svn commit: r605577 - /incubator/stdcxx/branches/4.2.x/include/istream.cc

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 07:26:47 2007 New Revision: 605577 URL: http://svn.apache.org/viewvc?rev=605577&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-226 * istream.cc (operator>>): Move counter __i out from the try/catch block

svn commit: r605550 - in /incubator/stdcxx/trunk/include: rw/_defs.h rw/_specialized.h sstream string

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 06:28:28 2007 New Revision: 605550 URL: http://svn.apache.org/viewvc?rev=605550&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r605548 from branches/4.2.x with a fix for STDCXX-226 * include/rw/_defs.h (_RWSTD_RATIO_DIV

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

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 06:19:33 2007 New Revision: 605548 URL: http://svn.apache.org/viewvc?rev=605548&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-226 * include/rw/_defs.h (_RWSTD_RATIO_DIVIDER): New macro defined the value to

svn commit: r605539 - /incubator/stdcxx/trunk/etc/config/src/BAD_ALLOC_ASSIGNMENT.cpp

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 05:44:54 2007 New Revision: 605539 URL: http://svn.apache.org/viewvc?rev=605539&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r605537 from branches/4.2.x with a fix for STDCXX-585. * etc/config/src/BAD_ALLOC_ASSI

svn commit: r605537 - /incubator/stdcxx/branches/4.2.x/etc/config/src/BAD_ALLOC_ASSIGNMENT.cpp

2007-12-19 Thread faridz
Author: faridz Date: Wed Dec 19 05:43:10 2007 New Revision: 605537 URL: http://svn.apache.org/viewvc?rev=605537&view=rev Log: 2007-12-19 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-585 * etc/config/src/BAD_ALLOC_ASSIGNMENT.cpp: Don't define ~bad_alloc() w

svn commit: r603002 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

2007-12-10 Thread faridz
Author: faridz Date: Mon Dec 10 11:16:10 2007 New Revision: 603002 URL: http://svn.apache.org/viewvc?rev=603002&view=rev Log: 2007-12-10 Farid Zaripov <[EMAIL PROTECTED]> Merged r602995 from branches/4.2.x * etc/config/windows/build.wsf (DiffTime): New function

svn commit: r602995 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf

2007-12-10 Thread faridz
Author: faridz Date: Mon Dec 10 11:08:31 2007 New Revision: 602995 URL: http://svn.apache.org/viewvc?rev=602995&view=rev Log: 2007-12-10 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/windows/build.wsf (DiffTime): New function to get the difference between

svn propchange: r597412 - svn:log

2007-12-05 Thread faridz
Author: faridz Revision: 597412 Modified property: svn:log Modified: svn:log at Wed Dec 5 06:58:40 2007 -- --- svn:log (original) +++ svn:log Wed Dec 5 06:58:40 2007 @@ -1,6 +1,6 @@ 2007-11-22 Farid Zaripov <[EM

svn propchange: r597411 - svn:log

2007-12-05 Thread faridz
Author: faridz Revision: 597411 Modified property: svn:log Modified: svn:log at Wed Dec 5 06:57:44 2007 -- --- svn:log (original) +++ svn:log Wed Dec 5 06:57:44 2007 @@ -1,5 +1,6 @@ 2007-11-22 Farid Zaripov <[EM

svn commit: r598700 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

2007-11-27 Thread faridz
Author: faridz Date: Tue Nov 27 09:13:39 2007 New Revision: 598700 URL: http://svn.apache.org/viewvc?rev=598700&view=rev Log: 2007-11-27 Farid Zaripov <[EMAIL PROTECTED]> Merged r598697 from branches/4.2.x * etc/config/windows/build.wsf (TimeEcho): Print timestam

svn commit: r598697 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf

2007-11-27 Thread faridz
Author: faridz Date: Tue Nov 27 09:11:48 2007 New Revision: 598697 URL: http://svn.apache.org/viewvc?rev=598697&view=rev Log: 2007-11-27 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/windows/build.wsf (TimeEcho): Print timestamp with the format identical to u

svn commit: r598617 - /incubator/stdcxx/trunk/include/streambuf

2007-11-27 Thread faridz
Author: faridz Date: Tue Nov 27 04:45:26 2007 New Revision: 598617 URL: http://svn.apache.org/viewvc?rev=598617&view=rev Log: 2007-11-27 Farid Zaripov <[EMAIL PROTECTED]> Merged r598616 from branches/4.2.x * include/streambuf (imbue): Removed name of the unused

svn commit: r598616 - /incubator/stdcxx/branches/4.2.x/include/streambuf

2007-11-27 Thread faridz
Author: faridz Date: Tue Nov 27 04:43:24 2007 New Revision: 598616 URL: http://svn.apache.org/viewvc?rev=598616&view=rev Log: 2007-11-27 Farid Zaripov <[EMAIL PROTECTED]> * include/streambuf (imbue): Removed name of the unused parameter. Modified: incubator/stdcxx/bran

svn commit: r597671 - in /incubator/stdcxx/trunk: include/streambuf tests/regress/27.streambuf.imbue.stdcxx-307.cpp

2007-11-23 Thread faridz
Author: faridz Date: Fri Nov 23 06:13:37 2007 New Revision: 597671 URL: http://svn.apache.org/viewvc?rev=597671&view=rev Log: 2007-11-23 Farid Zaripov <[EMAIL PROTECTED]> Merged r597665 from branches/4.2.x with a fix for STDCXX-307 * streambuf (imbue): Code storing

svn commit: r597670 - /incubator/stdcxx/branches/4.2.x/tests/regress/27.streambuf.imbue.stdcxx-307.cpp

2007-11-23 Thread faridz
Author: faridz Date: Fri Nov 23 06:11:16 2007 New Revision: 597670 URL: http://svn.apache.org/viewvc?rev=597670&view=rev Log: 2007-11-23 Farid Zaripov <[EMAIL PROTECTED]> * 27.streambuf.imbue.stdcxx-307.cpp (main): Added missing "return 0". Modified: incubator/s

svn commit: r597668 - /incubator/stdcxx/branches/4.2.x/tests/regress/27.streambuf.imbue.stdcxx-307.cpp

2007-11-23 Thread faridz
Author: faridz Date: Fri Nov 23 06:06:59 2007 New Revision: 597668 URL: http://svn.apache.org/viewvc?rev=597668&view=rev Log: 2007-11-23 Martin Sebor <[EMAIL PROTECTED]> * 27.streambuf.imbue.stdcxx-307.cpp: New regression test for STDCXX-307. Added: incubator/stdcxx/bran

svn commit: r597665 - /incubator/stdcxx/branches/4.2.x/include/streambuf

2007-11-23 Thread faridz
Author: faridz Date: Fri Nov 23 05:51:51 2007 New Revision: 597665 URL: http://svn.apache.org/viewvc?rev=597665&view=rev Log: 2007-11-23 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-307 * streambuf (imbue): Code storing the locale moved from here... (pubimbue): .

svn commit: r597443 - in /incubator/stdcxx/trunk: include/loc/ include/rw/ tests/localization/

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 07:52:47 2007 New Revision: 597443 URL: http://svn.apache.org/viewvc?rev=597443&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> Merged r597438 from branches/4.2.x with a fix for STDCXX-671 * include/loc/_convenience.h: _V3

svn commit: r597438 - in /incubator/stdcxx/branches/4.2.x: include/loc/ include/rw/ tests/localization/

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 07:44:53 2007 New Revision: 597438 URL: http://svn.apache.org/viewvc?rev=597438&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-671 * include/loc/_convenience.h: _V3_USE_FACET macro renamed to _RWSTD_USE_FACET.

svn commit: r597428 - in /incubator/stdcxx/trunk: include/ansi/cwchar tests/strings/21.cwchar.cpp

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 07:22:44 2007 New Revision: 597428 URL: http://svn.apache.org/viewvc?rev=597428&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> Merged r597425 from branches/4.2.x with a fix for STDCXX-637 * include/ansi/cwchar [_RWSTD_S

svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 07:20:29 2007 New Revision: 597425 URL: http://svn.apache.org/viewvc?rev=597425&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-637 * include/ansi/cwchar [_RWSTD_STRICT_ANSI]: #undefine getwc and putwc mask

svn commit: r597417 - /incubator/stdcxx/trunk/tests/numerics/26.valarray.cassign.cpp

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 06:54:53 2007 New Revision: 597417 URL: http://svn.apache.org/viewvc?rev=597417&view=rev Log: Merged r586808 and r597396 from branches/4.2.x 2007-10-20 Martin Sebor <[EMAIL PROTECTED]> * 26.valarray.cassign.cpp (run_test): Disa

svn commit: r597412 - in /incubator/stdcxx/trunk/include: ansi/cwchar rw/_config-msvcrt.h

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 06:21:21 2007 New Revision: 597412 URL: http://svn.apache.org/viewvc?rev=597412&view=rev Log: 2007-11-22 Farid Zaripov <[EMAIL PROTECTED]> Merged r597411 from branches/4.2.x * rw/_config_msvcrt.h: #define _RWSTD_NO_

svn commit: r597411 - in /incubator/stdcxx/branches/4.2.x/include: ansi/cwchar rw/_config-msvcrt.h

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 06:19:00 2007 New Revision: 597411 URL: http://svn.apache.org/viewvc?rev=597411&view=rev Log: 2007-11-22 Farid Zaripov <[EMAIL PROTECTED]> * rw/_config_msvcrt.h: #define _RWSTD_NO_WCSTOK and _RWSTD_NO_WCSTOK_IN_LIBC macros since the MS

svn commit: r597396 - /incubator/stdcxx/branches/4.2.x/tests/numerics/26.valarray.cassign.cpp

2007-11-22 Thread faridz
Author: faridz Date: Thu Nov 22 04:40:33 2007 New Revision: 597396 URL: http://svn.apache.org/viewvc?rev=597396&view=rev Log: 2007-11-22 Farid Zaripov <[EMAIL PROTECTED]> * 26.valarray.cassign.cpp (run_test): Corrected condition in preprocessor directive. Modified: incuba

svn commit: r597184 - in /incubator/stdcxx/trunk: include/loc/ include/rw/ src/

2007-11-21 Thread faridz
Author: faridz Date: Wed Nov 21 11:14:55 2007 New Revision: 597184 URL: http://svn.apache.org/viewvc?rev=597184&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> Merged r597181 from branches/4.2.x with a fix for STDCXX-594. * include/rw/_defs.h (_V3_LOCALE): Re

svn commit: r597181 - in /incubator/stdcxx/branches/4.2.x: include/loc/ include/rw/ src/

2007-11-21 Thread faridz
Author: faridz Date: Wed Nov 21 10:59:19 2007 New Revision: 597181 URL: http://svn.apache.org/viewvc?rev=597181&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-594 * include/rw/_defs.h (_V3_LOCALE): Replaced the obsolete macro with _STD. * i

svn commit: r597120 - /incubator/stdcxx/branches/4.2.x/etc/config/src/terminate.h

2007-11-21 Thread faridz
Author: faridz Date: Wed Nov 21 07:43:33 2007 New Revision: 597120 URL: http://svn.apache.org/viewvc?rev=597120&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> * terminate.h: Removed eventually inserted duplicate lines. Modified: incubator/stdcxx/branches/4.2.x/

svn commit: r597118 - in /incubator/stdcxx/branches/4.2.x/etc/config/src: LIMITS.cpp extern_template_imp.cpp

2007-11-21 Thread faridz
Author: faridz Date: Wed Nov 21 07:39:55 2007 New Revision: 597118 URL: http://svn.apache.org/viewvc?rev=597118&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> * extern_template_imp.cpp: #include replaced to #include "config.h" for consistency.

svn commit: r597117 - /incubator/stdcxx/branches/4.2.x/etc/config/src/

2007-11-21 Thread faridz
Author: faridz Date: Wed Nov 21 07:37:44 2007 New Revision: 597117 URL: http://svn.apache.org/viewvc?rev=597117&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-558 * BAD_ALLOC_COPY_CTOR.cpp: Removed unnecessary #include

svn commit: r597111 - /incubator/stdcxx/branches/4.2.x/etc/config/src/

2007-11-21 Thread faridz
Author: faridz Date: Wed Nov 21 07:23:43 2007 New Revision: 597111 URL: http://svn.apache.org/viewvc?rev=597111&view=rev Log: 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-557 * terminate.h: New header file with a definition of the std:

svn commit: r596751 - /incubator/stdcxx/trunk/etc/config/src/BAD_ALLOC_ASSIGNMENT.cpp

2007-11-20 Thread faridz
Author: faridz Date: Tue Nov 20 09:42:01 2007 New Revision: 596751 URL: http://svn.apache.org/viewvc?rev=596751&view=rev Log: 2007-11-20 Farid Zaripov <[EMAIL PROTECTED]> Merged r596750 from branches/4.2.x. * BAD_ALLOC_ASSIGNMENT.cpp: Corrected __GNUG__ macro (

svn commit: r596750 - /incubator/stdcxx/branches/4.2.x/etc/config/src/BAD_ALLOC_ASSIGNMENT.cpp

2007-11-20 Thread faridz
Author: faridz Date: Tue Nov 20 09:40:05 2007 New Revision: 596750 URL: http://svn.apache.org/viewvc?rev=596750&view=rev Log: 2007-11-20 Farid Zaripov <[EMAIL PROTECTED]> * BAD_ALLOC_ASSIGNMENT.cpp: Corrected __GNUG__ macro (was GNUG__). Modified: incubator/stdcxx/branches

svn propchange: r596356 - svn:log

2007-11-20 Thread faridz
Author: faridz Revision: 596356 Modified property: svn:log Modified: svn:log at Tue Nov 20 03:20:15 2007 -- --- svn:log (original) +++ svn:log Tue Nov 20 03:20:15 2007 @@ -1,4 +1,4 @@ 2007-11-19 Farid Zaripov <[EM

svn propchange: r596354 - svn:log

2007-11-20 Thread faridz
Author: faridz Revision: 596354 Modified property: svn:log Modified: svn:log at Tue Nov 20 03:19:47 2007 -- --- svn:log (original) +++ svn:log Tue Nov 20 03:19:47 2007 @@ -1,3 +1,4 @@ 2007-11-19 Farid Zaripov <[EM

svn propchange: r590116 - svn:log

2007-11-19 Thread faridz
Author: faridz Revision: 590116 Modified property: svn:log Modified: svn:log at Mon Nov 19 09:53:24 2007 -- --- svn:log (original) +++ svn:log Mon Nov 19 09:53:24 2007 @@ -1,6 +1,6 @@ 2007-10-30 Farid Zaripov <[EM

svn propchange: r590052 - svn:log

2007-11-19 Thread faridz
Author: faridz Revision: 590052 Modified property: svn:log Modified: svn:log at Mon Nov 19 09:52:45 2007 -- --- svn:log (original) +++ svn:log Mon Nov 19 09:52:45 2007 @@ -1,6 +1,6 @@ 2007-10-30 Farid Zaripov <[EM

svn commit: r596356 - /incubator/stdcxx/branches/4.2.x/tests/utilities/20.auto.ptr.cpp

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 08:23:21 2007 New Revision: 596356 URL: http://svn.apache.org/viewvc?rev=596356&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r596354 from trunk. * 20.auto.ptr.cpp (test_auto_ptr): Worked around bug in MSVC 7.x.

svn commit: r596354 - /incubator/stdcxx/trunk/tests/utilities/20.auto.ptr.cpp

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 08:20:27 2007 New Revision: 596354 URL: http://svn.apache.org/viewvc?rev=596354&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> * 20.auto.ptr.cpp (test_auto_ptr): Worked around bug in MSVC 7.x. Modified: incubator/stdcxx/t

svn commit: r596333 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.cpp 22.locale.ctype.is.cpp

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 07:38:20 2007 New Revision: 596333 URL: http://svn.apache.org/viewvc?rev=596333&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r596330 from branches/4.2.x * 22.locale.ctype.is (run_test<>): The compile time

svn commit: r596330 - /incubator/stdcxx/branches/4.2.x/tests/localization/22.locale.ctype.cpp

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 07:34:52 2007 New Revision: 596330 URL: http://svn.apache.org/viewvc?rev=596330&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> * 22.locale.ctype.cpp (run_test<>): The compile time checks moved to test_libstd(); The f

svn commit: r596326 - /incubator/stdcxx/branches/4.2.x/tests/localization/22.locale.ctype.cpp

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 07:27:05 2007 New Revision: 596326 URL: http://svn.apache.org/viewvc?rev=596326&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> * 22.locale.ctype.cpp (test_libstd_toupper_tolower): Added braces around multiline

svn propchange: r596324 - svn:log

2007-11-19 Thread faridz
Author: faridz Revision: 596324 Modified property: svn:log Modified: svn:log at Mon Nov 19 07:22:42 2007 -- --- svn:log (original) +++ svn:log Mon Nov 19 07:22:42 2007 @@ -1,6 +1,6 @@ 2007-11-19 Farid Zaripov <[EM

svn commit: r596324 - /incubator/stdcxx/branches/4.2.x/tests/localization/22.locale.ctype.is.cpp

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 07:18:51 2007 New Revision: 596324 URL: http://svn.apache.org/viewvc?rev=596324&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> * 22.locale.ctype.is (run_test<>): The compile time checks moved to test_libstd(); The f

svn commit: r596318 - in /incubator/stdcxx/branches/4.2.x/include: deque list.cc rw/_tree.cc vector.cc

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 06:57:10 2007 New Revision: 596318 URL: http://svn.apache.org/viewvc?rev=596318&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> Merged r596316 from trunk. * deque (_C_bufsize): Use _RWSTD_NEW_CAPACITY macro

svn commit: r596316 - in /incubator/stdcxx/trunk/include: deque list.cc rw/_tree.cc vector.cc

2007-11-19 Thread faridz
Author: faridz Date: Mon Nov 19 06:52:33 2007 New Revision: 596316 URL: http://svn.apache.org/viewvc?rev=596316&view=rev Log: 2007-11-19 Farid Zaripov <[EMAIL PROTECTED]> * deque (_C_bufsize): Use _RWSTD_NEW_CAPACITY macro instead of __rw_new_capacity().

svn commit: r595290 - in /incubator/stdcxx/trunk: doc/stdlibug/11-3.html examples/tutorial/icecream.cpp

2007-11-15 Thread faridz
Author: faridz Date: Thu Nov 15 04:36:20 2007 New Revision: 595290 URL: http://svn.apache.org/viewvc?rev=595290&view=rev Log: 2007-11-15 Farid Zaripov <[EMAIL PROTECTED]> Merged r595289 from branches/4.2.x * examples/tutorial/icecream.cpp: define eventComparator

svn commit: r595289 - in /incubator/stdcxx/branches/4.2.x: doc/stdlibug/11-3.html examples/tutorial/icecream.cpp

2007-11-15 Thread faridz
Author: faridz Date: Thu Nov 15 04:34:31 2007 New Revision: 595289 URL: http://svn.apache.org/viewvc?rev=595289&view=rev Log: 2007-11-15 Farid Zaripov <[EMAIL PROTECTED]> * examples/tutorial/icecream.cpp: define eventComparator::operator() as a const member.

svn commit: r594970 - in /incubator/stdcxx/trunk: doc/stdlibug/11-3.html examples/tutorial/icecream.cpp examples/tutorial/out/icecream.out

2007-11-14 Thread faridz
Author: faridz Date: Wed Nov 14 09:43:17 2007 New Revision: 594970 URL: http://svn.apache.org/viewvc?rev=594970&view=rev Log: 2007-11-14 Farid Zaripov <[EMAIL PROTECTED]> Merged r594966 from branches/4.2.x with a fix for STDCXX-661 * examples/tutorial/icecream.cpp (c

svn commit: r594967 - /incubator/stdcxx/branches/4.2.x/doc/stdlibug/11-3.html

2007-11-14 Thread faridz
Author: faridz Date: Wed Nov 14 09:35:49 2007 New Revision: 594967 URL: http://svn.apache.org/viewvc?rev=594967&view=rev Log: 2007-11-14 Farid Zaripov <[EMAIL PROTECTED]> * stdlibug/11-3.html: Updated example source according to changes in r594966. Modified: incuba

svn commit: r594966 - in /incubator/stdcxx/branches/4.2.x/examples/tutorial: icecream.cpp out/icecream.out

2007-11-14 Thread faridz
Author: faridz Date: Wed Nov 14 09:34:27 2007 New Revision: 594966 URL: http://svn.apache.org/viewvc?rev=594966&view=rev Log: 2007-11-14 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-661 * tutorial/icecream.cpp (class event): Removed unused operator>(). (ev

svn propchange: r594281 - svn:log

2007-11-12 Thread faridz
Author: faridz Revision: 594281 Modified property: svn:log Modified: svn:log at Mon Nov 12 12:17:35 2007 -- --- svn:log (original) +++ svn:log Mon Nov 12 12:17:35 2007 @@ -1,3 +1,3 @@ 2007-11-12 Farid Zaripov <[EM

svn commit: r594283 - /incubator/stdcxx/trunk/util/locale.cpp

2007-11-12 Thread faridz
Author: faridz Date: Mon Nov 12 12:17:15 2007 New Revision: 594283 URL: http://svn.apache.org/viewvc?rev=594283&view=rev Log: 2007-11-12 Farid Zaripov <[EMAIL PROTECTED]> Merged r594281 from branches/4.2.x * locale.cpp [_WIN32]: Added missing space in LS_1 command.

svn commit: r594281 - /incubator/stdcxx/branches/4.2.x/util/locale.cpp

2007-11-12 Thread faridz
Author: faridz Date: Mon Nov 12 12:14:57 2007 New Revision: 594281 URL: http://svn.apache.org/viewvc?rev=594281&view=rev Log: 2007-11-12 Farid Zaripov <[EMAIL PROTECTED]> * locale.cpp [_WIN32]: Added missing space in LC_1 command. Modified: incubator/stdcxx/branches/

svn propchange: r587887 - svn:log

2007-11-12 Thread faridz
Author: faridz Revision: 587887 Modified property: svn:log Modified: svn:log at Mon Nov 12 06:42:36 2007 -- --- svn:log (original) +++ svn:log Mon Nov 12 06:42:36 2007 @@ -1,6 +1,6 @@ 2007-10-24 Farid Zaripov <[EM

svn commit: r594135 - /incubator/stdcxx/trunk/tests/intro/17.names.cpp

2007-11-12 Thread faridz
Author: faridz Date: Mon Nov 12 05:51:26 2007 New Revision: 594135 URL: http://svn.apache.org/viewvc?rev=594135&view=rev Log: 2007-11-12 Farid Zaripov <[EMAIL PROTECTED]> Merged r594132 from branches/4.2.x with a fix for STDCXX-662 * 17.names.cpp [_WIN32 &&

svn commit: r594132 - /incubator/stdcxx/branches/4.2.x/tests/intro/17.names.cpp

2007-11-12 Thread faridz
Author: faridz Date: Mon Nov 12 05:49:37 2007 New Revision: 594132 URL: http://svn.apache.org/viewvc?rev=594132&view=rev Log: 2007-11-12 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-662 * 17.names.cpp [_WIN32 && 1400 <= _MSC_VER]: Added #include becaus

svn commit: r593596 - /incubator/stdcxx/trunk/tests/localization/22.locale.moneypunct.cpp

2007-11-09 Thread faridz
Author: faridz Date: Fri Nov 9 09:26:11 2007 New Revision: 593596 URL: http://svn.apache.org/viewvc?rev=593596&view=rev Log: 2007-11-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r593595 from branches/4.2.x with a fix for STDCXX-659 * 22.locale.moneypunct.cpp (check_

svn commit: r593595 - /incubator/stdcxx/branches/4.2.x/tests/localization/22.locale.moneypunct.cpp

2007-11-09 Thread faridz
Author: faridz Date: Fri Nov 9 09:24:13 2007 New Revision: 593595 URL: http://svn.apache.org/viewvc?rev=593595&view=rev Log: 2007-11-09 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-659 * 22.locale.moneypunct.cpp (check_moneypunct): Set all categories instead settin

svn commit: r593532 - /incubator/stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp

2007-11-09 Thread faridz
Author: faridz Date: Fri Nov 9 06:15:47 2007 New Revision: 593532 URL: http://svn.apache.org/viewvc?rev=593532&view=rev Log: 2007-11-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r593529 from branches/4.2.x with a fix for STDCXX-658 * 27.istream.fmat.arith.cpp (

svn propchange: r593529 - svn:log

2007-11-09 Thread faridz
Author: faridz Revision: 593529 Modified property: svn:log Modified: svn:log at Fri Nov 9 06:14:39 2007 -- --- svn:log (original) +++ svn:log Fri Nov 9 06:14:39 2007 @@ -1,5 +1,6 @@ 2007-11-09 Farid Zaripov <[EM

svn commit: r593529 - /incubator/stdcxx/branches/4.2.x/tests/iostream/27.istream.fmat.arith.cpp

2007-11-09 Thread faridz
Author: faridz Date: Fri Nov 9 06:06:15 2007 New Revision: 593529 URL: http://svn.apache.org/viewvc?rev=593529&view=rev Log: 2007-11-09 Farid Zaripov <[EMAIL PROTECTED]> * 27.istream.fmat.arith.cpp (test_llong): Corrected typename "long" to "long lo

svn commit: r593228 - /incubator/stdcxx/trunk/util/exec.cpp

2007-11-08 Thread faridz
Author: faridz Date: Thu Nov 8 09:01:25 2007 New Revision: 593228 URL: http://svn.apache.org/viewvc?rev=593228&view=rev Log: 2007-11-08 Farid Zaripov <[EMAIL PROTECTED]> Merged r593227 from branches/4.2.x * exec.cpp [_WIN32]: Added STATUS_HEAP_CORRUPTION

svn commit: r593227 - /incubator/stdcxx/branches/4.2.x/util/exec.cpp

2007-11-08 Thread faridz
Author: faridz Date: Thu Nov 8 08:58:18 2007 New Revision: 593227 URL: http://svn.apache.org/viewvc?rev=593227&view=rev Log: 2007-11-08 Farid Zaripov <[EMAIL PROTECTED]> * exec.cpp [_WIN32]: Added STATUS_HEAP_CORRUPTION to the nt_status_map (detected on Vista).

svn commit: r591332 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

2007-11-02 Thread faridz
Author: faridz Date: Fri Nov 2 07:01:09 2007 New Revision: 591332 URL: http://svn.apache.org/viewvc?rev=591332&view=rev Log: 2007-11-02 Farid Zaripov <[EMAIL PROTECTED]> Merged r591331 from branches/4.2.x * build.wsf (build): The order of running examples, tests

svn commit: r591331 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf

2007-11-02 Thread faridz
Author: faridz Date: Fri Nov 2 06:59:07 2007 New Revision: 591331 URL: http://svn.apache.org/viewvc?rev=591331&view=rev Log: 2007-11-02 Farid Zaripov <[EMAIL PROTECTED]> * build.wsf (build): The order of running examples, tests and locales on Windows arranged to th

svn commit: r591131 - /incubator/stdcxx/trunk/tests/algorithms/25.random.shuffle.cpp

2007-11-01 Thread faridz
Author: faridz Date: Thu Nov 1 12:15:55 2007 New Revision: 591131 URL: http://svn.apache.org/viewvc?rev=591131&view=rev Log: 2007-11-01 Farid Zaripov <[EMAIL PROTECTED]> Merged r591129 from branches/4.2.x with a fix for STDCXX-634 * 25.random.shuffle.cpp (test_rand

svn commit: r591129 - /incubator/stdcxx/branches/4.2.x/tests/algorithms/25.random.shuffle.cpp

2007-11-01 Thread faridz
Author: faridz Date: Thu Nov 1 12:13:12 2007 New Revision: 591129 URL: http://svn.apache.org/viewvc?rev=591129&view=rev Log: 2007-11-01 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-634 * 25.random.shuffle.cpp (test_random_shuffle): Corrected data in the re

svn commit: r590712 - /incubator/stdcxx/trunk/tests/src/process.cpp

2007-10-31 Thread faridz
Author: faridz Date: Wed Oct 31 08:19:47 2007 New Revision: 590712 URL: http://svn.apache.org/viewvc?rev=590712&view=rev Log: 2007-10-31 Travis Vitek <[EMAIL PROTECTED]> Merged r590711 from branches/4.2.x with a fix for STDCXX-625 * process.cpp (sig_handler): Don

svn commit: r590711 - /incubator/stdcxx/branches/4.2.x/tests/src/process.cpp

2007-10-31 Thread faridz
Author: faridz Date: Wed Oct 31 08:18:16 2007 New Revision: 590711 URL: http://svn.apache.org/viewvc?rev=590711&view=rev Log: 2007-10-31 Travis Vitek <[EMAIL PROTECTED]> STDCXX-625 * process.cpp (sig_handler): Don't re-register for signal from within si

svn commit: r590689 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js

2007-10-31 Thread faridz
Author: faridz Date: Wed Oct 31 07:54:34 2007 New Revision: 590689 URL: http://svn.apache.org/viewvc?rev=590689&view=rev Log: 2007-10-31 Farid Zaripov <[EMAIL PROTECTED]> Merged r590686 from branches/4.2.x * projectdef.js (projectCreateVCProject): Generate source pdb

svn commit: r590686 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/projectdef.js

2007-10-31 Thread faridz
Author: faridz Date: Wed Oct 31 07:49:24 2007 New Revision: 590686 URL: http://svn.apache.org/viewvc?rev=590686&view=rev Log: 2007-10-31 Farid Zaripov <[EMAIL PROTECTED]> * projectdef.js (projectCreateVCProject): Generate source pdb in OutDir only for static librarie

svn commit: r590300 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 12:34:45 2007 New Revision: 590300 URL: http://svn.apache.org/viewvc?rev=590300&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r590279 from branches/4.2.x * build.wsf (TimeEcho): New function to print the message with

svn propchange: r590279 - svn:log

2007-10-30 Thread faridz
Author: faridz Revision: 590279 Modified property: svn:log Modified: svn:log at Tue Oct 30 12:34:25 2007 -- --- svn:log (original) +++ svn:log Tue Oct 30 12:34:25 2007 @@ -1,4 +1,4 @@ 2007-10-30 Farid Zaripov <[EM

svn commit: r590279 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 12:32:27 2007 New Revision: 590279 URL: http://svn.apache.org/viewvc?rev=590279&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> * build.wsf (TimeEcgo): New function to print the message with timestamp. Use TimeEcho() for th

svn commit: r590272 - /incubator/stdcxx/trunk/util/exec.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 12:02:48 2007 New Revision: 590272 URL: http://svn.apache.org/viewvc?rev=590272&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r590270 from branches/4.2.x * exec.cpp [!_WIN32 && !_RWSTD_NO_PURE_C_HEAD

svn commit: r590270 - /incubator/stdcxx/branches/4.2.x/util/exec.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 12:01:06 2007 New Revision: 590270 URL: http://svn.apache.org/viewvc?rev=590270&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> * exec.cpp [!_WIN32 && !_RWSTD_NO_PURE_C_HEADERS] (kill, fdopen): Skip the functions decl

svn commit: r590185 - /incubator/stdcxx/branches/4.2.x/tests/localization/22.locale.moneypunct.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 10:45:54 2007 New Revision: 590185 URL: http://svn.apache.org/viewvc?rev=590185&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r581667 from trunk * 22.locale.moneypunct.cpp (convert): Save the name of the origi

svn commit: r590183 - /incubator/stdcxx/branches/4.2.x/tests/localization/22.locale.cons.mt.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 10:44:19 2007 New Revision: 590183 URL: http://svn.apache.org/viewvc?rev=590183&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r581946 from trunk with a fix for STDCXX-575 * 22.locale.cons.mt.cpp [_MSC_VER] (test_

svn commit: r590180 - /incubator/stdcxx/branches/4.2.x/tests/utilities/20.auto.ptr.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 10:43:05 2007 New Revision: 590180 URL: http://svn.apache.org/viewvc?rev=590180&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r585460 from trunk with a fix for STDCXX-601 * 20.auto.ptr (test_auto_ptr): Ensure

svn propchange: r590169 - svn:log

2007-10-30 Thread faridz
Author: faridz Revision: 590169 Modified property: svn:log Modified: svn:log at Tue Oct 30 10:41:39 2007 -- --- svn:log (original) +++ svn:log Tue Oct 30 10:41:39 2007 @@ -1,5 +1,5 @@ 2007-10-30 Farid Zaripov <[EM

svn commit: r590172 - /incubator/stdcxx/branches/4.2.x/tests/self/0.printf.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 10:40:42 2007 New Revision: 590172 URL: http://svn.apache.org/viewvc?rev=590172&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r583398 from trunk with a fix for STDCXX-582 * 0.printf.cpp (test_errno): Deallocate memory

svn commit: r590169 - /incubator/stdcxx/branches/4.2.x/etc/config/makefile.rules

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 10:38:40 2007 New Revision: 590169 URL: http://svn.apache.org/viewvc?rev=590169&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r583840 from trunkwith a fix for STDCXX-109 * etc/config/makefile.rules ($(CATFILE)): Make

svn commit: r590167 - in /incubator/stdcxx/branches/4.2.x/etc/config/windows: configure.wsf projects.js

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 10:29:56 2007 New Revision: 590167 URL: http://svn.apache.org/viewvc?rev=590167&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r583840 from trunk * configure.wsf (configure): Removed IncludeDir command l

svn commit: r590134 - /incubator/stdcxx/branches/4.2.x/src/time_put.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 09:08:09 2007 New Revision: 590134 URL: http://svn.apache.org/viewvc?rev=590134&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r580982 from trunk * time_put.cpp (__rw_get_date_fmat): Convert char argument

svn commit: r590132 - /incubator/stdcxx/branches/4.2.x/tests/regress/

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 09:01:33 2007 New Revision: 590132 URL: http://svn.apache.org/viewvc?rev=590132&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged /tests/regress/ from trunk * 21.string.io.stdcxx-206.cpp: Regression test for STDCXX-206.

svn commit: r590130 - /incubator/stdcxx/branches/4.2.x/util/locale.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 08:57:24 2007 New Revision: 590130 URL: http://svn.apache.org/viewvc?rev=590130&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r580981 from trunk * locale.cpp [_WIN32] (EnumLocales): New function to enumer

svn commit: r590129 - /incubator/stdcxx/branches/4.2.x/util/display.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 08:55:53 2007 New Revision: 590129 URL: http://svn.apache.org/viewvc?rev=590129&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r581626 from trunk * display.cpp (print_status_plain): Use float arithmetic when c

svn commit: r590124 - in /incubator/stdcxx/trunk/util: cmdopt.cpp exec.cpp util.cpp util.h

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 08:49:01 2007 New Revision: 590124 URL: http://svn.apache.org/viewvc?rev=590124&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r588734 from branches/4.2.x * util.h (rw_sleep, rw_signal): Declared helper

svn commit: r590118 - in /incubator/stdcxx/trunk: etc/config/src/DAYLIGHT.cpp examples/manual/insert_wchar.cpp examples/manual/mbsrtowcs.cpp include/complex.c include/complex.cc src/logic_error.cpp te

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 08:23:50 2007 New Revision: 590118 URL: http://svn.apache.org/viewvc?rev=590118&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r590060 from branches/4.2.x * etc/config/src/DAYLIGHT.cpp: Updated svn:eol-style and sv

svn commit: r590104 - in /incubator/stdcxx/trunk: etc/config/windows/configure.wsf include/rw/_config-msvcrt.h

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 08:01:00 2007 New Revision: 590104 URL: http://svn.apache.org/viewvc?rev=590104&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r586613 from branches/4.2.x * etc/config/windows/configure.wsf (configure

svn commit: r590101 - /incubator/stdcxx/trunk/src/time_put.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 07:54:10 2007 New Revision: 590101 URL: http://svn.apache.org/viewvc?rev=590101&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r587215 from branches/4.2.x with a fix for STDCXX-578 * time_put.cpp (__rw_get_timepunct):

svn commit: r590092 - in /incubator/stdcxx/trunk/tests/src: file.cpp locale.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 07:44:44 2007 New Revision: 590092 URL: http://svn.apache.org/viewvc?rev=590092&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r587712 from branches/4.2.x * locale.cpp (_XOPEN_SOURCE): Avoided #defining

svn commit: r590090 - /incubator/stdcxx/trunk/tests/src/thread.cpp

2007-10-30 Thread faridz
Author: faridz Date: Tue Oct 30 07:43:12 2007 New Revision: 590090 URL: http://svn.apache.org/viewvc?rev=590090&view=rev Log: 2007-10-30 Farid Zaripov <[EMAIL PROTECTED]> Merged r587711 from branches/4.2.x * thread.cpp [!_RWSTD_NO_PURE_C_HEADERS](popen): Declare

  1   2   3   4   5   >