[ros-diffs] [tfaber] 59354: [CRT] - Handle realloc failure in SetEnv. Based on patch by Samuel Serapión CORE-7306 #resolve

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 06:04:58 2013 New Revision: 59354 URL: http://svn.reactos.org/svn/reactos?rev=59354view=rev Log: [CRT] - Handle realloc failure in SetEnv. Based on patch by Samuel Serapión CORE-7306 #resolve Modified: trunk/reactos/lib/sdk/crt/misc/environ.c Modified:

[ros-diffs] [tfaber] 59355: [KERNEL32] - Fix use of uninitialized variables in failure case. Patch by Samuel Serapión CORE-7302 #resolve

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 06:08:57 2013 New Revision: 59355 URL: http://svn.reactos.org/svn/reactos?rev=59355view=rev Log: [KERNEL32] - Fix use of uninitialized variables in failure case. Patch by Samuel Serapión CORE-7302 #resolve Modified:

[ros-diffs] [tfaber] 59356: [QUARTZ_WINETEST] - Skip dsoundrender, filtergraph, misc, videorenderer tests because they cause testbot timeouts. ROSTESTS-116

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 08:36:39 2013 New Revision: 59356 URL: http://svn.reactos.org/svn/reactos?rev=59356view=rev Log: [QUARTZ_WINETEST] - Skip dsoundrender, filtergraph, misc, videorenderer tests because they cause testbot timeouts. ROSTESTS-116 Modified:

[ros-diffs] [tfaber] 59357: [SVCHOST] - Convert tabs to spaces. No code changes.

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 11:10:28 2013 New Revision: 59357 URL: http://svn.reactos.org/svn/reactos?rev=59357view=rev Log: [SVCHOST] - Convert tabs to spaces. No code changes. Modified: trunk/reactos/base/services/svchost/svchost.c trunk/reactos/base/services/svchost/svchost.h

[ros-diffs] [tfaber] 59358: [SVCHOST] - Yoda logic fix you must. No functional changes.

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 11:41:05 2013 New Revision: 59358 URL: http://svn.reactos.org/svn/reactos?rev=59358view=rev Log: [SVCHOST] - Yoda logic fix you must. No functional changes. Modified: trunk/reactos/base/services/svchost/svchost.c Modified:

[ros-diffs] [tfaber] 59359: [SVCHOST] - Make WCHARs explicit

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 11:46:13 2013 New Revision: 59359 URL: http://svn.reactos.org/svn/reactos?rev=59359view=rev Log: [SVCHOST] - Make WCHARs explicit Modified: trunk/reactos/base/services/svchost/svchost.c trunk/reactos/base/services/svchost/svchost.h Modified:

[ros-diffs] [tfaber] 59360: [SVCHOST] - Fix various incorrect buffer size calculations - Don't expand environment variables in REG_SZ values - Repair all DPRINTs - Other misc fixes CORE-7296 #resolve

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 13:01:35 2013 New Revision: 59360 URL: http://svn.reactos.org/svn/reactos?rev=59360view=rev Log: [SVCHOST] - Fix various incorrect buffer size calculations - Don't expand environment variables in REG_SZ values - Repair all DPRINTs - Other misc fixes CORE-7296

[ros-diffs] [tfaber] 59361: [DESK.CPL] - Fix wrong buffer usage CORE-7300 #resolve

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 13:05:52 2013 New Revision: 59361 URL: http://svn.reactos.org/svn/reactos?rev=59361view=rev Log: [DESK.CPL] - Fix wrong buffer usage CORE-7300 #resolve Modified: trunk/reactos/dll/cpl/desk/general.c Modified: trunk/reactos/dll/cpl/desk/general.c URL:

[ros-diffs] [tfaber] 59362: [KMTESTS:MM] - Gracefully handle file open failure in ZwCreateSection test. Patch by Aleksandar Andrejevic. ROSTESTS-115 #resolve

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 13:10:30 2013 New Revision: 59362 URL: http://svn.reactos.org/svn/reactos?rev=59362view=rev Log: [KMTESTS:MM] - Gracefully handle file open failure in ZwCreateSection test. Patch by Aleksandar Andrejevic. ROSTESTS-115 #resolve Modified:

[ros-diffs] [tfaber] 59363: [GETUNAME] - Implement GetUName. Patch by Baruch Rutman. CORE-7264 #resolve #comment Awesome, thanks! Committed in r59363.

2013-06-29 Thread tfaber
Author: tfaber Date: Sat Jun 29 13:44:17 2013 New Revision: 59363 URL: http://svn.reactos.org/svn/reactos?rev=59363view=rev Log: [GETUNAME] - Implement GetUName. Patch by Baruch Rutman. CORE-7264 #resolve #comment Awesome, thanks! Committed in r59363. Added:

[ros-diffs] [hbelusca] 59364: [MUP] Return STATUS_OBJECT_NAME_INVALID instead of STATUS_BAD_NETWORK_PATH, fixes some tests (kernel32:FindFiles in particular).

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 14:03:04 2013 New Revision: 59364 URL: http://svn.reactos.org/svn/reactos?rev=59364view=rev Log: [MUP] Return STATUS_OBJECT_NAME_INVALID instead of STATUS_BAD_NETWORK_PATH, fixes some tests (kernel32:FindFiles in particular). Modified:

[ros-diffs] [tkreuzer] 59365: [CRT] Fix exponential notation precision in scanf Patch by dmitry216 CORE-7010 #resolve

2013-06-29 Thread tkreuzer
Author: tkreuzer Date: Sat Jun 29 14:55:01 2013 New Revision: 59365 URL: http://svn.reactos.org/svn/reactos?rev=59365view=rev Log: [CRT] Fix exponential notation precision in scanf Patch by dmitry216 CORE-7010 #resolve Modified: trunk/reactos/lib/sdk/crt/string/scanf.h Modified:

[ros-diffs] [hbelusca] 59366: [RTL:PATH] - Use UNICODE markers for characters (the L'.' symbol for example) (i.e. fix code originating from Wine). - Accept NULL Path/FileName in RtlDosSearchPath_U (fi

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 15:29:09 2013 New Revision: 59366 URL: http://svn.reactos.org/svn/reactos?rev=59366view=rev Log: [RTL:PATH] - Use UNICODE markers for characters (the L'.' symbol for example) (i.e. fix code originating from Wine). - Accept NULL Path/FileName in

[ros-diffs] [spetreolle] 59367: [SHELL32] Properly disable DDE tests.

2013-06-29 Thread spetreolle
Author: spetreolle Date: Sat Jun 29 17:35:05 2013 New Revision: 59367 URL: http://svn.reactos.org/svn/reactos?rev=59367view=rev Log: [SHELL32] Properly disable DDE tests. Modified: trunk/rostests/winetests/shell32/CMakeLists.txt trunk/rostests/winetests/shell32/progman_dde.c

[ros-diffs] [spetreolle] 59368: [SHELL32] Fix MSVC build.

2013-06-29 Thread spetreolle
Author: spetreolle Date: Sat Jun 29 17:46:24 2013 New Revision: 59368 URL: http://svn.reactos.org/svn/reactos?rev=59368view=rev Log: [SHELL32] Fix MSVC build. Modified: trunk/rostests/winetests/shell32/progman_dde.c Modified: trunk/rostests/winetests/shell32/progman_dde.c URL:

[ros-diffs] [ekohl] 59369: [LSALIB] - Implement LsaConnectUntrusted. - Remove dead code. - LsaRegisterLogonProcess: Fix ConnectInfo.Status check.

2013-06-29 Thread ekohl
Author: ekohl Date: Sat Jun 29 18:45:45 2013 New Revision: 59369 URL: http://svn.reactos.org/svn/reactos?rev=59369view=rev Log: [LSALIB] - Implement LsaConnectUntrusted. - Remove dead code. - LsaRegisterLogonProcess: Fix ConnectInfo.Status check. Modified: trunk/reactos/lib/lsalib/lsa.c

[ros-diffs] [hbelusca] 59370: [REGEDIT] Code formatting only.

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 19:05:15 2013 New Revision: 59370 URL: http://svn.reactos.org/svn/reactos?rev=59370view=rev Log: [REGEDIT] Code formatting only. Modified: trunk/reactos/base/applications/regedit/settings.c Modified: trunk/reactos/base/applications/regedit/settings.c URL:

[ros-diffs] [hbelusca] 59371: [REGEDIT] Fix tree-view's image-list handle leakage when application quits. Loosely based on a patch by Edijs Kolesnicovičs and Grégory Macário Harbs NOTE: Always cleanup

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 19:22:00 2013 New Revision: 59371 URL: http://svn.reactos.org/svn/reactos?rev=59371view=rev Log: [REGEDIT] Fix tree-view's image-list handle leakage when application quits. Loosely based on a patch by Edijs Kolesnicovičs and Grégory Macário Harbs NOTE: Always

[ros-diffs] [ekohl] 59372: [MSPORTS] - Add the port settings page for parallel ports. - Implement ParallelPortPropPageProvider.

2013-06-29 Thread ekohl
Author: ekohl Date: Sat Jun 29 19:25:31 2013 New Revision: 59372 URL: http://svn.reactos.org/svn/reactos?rev=59372view=rev Log: [MSPORTS] - Add the port settings page for parallel ports. - Implement ParallelPortPropPageProvider. Added: trunk/reactos/dll/win32/msports/parallel.c (with

[ros-diffs] [hbelusca] 59373: [FREELDR] Fix extended and control characters handling in text-boxes. We don't show anymore strange characters when pressing on, e.g. up or down arrows anymore. Also, fix

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 20:22:36 2013 New Revision: 59373 URL: http://svn.reactos.org/svn/reactos?rev=59373view=rev Log: [FREELDR] Fix extended and control characters handling in text-boxes. We don't show anymore strange characters when pressing on, e.g. up or down arrows anymore.

[ros-diffs] [aandrejevic] 59374: [NTVDM] Fix several bugs. Implement some interrupt 1Ah services in the BIOS.

2013-06-29 Thread aandrejevic
Author: aandrejevic Date: Sat Jun 29 21:37:44 2013 New Revision: 59374 URL: http://svn.reactos.org/svn/reactos?rev=59374view=rev Log: [NTVDM] Fix several bugs. Implement some interrupt 1Ah services in the BIOS. Modified: branches/ntvdm/subsystems/ntvdm/bios.c

[ros-diffs] [akhaldi] 59375: [CMD_WINETEST] * Import from Wine 1.5.26.

2013-06-29 Thread akhaldi
Author: akhaldi Date: Sat Jun 29 21:38:34 2013 New Revision: 59375 URL: http://svn.reactos.org/svn/reactos?rev=59375view=rev Log: [CMD_WINETEST] * Import from Wine 1.5.26. Added: trunk/rostests/winetests/cmd/ (with props) trunk/rostests/winetests/cmd/CMakeLists.txt (with props)

[ros-diffs] [hbelusca] 59377: [CMD] Fix some whitespace and misspellings (part 1/x)

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 23:18:27 2013 New Revision: 59377 URL: http://svn.reactos.org/svn/reactos?rev=59377view=rev Log: [CMD] Fix some whitespace and misspellings (part 1/x) Modified: trunk/reactos/base/shell/cmd/cmd.rc trunk/reactos/base/shell/cmd/readme.txt

[ros-diffs] [hbelusca] 59378: [CMD] Fix whitespace (part 2/x) (convert tabs into 4-space indent).

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sat Jun 29 23:50:13 2013 New Revision: 59378 URL: http://svn.reactos.org/svn/reactos?rev=59378view=rev Log: [CMD] Fix whitespace (part 2/x) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/batch.h trunk/reactos/base/shell/cmd/cmd.h

[ros-diffs] [hbelusca] 59379: [CMD] Fix whitespace (part 3/x) (convert tabs into 4-space indent).

2013-06-29 Thread hbelusca
Author: hbelusca Date: Sun Jun 30 00:08:43 2013 New Revision: 59379 URL: http://svn.reactos.org/svn/reactos?rev=59379view=rev Log: [CMD] Fix whitespace (part 3/x) (convert tabs into 4-space indent). Modified: trunk/reactos/base/shell/cmd/alias.c trunk/reactos/base/shell/cmd/assoc.c

[ros-diffs] [tfaber] 59380: [EXPLORER] - Don't intentionally break on MSVC. I'm too lazy to change all of these to __REACTOS__, and it's a hack anyway... CORE-7335

2013-06-29 Thread tfaber
Author: tfaber Date: Sun Jun 30 05:49:53 2013 New Revision: 59380 URL: http://svn.reactos.org/svn/reactos?rev=59380view=rev Log: [EXPLORER] - Don't intentionally break on MSVC. I'm too lazy to change all of these to __REACTOS__, and it's a hack anyway... CORE-7335 Modified: