reactos/reactos/lib/kernel32/misc
2005-01-03 23:02:15 +00:00
..
atom.c deny usage of too long strings in add/find atom. makes wine reg. tests happy. 2004-11-28 21:16:15 +00:00
chartype.c Implement GetStringTypeA/W() and GetStringTypeExA/W() 2004-10-04 19:17:58 +00:00
comm.c Move kernekl32-internal declarations from global include directory to local one. 2004-01-23 21:16:04 +00:00
computername.c added a few missing structures and some janitory work 2004-10-30 22:18:17 +00:00
console.c Rewrite ROS Critical Section implementation, which was slow and broken (because it always created an event, which is the slow path). Note that coincidentally, Gunnar also fixed this code and committed a patch this morning, taken from WINE. This code is also based on WINE, but adds more features which WINE does not support/need yet (regarding Debug CS). Hence, this code was a re-write of the original ROS code, not of Gunnar's, and we've both discussed the accidental conflict. 2005-01-03 23:02:15 +00:00
dllmain.c Rewrite ROS Critical Section implementation, which was slow and broken (because it always created an event, which is the slow path). Note that coincidentally, Gunnar also fixed this code and committed a patch this morning, taken from WINE. This code is also based on WINE, but adds more features which WINE does not support/need yet (regarding Debug CS). Hence, this code was a re-write of the original ROS code, not of Gunnar's, and we've both discussed the accidental conflict. 2005-01-03 23:02:15 +00:00
env.c - RtlExpandEnvironmentStrings_U and ExpandEnvironmentStrings[AW] should return the total length needed for the string with all the environment variables expanded. 2004-12-27 16:40:14 +00:00
error.c minor fixes 2004-10-24 12:36:12 +00:00
errormsg.c - Compile kernel32 using w32api. 2004-06-13 20:04:56 +00:00
handle.c removed obsolete forward declaration 2004-11-06 10:10:02 +00:00
lang.c Implement GetSystemDefaultUILanguage() and IsValidLocale(). 2004-12-04 13:59:41 +00:00
lcformat.c Rewrite ROS Critical Section implementation, which was slow and broken (because it always created an event, which is the slow path). Note that coincidentally, Gunnar also fixed this code and committed a patch this morning, taken from WINE. This code is also based on WINE, but adds more features which WINE does not support/need yet (regarding Debug CS). Hence, this code was a re-write of the original ROS code, not of Gunnar's, and we've both discussed the accidental conflict. 2005-01-03 23:02:15 +00:00
ldr.c silence debug message i accidently added 2004-12-18 13:35:15 +00:00
lzexpand_main.c - Fix compilation with GCC 4.0-20041219. 2004-12-25 11:22:37 +00:00
muldiv.c 2003-07-10 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-07-10 18:50:51 +00:00
nls.c Rewrite ROS Critical Section implementation, which was slow and broken (because it always created an event, which is the slow path). Note that coincidentally, Gunnar also fixed this code and committed a patch this morning, taken from WINE. This code is also based on WINE, but adds more features which WINE does not support/need yet (regarding Debug CS). Hence, this code was a re-write of the original ROS code, not of Gunnar's, and we've both discussed the accidental conflict. 2005-01-03 23:02:15 +00:00
perfcnt.c Move kernekl32-internal declarations from global include directory to local one. 2004-01-23 21:16:04 +00:00
profile.c Rewrite ROS Critical Section implementation, which was slow and broken (because it always created an event, which is the slow path). Note that coincidentally, Gunnar also fixed this code and committed a patch this morning, taken from WINE. This code is also based on WINE, but adds more features which WINE does not support/need yet (regarding Debug CS). Hence, this code was a re-write of the original ROS code, not of Gunnar's, and we've both discussed the accidental conflict. 2005-01-03 23:02:15 +00:00
res.c Use Wine's language matching algorithm when searching for resources. 2004-09-11 17:06:33 +00:00
stubs.c implemented undocumented GetConsoleInputExeNameA/W() and SetConsoleInputExeNameA/W() used by NT's cmd.exe 2004-12-18 13:26:57 +00:00
sysinfo.c Use PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES_MAX. The latter is not official and a useless ducpliate. Use LARGE_INTEGER instead of TIME in ex/sysinfo.c 2005-01-01 04:05:42 +00:00
time.c no need to copy the buffers to the stack 2004-12-02 21:22:36 +00:00
timerqueue.c 1. implemented the timer queue functions of kernel32 (I tested the implementation of CreateTimerQueueTimer() and DeleteTimerQueueTimer() on windows) 2004-07-08 00:40:31 +00:00
toolhelp.c 1. fixed definition of the DEBUG_MODULE_INFORMATION structure 2004-11-19 01:30:35 +00:00