summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
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
2001-06-22Draw attention to the fact that the created file/dir may not be readableaymeric
2001-06-21casts to size_tchristos
2001-04-30Clarify C standards situation a bit.kleink
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-26Fix an ... interesting pasto in the description of the l length modifierkleink
2001-04-25Document getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3) andkleink
2001-04-13Need an internal name for asprintf(3).kleink
2001-04-03Xr printf(9)jhawk
2001-01-25apparently ansi c only required fread(3) to return 0 if size or nmembs == 0.lukem
2000-12-30initialize mbstate_t properly.itojun
2000-12-29Sprinkle some __restrict into stdio.kleink
2000-12-23make printf-variant work with stateful encodings.itojun
2000-12-10fix duplicate declaration of __glue.christos
2000-11-29This is for completeness only (to make fdopen symmetric with fopen and freopen)christos
2000-11-29Add checks for O_NDELAY [which indicates that we only want plain files],christos
2000-11-29make sure we preserve errno.christos
2000-10-19Actually EINVAL fits the circumstances better.kleink
2000-10-19C99: Passing a null pointer as the buffer argument to snprintf() andkleink
2000-10-18Make "f" standout better.kim
2000-07-26XCU5 -> XSH5.kleink
2000-07-26Oops, forgot to define weak aliases for public names.kleink
2000-07-16v*scanf() are hardly 'new to this release' when they havejdolecek
2000-07-08Attach __format__ attributes to local __sbprintf functionsommerfeld
2000-07-08Elaborate a bit on fseeko() and ftello().kleink
2000-07-08Bump date for fseeko() and ftello().kleink
2000-07-08In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoidkleink
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
2000-05-17Comment out a paragraph describing behavior which NetBSD's fopen(3) doesfair
2000-03-08Replace internal use of strto{,u}q() with strto{,u}ll().kleink
2000-01-22Delint.mycroft
2000-01-21Need to include "reentrant.h" for FLOCKFILE macros.wrstuden