[ros-diffs] [hbelusca] 76029: [CMD]: New CTTY command. - Introduce back the CTTY command (that normally only exists on DOS versions of COMMAND.COM but doesn't on Windows NT' CMD.EXE), whose aim is to

2017-10-02 Thread hbelusca
Author: hbelusca Date: Mon Oct 2 17:03:01 2017 New Revision: 76029 URL: http://svn.reactos.org/svn/reactos?rev=76029=rev Log: [CMD]: New CTTY command. - Introduce back the CTTY command (that normally only exists on DOS versions of COMMAND.COM but doesn't on Windows NT' CMD.EXE), whose aim

[ros-diffs] [hbelusca] 76024: [CMD]: Fix inclusion order.

2017-10-01 Thread hbelusca
Author: hbelusca Date: Sun Oct 1 16:33:33 2017 New Revision: 76024 URL: http://svn.reactos.org/svn/reactos?rev=76024=rev Log: [CMD]: Fix inclusion order. Modified: trunk/reactos/base/shell/cmd/precomp.h Modified: trunk/reactos/base/shell/cmd/precomp.h URL: http://svn.reactos.org/svn

[ros-diffs] [hbelusca] 76023: [CMD]: Use the CONUTILS library (Part 1/x) for an uniform and consistent experience across command-line tools. - Make most of CMD use the conutils library. This means tha

2017-10-01 Thread hbelusca
Author: hbelusca Date: Sun Oct 1 16:30:39 2017 New Revision: 76023 URL: http://svn.reactos.org/svn/reactos?rev=76023=rev Log: [CMD]: Use the CONUTILS library (Part 1/x) for an uniform and consistent experience across command-line tools. - Make most of CMD use the conutils library. This means

[ros-diffs] [hbelusca] 76022: [CONUTILS]: Add some string resources functions that can support a specified hModule parameter, and add small construction helpers for CON_SCREEN and CON_PAGER.

2017-10-01 Thread hbelusca
Author: hbelusca Date: Sun Oct 1 16:03:44 2017 New Revision: 76022 URL: http://svn.reactos.org/svn/reactos?rev=76022=rev Log: [CONUTILS]: Add some string resources functions that can support a specified hModule parameter, and add small construction helpers for CON_SCREEN and CON_PAGER

[ros-diffs] [hbelusca] 76010: [CMD]: Improve ExecuteAutoRunFile() with validity checks.

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 22:12:21 2017 New Revision: 76010 URL: http://svn.reactos.org/svn/reactos?rev=76010=rev Log: [CMD]: Improve ExecuteAutoRunFile() with validity checks. Modified: trunk/reactos/base/shell/cmd/cmd.c Modified: trunk/reactos/base/shell/cmd/cmd.c URL: http

[ros-diffs] [hbelusca] 76009: [CMD]: Small refactoring: - Moving ConGetDefaultAttributes() in console.h; - Moving some SDK inclusions into precomp.h; - Removing extern HANDLE hIn; and localize the SHO

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 21:37:34 2017 New Revision: 76009 URL: http://svn.reactos.org/svn/reactos?rev=76009=rev Log: [CMD]: Small refactoring: - Moving ConGetDefaultAttributes() in console.h; - Moving some SDK inclusions into precomp.h; - Removing extern HANDLE hIn; and localize

[ros-diffs] [hbelusca] 76008: [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 3/x

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 21:05:49 2017 New Revision: 76008 URL: http://svn.reactos.org/svn/reactos?rev=76008=rev Log: [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 3/x Modified: trunk/reactos/base/shell/cmd/cmd.c trunk/reactos/base

[ros-diffs] [hbelusca] 76007: [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 2/x

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 19:52:30 2017 New Revision: 76007 URL: http://svn.reactos.org/svn/reactos?rev=76007=rev Log: [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 2/x Modified: trunk/reactos/base/shell/cmd/console.c trunk/reactos

[ros-diffs] [hbelusca] 76004: [TIMEOUT]: Italian translation by Carlo Bramini. CORE-13856 #resolve #comment Committed in r76004, thanks!

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 17:34:05 2017 New Revision: 76004 URL: http://svn.reactos.org/svn/reactos?rev=76004=rev Log: [TIMEOUT]: Italian translation by Carlo Bramini. CORE-13856 #resolve #comment Committed in r76004, thanks! Added: trunk/reactos/base/applications/cmdutils/timeout

[ros-diffs] [hbelusca] 76003: [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD.

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 15:28:06 2017 New Revision: 76003 URL: http://svn.reactos.org/svn/reactos?rev=76003=rev Log: [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Modified: trunk/reactos/base/shell/cmd/console.c trunk/reactos/base/shell

[ros-diffs] [hbelusca] 76002: [CMD]: Move console management prototypes to their own header.

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 15:09:38 2017 New Revision: 76002 URL: http://svn.reactos.org/svn/reactos?rev=76002=rev Log: [CMD]: Move console management prototypes to their own header. Added: trunk/reactos/base/shell/cmd/console.h (with props) Modified: trunk/reactos/base/shell

[ros-diffs] [hbelusca] 76001: [CMD]: Addendum to r76000, with ConSetTitle.

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 14:26:34 2017 New Revision: 76001 URL: http://svn.reactos.org/svn/reactos?rev=76001=rev Log: [CMD]: Addendum to r76000, with ConSetTitle. Modified: trunk/reactos/base/shell/cmd/cmd.c trunk/reactos/base/shell/cmd/cmd.h trunk/reactos/base/shell/cmd

[ros-diffs] [hbelusca] 76000: [CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD. - Move the code used to beep, clear screen, and color the screen into console.c ; - Ren

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 14:10:21 2017 New Revision: 76000 URL: http://svn.reactos.org/svn/reactos?rev=76000=rev Log: [CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD. - Move the code used to beep, clear screen, and color the screen into console.c

[ros-diffs] [hbelusca] 75999: [CMD]: Minor modifications in the files I'm going to touch next: - Use ARRAYSIZE() instead of hardcoding string buffer max. number of chars. - Un-globalize a variable; re

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 14:04:24 2017 New Revision: 75999 URL: http://svn.reactos.org/svn/reactos?rev=75999=rev Log: [CMD]: Minor modifications in the files I'm going to touch next: - Use ARRAYSIZE() instead of hardcoding string buffer max. number of chars. - Un-globalize a variable

[ros-diffs] [hbelusca] 75997: [CMD]: Diverse improvements: - Add pre-support for "enable extensions". - Load CMD settings at startup from the registry (from HKLM and HKCU Software\\Microsoft\\Command

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 11:39:08 2017 New Revision: 75997 URL: http://svn.reactos.org/svn/reactos?rev=75997=rev Log: [CMD]: Diverse improvements: - Add pre-support for "enable extensions". - Load CMD settings at startup from the registry (from HKLM and HKCU Software\

[ros-diffs] [hbelusca] 75996: [ASM]: CORE-13850 #comment Fix MASM compilation errors with the CFI annotation macros substitutes (broken by r75989).

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 10:29:50 2017 New Revision: 75996 URL: http://svn.reactos.org/svn/reactos?rev=75996=rev Log: [ASM]: CORE-13850 #comment Fix MASM compilation errors with the CFI annotation macros substitutes (broken by r75989). Modified: trunk/reactos/sdk/include/asm

[ros-diffs] [hbelusca] 75995: [ASM]: Code formatting only.

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 10:29:06 2017 New Revision: 75995 URL: http://svn.reactos.org/svn/reactos?rev=75995=rev Log: [ASM]: Code formatting only. Modified: trunk/reactos/sdk/include/asm/asm.inc Modified: trunk/reactos/sdk/include/asm/asm.inc URL: http://svn.reactos.org/svn

[ros-diffs] [hbelusca] 75994: [CMD]: Fix translations for the COLOR command. For few translations, the COLOR command help contained a deprecated /F switch, which was changed long time ago to the /-F s

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 09:50:08 2017 New Revision: 75994 URL: http://svn.reactos.org/svn/reactos?rev=75994=rev Log: [CMD]: Fix translations for the COLOR command. For few translations, the COLOR command help contained a deprecated /F switch, which was changed long time ago to the /-F

[ros-diffs] [hbelusca] 75993: [CMD]: Fix few comments & use ARRAYSIZE(str) instead of sizeof(str)/sizeof(str[0]) for strings.

2017-09-30 Thread hbelusca
Author: hbelusca Date: Sat Sep 30 09:13:04 2017 New Revision: 75993 URL: http://svn.reactos.org/svn/reactos?rev=75993=rev Log: [CMD]: Fix few comments & use ARRAYSIZE(str) instead of sizeof(str)/sizeof(str[0]) for strings. Modified: trunk/reactos/base/shell/cmd/del.c trunk/reactos/

[ros-diffs] [hbelusca] 75977: [TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using some Sleep(100) calls. The only Sleep() call allowed is the Sleep(INFINITE) one.

2017-09-26 Thread hbelusca
Author: hbelusca Date: Tue Sep 26 14:29:25 2017 New Revision: 75977 URL: http://svn.reactos.org/svn/reactos?rev=75977=rev Log: [TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using some Sleep(100) calls. The only Sleep() call allowed is the Sleep(INFINITE) one

[ros-diffs] [hbelusca] 75968: [TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an improved "pause" command, with elapsed time count display. Based from a patch by Lee Sc

2017-09-25 Thread hbelusca
Author: hbelusca Date: Mon Sep 25 23:31:44 2017 New Revision: 75968 URL: http://svn.reactos.org/svn/reactos?rev=75968=rev Log: [TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an improved "pause" command, with elapsed time count display. Based from a pa

[ros-diffs] [hbelusca] 75964: [MORE]: Remove an unused library import (user32).

2017-09-24 Thread hbelusca
Author: hbelusca Date: Sun Sep 24 19:02:29 2017 New Revision: 75964 URL: http://svn.reactos.org/svn/reactos?rev=75964=rev Log: [MORE]: Remove an unused library import (user32). Modified: trunk/reactos/base/applications/cmdutils/more/CMakeLists.txt Modified: trunk/reactos/base/applications

[ros-diffs] [hbelusca] 75963: [CHCP][CMD]: Make the CHCP command a standalone executable, for backwards compatibility with Windows etc. This allows the user to be able to replace it with a 3rd-party o

2017-09-24 Thread hbelusca
Author: hbelusca Date: Sun Sep 24 19:00:47 2017 New Revision: 75963 URL: http://svn.reactos.org/svn/reactos?rev=75963=rev Log: [CHCP][CMD]: Make the CHCP command a standalone executable, for backwards compatibility with Windows etc. This allows the user to be able to replace it with a 3rd-party

[ros-diffs] [hbelusca] 75762: [USETUP]: Move the SetupExtractFile() function to where it is (only) used.

2017-09-04 Thread hbelusca
Author: hbelusca Date: Mon Sep 4 20:00:22 2017 New Revision: 75762 URL: http://svn.reactos.org/svn/reactos?rev=75762=rev Log: [USETUP]: Move the SetupExtractFile() function to where it is (only) used. Modified: branches/setup_improvements/base/setup/usetup/filequeue.c branches

[ros-diffs] [hbelusca] 75757: [SETUPLIB]: Use strsafe functions (cont).

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 20:34:29 2017 New Revision: 75757 URL: http://svn.reactos.org/svn/reactos?rev=75757=rev Log: [SETUPLIB]: Use strsafe functions (cont). Modified: branches/setup_improvements/base/setup/lib/bootsup.c branches/setup_improvements/base/setup/lib/mui.c

[ros-diffs] [hbelusca] 75755: [SETUPLIB]: Use strsafe functions.

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 20:05:11 2017 New Revision: 75755 URL: http://svn.reactos.org/svn/reactos?rev=75755=rev Log: [SETUPLIB]: Use strsafe functions. Modified: branches/setup_improvements/base/setup/lib/utils/bldrsup.c branches/setup_improvements/base/setup/lib/utils

[ros-diffs] [hbelusca] 75753: [SETUPLIB][USETUP]: Make the GENERIC_LIST store the items display text in UNICODE (and not in ANSI). Only convert to ANSI when needed (e.g. in the display code for usetup

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 19:46:26 2017 New Revision: 75753 URL: http://svn.reactos.org/svn/reactos?rev=75753=rev Log: [SETUPLIB][USETUP]: Make the GENERIC_LIST store the items display text in UNICODE (and not in ANSI). Only convert to ANSI when needed (e.g. in the display code

[ros-diffs] [hbelusca] 75752: [USETUP]: Whitespace fixes only.

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 19:31:36 2017 New Revision: 75752 URL: http://svn.reactos.org/svn/reactos?rev=75752=rev Log: [USETUP]: Whitespace fixes only. Modified: branches/setup_improvements/base/setup/usetup/genlist.c Modified: branches/setup_improvements/base/setup/usetup/genlist.c

[ros-diffs] [hbelusca] 75751: [SETUPLIB][USETUP]: Move the floppy-disk accessibility check into InstallFatBootcodeToFloppy().

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 16:19:59 2017 New Revision: 75751 URL: http://svn.reactos.org/svn/reactos?rev=75751=rev Log: [SETUPLIB][USETUP]: Move the floppy-disk accessibility check into InstallFatBootcodeToFloppy(). Modified: branches/setup_improvements/base/setup/lib/bootsup.c

[ros-diffs] [hbelusca] 75749: [USETUP]: Introduce some -V functions for CONSOLE_ConOutPrintf, CONSOLE_SetStatusText and CONSOLE_SetStatusTextX. Fix also the whitespace in consup.h.

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 16:03:21 2017 New Revision: 75749 URL: http://svn.reactos.org/svn/reactos?rev=75749=rev Log: [USETUP]: Introduce some -V functions for CONSOLE_ConOutPrintf, CONSOLE_SetStatusText and CONSOLE_SetStatusTextX. Fix also the whitespace in consup.h. Modified

[ros-diffs] [hbelusca] 75748: [USETUP]: Fix a typo.

2017-09-03 Thread hbelusca
Author: hbelusca Date: Sun Sep 3 12:08:39 2017 New Revision: 75748 URL: http://svn.reactos.org/svn/reactos?rev=75748=rev Log: [USETUP]: Fix a typo. Modified: branches/setup_improvements/base/setup/usetup/lang/bg-BG.h branches/setup_improvements/base/setup/usetup/lang/bn-BD.h

[ros-diffs] [hbelusca] 75733: [EVENTCREATE]: Use wcstoul() to retrieve and check for valid numerical values.

2017-09-01 Thread hbelusca
Author: hbelusca Date: Fri Sep 1 20:35:25 2017 New Revision: 75733 URL: http://svn.reactos.org/svn/reactos?rev=75733=rev Log: [EVENTCREATE]: Use wcstoul() to retrieve and check for valid numerical values. Modified: trunk/reactos/base/applications/cmdutils/eventcreate/eventcreate.c Modified

[ros-diffs] [hbelusca] 75732: [CONSOLE.CPL]: Fix an invalid success check after calling wcstoul(), plus usage fixes for the True-Type combobox edit box.

2017-09-01 Thread hbelusca
Author: hbelusca Date: Fri Sep 1 20:17:25 2017 New Revision: 75732 URL: http://svn.reactos.org/svn/reactos?rev=75732=rev Log: [CONSOLE.CPL]: Fix an invalid success check after calling wcstoul(), plus usage fixes for the True-Type combobox edit box. Modified: trunk/reactos/dll/cpl/console

[ros-diffs] [hbelusca] 75729: [NET]: Whitespace fixes only.

2017-09-01 Thread hbelusca
Author: hbelusca Date: Fri Sep 1 18:00:06 2017 New Revision: 75729 URL: http://svn.reactos.org/svn/reactos?rev=75729=rev Log: [NET]: Whitespace fixes only. Modified: trunk/reactos/base/applications/network/net/cmdAccounts.c trunk/reactos/base/applications/network/net/help.c Modified

[ros-diffs] [hbelusca] 75726: [ACPPAGE]: "Sync fail" with Mark Jansen's translation work in CORE-13693, sorry :(

2017-08-31 Thread hbelusca
Author: hbelusca Date: Thu Aug 31 20:49:02 2017 New Revision: 75726 URL: http://svn.reactos.org/svn/reactos?rev=75726=rev Log: [ACPPAGE]: "Sync fail" with Mark Jansen's translation work in CORE-13693, sorry :( Modified: trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp

[ros-diffs] [hbelusca] 75725: [ACPPAGE]: Improve the compatibility tab: - Use the tab title from the corresponding dialog resource caption string. - Fix some translations, and complete the french one.

2017-08-31 Thread hbelusca
Author: hbelusca Date: Thu Aug 31 20:38:38 2017 New Revision: 75725 URL: http://svn.reactos.org/svn/reactos?rev=75725=rev Log: [ACPPAGE]: Improve the compatibility tab: - Use the tab title from the corresponding dialog resource caption string. - Fix some translations, and complete the french one

[ros-diffs] [hbelusca] 75724: [SETUPLIB]: Addendum to r75720.

2017-08-31 Thread hbelusca
Author: hbelusca Date: Thu Aug 31 19:39:52 2017 New Revision: 75724 URL: http://svn.reactos.org/svn/reactos?rev=75724=rev Log: [SETUPLIB]: Addendum to r75720. Modified: branches/setup_improvements/base/setup/lib/settings.c branches/setup_improvements/base/setup/lib/settings.h Modified

[ros-diffs] [hbelusca] 75723: [USETUP]: Adjust some MUI & settings calls, following the commits r75719, r75720 and r75721.

2017-08-31 Thread hbelusca
Author: hbelusca Date: Thu Aug 31 18:49:39 2017 New Revision: 75723 URL: http://svn.reactos.org/svn/reactos?rev=75723=rev Log: [USETUP]: Adjust some MUI & settings calls, following the commits r75719, r75720 and r75721. Modified: branches/setup_improvements/base/setup/usetup/uset

[ros-diffs] [hbelusca] 75721: [REACTOS]: We don't need "SelectedLanguageId" anymore.

2017-08-31 Thread hbelusca
Author: hbelusca Date: Thu Aug 31 18:27:44 2017 New Revision: 75721 URL: http://svn.reactos.org/svn/reactos?rev=75721=rev Log: [REACTOS]: We don't need "SelectedLanguageId" anymore. Modified: branches/setup_improvements/base/setup/reactos/reactos.c branches/setup_improvements/

[ros-diffs] [hbelusca] 75719: [SETUPLIB]: Change some string pointer types & function prototypes so that the usetup-specific "SelectedLanguageId" variable is not used in the library.

2017-08-31 Thread hbelusca
Author: hbelusca Date: Thu Aug 31 18:25:38 2017 New Revision: 75719 URL: http://svn.reactos.org/svn/reactos?rev=75719=rev Log: [SETUPLIB]: Change some string pointer types & function prototypes so that the usetup-specific "SelectedLanguageId" variable is not used in the libr

[ros-diffs] [hbelusca] 75717: [SETUPLIB][USETUP]: Adjust MUI and settings code. - Re-enable settings code concerning language, keyboards & layout in the setuplib, and remove the old code in usetup. -

2017-08-30 Thread hbelusca
Author: hbelusca Date: Wed Aug 30 19:00:17 2017 New Revision: 75717 URL: http://svn.reactos.org/svn/reactos?rev=75717=rev Log: [SETUPLIB][USETUP]: Adjust MUI and settings code. - Re-enable settings code concerning language, keyboards & layout in the setuplib, and remove the old code in us

[ros-diffs] [hbelusca] 75716: [SETUPLIB]: Add the necessary headers to mui.c to be able to compile. [USETUP]: Comment out the languages that don't have any resources.

2017-08-30 Thread hbelusca
Author: hbelusca Date: Wed Aug 30 13:41:52 2017 New Revision: 75716 URL: http://svn.reactos.org/svn/reactos?rev=75716=rev Log: [SETUPLIB]: Add the necessary headers to mui.c to be able to compile. [USETUP]: Comment out the languages that don't have any resources. Modified: branches

[ros-diffs] [hbelusca] 75715: [SETUPLIB][USETUP]: Start massaging the MUI files and split up what concerns only the usetup "resources", and what concerns general language parameters (in the setuplib).

2017-08-30 Thread hbelusca
Author: hbelusca Date: Wed Aug 30 13:30:29 2017 New Revision: 75715 URL: http://svn.reactos.org/svn/reactos?rev=75715=rev Log: [SETUPLIB][USETUP]: Start massaging the MUI files and split up what concerns only the usetup "resources", and what concerns general language parameters (in th

[ros-diffs] [hbelusca] 75711: [SETUPLIB]: Copy the mui* files from usetup into the setuplib for later usage, and add mui.c to build.

2017-08-30 Thread hbelusca
Author: hbelusca Date: Wed Aug 30 11:28:52 2017 New Revision: 75711 URL: http://svn.reactos.org/svn/reactos?rev=75711=rev Log: [SETUPLIB]: Copy the mui* files from usetup into the setuplib for later usage, and add mui.c to build. Added: branches/setup_improvements/base/setup/lib/mui.c

[ros-diffs] [hbelusca] 75705: [CMD]: Russian translation for the START command, adapted from amber CORE-13248, jperm CORE-13560 and reviewed by Alexander Shaposhnikov (sanchaez). Thank you all :) Adde

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 20:31:34 2017 New Revision: 75705 URL: http://svn.reactos.org/svn/reactos?rev=75705=rev Log: [CMD]: Russian translation for the START command, adapted from amber CORE-13248, jperm CORE-13560 and reviewed by Alexander Shaposhnikov (sanchaez). Thank you all

[ros-diffs] [hbelusca] 75703: Sync with trunk r75702.

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 18:35:55 2017 New Revision: 75703 URL: http://svn.reactos.org/svn/reactos?rev=75703=rev Log: Sync with trunk r75702. Added: branches/setup_improvements/dll/win32/browseui/res/214.bmp - copied unchanged from r75702, trunk/reactos/dll/win32/browseui/res

[ros-diffs] [hbelusca] 75701: [SETUPLIB][USETUP]: Move the settings code from usetup to setuplib (since it'll be needed for 1st-stage GUI installer as well...), apart from the code dealing with keyboa

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 14:46:49 2017 New Revision: 75701 URL: http://svn.reactos.org/svn/reactos?rev=75701=rev Log: [SETUPLIB][USETUP]: Move the settings code from usetup to setuplib (since it'll be needed for 1st-stage GUI installer as well...), apart from the code dealing

[ros-diffs] [hbelusca] 75700: [USETUP]: Add an AddEntriesFromInfSection() helper, inspired by the reactos/reactos.c!LoadGenEntry() function, that enumerates the entries of a given INF section, and add

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 14:01:30 2017 New Revision: 75700 URL: http://svn.reactos.org/svn/reactos?rev=75700=rev Log: [USETUP]: Add an AddEntriesFromInfSection() helper, inspired by the reactos/reactos.c!LoadGenEntry() function, that enumerates the entries of a given INF section

[ros-diffs] [hbelusca] 75699: [USETUP]: Whitespace fixes.

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 13:54:53 2017 New Revision: 75699 URL: http://svn.reactos.org/svn/reactos?rev=75699=rev Log: [USETUP]: Whitespace fixes. Modified: branches/setup_improvements/base/setup/usetup/mui.c Modified: branches/setup_improvements/base/setup/usetup/mui.c URL: http

[ros-diffs] [hbelusca] 75697: [USETUP]: Formatting fixes only.

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 13:50:40 2017 New Revision: 75697 URL: http://svn.reactos.org/svn/reactos?rev=75697=rev Log: [USETUP]: Formatting fixes only. Modified: branches/setup_improvements/base/setup/usetup/settings.c Modified: branches/setup_improvements/base/setup/usetup

[ros-diffs] [hbelusca] 75695: [SETUPLIB]: Move the files that implement utility functions into their own subdirectory. The files remaining in the main directory implement setup procedures that use the

2017-08-28 Thread hbelusca
Author: hbelusca Date: Mon Aug 28 11:28:08 2017 New Revision: 75695 URL: http://svn.reactos.org/svn/reactos?rev=75695=rev Log: [SETUPLIB]: Move the files that implement utility functions into their own subdirectory. The files remaining in the main directory implement setup procedures that use

[ros-diffs] [hbelusca] 75676: [SETUPLIB]: Initialization fixes: - Use correct inf style flags in SetupOpenInfFileEx() calls when opening txtsetup.sif and unattend.inf. Technically txtsetup.sif would b

2017-08-26 Thread hbelusca
Author: hbelusca Date: Sat Aug 26 14:33:48 2017 New Revision: 75676 URL: http://svn.reactos.org/svn/reactos?rev=75676=rev Log: [SETUPLIB]: Initialization fixes: - Use correct inf style flags in SetupOpenInfFileEx() calls when opening txtsetup.sif and unattend.inf. Technically txtsetup.sif would

[ros-diffs] [hbelusca] 75675: [BOOTDATA]: Move an inf comment where it belongs.

2017-08-26 Thread hbelusca
Author: hbelusca Date: Sat Aug 26 12:52:28 2017 New Revision: 75675 URL: http://svn.reactos.org/svn/reactos?rev=75675=rev Log: [BOOTDATA]: Move an inf comment where it belongs. Modified: trunk/reactos/boot/bootdata/bootcd/unattend.inf trunk/reactos/boot/bootdata/bootcdregtest

[ros-diffs] [hbelusca] 75669: [USETUP]: Add few checks to forbid the user to attempt installing ReactOS in the installation source directory, or a subdirectory thereof, or to delete the partition cont

2017-08-25 Thread hbelusca
Author: hbelusca Date: Fri Aug 25 14:38:12 2017 New Revision: 75669 URL: http://svn.reactos.org/svn/reactos?rev=75669=rev Log: [USETUP]: Add few checks to forbid the user to attempt installing ReactOS in the installation source directory, or a subdirectory thereof, or to delete the partition

[ros-diffs] [hbelusca] 75667: [SETUPLIB]: - Compute the installation source paths based on the full path of the installer program that uses the setup library. - Add INF_STYLE_OLDNT define in infsupp.h

2017-08-25 Thread hbelusca
Author: hbelusca Date: Fri Aug 25 09:19:44 2017 New Revision: 75667 URL: http://svn.reactos.org/svn/reactos?rev=75667=rev Log: [SETUPLIB]: - Compute the installation source paths based on the full path of the installer program that uses the setup library. - Add INF_STYLE_OLDNT define

[ros-diffs] [hbelusca] 75657: [SETUPLIB]: Fix n00b bug.

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 17:48:00 2017 New Revision: 75657 URL: http://svn.reactos.org/svn/reactos?rev=75657=rev Log: [SETUPLIB]: Fix n00b bug. Modified: branches/setup_improvements/base/setup/lib/filesup.h Modified: branches/setup_improvements/base/setup/lib/filesup.h URL: http

[ros-diffs] [hbelusca] 75656: Code formatting fix.

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 17:47:39 2017 New Revision: 75656 URL: http://svn.reactos.org/svn/reactos?rev=75656=rev Log: Code formatting fix. Modified: branches/setup_improvements/base/setup/lib/inicache.c Modified: branches/setup_improvements/base/setup/lib/inicache.c URL: http

[ros-diffs] [hbelusca] 75655: [SETUPDD]: Add a template Setup Device Driver Helper whose future aim will be to provide user-mode applications access to the kernel-mode PSETUP_LOADER_BLOCK SetupLdrBloc

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 14:03:59 2017 New Revision: 75655 URL: http://svn.reactos.org/svn/reactos?rev=75655=rev Log: [SETUPDD]: Add a template Setup Device Driver Helper whose future aim will be to provide user-mode applications access to the kernel-mode PSETUP_LOADER_BLOCK

[ros-diffs] [hbelusca] 75654: [USETUP]: Group constant strings together. In EventThread(), use RtlReAllocateHeap() to resize the pnp-event buffer.

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 13:40:43 2017 New Revision: 75654 URL: http://svn.reactos.org/svn/reactos?rev=75654=rev Log: [USETUP]: Group constant strings together. In EventThread(), use RtlReAllocateHeap() to resize the pnp-event buffer. Modified: branches/setup_improvements/base

[ros-diffs] [hbelusca] 75653: [BOOTDATA]: Sync hivesetup.inf

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 12:41:00 2017 New Revision: 75653 URL: http://svn.reactos.org/svn/reactos?rev=75653=rev Log: [BOOTDATA]: Sync hivesetup.inf Modified: branches/setup_improvements/boot/bootdata/hivesetup.inf Modified: branches/setup_improvements/boot/bootdata/hivesetup.inf

[ros-diffs] [hbelusca] 75652: [SETUPLIB]: Fix build.

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 12:29:51 2017 New Revision: 75652 URL: http://svn.reactos.org/svn/reactos?rev=75652=rev Log: [SETUPLIB]: Fix build. Modified: branches/setup_improvements/base/setup/lib/arcname.c branches/setup_improvements/base/setup/lib/filesup.c Modified: branches

[ros-diffs] [hbelusca] 75651: [SETUPLIB]: Introduce and use a UnMapAndCloseFile() macro that calls UnMapFile() and NtClose() on handles returned by the OpenAndMapFile() function.

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 12:20:15 2017 New Revision: 75651 URL: http://svn.reactos.org/svn/reactos?rev=75651=rev Log: [SETUPLIB]: Introduce and use a UnMapAndCloseFile() macro that calls UnMapFile() and NtClose() on handles returned by the OpenAndMapFile() function. Modified

[ros-diffs] [hbelusca] 75649: Sync with trunk r75648.

2017-08-23 Thread hbelusca
Author: hbelusca Date: Wed Aug 23 11:33:57 2017 New Revision: 75649 URL: http://svn.reactos.org/svn/reactos?rev=75649=rev Log: Sync with trunk r75648. Added: branches/setup_improvements/dll/appcompat/shims/layer/vmhorizon.c - copied unchanged from r75648, trunk/reactos/dll/appcompat

[ros-diffs] [hbelusca] 75636: [SETUPLIB][USETUP]: Code refactoring: rename the old DoesPathExist() into DoesDirExist(), and rename the new DoesPathExistEx() back into DoesPathExist().

2017-08-21 Thread hbelusca
Author: hbelusca Date: Mon Aug 21 19:41:40 2017 New Revision: 75636 URL: http://svn.reactos.org/svn/reactos?rev=75636=rev Log: [SETUPLIB][USETUP]: Code refactoring: rename the old DoesPathExist() into DoesDirExist(), and rename the new DoesPathExistEx() back into DoesPathExist(). Modified

[ros-diffs] [hbelusca] 75635: [SETUPLIB]: Merge DoesPathExist() and DoesFileExist() into (temporarily called) DoesPathExistEx() function, and turn the previous two functions into macros.

2017-08-21 Thread hbelusca
Author: hbelusca Date: Mon Aug 21 19:14:33 2017 New Revision: 75635 URL: http://svn.reactos.org/svn/reactos?rev=75635=rev Log: [SETUPLIB]: Merge DoesPathExist() and DoesFileExist() into (temporarily called) DoesPathExistEx() function, and turn the previous two functions into macros. Modified

[ros-diffs] [hbelusca] 75632: [SETUPLIB]: Factor out and introduce a ParseArcName() helper function that does its job. Used in exiting code and in later code in this file.

2017-08-20 Thread hbelusca
Author: hbelusca Date: Sun Aug 20 21:30:13 2017 New Revision: 75632 URL: http://svn.reactos.org/svn/reactos?rev=75632=rev Log: [SETUPLIB]: Factor out and introduce a ParseArcName() helper function that does its job. Used in exiting code and in later code in this file. Modified: branches

[ros-diffs] [hbelusca] 75631: [SETUPLIB]: Code formatting (cut out the too long lines).

2017-08-20 Thread hbelusca
Author: hbelusca Date: Sun Aug 20 21:02:24 2017 New Revision: 75631 URL: http://svn.reactos.org/svn/reactos?rev=75631=rev Log: [SETUPLIB]: Code formatting (cut out the too long lines). Modified: branches/setup_improvements/base/setup/lib/arcname.c Modified: branches/setup_improvements/base

[ros-diffs] [hbelusca] 75628: [BROWSEUI]: Improve the rendering of the toolbar pin buttons. By dsp8195. Sorry for the delay! CORE-10838

2017-08-20 Thread hbelusca
Author: hbelusca Date: Sun Aug 20 12:05:25 2017 New Revision: 75628 URL: http://svn.reactos.org/svn/reactos?rev=75628=rev Log: [BROWSEUI]: Improve the rendering of the toolbar pin buttons. By dsp8195. Sorry for the delay! CORE-10838 Modified: trunk/reactos/dll/win32/browseui/res/barbtn.bmp

[ros-diffs] [hbelusca] 75545: [USETUP]: Sync with tfaber's r75536.

2017-08-14 Thread hbelusca
Author: hbelusca Date: Mon Aug 14 17:11:50 2017 New Revision: 75545 URL: http://svn.reactos.org/svn/reactos?rev=75545=rev Log: [USETUP]: Sync with tfaber's r75536. Modified: branches/setup_improvements/base/setup/usetup/cabinet.c Modified: branches/setup_improvements/base/setup/usetup

[ros-diffs] [hbelusca] 75544: [REACTOS]: Adapt the 1st-stage GUI setup to compile with the setuplib.

2017-08-14 Thread hbelusca
Author: hbelusca Date: Mon Aug 14 17:06:19 2017 New Revision: 75544 URL: http://svn.reactos.org/svn/reactos?rev=75544=rev Log: [REACTOS]: Adapt the 1st-stage GUI setup to compile with the setuplib. Added: branches/setup_improvements/base/setup/reactos/inffile.c (with props) Modified

[ros-diffs] [hbelusca] 75540: [USETUP]: Sync with hpoussin's r75532, and add the corresponding INF_FreeData().

2017-08-14 Thread hbelusca
Author: hbelusca Date: Mon Aug 14 16:33:55 2017 New Revision: 75540 URL: http://svn.reactos.org/svn/reactos?rev=75540=rev Log: [USETUP]: Sync with hpoussin's r75532, and add the corresponding INF_FreeData(). Modified: branches/setup_improvements/base/setup/usetup/devinst.c Modified

[ros-diffs] [hbelusca] 75538: [USETUP]: Addendum to 75537.

2017-08-14 Thread hbelusca
Author: hbelusca Date: Mon Aug 14 16:31:55 2017 New Revision: 75538 URL: http://svn.reactos.org/svn/reactos?rev=75538=rev Log: [USETUP]: Addendum to 75537. Modified: branches/setup_improvements/base/setup/usetup/inffile.c Modified: branches/setup_improvements/base/setup/usetup/inffile.c URL

[ros-diffs] [hbelusca] 75537: [SETUPLIB]: Fix compilation errors when using these headers with usetup (that doesn't use setupapi.dll) and "reactos" (the 1st-stage GUI installer, which uses setupapi.dl

2017-08-14 Thread hbelusca
Author: hbelusca Date: Mon Aug 14 16:29:01 2017 New Revision: 75537 URL: http://svn.reactos.org/svn/reactos?rev=75537=rev Log: [SETUPLIB]: Fix compilation errors when using these headers with usetup (that doesn't use setupapi.dll) and "reactos" (the 1st-stage GUI installer, w

[ros-diffs] [hbelusca] 75527: [EVTLIB]: Allow specifying a memory allocation tag when freeing the allocated buffers (functionality similar to the Ex**WithTag kernel functions). [EVENTLOG]: Use the pre

2017-08-11 Thread hbelusca
Author: hbelusca Date: Fri Aug 11 12:37:15 2017 New Revision: 75527 URL: http://svn.reactos.org/svn/reactos?rev=75527=rev Log: [EVTLIB]: Allow specifying a memory allocation tag when freeing the allocated buffers (functionality similar to the Ex**WithTag kernel functions). [EVENTLOG]: Use

[ros-diffs] [hbelusca] 75526: [USETUP]: Move the files in ./interface/ back into the main directory, since (almost) all of the usetup source files concerns the user interface of the setup program...

2017-08-11 Thread hbelusca
Author: hbelusca Date: Fri Aug 11 11:31:46 2017 New Revision: 75526 URL: http://svn.reactos.org/svn/reactos?rev=75526=rev Log: [USETUP]: Move the files in ./interface/ back into the main directory, since (almost) all of the usetup source files concerns the user interface of the setup program

[ros-diffs] [hbelusca] 75524: [SYSSETUP]: Following r75518, we use the $winnt$.inf file (created in System32 by the 1st-stage installer) as the setup information file for the 2nd-stage setup for: - re

2017-08-10 Thread hbelusca
Author: hbelusca Date: Thu Aug 10 19:21:08 2017 New Revision: 75524 URL: http://svn.reactos.org/svn/reactos?rev=75524=rev Log: [SYSSETUP]: Following r75518, we use the $winnt$.inf file (created in System32 by the 1st-stage installer) as the setup information file for the 2nd-stage setup

[ros-diffs] [hbelusca] 75523: [SYSSETUP]: Use ARRAYSIZE / _countof instead of sizeof ratios.

2017-08-10 Thread hbelusca
Author: hbelusca Date: Thu Aug 10 18:59:26 2017 New Revision: 75523 URL: http://svn.reactos.org/svn/reactos?rev=75523=rev Log: [SYSSETUP]: Use ARRAYSIZE / _countof instead of sizeof ratios. Modified: branches/setup_improvements/dll/win32/syssetup/wizard.c Modified: branches

[ros-diffs] [hbelusca] 75522: [SYSSETUP]: Code formatting.

2017-08-10 Thread hbelusca
Author: hbelusca Date: Thu Aug 10 18:56:15 2017 New Revision: 75522 URL: http://svn.reactos.org/svn/reactos?rev=75522=rev Log: [SYSSETUP]: Code formatting. Modified: branches/setup_improvements/dll/win32/syssetup/wizard.c Modified: branches/setup_improvements/dll/win32/syssetup/wizard.c URL

[ros-diffs] [hbelusca] 75518: [USETUP][SETUPLIB]: Code refactoring: - Move several global setup variables into a structure "USETUP_DATA", similar to the syssetup structure "SETUPDATA" (or the WIP 1st-

2017-08-09 Thread hbelusca
Author: hbelusca Date: Wed Aug 9 20:39:45 2017 New Revision: 75518 URL: http://svn.reactos.org/svn/reactos?rev=75518=rev Log: [USETUP][SETUPLIB]: Code refactoring: - Move several global setup variables into a structure "USETUP_DATA", similar to the syssetup structure "SETUPDATA

[ros-diffs] [hbelusca] 75517: [USETUP]: Minor code formatting only.

2017-08-09 Thread hbelusca
Author: hbelusca Date: Wed Aug 9 20:29:07 2017 New Revision: 75517 URL: http://svn.reactos.org/svn/reactos?rev=75517=rev Log: [USETUP]: Minor code formatting only. Modified: branches/setup_improvements/base/setup/usetup/interface/usetup.c Modified: branches/setup_improvements/base/setup

[ros-diffs] [hbelusca] 75515: [USETUP][SETUPLIB]: Move some INF-related code from usetup to the setuplib. - Move the generic INF_GetDataField() and INF_GetData() helpers to setuplib, and rework them a

2017-08-09 Thread hbelusca
Author: hbelusca Date: Wed Aug 9 20:12:00 2017 New Revision: 75515 URL: http://svn.reactos.org/svn/reactos?rev=75515=rev Log: [USETUP][SETUPLIB]: Move some INF-related code from usetup to the setuplib. - Move the generic INF_GetDataField() and INF_GetData() helpers to setuplib, and rework them

[ros-diffs] [hbelusca] 75509: [USETUP]: Comment out SetupQueueCopyWNew() declaration which is not used at all. Remove unnecessary casts in the INF_OpenBufferedFileA() call.

2017-08-08 Thread hbelusca
Author: hbelusca Date: Tue Aug 8 14:07:17 2017 New Revision: 75509 URL: http://svn.reactos.org/svn/reactos?rev=75509=rev Log: [USETUP]: Comment out SetupQueueCopyWNew() declaration which is not used at all. Remove unnecessary casts in the INF_OpenBufferedFileA() call. Modified: branches

[ros-diffs] [hbelusca] 75508: [SETUPLIB]: Introduce defines for size units. [USETUP]: Use them in the code.

2017-08-08 Thread hbelusca
Author: hbelusca Date: Tue Aug 8 14:05:20 2017 New Revision: 75508 URL: http://svn.reactos.org/svn/reactos?rev=75508=rev Log: [SETUPLIB]: Introduce defines for size units. [USETUP]: Use them in the code. Modified: branches/setup_improvements/base/setup/lib/setuplib.h branches

[ros-diffs] [hbelusca] 75507: [SETUPLIB]: IniCacheSave(): use the OBJ_CASE_INSENSITIVE flag.

2017-08-08 Thread hbelusca
Author: hbelusca Date: Tue Aug 8 13:54:23 2017 New Revision: 75507 URL: http://svn.reactos.org/svn/reactos?rev=75507=rev Log: [SETUPLIB]: IniCacheSave(): use the OBJ_CASE_INSENSITIVE flag. Modified: branches/setup_improvements/base/setup/lib/inicache.c Modified: branches/setup_improvements

[ros-diffs] [hbelusca] 75506: [BOOTDATA]: Update hivesetup.inf

2017-08-08 Thread hbelusca
Author: hbelusca Date: Tue Aug 8 12:19:51 2017 New Revision: 75506 URL: http://svn.reactos.org/svn/reactos?rev=75506=rev Log: [BOOTDATA]: Update hivesetup.inf Modified: branches/setup_improvements/boot/bootdata/hivesetup.inf Modified: branches/setup_improvements/boot/bootdata/hivesetup.inf

[ros-diffs] [hbelusca] 75505: Sync with trunk r75504.

2017-08-08 Thread hbelusca
Author: hbelusca Date: Tue Aug 8 12:13:31 2017 New Revision: 75505 URL: http://svn.reactos.org/svn/reactos?rev=75505=rev Log: Sync with trunk r75504. Added: branches/setup_improvements/dll/appcompat/apphelp/dbgheap.c - copied unchanged from r75504, trunk/reactos/dll/appcompat/apphelp

[ros-diffs] [hbelusca] 75501: [SYSSETUP]: Fix a typo.

2017-08-07 Thread hbelusca
Author: hbelusca Date: Mon Aug 7 11:03:02 2017 New Revision: 75501 URL: http://svn.reactos.org/svn/reactos?rev=75501=rev Log: [SYSSETUP]: Fix a typo. Modified: trunk/reactos/dll/win32/syssetup/lang/fr-FR.rc Modified: trunk/reactos/dll/win32/syssetup/lang/fr-FR.rc URL: http

[ros-diffs] [hbelusca] 75472: [FREELDR][INFLIB]: It is perfectly correct to retrieve the field of index == 0 of an INF line, by using the InfGetStringField() helper (corresponding to the SetupGetStrin

2017-08-03 Thread hbelusca
Author: hbelusca Date: Thu Aug 3 14:56:07 2017 New Revision: 75472 URL: http://svn.reactos.org/svn/reactos?rev=75472=rev Log: [FREELDR][INFLIB]: It is perfectly correct to retrieve the field of index == 0 of an INF line, by using the InfGetStringField() helper (corresponding

[ros-diffs] [hbelusca] 75395: Sync branch with trunk r75394.

2017-07-24 Thread hbelusca
Author: hbelusca Date: Mon Jul 24 11:36:00 2017 New Revision: 75395 URL: http://svn.reactos.org/svn/reactos?rev=75395=rev Log: Sync branch with trunk r75394. Added: branches/setup_improvements/dll/keyboard/kbdeo/ - copied from r75394, trunk/reactos/dll/keyboard/kbdeo/ branches

[ros-diffs] [hbelusca] 75387: [UNATTEND]: Move a comment sign '; ' to a better place.

2017-07-22 Thread hbelusca
Author: hbelusca Date: Sat Jul 22 15:54:40 2017 New Revision: 75387 URL: http://svn.reactos.org/svn/reactos?rev=75387=rev Log: [UNATTEND]: Move a comment sign ';' to a better place. Modified: trunk/reactos/boot/bootdata/bootcd/unattend.inf trunk/reactos/boot/bootdata/bootcdregtest

[ros-diffs] [hbelusca] 75370: [REACTOS]: Russian translation update part 2/2 by amber: time-zones.

2017-07-17 Thread hbelusca
Author: hbelusca Date: Mon Jul 17 21:30:20 2017 New Revision: 75370 URL: http://svn.reactos.org/svn/reactos?rev=75370=rev Log: [REACTOS]: Russian translation update part 2/2 by amber: time-zones. Modified: trunk/reactos/boot/bootdata/hivesft.inf Modified: trunk/reactos/boot/bootdata

[ros-diffs] [hbelusca] 75369: [REACTOS]: Russian translation update part 1/2 by amber. CORE-13248

2017-07-17 Thread hbelusca
Author: hbelusca Date: Mon Jul 17 21:26:25 2017 New Revision: 75369 URL: http://svn.reactos.org/svn/reactos?rev=75369=rev Log: [REACTOS]: Russian translation update part 1/2 by amber. CORE-13248 Modified: trunk/reactos/base/applications/cmdutils/mode/lang/ru-RU.rc trunk/reactos/base

[ros-diffs] [hbelusca] 75368: [CRT]: Add a missing _munlock call, caught by Serge Gautherie. CORE-11568

2017-07-17 Thread hbelusca
Author: hbelusca Date: Mon Jul 17 20:55:34 2017 New Revision: 75368 URL: http://svn.reactos.org/svn/reactos?rev=75368=rev Log: [CRT]: Add a missing _munlock call, caught by Serge Gautherie. CORE-11568 Modified: trunk/reactos/sdk/lib/crt/stdio/popen.c Modified: trunk/reactos/sdk/lib/crt

[ros-diffs] [hbelusca] 75366: [CMD]: Update the description of the START command, with the commutators that are known to work. Translators, please update the translations based on en-US!

2017-07-17 Thread hbelusca
Author: hbelusca Date: Mon Jul 17 17:17:22 2017 New Revision: 75366 URL: http://svn.reactos.org/svn/reactos?rev=75366=rev Log: [CMD]: Update the description of the START command, with the commutators that are known to work. Translators, please update the translations based on en-US! Modified

[ros-diffs] [hbelusca] 75365: [MSVCRT][CRT]: Improvements/fixes over popen(), from Wine code and ported by Andreas Maier: the popen_handles array, which is used in _pclose, was never filled. _popen co

2017-07-17 Thread hbelusca
Author: hbelusca Date: Mon Jul 17 16:11:18 2017 New Revision: 75365 URL: http://svn.reactos.org/svn/reactos?rev=75365=rev Log: [MSVCRT][CRT]: Improvements/fixes over popen(), from Wine code and ported by Andreas Maier: the popen_handles array, which is used in _pclose, was never filled. _popen

[ros-diffs] [hbelusca] 75363: [RXCE]: Fix bug, thanks MSVC! (warning C4553)

2017-07-17 Thread hbelusca
Author: hbelusca Date: Mon Jul 17 12:47:18 2017 New Revision: 75363 URL: http://svn.reactos.org/svn/reactos?rev=75363=rev Log: [RXCE]: Fix bug, thanks MSVC! (warning C4553) Modified: trunk/reactos/sdk/lib/drivers/rxce/rxce.c Modified: trunk/reactos/sdk/lib/drivers/rxce/rxce.c URL: http

[ros-diffs] [hbelusca] 75346: [USETUP][SETUPLIB]: Improve how the Setup* INF APIs are interfaced in the code. Define prototypes compatibles (including their calling convention) to the ones defined by

2017-07-14 Thread hbelusca
Author: hbelusca Date: Fri Jul 14 23:16:21 2017 New Revision: 75346 URL: http://svn.reactos.org/svn/reactos?rev=75346=rev Log: [USETUP][SETUPLIB]: Improve how the Setup* INF APIs are interfaced in the code. Define prototypes compatibles (including their calling convention) to the ones defined

[ros-diffs] [hbelusca] 75345: Sync with trunk r75344 to get the inflib stuff in place.

2017-07-14 Thread hbelusca
Author: hbelusca Date: Fri Jul 14 22:33:15 2017 New Revision: 75345 URL: http://svn.reactos.org/svn/reactos?rev=75345=rev Log: Sync with trunk r75344 to get the inflib stuff in place. Modified: branches/setup_improvements/ (props changed) branches/setup_improvements/base/setup/usetup

[ros-diffs] [hbelusca] 75344: [USETUP]: Also adapt the INFCONTEXT structure here.

2017-07-14 Thread hbelusca
Author: hbelusca Date: Fri Jul 14 22:17:12 2017 New Revision: 75344 URL: http://svn.reactos.org/svn/reactos?rev=75344=rev Log: [USETUP]: Also adapt the INFCONTEXT structure here. Modified: trunk/reactos/base/setup/usetup/inffile.h Modified: trunk/reactos/base/setup/usetup/inffile.h URL

[ros-diffs] [hbelusca] 75343: [INFLIB][FREELDR]: Introduce a (non-used) "CurrentInf" field in the INFCONTEXT structure, to make it compatible with the "standard" one defined in setupapi.h, so that it

2017-07-14 Thread hbelusca
Author: hbelusca Date: Fri Jul 14 22:15:48 2017 New Revision: 75343 URL: http://svn.reactos.org/svn/reactos?rev=75343=rev Log: [INFLIB][FREELDR]: Introduce a (non-used) "CurrentInf" field in the INFCONTEXT structure, to make it compatible with the "standard" one define

  1   2   3   4   5   6   7   8   9   10   >