1. 57765b8 libport: Don't clear the buffer on failure in mkstemps. by Alexandre Julliard · 14 years ago
  2. a774152 port: Add isinf and isnan implementations for Visual Studio. by Stefan Dösinger · 14 years ago
  3. ff2b5c4 libport: Remove Alpha support. by André Hentschel · 14 years ago
  4. 13eafa0 configure: Get rid of the replacement function for gettid. by Alexandre Julliard · 14 years ago
  5. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  6. fd5b4f4 libs/port: Add support for amd64-mingw32msvc platform. by André Hentschel · 15 years ago
  7. 671eb84 libport: Make cfi annotations optional for x86_64. by Alexandre Julliard · 15 years ago
  8. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  9. bb9c926 libport: Remove superfluous void* cast. by Marcin Baczyński · 15 years ago
  10. 305d4bf libport: Remove unnecessary function prototypes. by Alexandre Julliard · 15 years ago
  11. c741ad7 libport: Add generic interlocked instruction support fallback. by Colin Fowler · 16 years ago
  12. c8d860b libs/port: use gcc compatible asm code as default for __i386__ (for PCC). by Detlef Riekenberg · 16 years ago
  13. 192fcc5 libport: Added an interlocked_cmpxchg128 function for 64-bit. by Alexandre Julliard · 16 years ago
  14. 065287e libwine: Add call frame annotations in x86 assembly code. by Alexandre Julliard · 16 years ago
  15. c0a672b port: Remove spaces before '\n's. by Francois Gouget · 16 years ago
  16. e5ad41b libport: Check for ENOTSUP being defined before using it. by Alexandre Julliard · 16 years ago
  17. 1399d14 libport: Avoid including winsock2.h. by Alexandre Julliard · 16 years ago
  18. dc1a9f1 libport: Replacement for poll(). by Alexandre Julliard · 16 years ago
  19. 0fbd556 libport: Add a stub replacement for symlink(). by Alexandre Julliard · 16 years ago
  20. df949b4 port: Remove unneeded casts of zero. by Francois Gouget · 16 years ago
  21. 1715dcb libport: Added isnan. by Jacek Caban · 16 years ago
  22. 10e795a libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too. by Alexandre Julliard · 17 years ago
  23. 4992b65 port: Add alternative for isinf. by Petr Sumbera · 17 years ago
  24. 8ba5398 port: Remove superfluous semicolon. by Andrew Talbot · 17 years ago
  25. 63040e4 port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined. by Francois Gouget · 17 years ago
  26. 8d8b440 port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined. by Francois Gouget · 17 years ago
  27. 0c694d7 makefiles: Split AR into AR and ARFLAGS. by Rob Shearman · 17 years ago
  28. 7cb2ced libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and strnicmp respectively. by Rob Shearman · 17 years ago
  29. 1279cf3 libport: Use configure guards for include files that may not be present. by Rob Shearman · 17 years ago
  30. be32b34 libport: Work around Mac OS execve() breakage. by Alexandre Julliard · 17 years ago
  31. d1f7d2c6 libwine_port: Implemented interlocked_cmpxchg64 for x86_64. by Alexandre Julliard · 18 years ago
  32. 7e7ff40 libwine_port: Added interlocked_cmpxchg64. by Damjan Jovanovic · 18 years ago
  33. 2319999 Remove redundant semicolons for ANSI compatibility. by Joel Parker · 18 years ago
  34. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  35. eb2bedc libport: Fixed invalid lvalue accesses in memmove. by Alexandre Julliard · 19 years ago
  36. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  37. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  38. 55b7448 configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include by Robert Millan · 19 years ago
  39. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  40. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
  41. da6f8fa Add x86_64 interlocked functions. by Kevin Koltzau · 20 years ago
  42. c0cb4d3 Implement futimes for Solaris using futimesat. by Robert Lunnon · 20 years ago
  43. c3de6ef Add ffs() to porting library, needed by MinGW. by Hans Leidekker · 20 years ago
  44. 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
  45. e5fdc45 Implement interlocked* and wine_switch_to_stack for Alpha. by Vincent Béron · 20 years ago
  46. f9d6fa9 Need to include sys/time.h. by Jeremy White · 20 years ago
  47. efb8be7 Added a fallback implementation of futimes. by Alexandre Julliard · 20 years ago
  48. e77c9be Added support for fstatvfs. by Alexandre Julliard · 21 years ago
  49. 86a8f4c Check that we have statfs before using it. by Alexandre Julliard · 21 years ago
  50. b859a68 Added check for f_namelen in struct statfs. by Alexandre Julliard · 21 years ago
  51. 13af489 Use statvfs instead of statfs, and provide a default implementation in by Alexandre Julliard · 21 years ago
  52. 69063fa Don't build getopt at all if it's not needed. by Alexandre Julliard · 21 years ago
  53. e293074 Added configure check for readlink. by Alexandre Julliard · 21 years ago
  54. b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
  55. f95be92 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  56. 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
  57. 7add08a Added configure check for spawnvp(). by Pavel Roskin · 22 years ago
  58. 7021764 Portability fix. by Jon Griffiths · 22 years ago
  59. 09fefee Not everyone has <unistd.h>, some files need <io.h> too (msvc). by Jon Griffiths · 22 years ago
  60. a203421 Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported by Alexandre Julliard · 22 years ago
  61. d7eea36 MSVC doesn't like K&R function declarations: use ansi instead. by Jon Griffiths · 22 years ago
  62. b15ff07 Added isync to the interlocked functions. by Marcus Meissner · 22 years ago
  63. fa9af1d Reset SIGCHLD handler to default if we need to wait. Reset SIGPIPE by Alexandre Julliard · 22 years ago
  64. c5bb730 Add register preservation when using lawrx instruction. by Pierre d'Herbemont · 22 years ago
  65. 6cd88fe Add spawnvp to the portability lib. by Dimitrie O. Paun · 22 years ago
  66. 8d7b8e5 Portability fixes. by Alexandre Julliard · 22 years ago
  67. 195574e Added memcpy_unaligned to libwine_port. by Alexandre Julliard · 22 years ago
  68. 108a69b Moved interlocked functions to libwine_port. by Alexandre Julliard · 22 years ago
  69. 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
  70. 7ac91c7 Added getopt routine to libwine_port (based on a patch by Dimitrie O. Paun). by Alexandre Julliard · 22 years ago
  71. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago