1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
vlc/compat
Rémi Denis-Courmont d60d5102b8 compat: fix localtime_r() replacement
- Do not clobber thread-specific state on Windows
 - Be thread-safe on non-Windows
2015-03-16 19:20:44 +02:00
..
.gitignore
asprintf.c
atof.c
atoll.c
dirfd.c Remove dirfd() hacks 2012-01-03 18:35:02 +02:00
fdopendir.c Remove inconsistently used HAVE_UNISTD_H 2013-12-29 16:15:46 +02:00
flockfile.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
freeaddrinfo.c freeaddrinfo: rewrite as iterative 2014-11-22 11:20:24 +02:00
fsync.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
getdelim.c
getpid.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
gmtime_r.c gmtime_r: rewrite, now truly thread-safe 2012-04-16 23:26:25 +03:00
inet_pton.c network: undef EAFNOSUPPORT before overriding it. 2013-11-30 15:27:40 +02:00
lldiv.c
localtime_r.c compat: fix localtime_r() replacement 2015-03-16 19:20:44 +02:00
Makefile.am compat: install the static import library 2012-01-19 20:12:14 +02:00
nrand48.c
poll.c compat: poll: fix compilation 2014-08-28 21:06:48 +02:00
posix_memalign.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
rewind.c
setenv.c
strcasecmp.c
strcasestr.c
strdup.c
strlcpy.c
strndup.c
strnlen.c
strsep.c
strtof.c
strtok_r.c
strtoll.c
strverscmp.c Add strverscmp from glibc 2.14.1 to compat. 2012-02-04 17:46:26 +01:00
swab.c
tdestroy.c
vasprintf.c