| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out previous and solve the problems a different way: move va_start/ | tjr | 2002-09-26 | 1 | -20/+13 |
* | Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it | tjr | 2002-09-26 | 1 | -12/+20 |
* | Leave room for a trailing NUL not a NULL, that's not an ASCII character. | jmallett | 2002-08-19 | 1 | -1/+1 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+3 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -15/+0 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -3/+2 |
* | libc MT-safety, part 2. | deischen | 2001-02-11 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -2/+2 |
* | Replace my original asprintf() and vasprintf() hacks with something | peter | 1998-07-08 | 1 | -18/+40 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add an implementation of the gnu-ish asprintf() and vasprintf(). They are | peter | 1996-05-27 | 1 | -0/+59 |