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.
 
 
 
 
 
 
Steve Lhomme 333ed248b9 use the proper check for sys/socket.h availability 8 years ago
..
test compat: test: Fix strnstr tests 11 years ago
.gitignore Make sure libcompat is never empty 16 years ago
Makefile.am Link libcompat with a library with math functions 8 years ago
aligned_alloc.c core: add aligned_free to match the aligned_alloc used in the code 9 years ago
asprintf.c LGPL 15 years ago
atof.c LGPL 15 years ago
atoll.c LGPL 15 years ago
dirfd.c Remove dirfd() hacks 14 years ago
fdopendir.c Remove inconsistently used HAVE_UNISTD_H 12 years ago
flockfile.c newlib/nacl: Provide flockfile implementation 9 years ago
freeaddrinfo.c freeaddrinfo: rewrite as iterative 12 years ago
fsync.c Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
gai_strerror.c src: os2: move gai_strerror() to compat 10 years ago
getdelim.c LGPL 15 years ago
getpid.c Use _WIN32 rather than WIN32 (same for WIN64) 13 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
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
pathconf.c compat: Add pathconf dummy replacement for nacl 9 years ago
poll.c compat: poll: work around event loss on WIN32 8 years ago
realpath.c compat: remove shadowing variable 8 years ago
recvmsg.c use the proper check for sys/socket.h availability 8 years ago
rewind.c LGPL 15 years ago
sendmsg.c use the proper check for sys/socket.h availability 8 years ago
setenv.c LGPL 15 years ago
sigwait.c compat: Add sigwait dummy for NaCl 9 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 LGPL 15 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 Add strverscmp from glibc 2.14.1 to compat. 14 years ago
swab.c LGPL 15 years ago
tdestroy.c compat: add tdestroy() 8 years ago
tfind.c compat: fix test for tree functions 10 years ago
timegm.c compat: remove 'const' from the prototype of timegm(). 10 years ago
timespec_get.c compat: missing #include 10 years ago
vasprintf.c vasprintf: missing #include 11 years ago