| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-04-23 | 1 | -1/+1 | 
| *  | If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1 | David Schultz | 2012-04-21 | 1 | -4/+11 | 
| *  | Implement xlocale APIs from Darwin, mainly for use by libc++.  This adds a | David Chisnall | 2011-11-20 | 1 | -1/+32 | 
| *  | - Use an initializer macro to initialize fields in 'fake' FILE objects used | John Baldwin | 2010-03-11 | 1 | -4/+1 | 
| *  | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -3/+2 | 
| *  | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 | 
| *  | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -1/+1 | 
| *  |  - Introduce the 'restrict' qualifier to function prototypes and | Robert Drehmel | 2002-08-15 | 1 | -1/+1 | 
| *  | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 1 | -0/+3 | 
| *  | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -17/+0 | 
| *  | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 | 
| *  | revert freeing of memory that gets allocated when str == NULL | Assar Westerlund | 2001-06-18 | 1 | -2/+0 | 
| *  | free memory that gets allocated by vfprintf when str == NULL | Assar Westerlund | 2001-06-16 | 1 | -0/+2 | 
| *  | libc MT-safety, part 2. | Daniel Eischen | 2001-02-11 | 1 | -1/+3 | 
| *  | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 | 
| *  | 1. EOF was returned when the buffer size was larger than INT_MAX.  This | Andrey A. Chernov | 1998-01-01 | 1 | -5/+5 | 
| *  | Correct type of stored argument place (from previous fix) | Andrey A. Chernov | 1997-12-24 | 1 | -2/+2 | 
| *  | Return back to BSD snprintf semantics which recent C9x standard adopts | Andrey A. Chernov | 1997-12-24 | 1 | -6/+9 | 
| *  | 1) Oops! Insert again if (n == 0) return 0. | Andrey A. Chernov | 1997-12-24 | 1 | -5/+5 | 
| *  | Back out part related to "return 0 if n == 0" and return EOF as before. | Andrey A. Chernov | 1997-12-24 | 1 | -3/+1 | 
| *  | snprintf return value fixes to conform Single Unix specs: | Andrey A. Chernov | 1997-12-24 | 1 | -3/+8 | 
| *  | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 | 
| *  | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 | 
| *  | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | James Raynard | 1996-06-22 | 1 | -0/+4 | 
| *  | Reviewed by:	julian and (hsu?) | Julian Elischer | 1996-01-22 | 1 | -0/+3 | 
| *  | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+76 |