svn commit: r555657 - in /incubator/stdcxx/trunk/util: exec.cpp runall.cpp

2007-07-12 Thread faridz
Author: faridz Date: Thu Jul 12 08:19:20 2007 New Revision: 555657 URL: http://svn.apache.org/viewvc?view=revrev=555657 Log: 2007-07-12 Farid Zaripov [EMAIL PROTECTED] * exec.cpp [WIN32]: Added map between NT_STATUS values and UNIX signals. (exec_file) [WIN32]: Translate exit

svn commit: r555685 - /incubator/stdcxx/trunk/etc/config/makefile.rules

2007-07-12 Thread sebor
Author: sebor Date: Thu Jul 12 09:27:43 2007 New Revision: 555685 URL: http://svn.apache.org/viewvc?view=revrev=555685 Log: 2007-07-12 Martin Sebor [EMAIL PROTECTED] * makefile.rules (makedep): Quoted the definition of the shell variable depflags in case it contains spaces (as

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

2007-07-12 Thread sebor
Author: sebor Date: Thu Jul 12 13:33:49 2007 New Revision: 555749 URL: http://svn.apache.org/viewvc?view=revrev=555749 Log: 2007-07-12 Martin Sebor [EMAIL PROTECTED] * 0.printf.cpp (test_errno): Exercised %{m} and %{*m} with errno of 0. Modified:

svn commit: r555789 - in /incubator/stdcxx/trunk/tests/src: fmt_bits.cpp fmt_defs.h printf.cpp

2007-07-12 Thread sebor
Author: sebor Date: Thu Jul 12 15:00:35 2007 New Revision: 555789 URL: http://svn.apache.org/viewvc?view=revrev=555789 Log: 2007-07-12 Martin Sebor [EMAIL PROTECTED] * fmt_defs.h (_rw_fmtlasterror): Declared new function to format Windows GetLastError() messages. *