summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework previous commit.. I was confused by the number of diffs in the PRpeter1997-07-061-8/+29
* Fix off-by-one errorpeter1997-07-061-4/+6
* Add 64 bit int support to scanf()jkh1997-07-012-14/+32
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+5
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-134-6/+6
* Fix raceguido1997-04-071-2/+2
* Eliminate yet one function call when locale not usedache1997-04-041-3/+4
* Speedup in case locale not usedache1997-04-041-7/+16
* The w+ entry description was misformatted.mpp1997-03-271-1/+1
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-191-1/+1
* Merge from Lite2peter1997-03-111-2/+2
* This commit was generated by cvs2svn to compensate for changes in r23658,peter1997-03-111-17/+17
|\
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchpeter1997-03-112-19/+19
* | Fixed handling of input failure by the scanf family.bde1997-03-031-3/+11
* | Revert $FreeBSD$ to $Id$peter1997-02-2258-58/+58
* | Add XXX comment describing potential memset non-portable issueache1997-02-051-0/+3
* | Sort cross references.wosch1997-01-207-12/+12
* | Use collate for national [a-z]-like rangesache1997-01-161-8/+13
* | The following patch to lib/libc/stdio implements positional arguments injkh1997-01-142-22/+414
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1458-58/+58
* | perror () does not prepend ": " for the non-NULL argument "". close PR 1492wosch1996-09-301-1/+1
* | .DV -> .Dv (FOPEN_MAX was invisible).bde1996-09-281-1/+1
* | fwopen() argument type mis-describedpst1996-09-131-1/+1
* | Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-222-2/+4
OpenPOWER on IntegriCloud