[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&view=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/b

[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&view=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

[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&view=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/re

[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&view=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/as

[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&view=rev Log: [CMD]: Diverse improvements: - Add pre-support for "enable extensions". - Load CMD settings at startup from the registry (from HKLM and HKCU Software\\Microsoft\\Co

[ros-diffs] [tkreuzer] 75998: [MSVCRT] Export _pwctype How did CRTDLL, which forwards _pwctype_dll to msvcrt._pwctype, ever link?

2017-09-30 Thread tkreuzer
Author: tkreuzer Date: Sat Sep 30 12:43:08 2017 New Revision: 75998 URL: http://svn.reactos.org/svn/reactos?rev=75998&view=rev Log: [MSVCRT] Export _pwctype How did CRTDLL, which forwards _pwctype_dll to msvcrt._pwctype, ever link? Modified: trunk/reactos/dll/win32/msvcrt/msvcrt.spec Modifie

[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&view=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] 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&view=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] 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&view=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] 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&view=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/shel

[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&view=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/she

[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&view=rev Log: [TIMEOUT]: Italian translation by Carlo Bramini. CORE-13856 #resolve #comment Committed in r76004, thanks! Added: trunk/reactos/base/applications/cmdutils/timeou

[ros-diffs] [dquintana] 76005: [FATTEN] Improve the error checking and error messages a bit.

2017-09-30 Thread dquintana
Author: dquintana Date: Sat Sep 30 19:11:22 2017 New Revision: 76005 URL: http://svn.reactos.org/svn/reactos?rev=76005&view=rev Log: [FATTEN] Improve the error checking and error messages a bit. Modified: trunk/reactos/sdk/tools/fatten/fatten.c Modified: trunk/reactos/sdk/tools/fatten/fatten

[ros-diffs] [dquintana] 76006: [FATTEN] Fix copypasta.

2017-09-30 Thread dquintana
Author: dquintana Date: Sat Sep 30 19:19:30 2017 New Revision: 76006 URL: http://svn.reactos.org/svn/reactos?rev=76006&view=rev Log: [FATTEN] Fix copypasta. Modified: trunk/reactos/sdk/tools/fatten/fatten.c Modified: trunk/reactos/sdk/tools/fatten/fatten.c URL: http://svn.reactos.org/svn/re

[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&view=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] 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&view=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/bas

[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&view=rev Log: [CMD]: Small refactoring: - Moving ConGetDefaultAttributes() in console.h; - Moving some SDK inclusions into precomp.h; - Removing extern HANDLE hIn; and localize the

[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&view=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:/