summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Add warnings, ala mktemp, to tempnam and tmpnam as a reminder thatimp1999-08-212-3/+13
* Treat an attempt to read from a write-only stream more consistently.rnordier1999-08-101-1/+2
* Fixed missing "G" in the list item for the main description of %g andbde1999-08-081-2/+2
* asprintf() does use realloc() internally, but saying so in the manpage can behoek1999-07-251-4/+2
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1219-0/+19
* Add a note that when a stream opened via fdopen() is closed via fclose(),archie1999-05-171-0/+4
* Various language and style concerns fixed.imp1999-04-091-11/+18
* Add mkstemps to the man page, and create a link for it.imp1999-04-042-2/+14
* Add mkstemps from OpenBSD. This has been in my tree for months andimp1999-04-041-7/+24
* Add support for long long modifier (e.g. %llx, %lld).dfr1999-03-111-3/+9
* Fixed disordering and incoinsistent style in previous commit.bde1999-03-051-3/+3
* The pseudocode in the synopsis didn't come close to actuallybde1999-03-051-4/+6
* Decapitalize function name by prepending with word "The".hoek1999-02-261-3/+6
* Added functions fseeko() and ftello() (from susv2).dt1999-02-086-15/+83
* Note that dying on NULL is an implementation detail.eivind1998-12-171-5/+7
* Check for a zero-length as well as a NULL string argument.rnordier1998-10-291-1/+1
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,peter1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);peter1998-10-201-5/+21
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
* Document that we will core-dump on getting a NULL pointer.eivind1998-09-281-0/+4
* Apply patch to properly sscanf(3) when there is whitespace in the formatobrien1998-09-251-7/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-164-8/+8
* Replace my original asprintf() and vasprintf() hacks with somethingpeter1998-07-084-142/+99
* Spelling corrections.jkoshy1998-06-061-1/+1
* Remote the NetBSD kludge for vfprintf.cjb1998-05-081-9/+2
* Don't assign the va_list variable 'ap' directly to the argtable becausejb1998-05-081-19/+18
* Remove leading underscores for the functions (weak symbols here) thatjb1998-05-051-4/+7
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofpeter1998-04-141-2/+4
* Add FILE locking stubs for libc.jb1998-04-1128-337/+211
* Fixed disordering and inconsistent style in previous commit.bde1998-03-121-3/+2
* Added #include <string.h> to get prototypes.jb1998-03-092-1/+3
* Fixed a few ancient typos, added a little missing stuff, and updatedmckay1998-03-081-20/+23
* Fixed uninitialized pointer in previous commit. mktemp() was broken.bde1998-03-031-5/+6
* Many security improvements from OpenBSD:imp1998-02-133-35/+113
* size_t -> unsignedache1998-01-041-3/+3
* 1. EOF was returned when the buffer size was larger than INT_MAX. Thisache1998-01-012-10/+10
* Add overflow checks: if output size becomes bigger than INT_MAX,ache1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)ache1997-12-242-4/+4
* 1) Restore back comment about snprintf()ache1997-12-241-7/+10
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-243-21/+23
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-242-10/+10
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-242-6/+2
* Fix snprintf(...%n...)ache1997-12-241-5/+9
* Remove wrong comment about snprintf:ache1997-12-241-5/+4
* snprintf return value fixes to conform Single Unix specs:ache1997-12-242-6/+16
* Comment that long double is poorly implemented, not that it is unimplemented.bde1997-12-191-2/+3
* Fixed long double formats. They were mostly not implemented exceptbde1997-11-231-4/+7
* Sorted lists.bde1997-10-211-3/+5
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-7/+4
OpenPOWER on IntegriCloud