[ros-diffs] [hbelusca] 57536: [CRT] Use a temporary buffer to parse the program's arguments, instead of using (and thus overwriting) the _a/wcmdln variable. Fix msvcrt_apitest:CommandLine test. CORE-6

2012-10-10 Thread hbelusca
Author: hbelusca Date: Thu Oct 11 00:30:57 2012 New Revision: 57536 URL: http://svn.reactos.org/svn/reactos?rev=57536&view=rev Log: [CRT] Use a temporary buffer to parse the program's arguments, instead of using (and thus overwriting) the _a/wcmdln variable. Fix msvcrt_apitest:CommandLine test.

[ros-diffs] [jgardou] 57535: [GDI32] - Assume that the provided buffer size is maximal in GetDIBits [WIN32K] - Probe buffer before writing to it - Fail DIB Section creation if palette creation failed

2012-10-10 Thread jgardou
Author: jgardou Date: Wed Oct 10 23:05:38 2012 New Revision: 57535 URL: http://svn.reactos.org/svn/reactos?rev=57535&view=rev Log: [GDI32] - Assume that the provided buffer size is maximal in GetDIBits [WIN32K] - Probe buffer before writing to it - Fail DIB Section creation if palette creation

[ros-diffs] [hbelusca] 57534: [MSVCRT:APITEST] Modify the test for GetModuleFileName, should work better now.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:56:27 2012 New Revision: 57534 URL: http://svn.reactos.org/svn/reactos?rev=57534&view=rev Log: [MSVCRT:APITEST] Modify the test for GetModuleFileName, should work better now. Modified: trunk/rostests/apitests/msvcrt/CommandLine.c Modified: trunk/rostests/

[ros-diffs] [hbelusca] 57533: [MSVCRT:APITEST] Update a comment. No code changes.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:23:49 2012 New Revision: 57533 URL: http://svn.reactos.org/svn/reactos?rev=57533&view=rev Log: [MSVCRT:APITEST] Update a comment. No code changes. Modified: trunk/rostests/apitests/msvcrt/CommandLine.c Modified: trunk/rostests/apitests/msvcrt/CommandLine.

[ros-diffs] [hbelusca] 57532: [BOOTDATA] Remove unneeded %SystemRoot%\bin\data value in PATH environment variable.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:20:25 2012 New Revision: 57532 URL: http://svn.reactos.org/svn/reactos?rev=57532&view=rev Log: [BOOTDATA] Remove unneeded %SystemRoot%\bin\data value in PATH environment variable. Modified: trunk/reactos/boot/bootdata/hivesys_amd64.inf trunk/reactos/bo

[ros-diffs] [hbelusca] 57531: [MSVCRT:APITEST] Update CommandLine test.

2012-10-10 Thread hbelusca
Author: hbelusca Date: Wed Oct 10 21:19:45 2012 New Revision: 57531 URL: http://svn.reactos.org/svn/reactos?rev=57531&view=rev Log: [MSVCRT:APITEST] Update CommandLine test. Modified: trunk/rostests/apitests/msvcrt/CommandLine.c Modified: trunk/rostests/apitests/msvcrt/CommandLine.c URL: ht

[ros-diffs] [mnordell] 57530: Hopefully fix a MultiByteToWideChar issue with UTF8.

2012-10-10 Thread mnordell
Author: mnordell Date: Wed Oct 10 20:33:45 2012 New Revision: 57530 URL: http://svn.reactos.org/svn/reactos?rev=57530&view=rev Log: Hopefully fix a MultiByteToWideChar issue with UTF8. Modified: trunk/reactos/dll/win32/kernel32/winnls/string/nls.c Modified: trunk/reactos/dll/win32/kernel32/w

[ros-diffs] [mnordell] 57529: Test for MultiByteToWideChar added. Still needs alot fleshing out.

2012-10-10 Thread mnordell
Author: mnordell Date: Wed Oct 10 19:10:49 2012 New Revision: 57529 URL: http://svn.reactos.org/svn/reactos?rev=57529&view=rev Log: Test for MultiByteToWideChar added. Still needs alot fleshing out. Added: trunk/rostests/apitests/kernel32/MultiByteToWideChar.c (with props) Modified: tru