73 Commits (7adcdae856352a02fec6cfcf92d62973f4500d0d)

Author SHA1 Message Date
KO Myung-Hun 5064767f8e compat: poll: fix compilation 12 years ago
Rémi Denis-Courmont 5ac516c9c7 poll: deal with invalid file descriptors more like specified 12 years ago
Rémi Denis-Courmont c4199ab677 Remove inconsistently used HAVE_UNISTD_H 13 years ago
Felix Abecassis a580223d2c network: undef EAFNOSUPPORT before overriding it. 13 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
Rafaël Carré f5e991c748 Remove untested strncasecmp replacement 14 years ago
Rémi Denis-Courmont 82e41d14d7 Win32: try to fix build on some Mingw versions 14 years ago
Rémi Denis-Courmont 2f8990294e Win32: correctly implement flockfile() et al 14 years ago
Rémi Denis-Courmont 294f9cc858 compat: (pretend to) implement getpid() on NaCl 14 years ago
Rémi Denis-Courmont a7b2dcf0ee Remove WinCE 14 years ago
Rémi Denis-Courmont c05b7fdf1e gmtime_r: rewrite, now truly thread-safe 15 years ago
Rémi Denis-Courmont 7222ec2719 Fix MacOS compilation (probably) 15 years ago
Rémi Denis-Courmont 66b102008a Replace posix_memalign() 15 years ago
Antoine Cellerier 44432d8f51 Add strverscmp from glibc 2.14.1 to compat. 15 years ago
KO Myung-Hun 459a325085 Include 'sys/time.h' for 'struct timeval' on OS/2 15 years ago
Rémi Denis-Courmont 80d860b676 Move poll() to compat/ 15 years ago
Rémi Denis-Courmont 78d45cc159 compat: install the static import library 15 years ago
Rémi Denis-Courmont 38227c2441 Remove dirfd() hacks 15 years ago
Geraud CONTINSOUZAS 3ac083ca42 fix missing dirfd references for FreeBSD 15 years ago
Naohiro KORIYAMA 6d0a1fce49 inet_ntop always returns NULL on Windows. 15 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 5ceabdd8d3 Rewrite inet_pton() and inet_ntop() into compat 15 years ago
Rémi Denis-Courmont 05a7af68c4 vasprintf: rewrite. va_copy() was missing. 15 years ago
Naohiro Koriyama 44c39efdc1 Implement dirfd() on MacOS 15 years ago
Jean-Baptiste Kempf 42419926ec strtok_r: remove tabs 15 years ago
Jean-Baptiste Kempf 04b2f96e8c Compat: relicense strtok_r to LGPL 15 years ago
Jean-Baptiste Kempf 0d2b232440 Compat: relicense strsep to LGPL 15 years ago
Jean-Baptiste Kempf b1296dcbf9 Compat: relicense strcasestr to LGPL 15 years ago
Jean-Baptiste Kempf 4eebe9d21e Compat: relicense strncasecmp to LGPL 15 years ago
Jean-Baptiste Kempf 21514ffa26 Compat: relicense vasprintf, strlcpy and localtime_r to LGPL 15 years ago
Jean-Baptiste Kempf 663d74ff85 Compat: relicense strtoll to LGPL 15 years ago
Jean-Baptiste Kempf 7852b1cc5e Compat: fix copyright 15 years ago
Jean-Baptiste Kempf 4aec3e9660 Compat: relicense some functions to LGPL 15 years ago
Jean-Baptiste Kempf 48a1b3871f Compat: relicense swab to LGPL 15 years ago
Jean-Baptiste Kempf 9589549d39 Compat: relicense setenv.c to LGPL 15 years ago
Jean-Baptiste Kempf 820d208a89 Compat: relicense getpid to LGPL 15 years ago
Jean-Baptiste Kempf 2be4980ee4 Compat: fix LGPL headers 15 years ago
Rémi Denis-Courmont 22e5015caf Missing #include 15 years ago
Rémi Denis-Courmont d8f977410a Replace fdopendir() 15 years ago
Rémi Denis-Courmont 487b7594aa compat: fix use of <ctype.h> functions 15 years ago
Rémi Denis-Courmont 0dfcbe01cd Silent rules for dummy.c 15 years ago
Rémi Denis-Courmont 5e39cb277c Remove getcwd() replacement 15 years ago
Pierre Ynard ea89401362 WinCE: skip fsync() replacement 15 years ago
Rémi Denis-Courmont cda2009e72 Win32: fsync() replacement 15 years ago
Rémi Denis-Courmont 4f477ba9eb flockfile stub 15 years ago
Rémi Denis-Courmont 07594e8b43 dirfd: replacement 16 years ago
Rémi Duraffort 06ba6877cb Comment out atof and strtof. Android does provide them but the configure does not find them. 16 years ago
Rémi Denis-Courmont 6dd92709b3 Fix compilation if getenv() is missing 16 years ago
Rémi Denis-Courmont c7681744de Replacement for setenv() and unsetenv() 16 years ago
Rémi Duraffort 315f8e47d9 More cleaner fix when tdestroy only is missing. 16 years ago