svn commit: r452794 - /incubator/stdcxx/trunk/etc/config/src/THREAD_SAFE_EXCEPTIONS.cpp

2006-10-04 Thread faridz
Author: faridz Date: Wed Oct 4 01:37:31 2006 New Revision: 452794 URL: http://svn.apache.org/viewvc?view=revrev=452794 Log: 2006-10-04 Farid Zaripov [EMAIL PROTECTED] * THREAD_SAFE_EXCEPTIONS.cpp [_WIN32]: disable displaying general protection fault message box Modified:

svn commit: r452797 - /incubator/stdcxx/trunk/util/output.cpp

2006-10-04 Thread faridz
Author: faridz Date: Wed Oct 4 01:40:08 2006 New Revision: 452797 URL: http://svn.apache.org/viewvc?view=revrev=452797 Log: 2006-10-04 Farid Zaripov [EMAIL PROTECTED] * output.cpp (check_example): swapped size and count parameters of fread() call Modified:

svn commit: r452852 - /incubator/stdcxx/trunk/src/exception.cpp

2006-10-04 Thread faridz
Author: faridz Date: Wed Oct 4 04:39:17 2006 New Revision: 452852 URL: http://svn.apache.org/viewvc?view=revrev=452852 Log: 2006-10-04 Farid Zaripov [EMAIL PROTECTED] * exception.cpp [_MSC_VER]: #undefined _RWSTD_NO_VSNPRINTF after #define vsnprintf _vsnprintf Modified:

svn commit: r453065 - /incubator/stdcxx/trunk/include/vector.cc

2006-10-04 Thread sebor
Author: sebor Date: Wed Oct 4 16:39:55 2006 New Revision: 453065 URL: http://svn.apache.org/viewvc?view=revrev=453065 Log: 2006-10-04 Martin Sebor [EMAIL PROTECTED] STDCXX-294 * vector.cc (_C_insert_n): Corrected logic error. Modified: