.. |
messages
|
Added LGPL standard comment, and copyright notices where necessary.
|
2002-03-09 23:29:33 +00:00 |
nls
|
Replace 28591 by 28605 (euro) for appropriate locales.
|
2003-10-31 03:40:08 +00:00 |
tests
|
Fix a couple of copy/paste errors.
|
2004-02-10 20:07:56 +00:00 |
.cvsignore
|
Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
|
2003-09-27 02:32:53 +00:00 |
actctx.c
|
Add stubs for the Activation Context API (XP+).
|
2004-01-30 22:57:21 +00:00 |
atom.c
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
change.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
comm.c
|
Move the implementation of GetDefaultCommConfig from A to W.
|
2004-01-16 02:21:01 +00:00 |
comm.drv.spec
|
Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
|
2003-09-27 02:32:53 +00:00 |
computername.c
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +00:00 |
console_private.h
|
Set the edition mode as a specific attribute, not an extension of the
|
2003-01-09 06:01:32 +00:00 |
console.c
|
Use case insensitive comparison with pseudo console handle names in
|
2004-01-27 20:11:53 +00:00 |
cpu.c
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
|
2004-01-23 01:51:33 +00:00 |
debugger.c
|
Assorted spelling fixes.
|
2004-01-16 21:26:08 +00:00 |
device.c
|
Added support for implementing VxDs as separate dlls and loading them
|
2004-02-20 01:18:43 +00:00 |
dosmem.c
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
editline.c
|
Assorted spelling fixes.
|
2004-01-16 21:26:08 +00:00 |
environ.c
|
Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
|
2003-11-13 20:58:55 +00:00 |
error16.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
except.c
|
Make sure that there is extra information in the exception record
|
2004-01-28 21:40:01 +00:00 |
fiber.c
|
Porting fixes.
|
2003-11-27 00:59:36 +00:00 |
file16.c
|
- got rid of FILE_Dup2 export from kernel32
|
2004-01-14 04:34:20 +00:00 |
file.c
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
|
2004-01-23 01:51:33 +00:00 |
format_msg.c
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
global16.c
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
heap.c
|
Get rid of no longer needed WINE_PACKED define.
|
2004-01-09 22:18:49 +00:00 |
instr.c
|
Support emulation of the privileged mov dr7,eax instruction.
|
2004-02-17 22:46:06 +00:00 |
kernel32.spec
|
Add stubs for the Activation Context API (XP+).
|
2004-01-30 22:57:21 +00:00 |
kernel_main.c
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
kernel_private.h
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
kernel.rc
|
Added LGPL standard comment, and copyright notices where necessary.
|
2002-03-09 23:29:33 +00:00 |
krnl386.exe.spec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
lcformat.c
|
Correct GetNumberFormat for negative numbers with e.g. 3 leading
|
2004-02-07 01:28:45 +00:00 |
local16.c
|
Get rid of no longer needed WINE_PACKED define.
|
2004-01-09 22:18:49 +00:00 |
locale_rc.rc
|
Fix the case of product and company names.
|
2003-09-08 19:38:45 +00:00 |
locale.c
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
Makefile.in
|
Added support for building a dll from a .def file for cases where we
|
2004-02-17 20:36:16 +00:00 |
module.c
|
Removed too strict header check to enable execution of handcoded PE
|
2003-12-31 00:12:31 +00:00 |
ne_module.c
|
Always try to load the 32-bit owner dll instead of directly loading
|
2004-01-03 01:18:55 +00:00 |
ne_segment.c
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
path.c
|
- RtlGetFullPathName_U: rewritten so that the source & destination
|
2004-01-20 01:40:23 +00:00 |
powermgnt.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
process.c
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
profile.c
|
Added memchrW and memrchrW to the exported Unicode functions.
|
2004-02-07 02:24:15 +00:00 |
pthread.c
|
Don't use constructors for ntdll and kernel32 initialization.
|
2004-01-07 04:50:11 +00:00 |
registry16.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
relay16.c
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +00:00 |
resource16.c
|
Porting fixes.
|
2003-11-27 00:59:36 +00:00 |
resource.c
|
Added exception handlers in FindResourceExA/W (based on a patch by
|
2003-12-13 01:36:14 +00:00 |
selector.c
|
Removed include/selectors.h.
|
2003-11-18 00:16:25 +00:00 |
snoop16.c
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
stress.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
stress.spec
|
Made some more spec file entries optional or unnecessary.
|
2002-06-21 19:15:45 +00:00 |
string.c
|
Porting fixes.
|
2003-11-27 00:59:36 +00:00 |
sync.c
|
Authors: David Hammerton <david@transgaming.com>, Mike McCormack <mike@codeweavers.com>
|
2004-02-12 20:03:53 +00:00 |
syslevel.c
|
Use the signal stack pointer to determine the current thread.
|
2003-11-05 00:52:29 +00:00 |
system.c
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
|
2004-01-23 01:51:33 +00:00 |
system.drv.spec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
tape.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
task.c
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
thread.c
|
Revert the thread exit race fix for now, it doesn't work right on
|
2004-02-05 17:45:31 +00:00 |
thunk.c
|
Get rid of the flatthunk.h header.
|
2004-02-12 01:03:55 +00:00 |
time.c
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
|
2004-01-23 01:51:33 +00:00 |
toolhelp.c
|
Implemented Toolhelp32ReadProcessMemory.
|
2004-01-12 21:05:53 +00:00 |
toolhelp.h
|
Store the kernel32 module handle globally to avoid some
|
2004-02-12 00:00:55 +00:00 |
toolhelp.spec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
utthunk.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
version16.rc
|
Added LGPL standard comment, and copyright notices where necessary.
|
2002-03-09 23:29:33 +00:00 |
version.c
|
Don't include build number in GetVersion() for Win9x versions.
|
2003-11-11 22:00:14 +00:00 |
version.rc
|
Set version of kernel32 to Windows 2000 SP4.
|
2003-09-30 00:21:31 +00:00 |
virtual.c
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
|
2004-01-23 01:51:33 +00:00 |
vxd.c
|
Implemented RegFlushKey and NtFlushKey.
|
2004-01-03 00:38:30 +00:00 |
win87em.c
|
Moved a number of DOS definitions out of the global headers and into
|
2003-11-15 00:13:20 +00:00 |
win87em.spec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
windebug.c
|
Moved a number of DOS definitions out of the global headers and into
|
2003-11-15 00:13:20 +00:00 |
windebug.spec
|
Made some more spec file entries optional or unnecessary.
|
2002-06-21 19:15:45 +00:00 |
wowthunk.c
|
Removed task.h.
|
2003-11-25 00:42:26 +00:00 |