Alexandre Julliard
|
06f6637363
libwine: Avoid including wine/port.h.
|
3 years ago |
Alexandre Julliard
|
a9a08dbc3d
libwine: Remove wine/library.h.
|
4 years ago |
Alexandre Julliard
|
7eef40d444
libport: Get rid of interlocked functions.
|
4 years ago |
Alexandre Julliard
|
c1dadbcfb1
libwine: Make the debug functions obsolete.
|
4 years ago |
Alexandre Julliard
|
f438ff566d
ntdll: Remove no longer used debug functions.
|
5 years ago |
Alexandre Julliard
|
cf8193df5b
include: Make wine_dbg_log() into an inline function.
|
5 years ago |
Alexandre Julliard
|
9911cfdeae
ntdll: Export __wine_dbg_get_channel_flags().
|
5 years ago |
Alexandre Julliard
|
ddf1ff2f6a
include: Make wine_dbg_printf() into an inline function.
|
5 years ago |
Alexandre Julliard
|
f2e6f05fe3
include: Make wine_dbg_sprintf() into an inline function.
|
5 years ago |
Alexandre Julliard
|
9f75f71899
include: Make wine_dbgstr_an()/wine_dbgstr_wn() into inline functions.
|
5 years ago |
Michael Stefaniuc
|
93acf3a695
libs/wine: Use the ARRAY_SIZE() macro.
|
6 years ago |
Alexandre Julliard
|
ec14c220d2
libwine: Print thread id by default in all traces.
|
7 years ago |
Jacek Caban
|
719a7d32c5
ntdll: Added new pid debug channel to append process id to debug output.
|
9 years ago |
Jacek Caban
|
e422a22ed9
libwine: Added tid debug channel support on native Windows builds.
|
11 years ago |
Alexandre Julliard
|
794b9313a4
libwine: Disable debug output when stderr goes to /dev/null.
|
13 years ago |
Dan Hipschman
|
1b392bfa06
libs/wine: Avoid over-allocating memory in default_dbgstr_wn.
|
16 years ago |
Alexandre Julliard
|
b9304bd64c
libwine: Initialize debug channels options on first use.
|
17 years ago |
Alexandre Julliard
|
dbb455e7ab
libwine: Don't use libwine_unicode functions.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Eric Pouech
|
e0cffe355f
Fix a couple of bugs spotted by valgrind.
|
19 years ago |
Alexandre Julliard
|
2058f54300
Added a __wine_dbg_set_channel_flags function to allow changing flags
|
19 years ago |
Alexandre Julliard
|
784c94516b
Export the get_channel_flags function avoid warnings when passing a
|
19 years ago |
Alexandre Julliard
|
cbc38965c0
New scheme for keeping track of debug channels that doesn't require
|
19 years ago |
Alexandre Julliard
|
a443761b8d
Export the temp buffer functionality in the debug functions interface
|
19 years ago |
Alexandre Julliard
|
43c6396e94
Use int instead of long in interlocked_* functions for 64-bit
|
19 years ago |
Alexandre Julliard
|
75c27e17b6
Defined a proper structure for debug channels.
|
19 years ago |
Alexandre Julliard
|
240d4ee9e1
Remove a few more instances of strncpy.
|
19 years ago |
Hans Leidekker
|
719a789792
Fix signed/unsigned comparison warnings.
|
20 years ago |
Alexandre Julliard
|
bb4ddfec28
Added a WINEDEBUG environment variable that allows turning on debug
|
21 years ago |
Daniel Marmier
|
9bb19ac2d2
Fixed warnings with gcc option "-Wwrite-strings".
|
21 years ago |