.. |
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
|
- Don't expect that drive C: exists, use the drive Windows is
|
2004-08-30 18:40:20 +00:00 |
.cvsignore
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Makefile.in
|
- Update build system to support IOKit and CoreFoundation frameworks
|
2004-08-19 01:20:45 +00:00 |
actctx.c
|
Set last error value to ERROR_CALL_NOT_IMPLEMENTED in QueryActCtxW()
|
2004-06-14 16:59:19 +00:00 |
atom.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
change.c
|
Added proper support for switching file APIs between ANSI and OEM
|
2004-05-13 20:21:25 +00:00 |
comm.c
|
Fd type is no longer used, get rid of it.
|
2004-08-18 00:04:58 +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
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
console.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +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 |
cpu.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
debugger.c
|
Improve documentation for debugger functions.
|
2004-08-26 18:22:17 +00:00 |
dosmem.c
|
Const correctness, pointer cast correctness, removed extraneous ';'.
|
2004-06-14 17:04:34 +00:00 |
editline.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +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
|
Use TRACE rather than FIXME for check_resource_write.
|
2004-06-01 19:45:15 +00:00 |
fiber.c
|
Porting fixes.
|
2003-11-27 00:59:36 +00:00 |
file.c
|
Fd type is no longer used, get rid of it.
|
2004-08-18 00:04:58 +00:00 |
file16.c
|
Moved most remaining file functions to dlls/kernel.
|
2004-05-01 05:25:07 +00:00 |
format_msg.c
|
Rewrote load_messageA/W to deal properly with multibyte characters.
|
2004-07-20 22:12:21 +00:00 |
global16.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
heap.c
|
Fix BSD build.
|
2004-08-13 19:47:11 +00:00 |
instr.c
|
Const correctness, pointer cast correctness, removed extraneous ';'.
|
2004-06-14 17:04:34 +00:00 |
kernel.rc
|
Added LGPL standard comment, and copyright notices where necessary.
|
2002-03-09 23:29:33 +00:00 |
kernel32.spec
|
Added GetProcessId.
|
2004-08-24 18:46:05 +00:00 |
kernel_main.c
|
We don't need the shared heap on non-i386 platforms.
|
2004-08-13 00:42:09 +00:00 |
kernel_private.h
|
Use environment variables instead of config file entries to specify
|
2004-05-14 21:43:18 +00:00 |
krnl386.exe.spec
|
Added GetProcessId.
|
2004-08-24 18:46:05 +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.c
|
GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo code pages, as
|
2004-08-23 17:52:02 +00:00 |
locale_rc.rc
|
Fix the case of product and company names.
|
2003-09-08 19:38:45 +00:00 |
module.c
|
Set the WINEPRELOADRESERVE variable when starting a new process.
|
2004-06-03 00:25:08 +00:00 |
ne_module.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
ne_segment.c
|
Fixed some illegal lvalue casts / increments.
|
2004-06-16 19:02:11 +00:00 |
path.c
|
Semi stubs for GetSystemWow64Directory[AW].
|
2004-06-02 21:32:55 +00:00 |
powermgnt.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
process.c
|
Added GetProcessId.
|
2004-08-24 18:46:05 +00:00 |
profile.c
|
Support for large profile values (based on a patch by Robert
|
2004-07-16 02:45:00 +00:00 |
pthread.c
|
Don't use constructors for ntdll and kernel32 initialization.
|
2004-01-07 04:50:11 +00:00 |
registry16.c
|
Added some missing prototypes.
|
2004-05-18 20:43:29 +00:00 |
relay16.c
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +00:00 |
resource.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
resource16.c
|
Avoid lvalue casts (based on a patch by Marcus Meissner).
|
2004-07-23 19:09:35 +00:00 |
selector.c
|
Const correctness, pointer cast correctness, removed extraneous ';'.
|
2004-06-14 17:04:34 +00:00 |
snoop16.c
|
Fix the missing tread ID of some snoop return traces.
|
2004-05-27 20:00:37 +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
|
Fd type is no longer used, get rid of it.
|
2004-08-18 00:04:58 +00:00 |
syslevel.c
|
Remove the win32 debug channel, misc cleanup of debugging code.
|
2004-02-26 05:30:54 +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
|
Moved most remaining file functions to dlls/kernel.
|
2004-05-01 05:25:07 +00:00 |
thread.c
|
Added stub for CreateRemoteThread().
|
2004-07-07 00:49:34 +00:00 |
thunk.c
|
Fixed some illegal lvalue casts / increments.
|
2004-06-16 19:02:11 +00:00 |
time.c
|
Removed a number of internal file functions that are no longer used.
|
2004-04-28 03:53:19 +00:00 |
toolhelp.c
|
Some fixes to module browsing.
|
2004-05-24 19:06:32 +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 |
version.c
|
GetModuleFileName[AW] doesn't terminate the string if the buffer is
|
2004-05-19 03:22:55 +00:00 |
version.rc
|
WINE_FILEDESCRIPTION_STR is already defined in wine_common_ver.rc.
|
2004-03-29 23:05:20 +00:00 |
version16.rc
|
Added LGPL standard comment, and copyright notices where necessary.
|
2002-03-09 23:29:33 +00:00 |
virtual.c
|
Converted the memory views list to use the standard functions from
|
2004-05-21 20:58:44 +00:00 |
volume.c
|
Fix signed/unsigned comparison warnings.
|
2004-08-10 23:43:21 +00:00 |
vxd.c
|
Fd type is no longer used, get rid of it.
|
2004-08-18 00:04:58 +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
|
Fixed some issues found by winapi_check.
|
2004-05-17 21:08:31 +00:00 |