[ros-diffs] [akhaldi] 63251: [CRT] * Update tmpfile(). CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 12:50:55 2014 New Revision: 63251 URL: http://svn.reactos.org/svn/reactos?rev=63251&view=rev Log: [CRT] * Update tmpfile(). CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.or

[ros-diffs] [akhaldi] 63252: [CRT] * Reduce difference to Wine. No code changes. CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 12:52:40 2014 New Revision: 63252 URL: http://svn.reactos.org/svn/reactos?rev=63252&view=rev Log: [CRT] * Reduce difference to Wine. No code changes. CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdlib/errno.c Modified: trunk/reactos/lib/sdk/crt/stdlib/errno

[ros-diffs] [akhaldi] 63253: [CRT] * Update feof(). CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 13:17:31 2014 New Revision: 63253 URL: http://svn.reactos.org/svn/reactos?rev=63253&view=rev Log: [CRT] * Update feof(). CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.org/s

[ros-diffs] [ekohl] 63254: [FORMATTING] Fix indentation and coding style. No code changes!

2014-05-12 Thread ekohl
Author: ekohl Date: Mon May 12 14:17:37 2014 New Revision: 63254 URL: http://svn.reactos.org/svn/reactos?rev=63254&view=rev Log: [FORMATTING] Fix indentation and coding style. No code changes! Modified: trunk/reactos/base/setup/usetup/bootsup.c trunk/reactos/base/setup/usetup/bootsup.h

[ros-diffs] [akhaldi] 63255: [CRT] * Update ferror(). CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 14:25:53 2014 New Revision: 63255 URL: http://svn.reactos.org/svn/reactos?rev=63255&view=rev Log: [CRT] * Update ferror(). CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.org

[ros-diffs] [khornicek] 63256: [SERVMAN][EVENTVWR] - add czech translations

2014-05-12 Thread khornicek
Author: khornicek Date: Mon May 12 14:35:30 2014 New Revision: 63256 URL: http://svn.reactos.org/svn/reactos?rev=63256&view=rev Log: [SERVMAN][EVENTVWR] - add czech translations Added: trunk/reactos/base/applications/mscutils/eventvwr/lang/cs-CZ.rc (with props) trunk/reactos/base/appli

[ros-diffs] [akhaldi] 63257: [CRT] * Update fwrite(). CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 15:32:43 2014 New Revision: 63257 URL: http://svn.reactos.org/svn/reactos?rev=63257&view=rev Log: [CRT] * Update fwrite(). CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.org

[ros-diffs] [akhaldi] 63258: [CRT] * Update ioinfo structure. CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 16:01:49 2014 New Revision: 63258 URL: http://svn.reactos.org/svn/reactos?rev=63258&view=rev Log: [CRT] * Update ioinfo structure. CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.rea

[ros-diffs] [akhaldi] 63260: [CRT] * Update _setmode(). * Fixes some msvcrt tests. CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 16:51:40 2014 New Revision: 63260 URL: http://svn.reactos.org/svn/reactos?rev=63260&view=rev Log: [CRT] * Update _setmode(). * Fixes some msvcrt tests. CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c

[ros-diffs] [akhaldi] 63261: [CRT] * Rename alloc_fd_from() to set_fd() and update it. * Fixes some msvcrt tests. CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 18:12:07 2014 New Revision: 63261 URL: http://svn.reactos.org/svn/reactos?rev=63261&view=rev Log: [CRT] * Rename alloc_fd_from() to set_fd() and update it. * Fixes some msvcrt tests. CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/r

[ros-diffs] [akhaldi] 63262: [CRT] * Update get_flags(). CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 19:42:29 2014 New Revision: 63262 URL: http://svn.reactos.org/svn/reactos?rev=63262&view=rev Log: [CRT] * Update get_flags(). CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.

[ros-diffs] [akhaldi] 63263: [CRT] * _set_errno() returns an errno_t. * error => value CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 19:44:41 2014 New Revision: 63263 URL: http://svn.reactos.org/svn/reactos?rev=63263&view=rev Log: [CRT] * _set_errno() returns an errno_t. * error => value CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdlib/errno.c Modified: trunk/reactos/lib/sdk/crt/stdlib

[ros-diffs] [akhaldi] 63264: [CRT] * Update _write(). CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 19:54:29 2014 New Revision: 63264 URL: http://svn.reactos.org/svn/reactos?rev=63264&view=rev Log: [CRT] * Update _write(). CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.org

[ros-diffs] [cwittich] 63265: [shell32] partial SHELL_FindExecutable sync to wine

2014-05-12 Thread cwittich
Author: cwittich Date: Mon May 12 19:55:25 2014 New Revision: 63265 URL: http://svn.reactos.org/svn/reactos?rev=63265&view=rev Log: [shell32] partial SHELL_FindExecutable sync to wine Modified: trunk/reactos/dll/win32/shell32/shlexec.cpp Modified: trunk/reactos/dll/win32/shell32/shlexec.cpp

[ros-diffs] [akhaldi] 63266: [CRT] * Update _wsopen_s(). * Fixes some msvcrt tests. CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 20:02:52 2014 New Revision: 63266 URL: http://svn.reactos.org/svn/reactos?rev=63266&view=rev Log: [CRT] * Update _wsopen_s(). * Fixes some msvcrt tests. CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.

[ros-diffs] [akhaldi] 63267: [CRT] * Reorder some functions. No code changes! CORE-8080

2014-05-12 Thread akhaldi
Author: akhaldi Date: Mon May 12 20:10:38 2014 New Revision: 63267 URL: http://svn.reactos.org/svn/reactos?rev=63267&view=rev Log: [CRT] * Reorder some functions. No code changes! CORE-8080 Modified: trunk/reactos/lib/sdk/crt/stdio/file.c Modified: trunk/reactos/lib/sdk/crt/stdio/file.c URL:

[ros-diffs] [tkreuzer] 63268: [KMTEST] Revert the DDK compatibility hack and apply a real fix. I kept the hack for NDK exports, we should consider changing them as well for consistency reasons.

2014-05-12 Thread tkreuzer
Author: tkreuzer Date: Mon May 12 23:36:05 2014 New Revision: 63268 URL: http://svn.reactos.org/svn/reactos?rev=63268&view=rev Log: [KMTEST] Revert the DDK compatibility hack and apply a real fix. I kept the hack for NDK exports, we should consider changing them as well for consistency reasons.

[ros-diffs] [tkreuzer] 63269: [DDK] - Remove NTKERNELAPI from Rtl String routines - Remove obsolete hack definition - Fix a typo, spotted by Thomas

2014-05-12 Thread tkreuzer
Author: tkreuzer Date: Mon May 12 23:40:14 2014 New Revision: 63269 URL: http://svn.reactos.org/svn/reactos?rev=63269&view=rev Log: [DDK] - Remove NTKERNELAPI from Rtl String routines - Remove obsolete hack definition - Fix a typo, spotted by Thomas Modified: trunk/reactos/include/ddk/ntifs.h