summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2008-11-16PR/39347: floating and long double conversions were ifdef'ed out becausechristos
2008-11-16Nobody tested this? Initialize wcio for wide char i/o.christos
2008-10-20The tools/compat versions of mkstemp() and mkdtemp() need to call theapb
2008-08-28Ignore whitespace in format string from Andy Shevchenkochristos
2008-06-05fix a "typo" which prevented %ls from working in printf() (NARROW case).aymeric
2008-05-30Document the C99-required and already implemented hh modifier (pointergdt
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Don't coredump on out of memory conditions. This solution leaks, but gdtoachristos
2008-03-13Since _file is a short, check that the fd fits in it, otherwise bail withchristos
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