Fixed 2 fd leaks in comm functions.
[wine] / library /
2003-03-06  Alexandre JulliardHardcode set_thread_area syscall number to avoid troubl...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-01-30  Dimitrie O. PaunRemove writable-strings support.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-15  Jeroen JanssenFixed wine_ldt_copy importing on cygwin.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2002-12-19  Alexandre JulliardRemoved unnecessary --add-stdcall-alias flag.
2002-12-13  Brad CampbellAdded additional test for gcvt as uClibc appears to...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-09-18  Steven EdwardsUpdate for mingw/cygwin.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-20  Marcus MeissnerCleaned up interlocking funcs for PPC, fixed return...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-08-14  Alexandre JulliardUse the "new" LDT set call on Linux.
2002-08-14  Alexandre JulliardBuiltin modules must be aligned on 64K boundary.
2002-08-06  Alexandre JulliardAuthors: Josh DuBois <duboisj@codeweavers.com>, Marcus...
2002-08-03  Alexandre JulliardOnly link with msvcrt on mingw32. Cleaned up a few...
2002-07-31  Alexandre JulliardMoved the #ifdefs for the getnetby* etc. functions...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-01  Alexandre JulliardAdded configure check for getpwuid.
2002-06-24  Steven EdwardsAdded check for pwd.h.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-06-01  Alexandre JulliardRemoved obsolete README.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-17  Alexandre JulliardAdded check for numeric ids and null pointers (thanks...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-08  Alexandre JulliardDon't need to reference external errno since non-reentr...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-03  Alexandre JulliardMake dlopen_dll return an error immediately if the...
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-29  Michal PasternakFixed pack/unpack routines for WM_DDE_EXECUTE.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-11  Patrik Stridvall- Better handling when settimeofday is not available.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Alexandre JulliardAdded configure check for pread/pwrite.
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-31  Alexandre JulliardLink with libdl only where needed.
2001-12-14  Bang Jun-YoungMake use of solaris_try_mmap() for NetBSD. Rename it to
2001-11-06  Marcus MeissnerRenamed struct option to struct debug_option to avoid...
2001-11-06  François GougetFix the #include order for config.h.
2001-11-05  François GougetFALSE is not defined on Solaris.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-02  Gerald PfeiferFix implicit type declarations. Add required cast.
2001-09-07  Ulrich WeigandEmulate the behaviour of Linux mmap() on Solaris. Based...
2001-08-03  Pierre BeyssacForce DPL 3 when setting entries on BSD.
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-29  Francois GougetLink libwine.so with $(LIBS).
2001-05-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-02-20  Alexandre JulliardClear %ebp before entering the new thread.
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-12  Andreas MohrNetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
2000-12-22  Hidenori TakeshimaUse dllwrap for building shared libraries in cygwin.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Alexandre JulliardInclude stdlib.h instead of wchar.h.
2000-12-19  François GougetAdded better support for Unicode:
2000-12-18  Morten Welinder(strcasecmp): Conform to ANSI specs for toupper.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-03-19  Alexandre JulliardAdded missing debugtools.h include.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-07-10  Ulrich WeigandCall ExitProcess() after WinMain() returns.
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1998-11-30  Uwe BonnesFixes for C++ Winelib compilation.
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-10-04  Alexandre JulliardInitial revision
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
next