makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / libs / port / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
2008-12-22  Alexandre Julliardlibport: Add a stub replacement for symlink().
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 Shearmanmakefiles: Split AR into AR and ARFLAGS.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2004-10-19  Hans LeidekkerAdd ffs() to porting library, needed by MinGW.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-04-06  Alexandre JulliardAdded support for fstatvfs.
2004-03-05  Alexandre JulliardUse statvfs instead of statfs, and provide a default...
2004-01-08  Alexandre JulliardAdded configure check for readlink.
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-04-02  Dimitrie O. PaunAdd spawnvp to the portability lib.
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-03-19  Alexandre JulliardCreated a separate static portability library and moved...