summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
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
2003-01-28Add a manual page for flockfile(3) etc.; while here, also add *_unlocked()kleink
2003-01-21Use recursive mutexes from libpthread rather than implementingnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-05Fix two bugs:kristerw
2003-01-03Fix typos (from PR 19650)mjl
2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem
2002-11-11Document that the *printf() functions can return a negative value undersimonb
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-09-14Allow mktemp to be built as a host tool.thorpej
2002-08-20Drop superfluous Ns and fix a formatting glitch.wiz
2002-08-10- add description of the race.yamt
2002-08-10use more Xs for filename templates.yamt
2002-08-10if the path is directory, remove(3) behaves as rmdir instead of unlink.yamt
2002-08-10bring in EXAMPLES and BUGS from openbsd.yamt
2002-07-21Correct wrong comparison in example.mjl
2002-07-10import CAVEATS sections from OpenBSD.yamt
2002-06-12Add Xr to fileno(3).wiz
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-05-24* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.thorpej
2002-05-15Consistent wording: plain files -> regular files.kleink
2002-04-01Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)bjh21
2002-03-31Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) willbjh21
2002-03-14putwc and putwchar's argument is wchar_t, not wint_t.yamt
2002-03-12fully initialize the structure to avoid gcc complaints.christos
2002-02-07Generate <>& symbolically.ross
2002-02-02Punctuation nit, and slight grammar improvement.wiz
2002-02-02note that our fsetpos/fgetpos don't know about stream's state.yamt
2002-01-21One pasto, one typo.kleink
2001-12-07Avoid Po/Pq.wiz
2001-12-07Slight grammar improvement.wiz
2001-12-07Markup getwc in one place.wiz
2001-12-07Grammar improvements, some additional markup and a typo fix.wiz
2001-12-07g/c #if 0.yamt
2001-12-07add files forgotten in my previous commit.yamt
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
2001-12-02C99: Recognize %F here, too.kleink
2001-12-02Fix a mis-pasting in previous; pointed out by Thomas Klausner.kleink
2001-12-02C99:kleink
2001-11-28Since we're returned the sign of a floating-point number by __dtoa(),kleink
2001-11-27Ugh, back out last commit. It makes vfprintf depend on -lm.augustss
2001-11-27Print sign of -0.0 correctly. Fixes PR 3137 (mine).augustss
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-10-17Drop a VAX/Tahoe reference (the VAX case wasn't true with the current compilerkleink
2001-09-24va_{start,end} audit:wiz
2001-09-16Mainly sort SEE ALSO, but also sort sections, and some punctuation andwiz
2001-09-16Boring whitespace fixes.wiz
2001-07-06Do not xref pc(1)abs