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. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -17/+1 | |
| | |||||
* | Oops, missed a 0 vs. '\0' | 1998-01-12 | 1 | -2/+2 | |
| | |||||
* | 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. | ||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -4/+4 | |
| | |||||
* | 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/+81 | |