.. |
.cvsignore
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Makefile.in
|
Separated the MZ loader and core DOS VM into dlls/winedos.
|
2000-12-26 00:22:45 +00:00 |
critsection.c
|
Made SpinCount FIXME into a TRACE.
|
2001-01-22 02:18:13 +00:00 |
debugtools.c
|
Increase debug buffer size up to 1024 bytes.
|
2001-03-21 23:54:59 +00:00 |
error.c
|
Built a complete translation table for RtlNtStatusToDosError.
|
2000-01-24 20:59:45 +00:00 |
exception.c
|
New set of macros for server calls; makes requests without variable
|
2001-02-27 02:09:16 +00:00 |
file.c
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
large_int.c
|
Added a few more large integer functions.
|
2000-10-13 20:26:03 +00:00 |
misc.c
|
Added/modified documentation for function arguments.
|
2000-12-02 23:44:59 +00:00 |
nt.c
|
New set of macros for server calls; makes requests without variable
|
2001-02-27 02:09:16 +00:00 |
ntdll.spec
|
New set of macros for server calls; makes requests without variable
|
2001-02-27 02:09:16 +00:00 |
ntdll_misc.h
|
Fixed a few prototypes.
|
2000-10-15 00:39:11 +00:00 |
om.c
|
New set of macros for server calls; makes requests without variable
|
2001-02-27 02:09:16 +00:00 |
reg.c
|
New set of macros for server calls; makes requests without variable
|
2001-02-27 02:09:16 +00:00 |
rtl.c
|
Implemented RtlAcquirePebLock and RtlReleasePebLock.
|
2000-12-11 03:41:19 +00:00 |
rtlstr.c
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
sec.c
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
signal_i386.c
|
Fixed small race condition between vm86_enter() and signal handling.
|
2000-12-29 03:29:31 +00:00 |
signal_sparc.c
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
string.c
|
- Remove <string.h> from winnt.h.
|
2001-01-22 02:17:29 +00:00 |
sync.c
|
New set of macros for server calls; makes requests without variable
|
2001-02-27 02:09:16 +00:00 |
time.c
|
Implemented a bunch of large integer functions in ntdll.
|
2000-10-01 01:40:42 +00:00 |
wcstring.c
|
Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
|
2001-01-22 19:26:42 +00:00 |