Author: ion
Date: Wed Jul 20 15:54:21 2011
New Revision: 52737
URL:
http://svn.reactos.org/svn/reactos?rev=52737&view=rev
Log:
NO CODE CHANGES.
[KERNEL32]: Reorganize certain functions in different files, and move files into more
appropriate locations. Will lead to a simplification of the directory structure.
Added:
trunk/reactos/dll/win32/kernel32/file/console.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/console.c
trunk/reactos/dll/win32/kernel32/file/filemap.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/mem/section.c
trunk/reactos/dll/win32/kernel32/misc/resntfy.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/mem/resnotify.c
trunk/reactos/dll/win32/kernel32/string/casemap.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/casemap.c
trunk/reactos/dll/win32/kernel32/string/chartype.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/chartype.c
trunk/reactos/dll/win32/kernel32/string/collation.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/collation.c
trunk/reactos/dll/win32/kernel32/string/fold.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/fold.c
trunk/reactos/dll/win32/kernel32/string/format_msg.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/format_msg.c
trunk/reactos/dll/win32/kernel32/string/lang.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/lang.c
trunk/reactos/dll/win32/kernel32/string/lcformat.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/lcformat.c
trunk/reactos/dll/win32/kernel32/string/lcformat_private.h
- copied unchanged from r52722,
trunk/reactos/dll/win32/kernel32/misc/lcformat_private.h
trunk/reactos/dll/win32/kernel32/string/nls.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/nls.c
trunk/reactos/dll/win32/kernel32/string/sortkey.c
- copied unchanged from r52722, trunk/reactos/dll/win32/kernel32/misc/sortkey.c
trunk/reactos/dll/win32/kernel32/synch/synch.c
- copied, changed from r52722, trunk/reactos/dll/win32/kernel32/synch/wait.c
trunk/reactos/dll/win32/kernel32/vista/
trunk/reactos/dll/win32/kernel32/vista/vista.c
- copied, changed from r52722, trunk/reactos/dll/win32/kernel32/synch/condvar.c
Removed:
trunk/reactos/dll/win32/kernel32/debug/output.c
trunk/reactos/dll/win32/kernel32/mem/global.c
trunk/reactos/dll/win32/kernel32/mem/isbad.c
trunk/reactos/dll/win32/kernel32/mem/local.c
trunk/reactos/dll/win32/kernel32/mem/procmem.c
trunk/reactos/dll/win32/kernel32/mem/resnotify.c
trunk/reactos/dll/win32/kernel32/mem/section.c
trunk/reactos/dll/win32/kernel32/misc/casemap.c
trunk/reactos/dll/win32/kernel32/misc/chartype.c
trunk/reactos/dll/win32/kernel32/misc/collation.c
trunk/reactos/dll/win32/kernel32/misc/commdcb.c
trunk/reactos/dll/win32/kernel32/misc/console.c
trunk/reactos/dll/win32/kernel32/misc/error.c
trunk/reactos/dll/win32/kernel32/misc/fold.c
trunk/reactos/dll/win32/kernel32/misc/format_msg.c
trunk/reactos/dll/win32/kernel32/misc/icustubs.cpp
trunk/reactos/dll/win32/kernel32/misc/lang.c
trunk/reactos/dll/win32/kernel32/misc/lcformat.c
trunk/reactos/dll/win32/kernel32/misc/lcformat_private.h
trunk/reactos/dll/win32/kernel32/misc/nls.c
trunk/reactos/dll/win32/kernel32/misc/recovery.c
trunk/reactos/dll/win32/kernel32/misc/sortkey.c
trunk/reactos/dll/win32/kernel32/process/cmdline.c
trunk/reactos/dll/win32/kernel32/process/procsup.c
trunk/reactos/dll/win32/kernel32/synch/condvar.c
trunk/reactos/dll/win32/kernel32/synch/critical.c
trunk/reactos/dll/win32/kernel32/synch/event.c
trunk/reactos/dll/win32/kernel32/synch/mutex.c
trunk/reactos/dll/win32/kernel32/synch/sem.c
trunk/reactos/dll/win32/kernel32/synch/timer.c
trunk/reactos/dll/win32/kernel32/synch/wait.c
trunk/reactos/dll/win32/kernel32/thread/fls.c
trunk/reactos/dll/win32/kernel32/thread/tls.c
Modified:
trunk/reactos/dll/win32/kernel32/CMakeLists.txt
trunk/reactos/dll/win32/kernel32/debug/debugger.c
trunk/reactos/dll/win32/kernel32/except/except.c
trunk/reactos/dll/win32/kernel32/include/kernel32.h
trunk/reactos/dll/win32/kernel32/kernel32.rbuild
trunk/reactos/dll/win32/kernel32/mem/heap.c
trunk/reactos/dll/win32/kernel32/process/proc.c
trunk/reactos/dll/win32/kernel32/process/session.c
trunk/reactos/dll/win32/kernel32/thread/fiber.c
trunk/reactos/dll/win32/kernel32/thread/thread.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/win32/kernel32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/CMakeLi…
Modified: trunk/reactos/dll/win32/kernel32/debug/debugger.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/debug/d…
Removed: trunk/reactos/dll/win32/kernel32/debug/output.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/debug/o…
Modified: trunk/reactos/dll/win32/kernel32/except/except.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/except/…
Modified: trunk/reactos/dll/win32/kernel32/include/kernel32.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/include…
Modified: trunk/reactos/dll/win32/kernel32/kernel32.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel3…
Removed: trunk/reactos/dll/win32/kernel32/mem/global.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/glo…
Modified: trunk/reactos/dll/win32/kernel32/mem/heap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/hea…
Removed: trunk/reactos/dll/win32/kernel32/mem/isbad.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/isb…
Removed: trunk/reactos/dll/win32/kernel32/mem/local.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/loc…
Removed: trunk/reactos/dll/win32/kernel32/mem/procmem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/pro…
Removed: trunk/reactos/dll/win32/kernel32/mem/resnotify.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/res…
Removed: trunk/reactos/dll/win32/kernel32/mem/section.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/sec…
Removed: trunk/reactos/dll/win32/kernel32/misc/casemap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/ca…
Removed: trunk/reactos/dll/win32/kernel32/misc/chartype.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/ch…
Removed: trunk/reactos/dll/win32/kernel32/misc/collation.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/co…
Removed: trunk/reactos/dll/win32/kernel32/misc/commdcb.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/co…
Removed: trunk/reactos/dll/win32/kernel32/misc/console.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/co…
Removed: trunk/reactos/dll/win32/kernel32/misc/error.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/er…
Removed: trunk/reactos/dll/win32/kernel32/misc/fold.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/fo…
Removed: trunk/reactos/dll/win32/kernel32/misc/format_msg.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/fo…
Removed: trunk/reactos/dll/win32/kernel32/misc/icustubs.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/ic…
Removed: trunk/reactos/dll/win32/kernel32/misc/lang.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/la…
Removed: trunk/reactos/dll/win32/kernel32/misc/lcformat.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/lc…
Removed: trunk/reactos/dll/win32/kernel32/misc/lcformat_private.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/lc…
Removed: trunk/reactos/dll/win32/kernel32/misc/nls.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/nl…
Removed: trunk/reactos/dll/win32/kernel32/misc/recovery.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/re…
Removed: trunk/reactos/dll/win32/kernel32/misc/sortkey.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/so…
Removed: trunk/reactos/dll/win32/kernel32/process/cmdline.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/process…
Modified: trunk/reactos/dll/win32/kernel32/process/proc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/process…
Removed: trunk/reactos/dll/win32/kernel32/process/procsup.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/process…
Modified: trunk/reactos/dll/win32/kernel32/process/session.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/process…
Removed: trunk/reactos/dll/win32/kernel32/synch/condvar.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/c…
Removed: trunk/reactos/dll/win32/kernel32/synch/critical.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/c…
Removed: trunk/reactos/dll/win32/kernel32/synch/event.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/e…
Removed: trunk/reactos/dll/win32/kernel32/synch/mutex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/m…
Removed: trunk/reactos/dll/win32/kernel32/synch/sem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/s…
Copied: trunk/reactos/dll/win32/kernel32/synch/synch.c (from r52722,
trunk/reactos/dll/win32/kernel32/synch/wait.c)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/s…
Removed: trunk/reactos/dll/win32/kernel32/synch/timer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/t…
Removed: trunk/reactos/dll/win32/kernel32/synch/wait.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/synch/w…
Modified: trunk/reactos/dll/win32/kernel32/thread/fiber.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/…
Removed: trunk/reactos/dll/win32/kernel32/thread/fls.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/…
Modified: trunk/reactos/dll/win32/kernel32/thread/thread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/…
Removed: trunk/reactos/dll/win32/kernel32/thread/tls.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/…
Copied: trunk/reactos/dll/win32/kernel32/vista/vista.c (from r52722,
trunk/reactos/dll/win32/kernel32/synch/condvar.c)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/vista/v…