Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Patrik Stridvall
|
57bf45067a
|
MSVC compatibility fixes.
|
2002-08-26 21:53:24 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Alexandre Julliard
|
84555cc771
|
Generate the __ASM_NAME and __ASM_FUNC macros directly from
configure.
Simplified the WINE_TRY_ASM_LINK test.
Moved DECL_GLOBAL_CONSTRUCTOR to wine/port.h.
|
2002-07-22 20:51:02 +00:00 |
Alexandre Julliard
|
35389149de
|
Export the debug API as functions instead of pointers.
A few other import fixes for Mingw.
|
2002-05-19 22:29:01 +00:00 |
Alexandre Julliard
|
0aa28b5b8d
|
Export the debugging API from libwine instead of ntdll.
Removed debugres_[aw].
|
2002-05-17 02:55:48 +00:00 |
Alexandre Julliard
|
894b188fcf
|
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
|
2002-04-25 21:40:56 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Peter Hunnisett
|
73ab649ced
|
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
|
2002-02-25 20:10:35 +00:00 |
Francois Gouget
|
7aa67c1d6a
|
Make the Wine trace facilities accessible from Winelib applications.
|
2002-01-21 23:39:36 +00:00 |
Alexandre Julliard
|
c77c4df35e
|
Allocate debug_info structure at the same time as the TEB.
Removed the TEB cleanup service.
|
2002-01-07 18:03:14 +00:00 |
Alexandre Julliard
|
b0f586178a
|
Moved heap functions to ntdll.
Got rid of internal heap flags.
Reimplemented MapLS to not depend on the segptr heap.
|
2001-12-19 19:16:27 +00:00 |
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 |
Andreas Mohr
|
26af822102
|
More descriptive error on buffer overflow.
|
2001-07-17 00:56:37 +00:00 |
Patrik Stridvall
|
17fd4e3816
|
Documentation name fixes.
|
2001-06-28 18:04:41 +00:00 |
Andreas Mohr
|
4fb9c09184
|
Limit output for certain text functions.
|
2001-06-08 20:19:28 +00:00 |
Francois Gouget
|
e17d1a3649
|
Print the tid in the first column when +tid is specified.
|
2001-05-08 00:13:38 +00:00 |
Dmitry Timoshkov
|
2f7292cbeb
|
Increase debug buffer size up to 1024 bytes.
|
2001-03-21 23:54:59 +00:00 |
Chris Morgan
|
508c4d9354
|
Assert on output buffer overflow.
|
2001-02-16 19:52:50 +00:00 |
Alexandre Julliard
|
58c58c5445
|
Fixed debug routines to work before the process heap is created.
|
2000-12-20 18:43:42 +00:00 |
Patrik Stridvall
|
024d6c50d6
|
Fixed some issues found by winapi_check.
|
2000-11-25 03:09:30 +00:00 |
Dimitrie O. Paun
|
864dc5981c
|
Use variable argument macros when compiling with gcc.
|
2000-11-10 23:31:06 +00:00 |
Alexandre Julliard
|
94613ab03e
|
New debug channel mechanism allowing decentralized channel
declarations.
|
2000-11-05 04:51:34 +00:00 |