libc/stdio: Add _unlocked() flavors of fflush, fputc, fputs, fread, fwrite.These are needed by some dports and can also be used in various thingsin base. Bump __DragonFly_version, too.Reported-b
libc/stdio: Add _unlocked() flavors of fflush, fputc, fputs, fread, fwrite.These are needed by some dports and can also be used in various thingsin base. Bump __DragonFly_version, too.Reported-by: zrjTaken-from: FreeBSD
show more ...
iconv sync 8/x: FreeBSD SVN 281550Remove the const qualifier from iconv(3) to comply with POSIX:http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.htmlAdjust all code that calls icon
iconv sync 8/x: FreeBSD SVN 281550Remove the const qualifier from iconv(3) to comply with POSIX:http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.htmlAdjust all code that calls iconvNote: The libcpp Makefile cflag was added because the host iconv.h header was getting pulled in. This always should have been the src version of iconv.h, but the error wasn't exposed until now.
Set ICONV_CONST to "const" for various GNU softwareThe prototype of iconv changed to match FreeBSD and NetBSD with therecent locales update.
gcc47: Add DragonFly READMEs and world makefiles