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 5e39cb277c Remove getcwd() replacement 15 years ago
..
.gitignore Make sure libcompat is never empty 16 years ago
Makefile.am Make sure libcompat is never empty 16 years ago
asprintf.c Mention which standard replacements follow 17 years ago
atof.c Comment out atof and strtof. Android does provide them but the configure does not find them. 15 years ago
atoll.c Mention which standard replacements follow 17 years ago
dirfd.c dirfd: replacement 15 years ago
flockfile.c flockfile stub 15 years ago
fsync.c WinCE: skip fsync() replacement 15 years ago
getdelim.c Replacement for getdelim and getline - fixes #3503 16 years ago
getpid.c WinCE: add replacement getpid() function 17 years ago
gmtime_r.c Move remaining replacement to static import library 17 years ago
lldiv.c Mention which standard replacements follow 17 years ago
localtime_r.c Move remaining replacement to static import library 17 years ago
nrand48.c Also provide erand48 and jrand48, they come almost for free 16 years ago
rewind.c Move remaining replacement to static import library 17 years ago
setenv.c Fix compilation if getenv() is missing 15 years ago
strcasecmp.c Move remaining replacement to static import library 17 years ago
strcasestr.c Fix strcasestr replacement 17 years ago
strdup.c Mention which standard replacements follow 17 years ago
strlcpy.c Mention which standard replacements follow 17 years ago
strncasecmp.c Move remaining replacement to static import library 17 years ago
strndup.c Mention which standard replacements follow 17 years ago
strnlen.c Mention which standard replacements follow 17 years ago
strsep.c Mention which standard replacements follow 17 years ago
strtof.c Comment out atof and strtof. Android does provide them but the configure does not find them. 15 years ago
strtok_r.c Source files must not be executable. 17 years ago
strtoll.c Fix typo 16 years ago
swab.c Implemented replacement for swab. 17 years ago
tdestroy.c More cleaner fix when tdestroy only is missing. 16 years ago
vasprintf.c Mention which standard replacements follow 17 years ago