Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Use a single character buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. torek@bsdi.com | 1998-07-27 | 1 | -4/+9 | |
| | |||||
* | Based on some FreeBSD changes: | 1998-01-12 | 1 | -5/+9 | |
| | | | | | | For *s*printf, set f._file to -1 like the comments in stdio.h say. Use '\0', not 0, where appropriate. Don't error out on size of '0' for v?snprintf(). | ||||
* | Return -1, not EOF for size < 1. XPG4.2 specifies the return value | 1997-11-29 | 1 | -2/+3 | |
| | | | | | should be < 1. While EOF is currently defined as -1 it is bad form to assume this. | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -6/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+65 | |