summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-06-03snprintf(3) is available on all modern systems and asprintf(3) isTodd C. Miller
2015-03-23fix memory leaks in tempnam(3) error pathsJonathan Gray
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-12Fix typo: nemb -> nmembLawrence Teo
2015-03-05Revert; committed by accident without approval from deraadt@ at releaseLawrence Teo
2015-03-05Fix typo, from Ryan May.Lawrence Teo
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-15typo; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-13remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseIngo Schwarze
2015-01-13Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit()Philip Guenther
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.Todd C. Miller
2015-01-05Remove #ifdef notdef bits--we are not going to change the fgetln()Todd C. Miller
2014-12-21Show the sign for NaN as per POSIX; from Elliott Hughes.Daniel Dickman
2014-12-08don't do silly (and slow) one byte reads in unbuffered mode.Ted Unangst
2014-11-26garbage collect .TnIngo Schwarze
2014-11-25zap trailing whitespace;Jason McIntyre
2014-11-25C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsTodd C. Miller
2014-11-25Move guts of setbuf.3 into setvbuf.3 to make it clear which oneTodd C. Miller
2014-11-19abort() doesn't call atexit handlers any morePhilip Guenther
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-04explicitly clarify that reading also stops after size-1 bytesTed Unangst
2014-10-31Use "const char tempchars[]" instead of "const char *tempchars".Todd C. Miller
2014-10-26The open flags param to mkostemps() should be "flags" not "oflags"Todd C. Miller
2014-10-16Fix bounds check for newlen without relying on unspecified behavior.Todd C. Miller
2014-10-11use reallocarray, and avoid this << 1 ugliness.Theo de Raadt
2014-10-08obvious reallocarray(); ok dougTheo de Raadt
2014-08-31provide section numbers for xrs;Jason McIntyre
2014-08-31Add additional userland interfaces for setting close-on-exec on fdsPhilip Guenther
2014-07-03rework some fflush text, as requestedJason McIntyre
2014-06-04Remove assigned but unused local variables and macro from vfwprintf().Stefan Sperling
2014-05-13for non-valid combinations with `#', instead of trying to list them all,Jason McIntyre
2014-05-09when demonstrating the correct "double-check" idiom, provide aTheo de Raadt
2014-05-06We don't really need uniform distribution for mktemp(3) so useTodd C. Miller
2014-05-03Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, weTheo de Raadt
2014-05-01Extend fread() and fwrite() to check for integer overflow, in which caseTheo de Raadt
2014-04-22add closing parenthesis.Igor Sobrado
2014-04-19need to escape %U, since it is used in Re/Rs blocks;Jason McIntyre
2014-04-19Demonstrate correct usage of snprintf (regarding overflow detection)Theo de Raadt
2014-03-25no getsTed Unangst
2014-03-23c11 compliance: remove gets()Ted Unangst
2014-03-19It's still safe to assumed 'signed' existsPhilip Guenther
2014-03-06Fix unsigned comparision.Gerhard Roth
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze