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=597111view=rev Log: 2007-11-21 Farid Zaripov [EMAIL PROTECTED] STDCXX-557 * terminate.h: New header file with a definition of the std::terminate(). *

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=597117view=rev Log: 2007-11-21 Farid Zaripov [EMAIL PROTECTED] STDCXX-558 * BAD_ALLOC_COPY_CTOR.cpp: Removed unnecessary #include config.h. *

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=597118view=rev Log: 2007-11-21 Farid Zaripov [EMAIL PROTECTED] * extern_template_imp.cpp: #include config.h replaced to #include config.h for consistency. *

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=597181view=rev Log: 2007-11-21 Farid Zaripov [EMAIL PROTECTED] STDCXX-594 * include/rw/_defs.h (_V3_LOCALE): Replaced the obsolete macro with _STD. *

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=597184view=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): Replaced the

svn commit: r597265 - /incubator/stdcxx/branches/4.2.x/src/messages.cpp

2007-11-21 Thread sebor
Author: sebor Date: Wed Nov 21 15:40:43 2007 New Revision: 597265 URL: http://svn.apache.org/viewvc?rev=597265view=rev Log: 2007-11-20 Travis Vitek [EMAIL PROTECTED] STDCXX-607 * messages.cpp (__rw_cat_close): Put lock guard into local scope to avoid recursive acquire on

svn commit: r597266 - /incubator/stdcxx/trunk/src/messages.cpp

2007-11-21 Thread sebor
Author: sebor Date: Wed Nov 21 15:45:28 2007 New Revision: 597266 URL: http://svn.apache.org/viewvc?rev=597266view=rev Log: 2007-11-20 Travis Vitek [EMAIL PROTECTED] Merged rev 597265 with a fix for STDCXX-607 from branches/4.2.x. * src/messages.cpp (__rw_cat_close): Put lock

svn commit: r597267 - /incubator/stdcxx/branches/4.2.x/tests/src/printf.cpp

2007-11-21 Thread sebor
Author: sebor Date: Wed Nov 21 16:06:15 2007 New Revision: 597267 URL: http://svn.apache.org/viewvc?rev=597267view=rev Log: 2007-11-16 Travis Vitek [EMAIL PROTECTED] STDCXX-649 * printf.cpp (_rw_fmtinteger): Implement `z' format specifier support to avoid issues on

svn commit: r597271 - /incubator/stdcxx/trunk/tests/src/printf.cpp

2007-11-21 Thread sebor
Author: sebor Date: Wed Nov 21 16:09:54 2007 New Revision: 597271 URL: http://svn.apache.org/viewvc?rev=597271view=rev Log: 2007-11-16 Travis Vitek [EMAIL PROTECTED] Merged rev 597267 with a fix for STDCXX-649 from branches/4.2.x. * tests/src/printf.cpp (_rw_fmtinteger):