Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-13 | Use long long and intmax_t instead of quad_t throughout. Adapted in | Todd C. Miller | |
part from FreeBSD. | |||
2006-01-07 | improve the RETURN VALUES section; | Jason McIntyre | |
for such a small diff, this one was hard work... based on a diff from ray lai; blood, sweat, and tears (and ok) kettenis | |||
2005-09-23 | support %jd from c99, although intmax_t may not be available. | Ted Unangst | |
ok deraadt espie kettenis | |||
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich | |
- avoid first person ok jmc | |||
2005-07-26 | remove note about long double not being supported by vax. | Jared Yanovich | |
this should have been in CAVEATS anyway. ok millert, jmc | |||
2005-04-14 | move return values to a seperate section, and split them out so that it | Theo de Raadt | |
is more clear which variants return which values; ok jmc otto | |||
2005-04-14 | Explain what happens when len equals 0 for snprintf(). | Otto Moerbeek | |
ok jmc@ millert@ | |||
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder | |
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | |||
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2003-08-17 | Sort headers in example | Alexander Yurchenko | |
ok millert@ | |||
2003-07-15 | .Ql Cm -> .Sq Cm where literal makes no sense; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-03 | typos; | Jason McIntyre | |
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 | |