Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | typos; | 2003-05-03 | 1 | -4/+4 | ||
| | ||||||
* | Warn people that the value of the pointer passed in to asprinf() | 2003-04-16 | 1 | -3/+8 | ||
| | | | | | is implementation-specific when we get ENOMEM but mention that *we* set it to NULL. | |||||
* | Document that *printf can return -1 on error. This includes snprintf(), | 2002-07-24 | 1 | -1/+2 | ||
| | | | | though our implementation never does this. | |||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -2/+3 | ||
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||||
* | It is silly to reference the Tahoe architecture. | 2001-09-06 | 1 | -4/+2 | ||
| | ||||||
* | document ll, depreciate q | 2001-06-23 | 1 | -4/+6 | ||
| | ||||||
* | Fix pasto; kleink@netbsd.org | 2001-06-05 | 1 | -2/+2 | ||
| | ||||||
* | It's not that I mind split infinitives. I just like to save'em for when | 2001-02-17 | 1 | -2/+2 | ||
| | | | | they're really needed. | |||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -3/+2 | ||
| | ||||||
* | In the format string bug description under CAVEATS, clarify what we mean by | 2000-08-25 | 1 | -4/+4 | ||
| | | | | building the string ``by hand'' using a function like snprintf(); deraadt@ ok | |||||
* | Stronger caveat wrt stack smashing via % escapes. Each man page | 2000-07-16 | 1 | -5/+14 | ||
| | | | | carries the same caveat... | |||||
* | Insert missing semi-colon. | 2000-07-07 | 1 | -2/+2 | ||
| | ||||||
* | correct return values | 2000-06-25 | 1 | -12/+13 | ||
| | ||||||
* | C deals with complex functions, but not imaginary ones yet. | 2000-04-25 | 1 | -3/+2 | ||
| | ||||||
* | Flesh out all of the stdio man pages. | 2000-04-20 | 1 | -44/+48 | ||
| | ||||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -13/+18 | ||
| | ||||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | ||
| | ||||||
* | list 'i' only once | 2000-04-12 | 1 | -2/+1 | ||
| | ||||||
* | indent the source right | 2000-01-12 | 1 | -11/+12 | ||
| | ||||||
* | BUGS->CAVEATS | 1999-09-22 | 1 | -2/+10 | ||
| | | | | Warn against brain-dead ProFTPd hole. | |||||
* | missing G in item list; bde | 1999-08-08 | 1 | -2/+2 | ||
| | ||||||
* | when using `-' as a negative sign, escape it with a backslash so troff knows | 1999-07-07 | 1 | -2/+2 | ||
| | | | | it's not supposed to be a hyphen/dash | |||||
* | remove redundant .Pp macros | 1999-07-02 | 1 | -2/+1 | ||
| | ||||||
* | kill some old macros | 1999-05-25 | 1 | -2/+1 | ||
| | ||||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 1 | -2/+2 | ||
| | | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||||
* | talk about positional arguments and sizes; james@oaktree.co.uk | 1999-03-01 | 1 | -3/+7 | ||
| | ||||||
* | 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 | ||