[ros-diffs] [tfaber] 66950: [NTOS:MM] - Do not track failed pool allocations as successful CORE-9440 #resolve

2015-03-29 Thread tfaber
Author: tfaber Date: Sun Mar 29 10:02:47 2015 New Revision: 66950 URL: http://svn.reactos.org/svn/reactos?rev=66950view=rev Log: [NTOS:MM] - Do not track failed pool allocations as successful CORE-9440 #resolve Modified: trunk/reactos/ntoskrnl/mm/ARM3/expool.c Modified:

[ros-diffs] [tkreuzer] 66952: [CMAKE/BOOTDATA] Implement support for decentralized registry inf files. This is done with the new add_registry_inf() cmake function, which takes one or more inf files, w

2015-03-29 Thread tkreuzer
Author: tkreuzer Date: Sun Mar 29 11:38:05 2015 New Revision: 66952 URL: http://svn.reactos.org/svn/reactos?rev=66952view=rev Log: [CMAKE/BOOTDATA] Implement support for decentralized registry inf files. This is done with the new add_registry_inf() cmake function, which takes one or more inf

[ros-diffs] [janderwald] 66966: - silence traces

2015-03-29 Thread janderwald
Author: janderwald Date: Sun Mar 29 16:02:40 2015 New Revision: 66966 URL: http://svn.reactos.org/svn/reactos?rev=66966view=rev Log: - silence traces Modified: trunk/reactos/drivers/ksfilter/swenum/swenum.c Modified: trunk/reactos/drivers/ksfilter/swenum/swenum.c URL:

[ros-diffs] [tfaber] 66960: [NTDLL_APITEST] - Also test decreasing the size in RtlReAllocateHeap. Patch by Mark Jansen. CORE-9441

2015-03-29 Thread tfaber
Author: tfaber Date: Sun Mar 29 14:47:21 2015 New Revision: 66960 URL: http://svn.reactos.org/svn/reactos?rev=66960view=rev Log: [NTDLL_APITEST] - Also test decreasing the size in RtlReAllocateHeap. Patch by Mark Jansen. CORE-9441 Modified: trunk/rostests/apitests/ntdll/RtlReAllocateHeap.c

[ros-diffs] [akhaldi] 66961: [SAMSRV] Add Italian translation. By Carlo Bramini. CORE-9438

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 14:47:40 2015 New Revision: 66961 URL: http://svn.reactos.org/svn/reactos?rev=66961view=rev Log: [SAMSRV] Add Italian translation. By Carlo Bramini. CORE-9438 Added: trunk/reactos/dll/win32/samsrv/lang/it-IT.rc (with props) Modified:

[ros-diffs] [gadamopoulos] 66962: [TEST.H] - Add an additional new line before showing the test results. Some log commands print their lines in multiple print commands. As a result the results line ca

2015-03-29 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 29 14:51:02 2015 New Revision: 66962 URL: http://svn.reactos.org/svn/reactos?rev=66962view=rev Log: [TEST.H] - Add an additional new line before showing the test results. Some log commands print their lines in multiple print commands. As a result the results

[ros-diffs] [hbelusca] 66963: [NTVDM]: Introduce the possibility to compile multiple x86-16bit ASM files by using the trick of concatenating them in correct order so that the resulting file is a compi

2015-03-29 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 14:51:14 2015 New Revision: 66963 URL: http://svn.reactos.org/svn/reactos?rev=66963view=rev Log: [NTVDM]: Introduce the possibility to compile multiple x86-16bit ASM files by using the trick of concatenating them in correct order so that the resulting file is a

[ros-diffs] [akhaldi] 66964: [SETUPAPI] Adopt SetupGetInfFileListW() from Wine Staging 1.7.37. Based on the work of Victor Martinez with my updates. CORE-9431 CORE-9246

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 15:07:27 2015 New Revision: 66964 URL: http://svn.reactos.org/svn/reactos?rev=66964view=rev Log: [SETUPAPI] Adopt SetupGetInfFileListW() from Wine Staging 1.7.37. Based on the work of Victor Martinez with my updates. CORE-9431 CORE-9246 Modified:

[ros-diffs] [janderwald] 66967: - silence traces

2015-03-29 Thread janderwald
Author: janderwald Date: Sun Mar 29 16:08:14 2015 New Revision: 66967 URL: http://svn.reactos.org/svn/reactos?rev=66967view=rev Log: - silence traces Modified: trunk/reactos/drivers/ksfilter/ks/swenum.c Modified: trunk/reactos/drivers/ksfilter/ks/swenum.c URL:

[ros-diffs] [hbelusca] 66965: [ACPI:BUS]: Fix dereferencing NULL pointers in acpi_bus_notify. By Victor Martinez with small adaptation by me. CORE-8271

2015-03-29 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 15:49:03 2015 New Revision: 66965 URL: http://svn.reactos.org/svn/reactos?rev=66965view=rev Log: [ACPI:BUS]: Fix dereferencing NULL pointers in acpi_bus_notify. By Victor Martinez with small adaptation by me. CORE-8271 Modified:

[ros-diffs] [akhaldi] 66956: [WSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 13:54:08 2015 New Revision: 66956 URL: http://svn.reactos.org/svn/reactos?rev=66956view=rev Log: [WSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246 Modified: trunk/rostests/winetests/wscript/run.c Modified: trunk/rostests/winetests/wscript/run.c

[ros-diffs] [akhaldi] 66957: [CSCRIPT] Add missing user32 import lib. Fixes build.

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 13:58:24 2015 New Revision: 66957 URL: http://svn.reactos.org/svn/reactos?rev=66957view=rev Log: [CSCRIPT] Add missing user32 import lib. Fixes build. Modified: trunk/reactos/base/applications/cmdutils/cscript/CMakeLists.txt Modified:

[ros-diffs] [tfaber] 66958: [NTDLL_APITEST] - Add a test for RtlReAllocateHeap -- shows that it doesn't handle allocations larger than 0x7f000 correctly in ROS CORE-9441

2015-03-29 Thread tfaber
Author: tfaber Date: Sun Mar 29 14:07:00 2015 New Revision: 66958 URL: http://svn.reactos.org/svn/reactos?rev=66958view=rev Log: [NTDLL_APITEST] - Add a test for RtlReAllocateHeap -- shows that it doesn't handle allocations larger than 0x7f000 correctly in ROS CORE-9441 Added:

[ros-diffs] [tfaber] 66959: [RTL] - HEAP_ENTRY::Size is in bytes for HEAP_ENTRY_VIRTUAL_ALLOC allocations. Save it accordingly CORE-9441

2015-03-29 Thread tfaber
Author: tfaber Date: Sun Mar 29 14:10:20 2015 New Revision: 66959 URL: http://svn.reactos.org/svn/reactos?rev=66959view=rev Log: [RTL] - HEAP_ENTRY::Size is in bytes for HEAP_ENTRY_VIRTUAL_ALLOC allocations. Save it accordingly CORE-9441 Modified: trunk/reactos/lib/rtl/heap.c Modified:

[ros-diffs] [akhaldi] 66953: [WSHOM.OCX] Sync with Wine Staging 1.7.37. CORE-9246

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 13:35:37 2015 New Revision: 66953 URL: http://svn.reactos.org/svn/reactos?rev=66953view=rev Log: [WSHOM.OCX] Sync with Wine Staging 1.7.37. CORE-9246 Modified: trunk/reactos/dll/win32/wshom.ocx/CMakeLists.txt trunk/reactos/dll/win32/wshom.ocx/shell.c

[ros-diffs] [akhaldi] 66954: [WSHOM_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 13:36:03 2015 New Revision: 66954 URL: http://svn.reactos.org/svn/reactos?rev=66954view=rev Log: [WSHOM_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246 Modified: trunk/rostests/winetests/wshom/CMakeLists.txt trunk/rostests/winetests/wshom/wshom.c

[ros-diffs] [akhaldi] 66955: [WSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 13:53:55 2015 New Revision: 66955 URL: http://svn.reactos.org/svn/reactos?rev=66955view=rev Log: [WSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246 Modified: trunk/reactos/base/applications/cmdutils/wscript/CMakeLists.txt

[ros-diffs] [akhaldi] 66970: * Back down r66964 for now.

2015-03-29 Thread akhaldi
Author: akhaldi Date: Sun Mar 29 17:22:16 2015 New Revision: 66970 URL: http://svn.reactos.org/svn/reactos?rev=66970view=rev Log: * Back down r66964 for now. Modified: trunk/reactos/dll/win32/setupapi/parser.c Modified: trunk/reactos/dll/win32/setupapi/parser.c URL:

[ros-diffs] [jimtabor] 66968: [NtUser] - Fix the transfer of a global cursor while using ATI. See CORE-9436.

2015-03-29 Thread jimtabor
Author: jimtabor Date: Sun Mar 29 16:25:50 2015 New Revision: 66968 URL: http://svn.reactos.org/svn/reactos?rev=66968view=rev Log: [NtUser] - Fix the transfer of a global cursor while using ATI. See CORE-9436. Modified: trunk/reactos/win32ss/user/ntuser/input.c Modified:

[ros-diffs] [spetreolle] 66971: [PCNET] MiTestCard: Fix traces. Display BCR4 value (physical link state.)

2015-03-29 Thread spetreolle
Author: spetreolle Date: Sun Mar 29 17:46:44 2015 New Revision: 66971 URL: http://svn.reactos.org/svn/reactos?rev=66971view=rev Log: [PCNET] MiTestCard: Fix traces. Display BCR4 value (physical link state.) Modified: trunk/reactos/drivers/network/dd/pcnet/pcnet.c Modified:

[ros-diffs] [tkreuzer] 66969: [I8042PRT] Silence debug prints

2015-03-29 Thread tkreuzer
Author: tkreuzer Date: Sun Mar 29 17:06:40 2015 New Revision: 66969 URL: http://svn.reactos.org/svn/reactos?rev=66969view=rev Log: [I8042PRT] Silence debug prints Modified: trunk/reactos/drivers/input/i8042prt/hwhacks.c Modified: trunk/reactos/drivers/input/i8042prt/hwhacks.c URL:

[ros-diffs] [tfaber] 66949: [WSCRIPT] - Mark as GUI app CORE-9439

2015-03-29 Thread tfaber
Author: tfaber Date: Sun Mar 29 07:48:38 2015 New Revision: 66949 URL: http://svn.reactos.org/svn/reactos?rev=66949view=rev Log: [WSCRIPT] - Mark as GUI app CORE-9439 Modified: trunk/reactos/base/applications/cmdutils/wscript/CMakeLists.txt Modified:

[ros-diffs] [tkreuzer] 66951: [USETUP] Upgrade a few DPRINT to DPRINT1 for failure cases.

2015-03-29 Thread tkreuzer
Author: tkreuzer Date: Sun Mar 29 11:29:02 2015 New Revision: 66951 URL: http://svn.reactos.org/svn/reactos?rev=66951view=rev Log: [USETUP] Upgrade a few DPRINT to DPRINT1 for failure cases. Modified: trunk/reactos/base/setup/usetup/interface/usetup.c

[ros-diffs] [hbelusca] 66972: [SORT] - Don't leak memory, see CORE-8205 for more details. - Replace tabs with spaces.

2015-03-29 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 22:26:24 2015 New Revision: 66972 URL: http://svn.reactos.org/svn/reactos?rev=66972view=rev Log: [SORT] - Don't leak memory, see CORE-8205 for more details. - Replace tabs with spaces. Modified: trunk/reactos/base/applications/cmdutils/sort/sort.c Modified: