| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Henric Jungheim (uhenric@mcl.ucsb.edu).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
while `dynamic link-mode' is on, is recorded in the executable. The
run-time linker will search these paths after $LD_LIBRARY_PATH but
before the default set and those currently in the hints file.
The feature is disabled whenever for set[ug]id programs.
|
|
in unnecessarily. Also, the size of common is of no interest if the
symbol already is in a shared object.
|
|
|
|
|
|
ignores the second...
Pointed out by uhenric@mcl.ucsb.edu (Henric Jungheim).
|
|
|
|
|
|
|
|
|
|
|
|
Mostly casts here and there to kill warnings or bugs. occasional
addition of prototypes and/or changes to bring protos into scope.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MANY_SEGMENTS.
|
|
|
|
|
|
Two `fprintf(stderr, ..)' => `warnx(..)'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Noted by Jason R. Thorpe in PR #780.
|
|
|
|
Adds support for REPLYTO environment variable, as was requested by PR 771.
|