You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rémi Denis-Courmont ea93bcb8d3 compat: Linux getauxval() replacement 4 years ago
..
test compat: add test for clock_nanosleep on darwin 6 years ago
.gitignore compat: gitignore test binaries 6 years ago
Makefile.am compat: add test for clock_nanosleep on darwin 6 years ago
aligned_alloc.c compat: fix default aligned_alloc() 7 years ago
asprintf.c LGPL 15 years ago
atof.c LGPL 15 years ago
atoll.c LGPL 15 years ago
clock_getres.c compat: add clock_getres for darwin 6 years ago
clock_gettime.c compat: add clock_gettime for darwin 6 years ago
clock_nanosleep.c compat: make clock_nanosleep usable by other OSes 5 years ago
dirfd.c Remove dirfd() hacks 14 years ago
dummy.c compat: provide dummy.c, simplify Makefile 7 years ago
fdopendir.c Remove inconsistently used HAVE_UNISTD_H 12 years ago
flockfile.c compat: remove deprecated platform 5 years ago
freeaddrinfo.c Remove old mail address from sources 7 years ago
fsync.c Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
gai_strerror.c Remove old mail address from sources 7 years ago
getauxval.c compat: Linux getauxval() replacement 4 years ago
getdelim.c LGPL 15 years ago
getpid.c compat: remove deprecated platform 5 years ago
gettimeofday.c compat: gettimeofday: unused variable 10 years ago
gmtime_r.c gmtime_r: rewrite, now truly thread-safe 14 years ago
inet_pton.c use the proper check for sys/socket.h availability 8 years ago
lfind.c compat: lfind: fix warnings 6 years ago
lldiv.c LGPL 15 years ago
localtime_r.c localtime_r: fix Annex K usage 11 years ago
memrchr.c memrchr: fix compilation 10 years ago
nrand48.c LGPL 15 years ago
poll.c compat: poll: work around event loss on WIN32 8 years ago
posix_memalign.c compat: restore posix_memalign() 7 years ago
realpath.c compat: remove shadowing variable 8 years ago
recvmsg.c compat: remove deprecated platform 5 years ago
rewind.c LGPL 15 years ago
sendmsg.c compat: remove deprecated platform 5 years ago
setenv.c LGPL 15 years ago
sincos.c compat: add sincos() and sincosf() replacements 10 years ago
strcasecmp.c LGPL 15 years ago
strcasestr.c LGPL 15 years ago
strdup.c LGPL 15 years ago
strlcpy.c strlcpy: simplify 8 years ago
strndup.c LGPL 15 years ago
strnlen.c LGPL 15 years ago
strnstr.c Compat: remove trailing spaces 10 years ago
strsep.c LGPL 15 years ago
strtof.c LGPL 15 years ago
strtok_r.c LGPL 15 years ago
strtoll.c LGPL 15 years ago
strverscmp.c compat: missing #include, fix warning 7 years ago
swab.c LGPL 15 years ago
tdestroy.c compat: add tdestroy() 8 years ago
tfind.c compat: tfind: Don't use K&R prototypes 5 years ago
timegm.c compat: remove 'const' from the prototype of timegm(). 10 years ago
timespec_get.c compat: provide a win32 specific version of timespec_get 8 years ago
vasprintf.c vasprintf: missing #include 11 years ago