summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-1659-59/+59
* Note that dying on NULL is an implementation detail.Eivind Eklund1998-12-171-5/+7
* Check for a zero-length as well as a NULL string argument.Robert Nordier1998-10-291-1/+1
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,Peter Wemm1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);Peter Wemm1998-10-201-5/+21
* Remove the description of EBADF (that's an implementation detail if IEivind Eklund1998-10-101-11/+6
* program written under FreeBSD -> programs written under FreeBSDEivind Eklund1998-10-031-2/+2
* Document that we will core-dump on getting a NULL pointer.Eivind Eklund1998-09-281-0/+4
* Apply patch to properly sscanf(3) when there is whitespace in the formatDavid E. O'Brien1998-09-251-7/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-164-8/+8
* Replace my original asprintf() and vasprintf() hacks with somethingPeter Wemm1998-07-084-142/+99
* Spelling corrections.Joseph Koshy1998-06-061-1/+1
* Remote the NetBSD kludge for vfprintf.cJohn Birrell1998-05-081-9/+2
* Don't assign the va_list variable 'ap' directly to the argtable becauseJohn Birrell1998-05-081-19/+18
* Remove leading underscores for the functions (weak symbols here) thatJohn Birrell1998-05-051-4/+7
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofPeter Wemm1998-04-141-2/+4
* Add FILE locking stubs for libc.John Birrell1998-04-1128-337/+211
* Fixed disordering and inconsistent style in previous commit.Bruce Evans1998-03-121-3/+2
* Added #include <string.h> to get prototypes.John Birrell1998-03-092-1/+3
* Fixed a few ancient typos, added a little missing stuff, and updatedStephen McKay1998-03-081-20/+23
* Fixed uninitialized pointer in previous commit. mktemp() was broken.Bruce Evans1998-03-031-5/+6
* Many security improvements from OpenBSD:Warner Losh1998-02-133-35/+113
* size_t -> unsignedAndrey A. Chernov1998-01-041-3/+3
* 1. EOF was returned when the buffer size was larger than INT_MAX. ThisAndrey A. Chernov1998-01-012-10/+10
* Add overflow checks: if output size becomes bigger than INT_MAX,Andrey A. Chernov1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)Andrey A. Chernov1997-12-242-4/+4
* 1) Restore back comment about snprintf()Andrey A. Chernov1997-12-241-7/+10
* Return back to BSD snprintf semantics which recent C9x standard adoptsAndrey A. Chernov1997-12-243-21/+23
* 1) Oops! Insert again if (n == 0) return 0.Andrey A. Chernov1997-12-242-10/+10
* Back out part related to "return 0 if n == 0" and return EOF as before.Andrey A. Chernov1997-12-242-6/+2
* Fix snprintf(...%n...)Andrey A. Chernov1997-12-241-5/+9
* Remove wrong comment about snprintf:Andrey A. Chernov1997-12-241-5/+4
* snprintf return value fixes to conform Single Unix specs:Andrey A. Chernov1997-12-242-6/+16
* Comment that long double is poorly implemented, not that it is unimplemented.Bruce Evans1997-12-191-2/+3
* Fixed long double formats. They were mostly not implemented exceptBruce Evans1997-11-231-4/+7
* Sorted lists.Bruce Evans1997-10-211-3/+5
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-7/+4
* Rework previous commit.. I was confused by the number of diffs in the PRPeter Wemm1997-07-061-8/+29
* Fix off-by-one errorPeter Wemm1997-07-061-4/+6
* Add 64 bit int support to scanf()Jordan K. Hubbard1997-07-012-14/+32
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+5
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-134-6/+6
* Fix raceGuido van Rooij1997-04-071-2/+2
* Eliminate yet one function call when locale not usedAndrey A. Chernov1997-04-041-3/+4
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-7/+16
* The w+ entry description was misformatted.Mike Pritchard1997-03-271-1/+1
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-191-1/+1
* Merge from Lite2Peter Wemm1997-03-111-2/+2
* This commit was generated by cvs2svn to compensate for changes in r23658,Peter Wemm1997-03-111-17/+17
|\
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-112-0/+175