Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -9/+9 | |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -23/+12 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -17/+2 | |
| | |||||
* | make sure that va_start() has matching va_end() | 2001-09-05 | 1 | -3/+4 | |
| | |||||
* | Make sure we free the buffer in all error cases. Do the final | 1998-10-16 | 1 | -15/+20 | |
| | | | | | realloc(3) to the size of the string, not the size of the buffer allocated for the string (which is a noop). mycroft@netbsd.org | ||||
* | realloc repair | 1998-08-14 | 1 | -4/+6 | |
| | |||||
* | Remove the advertising clause in my old license, it impedes free use | 1998-06-21 | 1 | -6/+3 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | Cast pointer in assignment | 1998-02-07 | 1 | -3/+3 | |
| | |||||
* | Based on some FreeBSD changes: | 1998-01-12 | 1 | -2/+3 | |
| | | | | | | 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 | -0/+83 | |
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code). |