libwine: Hardcode Linux syscall numbers.
[wine] / libs / wine / debug.c
2011-09-04  Alexandre Julliardlibwine: Disable debug output when stderr goes to ...
2008-07-16  Dan Hipschmanlibs/wine: Avoid over-allocating memory in default_dbgs...
2007-09-11  Alexandre Julliardlibwine: Initialize debug channels options on first...
2006-05-24  Alexandre Julliardlibwine: Don't use libwine_unicode functions.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2005-10-18  Alexandre JulliardAdded a __wine_dbg_set_channel_flags function to allow...
2005-09-29  Alexandre JulliardExport the get_channel_flags function avoid warnings...
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.