summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
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
2005-06-22If the string to be printed is NULL substitute "(null)". Approved by core.christos
2005-06-21Document that passing NULL to %s prints "(null)".christos
2005-06-18use "tempnam" instead of "tmpname"lukem
2005-06-15Initialize expsize to appease -Wuninitialized for sh3 and m68000.he
2005-06-12vfwprintf.c and vfwscanf.c now compile with -Wuninitializedlukem
2005-06-12Appease gcc -Wuninitializedlukem
2005-06-12Ensure nconv isn't used in __mbsconv() before being initialized.lukem
2005-06-12Add missing __RCSID()lukem
2005-06-03Sort options.wiz
2005-06-01Compile the following files with -Wno-uninitialized:lukem
2005-05-25Add restrict qualifiers to fopen()/freopen() arguments.kleink
2005-05-14Add the missing wide char support functions from freebsd.christos
2005-03-04Re-implement in terms of fseek0()dsl
2005-03-04de __Pdsl
2005-02-09A little libc namespace housekeeping exercise:kleink
2005-01-09add a cast and remove another.christos
2004-07-02remove __UNCONST definition; it is now in <sys/cdefs.h>christos
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-05-11make this build in the tools/compat reachoverdrochner
2004-05-10put back the CAVEATS sectiondrochner
2004-05-10remove the fgetstr manpagedrochner
2004-05-10Add FLOCKFILE() locking - should be threadsafe now.drochner
2004-05-10After discussion with christos, turn fgetstr() into an internal function.drochner
2004-05-09We now need an internal name for fileno(), since when buildling libckleink
2004-05-05fix reference Nx 2.1 to Nx 3.0jdolecek
2004-04-21Bump date for previous.wiz
2004-04-21Drop trailing whitespace; null -> nul; & -> \*[Am]wiz
2004-04-21Add a generalized version of fgetln that can stop at an arbitrary delimiter,christos
2004-03-03Don't zero a floating point variable on entry -- this causes the FPU todrochner
2004-01-24Lots of grammar and wording changes from jmc@openbsd, with somewiz
2003-12-30Add support for scanf "hh" format modifiers - we use it in int_fmtio.hmartin