[ros-diffs] [fireball] 33866: - Update many parts of CRT, and misc cleanup. - Largely based on the patch by Samuel Serapion. - Include file.c from Wine's msvcrt, but exclude its contents from the build process for now.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Jun 6 19:49:25 CEST 2008


Author: fireball
Date: Fri Jun  6 12:49:24 2008
New Revision: 33866

URL: http://svn.reactos.org/svn/reactos?rev=33866&view=rev
Log:
- Update many parts of CRT, and misc cleanup.
- Largely based on the patch by Samuel Serapion.
- Include file.c from Wine's msvcrt, but exclude its contents from the build process for now.

Added:
    trunk/reactos/lib/sdk/crt/io/creat.c
      - copied, changed from r33863, trunk/reactos/lib/sdk/crt/io/create.c
    trunk/reactos/lib/sdk/crt/io/wcreat.c
      - copied, changed from r33863, trunk/reactos/lib/sdk/crt/io/wcreate.c
    trunk/reactos/lib/sdk/crt/stdio/file.c   (with props)
Removed:
    trunk/reactos/dll/win32/msvcrt/stubs.c
    trunk/reactos/lib/sdk/crt/include/internal/debug.h
    trunk/reactos/lib/sdk/crt/io/create.c
    trunk/reactos/lib/sdk/crt/io/wcreate.c
Modified:
    trunk/reactos/dll/win32/crtdll/crtdll.rbuild
    trunk/reactos/dll/win32/crtdll/dllmain.c
    trunk/reactos/dll/win32/msvcrt/dllmain.c
    trunk/reactos/dll/win32/msvcrt/msvcrt.rbuild
    trunk/reactos/lib/sdk/crt/crt.rbuild
    trunk/reactos/lib/sdk/crt/direct/chdrive.c
    trunk/reactos/lib/sdk/crt/direct/getdcwd.c
    trunk/reactos/lib/sdk/crt/except/matherr.c
    trunk/reactos/lib/sdk/crt/except/xcptfil.c
    trunk/reactos/lib/sdk/crt/float/fpreset.c
    trunk/reactos/lib/sdk/crt/float/i386/clearfp.c
    trunk/reactos/lib/sdk/crt/float/i386/cntrlfp.c
    trunk/reactos/lib/sdk/crt/float/i386/statfp.c
    trunk/reactos/lib/sdk/crt/float/nafter.c
    trunk/reactos/lib/sdk/crt/include/float.h
    trunk/reactos/lib/sdk/crt/include/internal/mbstring.h
    trunk/reactos/lib/sdk/crt/include/internal/wine/msvcrt.h
    trunk/reactos/lib/sdk/crt/io/access.c
    trunk/reactos/lib/sdk/crt/io/chmod.c
    trunk/reactos/lib/sdk/crt/io/chsize.c
    trunk/reactos/lib/sdk/crt/io/close.c
    trunk/reactos/lib/sdk/crt/io/isatty.c
    trunk/reactos/lib/sdk/crt/io/mktemp.c
    trunk/reactos/lib/sdk/crt/io/open.c
    trunk/reactos/lib/sdk/crt/io/pipe.c
    trunk/reactos/lib/sdk/crt/io/read.c
    trunk/reactos/lib/sdk/crt/io/setmode.c
    trunk/reactos/lib/sdk/crt/io/sopen.c
    trunk/reactos/lib/sdk/crt/io/unlink.c
    trunk/reactos/lib/sdk/crt/io/wmktemp.c
    trunk/reactos/lib/sdk/crt/io/wopen.c
    trunk/reactos/lib/sdk/crt/io/write.c
    trunk/reactos/lib/sdk/crt/io/wunlink.c
    trunk/reactos/lib/sdk/crt/locale/locale.c
    trunk/reactos/lib/sdk/crt/math/stubs.c
    trunk/reactos/lib/sdk/crt/mbstring/ischira.c
    trunk/reactos/lib/sdk/crt/mbstring/iskana.c
    trunk/reactos/lib/sdk/crt/mbstring/iskmoji.c
    trunk/reactos/lib/sdk/crt/mbstring/iskpun.c
    trunk/reactos/lib/sdk/crt/mbstring/islead.c
    trunk/reactos/lib/sdk/crt/mbstring/islwr.c
    trunk/reactos/lib/sdk/crt/mbstring/ismbaln.c
    trunk/reactos/lib/sdk/crt/mbstring/ismbc.c
    trunk/reactos/lib/sdk/crt/mbstring/ismbkaln.c
    trunk/reactos/lib/sdk/crt/mbstring/ismblead.c
    trunk/reactos/lib/sdk/crt/mbstring/ismbpun.c
    trunk/reactos/lib/sdk/crt/mbstring/ismbtrl.c
    trunk/reactos/lib/sdk/crt/mbstring/isuppr.c
    trunk/reactos/lib/sdk/crt/mbstring/jistojms.c
    trunk/reactos/lib/sdk/crt/mbstring/mbscspn.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsicmp.c
    trunk/reactos/lib/sdk/crt/mbstring/mbslwr.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsncat.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsnextc.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsnicoll.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsspn.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsspnp.c
    trunk/reactos/lib/sdk/crt/mbstring/mbsupr.c
    trunk/reactos/lib/sdk/crt/misc/crtmain.c
    trunk/reactos/lib/sdk/crt/misc/environ.c
    trunk/reactos/lib/sdk/crt/misc/getargs.c
    trunk/reactos/lib/sdk/crt/misc/lock.c
    trunk/reactos/lib/sdk/crt/misc/stubs.c
    trunk/reactos/lib/sdk/crt/precomp.h
    trunk/reactos/lib/sdk/crt/process/_system.c
    trunk/reactos/lib/sdk/crt/process/process.c
    trunk/reactos/lib/sdk/crt/process/thread.c
    trunk/reactos/lib/sdk/crt/stdio/fwrite.c
    trunk/reactos/lib/sdk/crt/stdio/popen.c
    trunk/reactos/lib/sdk/crt/stdio/remove.c
    trunk/reactos/lib/sdk/crt/stdlib/errno.c
    trunk/reactos/lib/sdk/crt/stdlib/getenv.c
    trunk/reactos/lib/sdk/crt/stdlib/mbstowcs.c
    trunk/reactos/lib/sdk/crt/stdlib/mbtowc.c
    trunk/reactos/lib/sdk/crt/stdlib/putenv.c
    trunk/reactos/lib/sdk/crt/stdlib/senv.c
    trunk/reactos/lib/sdk/crt/stdlib/wputenv.c
    trunk/reactos/lib/sdk/crt/string/scanf.c
    trunk/reactos/lib/sdk/crt/string/wcstom.c
    trunk/reactos/lib/sdk/crt/string/wctomb.c
    trunk/reactos/lib/sdk/crt/sys_stat/fstati64.c
    trunk/reactos/lib/sdk/crt/sys_stat/stat.c
    trunk/reactos/lib/sdk/crt/time/ctime.c
    trunk/reactos/lib/sdk/crt/wine/heap.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/dll/win32/crtdll/crtdll.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/crtdll/crtdll.rbuild?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/dll/win32/crtdll/dllmain.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/crtdll/dllmain.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/dll/win32/msvcrt/dllmain.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/dllmain.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/dll/win32/msvcrt/msvcrt.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/msvcrt.rbuild?rev=33866&r1=33865&r2=33866&view=diff

Removed: trunk/reactos/dll/win32/msvcrt/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/stubs.c?rev=33865&view=auto

Modified: trunk/reactos/lib/sdk/crt/crt.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.rbuild?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/direct/chdrive.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/direct/chdrive.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/direct/getdcwd.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/direct/getdcwd.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/except/matherr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/matherr.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/except/xcptfil.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/xcptfil.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/float/fpreset.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/float/fpreset.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/float/i386/clearfp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/float/i386/clearfp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/float/i386/cntrlfp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/float/i386/cntrlfp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/float/i386/statfp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/float/i386/statfp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/float/nafter.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/float/nafter.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/include/float.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/float.h?rev=33866&r1=33865&r2=33866&view=diff

Removed: trunk/reactos/lib/sdk/crt/include/internal/debug.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/internal/debug.h?rev=33865&view=auto

Modified: trunk/reactos/lib/sdk/crt/include/internal/mbstring.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/internal/mbstring.h?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/include/internal/wine/msvcrt.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/internal/wine/msvcrt.h?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/access.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/access.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/chmod.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/chmod.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/chsize.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/chsize.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/close.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/close.c?rev=33866&r1=33865&r2=33866&view=diff

Copied: trunk/reactos/lib/sdk/crt/io/creat.c (from r33863, trunk/reactos/lib/sdk/crt/io/create.c)
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/creat.c?p2=trunk/reactos/lib/sdk/crt/io/creat.c&p1=trunk/reactos/lib/sdk/crt/io/create.c&r1=33863&r2=33866&rev=33866&view=diff

Removed: trunk/reactos/lib/sdk/crt/io/create.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/create.c?rev=33865&view=auto

Modified: trunk/reactos/lib/sdk/crt/io/isatty.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/isatty.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/mktemp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/mktemp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/open.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/open.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/pipe.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/pipe.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/read.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/read.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/setmode.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/setmode.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/sopen.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/sopen.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/unlink.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/unlink.c?rev=33866&r1=33865&r2=33866&view=diff

Copied: trunk/reactos/lib/sdk/crt/io/wcreat.c (from r33863, trunk/reactos/lib/sdk/crt/io/wcreate.c)
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/wcreat.c?p2=trunk/reactos/lib/sdk/crt/io/wcreat.c&p1=trunk/reactos/lib/sdk/crt/io/wcreate.c&r1=33863&r2=33866&rev=33866&view=diff

Removed: trunk/reactos/lib/sdk/crt/io/wcreate.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/wcreate.c?rev=33865&view=auto

Modified: trunk/reactos/lib/sdk/crt/io/wmktemp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/wmktemp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/wopen.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/wopen.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/write.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/write.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/io/wunlink.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/io/wunlink.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/locale/locale.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/locale/locale.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/math/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/stubs.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ischira.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ischira.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/iskana.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/iskana.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/iskmoji.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/iskmoji.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/iskpun.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/iskpun.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/islead.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/islead.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/islwr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/islwr.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ismbaln.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ismbaln.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ismbc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ismbc.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ismbkaln.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ismbkaln.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ismblead.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ismblead.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ismbpun.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ismbpun.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/ismbtrl.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/ismbtrl.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/isuppr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/isuppr.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/jistojms.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/jistojms.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbscspn.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbscspn.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsicmp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsicmp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbslwr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbslwr.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsncat.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsncat.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsnextc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsnextc.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsnicoll.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsnicoll.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsspn.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsspn.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsspnp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsspnp.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/mbstring/mbsupr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mbstring/mbsupr.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/misc/crtmain.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/misc/crtmain.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/misc/environ.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/misc/environ.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/misc/getargs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/misc/getargs.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/misc/lock.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/misc/lock.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/misc/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/misc/stubs.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/precomp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/precomp.h?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/process/_system.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/process/_system.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/process/process.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/process/process.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/process/thread.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/process/thread.c?rev=33866&r1=33865&r2=33866&view=diff

Added: trunk/reactos/lib/sdk/crt/stdio/file.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdio/file.c?rev=33866&view=auto

Modified: trunk/reactos/lib/sdk/crt/stdio/fwrite.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdio/fwrite.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdio/popen.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdio/popen.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdio/remove.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdio/remove.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/errno.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/errno.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/getenv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/getenv.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/mbstowcs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/mbstowcs.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/mbtowc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/mbtowc.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/putenv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/putenv.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/senv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/senv.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/stdlib/wputenv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdlib/wputenv.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/string/scanf.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/scanf.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/string/wcstom.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/wcstom.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/string/wctomb.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/wctomb.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/sys_stat/fstati64.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/sys_stat/fstati64.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/sys_stat/stat.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/sys_stat/stat.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/time/ctime.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/time/ctime.c?rev=33866&r1=33865&r2=33866&view=diff

Modified: trunk/reactos/lib/sdk/crt/wine/heap.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/wine/heap.c?rev=33866&r1=33865&r2=33866&view=diff



More information about the Ros-diffs mailing list