Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-16 | Warn people that the value of the pointer passed in to asprinf() | Todd C. Miller | |
is implementation-specific when we get ENOMEM but mention that *we* set it to NULL. | |||
2002-07-24 | Document that *printf can return -1 on error. This includes snprintf(), | Todd C. Miller | |
though our implementation never does this. | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2001-09-06 | It is silly to reference the Tahoe architecture. | Todd C. Miller | |
2001-06-23 | document ll, depreciate q | Niels Provos | |
2001-06-05 | Fix pasto; kleink@netbsd.org | Paul Janzen | |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen | |
they're really needed. | |||
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-08-25 | In the format string bug description under CAVEATS, clarify what we mean by | Aaron Campbell | |
building the string ``by hand'' using a function like snprintf(); deraadt@ ok | |||
2000-07-16 | Stronger caveat wrt stack smashing via % escapes. Each man page | Todd C. Miller | |
carries the same caveat... | |||
2000-07-07 | Insert missing semi-colon. | Aaron Campbell | |
2000-06-25 | correct return values | Paul Janzen | |
2000-04-25 | C deals with complex functions, but not imaginary ones yet. | Marc Espie | |
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | list 'i' only once | Hugh Graham | |
2000-01-12 | indent the source right | Theo de Raadt | |
1999-09-22 | BUGS->CAVEATS | Marc Espie | |
Warn against brain-dead ProFTPd hole. | |||
1999-08-08 | missing G in item list; bde | Theo de Raadt | |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-05-25 | kill some old macros | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-03-01 | talk about positional arguments and sizes; james@oaktree.co.uk | Theo de Raadt | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-09-27 | Add a missing note about asprintf | Todd C. Miller | |
1998-08-30 | v?asnprintf was never ocmmitted because it make stdio guts too gross. ↵ | Todd C. Miller | |
Remove references... | |||
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-14 | formatting flaws | Theo de Raadt | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-03-07 | Use .Ox | Todd C. Miller | |
1998-01-12 | typo | Todd C. Miller | |
1998-01-12 | Based on some FreeBSD changes: | Todd C. Miller | |
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(). | |||
1997-11-29 | Implement asprintf(3) and vasprintf(3) functions similar to the | Todd C. Miller | |
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code). | |||
1997-06-30 | snprintf(3) is not non-portable (it is part of XPG4) it is just | Todd C. Miller | |
not availalble on older systems. | |||
1996-09-29 | Document printf addition. From Mark Diekhans (markd@grizzly.com). | michaels | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |