atl100: Added AtlGetPerUserRegistration stub implementation.
[wine] / include / wine / port.h
2013-01-21  André Hentschelinclude: Make sure interlocked_cmpxchg128 is defined...
2013-01-21  André Hentschelinclude: Fix __int64 definition for ARM64.
2013-01-09  Alexandre Julliardconfigure: Get rid of the check for getpagesize.
2012-10-30  Alexandre Julliardntdll: Remove futimes implementation from libport,...
2012-06-18  Thomas Faberport.h: Add INFINITY macro.
2012-06-05  Michael Stefaniucinclude: Move "inline" right after the storage specifier.
2012-05-29  Jacek Cabanport.h: Added NAN macro.
2010-12-27  Alexandre Julliardconfigure: Get rid of the replacement function for...
2010-05-07  Yann Droneaudinclude: Rewrote some extern inline to static inline.
2009-09-01  Alexandre Julliardlibport: Added an interlocked_cmpxchg128 function for...
2009-08-26  Eric Pouechconfigure: Check for large filesystems support.
2009-06-11  Alexandre Julliardconfigure: Detect the appropriate form for the __ASM_GL...
2009-03-02  Steven Edwardsinclude: Add check to asm macro for Windows Services...
2008-12-27  Alexandre Julliardinclude: Move the DEFINE_REGS_ENTRYPOINT macros to...
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
2008-12-22  Alexandre Julliardlibport: Add a stub replacement for symlink().
2008-12-22  Alexandre Julliardconfigure: Better check for the broken mkdir on Windows.
2008-12-15  Francois Gougetport: S_IWUSR and S_IX* are not needed. Remove them.
2008-12-09  Alexandre Julliardconfigure: Add a wrapper macro for mkdir on Windows.
2008-12-08  Alexandre Julliardinclude: Implemented inline asm functions for x86_64...
2008-10-15  Jacek Cabanlibport: Added isnan.
2008-05-26  Alexandre Julliardlibport: Move the sigsetjmp replacement to exception...
2008-04-30  Petr Sumberaport: Add alternative for isinf.
2008-03-04  Rob ShearmanAdd configure check for strtoll and strtoull.
2007-10-16  Bang Jun-youngconfigure: Add check for presence of _strdup() and...
2007-06-15  John Klehminclude: Allow port.h to build on gcc4.
2007-05-23  Francois Gougetport.h: Issue an error if port.h is included after...
2007-02-05  Damjan Jovanoviclibwine_port: Added interlocked_cmpxchg64.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-14  Alexandre JulliardGet rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR...
2005-11-04  Vincent BéronFix warning about memmove re#definition.
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-01-11  Rémi AssaillyAdded missing declarations in some headers.
2004-10-19  Hans LeidekkerAdd ffs() to porting library, needed by MinGW.
2004-10-11  Alexandre JulliardAdded forward declaration of struct timeval for futimes.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-10-05  Martin FuchsDon't use ".previous" for Cygwin build.
2004-09-16  Alexandre JulliardAvoid using socklen_t.
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-06-14  Pierre d'HerbemontDon't use .previous instruction on Darwin.
2004-06-03  Hans LeidekkerMinGW portability fix.
2004-05-29  Alexandre JulliardPass the environ variable from main to try to avoid...
2004-05-28  Alexandre JulliardMake sure __ASM_GLOBAL_FUNC generates code in the text...
2004-05-25  Alexandre JulliardMoved environ definition to port.h.
2004-04-22  Dmitry TimoshkovAdd some compatibility macros.
2004-04-06  Alexandre JulliardAdded support for fstatvfs.
2004-03-10  Alexandre JulliardAdded definitions for S_IXUSR, S_IXGRP and S_IXOTH.
2004-03-09  Alexandre JulliardAdded statvfs prototype.
2004-03-05  Alexandre JulliardUse statvfs instead of statfs, and provide a default...
2004-02-12  Steven EdwardsWindows porting fix - Define O_NONBLOCK if not defined.
2004-01-08  Alexandre JulliardAdded configure check for readlink.
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-09-24  Pavel RoskinAdded configure check for spawnvp().
2003-08-25  Alexandre JulliardDon't build memcpy_unaligned on 386 to avoid MSVC break...
2003-07-15  Casper HornstrupDefine constants of M_PI & M_PI_2.
2003-04-20  Alexandre JulliardCheck for struct option independently of the getopt_lon...
2003-04-02  Dimitrie O. PaunAdd spawnvp to the portability lib.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-20  Alexandre JulliardAdded memcpy_unaligned to libwine_port.
2003-03-20  Alexandre JulliardMoved interlocked functions to libwine_port.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-19  Alexandre JulliardAdded getopt routine to libwine_port (based on a patch...
2003-01-14  Steven EdwardsCheck for vsnprintf and _vsnprintf, and define vsnprint...
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
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-22  Alexandre JulliardGenerate the __ASM_NAME and __ASM_FUNC macros directly...
2002-07-20  Gregg MattinsonAdded checks for __sparc__, __sun__ and @function.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-10  Steven EdwardsDetect snprintf && _snprintf, use _snprintf on stupid...
2002-05-05  Steven EdwardsCheck for and use chsize instead of ftruncate if present.
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-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-11-06  François GougetFix the #include order for config.h.
2001-07-26  Patrik StridvallRemoved inclusion of winnt.h because the porting layer...
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-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-01-11  Ulrich WeigandReplaced architecture-dependent configure checks by...
2000-12-29  Eric PouechFixed evilish cut and paste.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-06  Alexandre JulliardAdded define for S_ISLNK if missing.
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
1999-11-13  Patrik StridvallAdded better missing function emulation.