summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
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
2003-12-14remove superfluous assignmentlukem
2003-12-09simplify a sentencegrant
2003-12-05Spaces.uebayasi
2003-10-30"The fgets() and functions gets() do not..." ->grant
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-23Move include for reentrant.h inside CONFIG_H test so this works correctlyjmc
2003-10-15Make the plural of `X' `X's instead of `Xs'.wiz
2003-10-14PR/23158: Johan Danielsson: Portable usage of the mk*temp() functions requireschristos
2003-10-10Remove another unneeded cast to size_t.simonb
2003-10-09No need to cast "len" to a size_t now that "len" is a size_t.simonb
2003-10-08avoid signed->unsigned assignment. openbsd PR 1709itojun
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-08-27plural "characters" for ret of {v}snprintfheas
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-22Disable cancellation on the first lock, too, not just on internalnathanw
2003-07-21Set the _LOCKINTERNAL() count on initial locking as well as subsequentnathanw
2003-07-19Use threadlib stub rather than pthread_setcancelstate() directly.nathanw
2003-07-18#include "local.h" to get __flockfile_internal() prototype.nathanw
2003-07-18Move guts of flockfile()/funlockfile() to __flockfile_internal(), whichnathanw
2003-07-18Add fields to struct __sfileext to track how many times the lock has beennathanw
2003-05-27Fix handing of -ve hexadecimal numbers in the %i format. Fixesthorpej
2003-05-11Drop trailing space.wiz
2003-05-11Oops, typo in previous.kleink
2003-05-11As prompted by Thomas Klausner, add a RETURN VALUES section.kleink
2003-05-03Misc. fixes from jmc@openbsd.wiz
2003-04-16Usewiz
2003-03-28avoid using multiple different ways of saying the same thingpooka
2003-03-07add fgetws() and fputws() (lib/20576).tshiozak
2003-02-16Use strlcpy, not strcpy, in one more place. From deraadt.wiz
2003-02-01Revert the conversion to libpthread's recursive mutexes. Too muchnathanw
2003-01-28a, b, and c.wiz