Age | Commit message (Collapse) | 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
|
|
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
|
|
|
|
|