Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make function names the correct case | 1999-02-27 | 1 | -5/+5 | ||
| | ||||||
* | Add a missing note about asprintf | 1998-09-27 | 1 | -1/+3 | ||
| | ||||||
* | v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references... | 1998-08-30 | 1 | -21/+8 | ||
| | ||||||
* | man page repairs; aaron@ug.cs.dal.ca | 1998-08-29 | 1 | -3/+3 | ||
| | ||||||
* | formatting flaws | 1998-07-14 | 1 | -1/+5 | ||
| | ||||||
* | use Bx macro for BSD versions | 1998-06-15 | 1 | -2/+3 | ||
| | ||||||
* | Use .Ox | 1998-03-07 | 1 | -9/+30 | ||
| | ||||||
* | typo | 1998-01-12 | 1 | -2/+2 | ||
| | ||||||
* | Based on some FreeBSD changes: | 1998-01-12 | 1 | -13/+4 | ||
| | | | | | | 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(). | |||||
* | Implement asprintf(3) and vasprintf(3) functions similar to the | 1997-11-29 | 1 | -42/+65 | ||
| | | | | | ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code). | |||||
* | snprintf(3) is not non-portable (it is part of XPG4) it is just | 1997-06-30 | 1 | -2/+3 | ||
| | | | | not availalble on older systems. | |||||
* | Document printf addition. From Mark Diekhans (markd@grizzly.com). | 1996-09-29 | 1 | -1/+16 | ||
| | ||||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+640 | ||