[ros-diffs] [dquintana] 62680: [RSHELL] * Some small fixes to the previous commit. (Clicking still do not work in win2003, though)

2014-04-07 Thread dquintana
Author: dquintana Date: Mon Apr 7 10:12:41 2014 New Revision: 62680 URL: http://svn.reactos.org/svn/reactos?rev=62680view=rev Log: [RSHELL] * Some small fixes to the previous commit. (Clicking still do not work in win2003, though) Modified:

[ros-diffs] [dquintana] 62681: [RSHELL] * Some code improvements, refactoring, and commenting. * Using alternative method of handling hot-tracking, which does not break in win2003. CORE-7586

2014-04-07 Thread dquintana
Author: dquintana Date: Mon Apr 7 18:41:47 2014 New Revision: 62681 URL: http://svn.reactos.org/svn/reactos?rev=62681view=rev Log: [RSHELL] * Some code improvements, refactoring, and commenting. * Using alternative method of handling hot-tracking, which does not break in win2003. CORE-7586

[ros-diffs] [khornicek] 62682: [SHUTDOWN] - fix a typo in the czech translation [CONSOLE] - fix a buffer overrun CID #1102302 - update and fix the czech translation [MAIN] - fix the fix by taking the

2014-04-07 Thread khornicek
Author: khornicek Date: Mon Apr 7 22:02:26 2014 New Revision: 62682 URL: http://svn.reactos.org/svn/reactos?rev=62682view=rev Log: [SHUTDOWN] - fix a typo in the czech translation [CONSOLE] - fix a buffer overrun CID #1102302 - update and fix the czech translation [MAIN] - fix the fix by

[ros-diffs] [aandrejevic] 62683: [BASESRV] Fix BaseSrvCheckVDM - DOS records should be initialized with a state of VDM_NOT_LOADED. Fix BaseSrvFillCommandInfo - Check the size of the buffers. Start imp

2014-04-07 Thread aandrejevic
Author: aandrejevic Date: Mon Apr 7 23:16:22 2014 New Revision: 62683 URL: http://svn.reactos.org/svn/reactos?rev=62683view=rev Log: [BASESRV] Fix BaseSrvCheckVDM - DOS records should be initialized with a state of VDM_NOT_LOADED. Fix BaseSrvFillCommandInfo - Check the size of the buffers.

[ros-diffs] [khornicek] 62684: [DESK] - fix a bunch of buffer overruns, negative array index accesses and uninitialized variables CID #1102296 CID #501468 CID #716755 CID #716756 CID #1102323

2014-04-07 Thread khornicek
Author: khornicek Date: Mon Apr 7 23:36:39 2014 New Revision: 62684 URL: http://svn.reactos.org/svn/reactos?rev=62684view=rev Log: [DESK] - fix a bunch of buffer overruns, negative array index accesses and uninitialized variables CID #1102296 CID #501468 CID #716755 CID #716756 CID #1102323

[ros-diffs] [khornicek] 62685: [INTL] - fix a leak - fix a buffer overrun CID #503741 CID #716119

2014-04-07 Thread khornicek
Author: khornicek Date: Tue Apr 8 00:14:44 2014 New Revision: 62685 URL: http://svn.reactos.org/svn/reactos?rev=62685view=rev Log: [INTL] - fix a leak - fix a buffer overrun CID #503741 CID #716119 Modified: trunk/reactos/dll/cpl/intl/date.c trunk/reactos/dll/cpl/intl/sort.c Modified:

[ros-diffs] [aandrejevic] 62686: [NTVDM] Start implementing the BaseVDM interface.

2014-04-07 Thread aandrejevic
Author: aandrejevic Date: Tue Apr 8 00:28:49 2014 New Revision: 62686 URL: http://svn.reactos.org/svn/reactos?rev=62686view=rev Log: [NTVDM] Start implementing the BaseVDM interface. Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.c branches/ntvdm/subsystems/ntvdm/ntvdm.h Modified: