summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2007-10-26make _FORTIFY_SOURCE play nicely with lintchristos
2007-06-09bring in many changes from FreeBSDchristos
2007-06-03Make these work with _FORTIFY_SOURCE, by overriding the fortified definitionschristos
2007-04-01bring in FreeBSD's vfscanf() to gain multi-byte/collation support.christos
2007-04-01oops, fix miss-increment fp->_p.tnozaki
2007-04-01mbrtowc(3) never return correct multibyte length of L'\0'.tnozaki
2007-04-01don't use __sgetc() to avoid overwriting fwide(3) orientationtnozaki
2007-03-08modify the previous fix so that no pointless realloc()s are done indrochner
2007-03-07-fix a condition so that fparseln() doesn't report spurious empty linesdrochner
2007-02-03chech the correct fmt in the assertion.christos
2007-02-03enable wide doubles.christos
2007-02-03use vfwprintf.cchristos
2007-02-03- merge change from freebsdchristos
2007-02-03the buffer len is called slen.christos
2007-02-03protect buffer size from overflow.christos
2007-02-02Instead of abusing stdio to get a signal-safe version of sprintf, provide one.christos
2007-01-26Fix for issue reported in PR lib/35401 as well as related overflow bugs.cbiere
2007-01-26 * Consider all negative return values as error, not just -1.cbiere
2006-12-18remove bogus (void)&var; From Anon Ymouschristos
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-22Don't expose _ss functions for 4.0. Requested by core.christos
2006-10-30set n properly so that we can terminate.christos
2006-10-29fix name in weak alias.christos
2006-10-28Initialize decimal_point.christos
2006-10-28initialize floating_point as needed.christos
2006-10-27Add signal-safe versions of snprintf and vsnprintfchristos
2006-10-07Grr, adjust last so that it works with our busted lint(1).thorpej
2006-10-07Use explicit initializers in STDEXTthorpej
2006-10-04fix gcc -Werror -Wmissing-braces problemtnozaki
2006-10-01fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX.tnozaki
2006-09-25As suggested by Johan Veenhuizen in PR 32981, reword slightly to avoidmartin
2006-08-04Remove inappropriate comma.jld
2006-07-03SUSv3 said, if an encoding error occurs, the error indicatortnozaki
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-03-19Mark up NULL and -.wiz
2006-03-18Note that for asprintf and vasprintf it is more portable to check forrumble
2006-03-17Move strlen(s) to after s is known to be not NULL, or set to "(null)" .chris
2006-02-16- s/notyet/WIDE_DOUBLE/christos
2006-01-26Must include "namespace.h" for strerror_r()'s internal name.kleink
2006-01-26Must include "namespace.h" for fseeko()'s internal name.kleink
2006-01-26bcopy -> memcpykleink
2005-12-02redo the previous (WARNS=4) differently. consitify rather than makingyamt
2005-12-02remove an unnecessary __UNCONST.yamt
2005-11-29WARNS=4christos
2005-09-13compat core reorg.christos
2005-07-30- Fix the remaining indr_references so that they define lint symbols.christos
2005-07-28PR/30845: Luke Mewburn: strerror_r(3) missingchristos
2005-07-27get the trailing-slash logics rightdrochner
2005-07-26PR/30839: Tomas Skäre: Buffer underflow in lib/libc/stdio/tempnam.cchristos
2005-07-20PR/30971: Noriyuki Soda: Fix %ll prints long long, and %q is not portable.christos