vlc/compat
Rémi Denis-Courmont 5e39cb277c Remove getcwd() replacement 2011-07-11 18:51:11 +03:00
..
.gitignore Make sure libcompat is never empty 2010-08-01 13:00:56 +03:00
Makefile.am Make sure libcompat is never empty 2010-08-01 13:00:56 +03:00
asprintf.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
atof.c Comment out atof and strtof. Android does provide them but the configure does not find them. 2011-02-28 19:17:31 +01:00
atoll.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
dirfd.c dirfd: replacement 2011-04-03 19:33:38 +03:00
flockfile.c flockfile stub 2011-05-11 19:41:50 +03:00
fsync.c WinCE: skip fsync() replacement 2011-06-22 01:20:13 +02:00
getdelim.c Replacement for getdelim and getline - fixes #3503 2010-04-08 18:50:02 +03:00
getpid.c WinCE: add replacement getpid() function 2009-08-27 11:14:10 +02:00
gmtime_r.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
lldiv.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
localtime_r.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
nrand48.c Also provide erand48 and jrand48, they come almost for free 2010-03-06 11:31:34 +02:00
rewind.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
setenv.c Fix compilation if getenv() is missing 2011-02-13 10:14:56 +02:00
strcasecmp.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
strcasestr.c Fix strcasestr replacement 2009-04-11 20:59:13 +03:00
strdup.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strlcpy.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strncasecmp.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
strndup.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strnlen.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strsep.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strtof.c Comment out atof and strtof. Android does provide them but the configure does not find them. 2011-02-28 19:17:31 +01:00
strtok_r.c Source files must not be executable. 2009-11-24 22:17:37 +01:00
strtoll.c Fix typo 2010-08-29 05:57:47 +03:00
swab.c Implemented replacement for swab. 2009-04-12 15:33:19 +02:00
tdestroy.c More cleaner fix when tdestroy only is missing. 2010-12-13 14:43:19 +01:00
vasprintf.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00