| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
use .Sh AUTHORS and .An for author
|
| |
|
| |
|
|
|
|
| |
(the code was already there, just not enabled).
|
| |
|
| |
|
| |
|
|
|
|
| |
this is consistent.
|
|
|
|
| |
belongs. Closes PR/1554 from bk@rt.fm.
|
| |
|
|
|
|
| |
be passed to the command interpreter.
|
|
|
|
| |
onto separate lines in the NAME section.
|
| |
|
| |
|
|
|
|
|
| |
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list.
- Talk more about how using malloc() in signal handlers is bad.
|
| |
|
| |
|
|
|
|
| |
Markus Friedl.
|
| |
|
| |
|
|
|
|
| |
least, this is the impression I get from looking at a lot of Perl docs.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
calloc(), and realloc(). Idea from NetBSD.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
their own malloc() implementation.
|
| |
|
|
|
|
|
|
| |
didn't do so for us. By default, malloc() zeros out the space it
allocates but the programmer cannot rely on this as it is implementation-
specific (and configurable via /etc/malloc.conf)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
not "Month, ##, ####"
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
is used instead; kwesterback@home.com
|