Alexandre Julliard
|
6ca71d39b2
|
Avoid crashing on non-initialized debug info.
|
2001-10-21 15:04:04 +00:00 |
Johan Gill
|
42a074dfcd
|
Relay tracing would crash if it came upon a function call with an
invalid pointer as a parameter.
|
2001-10-17 19:39:22 +00:00 |
Francois Gouget
|
e5ddd26dd7
|
When including config.h, include it first.
|
2001-10-14 16:18:52 +00:00 |
Huw D M Davies
|
899861d130
|
Better handling of typelibs loaded with a trailing resource number.
The logic for determining whether an SLTG typelib has a function param
as a 'short' or 'long' type has been 'refined'.
|
2001-09-26 23:05:35 +00:00 |
Patrik Stridvall
|
3c0211f969
|
Cleanup code that is strange or difficult to parse.
|
2001-09-11 00:32:32 +00:00 |
Johann Messner
|
4014c74e14
|
Fixed bug in _ultoa.
|
2001-09-07 19:48:31 +00:00 |
Dmitry Timoshkov
|
29fdbe9f98
|
Correct .spec file parameters for msvcrt._fullpath and ntdll._splitpath.
|
2001-09-07 15:25:31 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Jörg Mayer
|
e5b5af9d66
|
Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
|
2001-08-10 22:49:35 +00:00 |
Alexandre Julliard
|
e994d5036e
|
Added Interlocked*Pointer functions.
Fixed InterlockedCompareExchange prototype.
|
2001-08-09 21:21:13 +00:00 |
Dmitry Timoshkov
|
9a57ef4de1
|
Fix a typo.
|
2001-07-26 21:41:22 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Patrik Stridvall
|
bc38d6bfde
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-20 18:00:00 +00:00 |
Alexandre Julliard
|
37e9503ae8
|
Moved server.h to include/wine.
|
2001-07-19 00:39:09 +00:00 |
Andreas Mohr
|
26af822102
|
More descriptive error on buffer overflow.
|
2001-07-17 00:56:37 +00:00 |
Patrik Stridvall
|
83dbdceba3
|
Fixed issue found by winapi_check.
|
2001-07-14 00:49:03 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
655b2044d9
|
Fixed issues found by winapi_check.
|
2001-07-08 22:32:51 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
a274dd9105
|
Fixed some issues found by winapi_check.
|
2001-07-02 01:22:10 +00:00 |
Patrik Stridvall
|
17fd4e3816
|
Documentation name fixes.
|
2001-06-28 18:04:41 +00:00 |
Alexandre Julliard
|
7f862cb2d2
|
Don't compile vm86-specific code on platforms that don't support it.
|
2001-06-25 21:08:47 +00:00 |
Ove Kaaven
|
6e33f63e4a
|
Extended __wine_enter_vm86 to handle pending interrupts.
|
2001-06-21 00:39:34 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Ove Kaaven
|
e4a98ec195
|
Block SIGINT and SIGALRM in signal handlers.
|
2001-06-15 19:43:15 +00:00 |
Andreas Mohr
|
4fb9c09184
|
Limit output for certain text functions.
|
2001-06-08 20:19:28 +00:00 |
Bang Jun-Young
|
284a78f5cc
|
Do not use internal exception codes defined by Wine with NetBSD,
rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
is not supported by NetBSD.
|
2001-05-09 19:45:07 +00:00 |
Francois Gouget
|
e17d1a3649
|
Print the tid in the first column when +tid is specified.
|
2001-05-08 00:13:38 +00:00 |
Ove Kaaven
|
54dfe595ca
|
Implemented _wtoi and _wtol.
|
2001-04-16 20:24:47 +00:00 |
Ove Kaaven
|
e188fda25f
|
Handle the %f case in wsprintf.
|
2001-04-16 19:00:42 +00:00 |
Alexandre Julliard
|
21044c6319
|
Fixed handling of \\Registry prefix.
|
2001-04-10 21:18:17 +00:00 |
Marcus Meissner
|
7e4741d1fd
|
Added some stubs for functions used by newer rpcrt4 dlls.
|
2001-04-09 18:34:49 +00:00 |
Dmitry Timoshkov
|
2f7292cbeb
|
Increase debug buffer size up to 1024 bytes.
|
2001-03-21 23:54:59 +00:00 |
Alexandre Julliard
|
67a749999a
|
New set of macros for server calls; makes requests without variable
part somewhat faster.
|
2001-02-27 02:09:16 +00:00 |
Chris Morgan
|
508c4d9354
|
Assert on output buffer overflow.
|
2001-02-16 19:52:50 +00:00 |
Andreas Mohr
|
8ee6cca354
|
- TRACE opened registry handles
- add proper quotes to wineinstall
- spelling
|
2001-02-12 18:10:43 +00:00 |
Alexandre Julliard
|
e939eae00b
|
Made exception_event_request non-blocking, and added
get_exception_status to retrieve the exception result returned by the
debugger.
|
2001-01-26 20:45:41 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
James Juran
|
d537d09b9c
|
Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
problem).
|
2001-01-22 19:26:42 +00:00 |
Jon Griffiths
|
94ba450f75
|
Made SpinCount FIXME into a TRACE.
|
2001-01-22 02:18:13 +00:00 |
Jon Griffiths
|
4ab1558d8a
|
- Remove <string.h> from winnt.h.
- ntdll: complete crt functions, prevent libc imports, fix sscanf.
|
2001-01-22 02:17:29 +00:00 |
Alexandre Julliard
|
a90797d09d
|
Updated debug channels.
|
2001-01-15 20:23:05 +00:00 |
Ulrich Weigand
|
d4be9197f1
|
Added missing prototypes to avoid compile warnings on Solaris.
|
2001-01-11 00:53:25 +00:00 |
Gerard Patel
|
a77fd7df9d
|
Added a specific debug channel for dll loading (builtin/native).
|
2001-01-10 22:54:02 +00:00 |
Alexandre Julliard
|
8081e5a1e5
|
Added handle_t type to server interface so that we can make handles
pointers later on.
Always use 0 to signal invalid handle in server requests.
|
2001-01-05 04:08:07 +00:00 |
Ove Kaaven
|
0b6c6e7605
|
Fixed small race condition between vm86_enter() and signal handling.
Made separate save_vm86_context and restore_vm86_context functions.
|
2000-12-29 03:29:31 +00:00 |
Ove Kaaven
|
e5557b357a
|
Separated the MZ loader and core DOS VM into dlls/winedos.
|
2000-12-26 00:22:45 +00:00 |
Joerg Mayer
|
6178459f50
|
Add %fs info to the critical section timeout message.
|
2000-12-22 20:28:46 +00:00 |