]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Do not try to drain the input pipe before closing the archive.
[chaz/tar] / ChangeLog
index 5036e699e7f3a37172d29e49c5a68496d129939f..62a15c8274e9a353798073c3ca6dcc516dcfe2c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-11-25  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       Do not try to drain the input pipe before closing the
+       archive. 
+       
+       * src/buffer.c (close_archive): Remove call to
+       sys_drain_input_pipe. Pass hit_eof as the second
+       argument to sys_wait_for_child.
+       * src/common.h (sys_drain_input_pipe): Remove
+       (sys_wait_for_child): Declare second argument.
+       * src/system.c (sys_drain_input_pipe): Remove.
+       (sys_wait_for_child): Take two arguments. The second one helps to
+       decide whether to tolerate child termination on SIGPIPE.
+
 2008-11-03  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * src/buffer.c (_write_volume_label): Fix typo, which prevented
This page took 0.02366 seconds and 4 git commands to generate.