Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function names to conform with the style guide. I also did a lot of work on
the if-then-alse-fi logic and added prototype (i.e. it segfaults when enabled)
line continuation support.
Furthermore, this patch includes Larry Doolittle's work on restructuring some
of the data structures that represent the job and child_program, allowing
several simplifications and fixing several bugs.
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
cruft, make code conform closer to style guide, saves 350 Bytes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following patch makes the -X option to tar behave like GNU,
which reads one file per line. It also prevents the last file
from being appended to the list twice (though that has no
noticeable impact).
|
|
my_* passwd and group routines. I should have thought of doing it
this way...
|
|
|
|
|
|
|
|
|
|
|
|
code when looping...
|
|
|
|
|
|
|
|
|
|
|
|
terminate shorter cases, so we can save a few cycles...
|
|
a pointer that was not yet malloced mem.
|
|
|
|
|
|
|
|
but the user has not specified remote logging, then
be sure to log locally... duh.
|