]> Dogcows Code - chaz/tar/commit - src/buffer.c
(xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Dec 1999 02:51:14 +0000 (02:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Dec 1999 02:51:14 +0000 (02:51 +0000)
commit196caec187f27a3c3e4a68eee6bb388d79dac960
tree2dc613ca31a05f358c72b65afe26e17c40bab5e8
parentc291b3864202e112de41eea501e7e0989f51a166
(xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
archive_write_error, archive_read_error, flush_archive, close_archive,
init_volume_number, new_volume):
Don't assume that gettext preserves errno.

(xdup2): Don't report errno if dup returns an unexpected nonnegative value.
(open_archive): Reject multivolume verify attempts a bit earlier.
Rename local variable `access', in case it's defined by system header.

(open_archive, backspace_output): Use `Cannot' uniformly, instead of
`Could not' sometimes and `Cannot' others.

(open_archive, flush_read, flush_archive, close_archive, new_volume):
Quote arbitrary strings in diagnostics.

(read_error): Set archive to STDOUT_FILENO temporarily when writing
archive buffer.

(init_volume_number): Check for input and output errors in volno_file.

(new_volume): Use new fatal_exit function to exit, and new xfork
function to fork.
src/buffer.c
This page took 0.026514 seconds and 4 git commands to generate.