Use futimes() instead of utime() to implement SetFileTime, so that it
[wine] / include / wine / port.h
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.