]> Dogcows Code - chaz/tar/commitdiff
* doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jan 2008 00:50:12 +0000 (00:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jan 2008 00:50:12 +0000 (00:50 +0000)
2007-12-17  Paul Eggert  <eggert@cs.ucla.edu>

Exit with nonzero status if a close fails on an archive.
Problem (and initial trivial fix)
* src/buffer.c (close_archive, new_volume): close_error, not close_warn.

ChangeLog
doc/tar.texi
src/buffer.c

index db196ce3e656809e8c8cd70a58bfc1008276c087..a9efa3d38f9074ed6babd904e39dd78f16c72589 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,20 @@
+2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
+
+2007-12-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Exit with nonzero status if a close fails on an archive.
+       Problem (and initial trivial fix)
+       * src/buffer.c (close_archive, new_volume): close_error, not close_warn.
+
 2007-12-05  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * src/buffer.c (check_compressed_archive): Do not bail out if the
        file is too short, set boolean flag, passed as an argument
        instead.  This fixes a bug introduced on 2007-08-24. See also
        tests/shortupd.at.
-       
+
        * tests/Makefile.am, tests/testsuite.at: Add shortupd.at.
        * tests/shortupd.at: New test.
 
index 777d233b64012ce547ea57ecf7c4bab52bb5a402..1eb2fc2d1b671200677290c89c5f6039f0a0dfd6 100644 (file)
@@ -45,9 +45,9 @@ Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
 and with the Back-Cover Texts as in (a) below.  A copy of the license
 is included in the section entitled "GNU Free Documentation License".
 
-(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
-this GNU Manual.  Buying copies from GNU Press supports the FSF in
-developing GNU and promoting software freedom.''
+(a) The FSF's Back-Cover Text is: ``You have the freedom to
+copy and modify this GNU manual.  Buying copies from the FSF
+supports it in developing GNU and promoting software freedom.''
 @end quotation
 @end copying
 
@@ -2487,7 +2487,7 @@ Output @var{string} on the current console (@file{/dev/tty}).
 
 Several @option{--checkpoint-action} options can be specified.  The
 supplied actions will be executed in order of their appearance in the
-command line. 
+command line.
 
 Using @option{--checkpoint-action} without @option{--checkpoint}
 assumes default checkpoint frequency of one checkpoint per 10 records.
@@ -2593,7 +2593,7 @@ named @var{file}, but dump the directory node itself.  @xref{exclude}.
 @item --exclude-tag-all=@var{file}
 
 Exclude from dump any directory containing file named @var{file}.
-@xref{exclude}. 
+@xref{exclude}.
 
 @opsummary{exclude-vcs}
 @item --exclude-vcs
@@ -3815,7 +3815,7 @@ audible bell and the message described above at each checkpoint:
 There is also a special action which produces an audible signal:
 @samp{bell}.  It is not equivalent to @samp{echo='\a'}, because
 @samp{bell} sends the bell directly to the console (@file{/dev/tty}),
-whereas @samp{echo='\a'} sends it to the standard error.  
+whereas @samp{echo='\a'} sends it to the standard error.
 
 @cindex @code{ttyout}, checkpoint action
 The @samp{ttyout=@var{string}} action outputs @var{string} to
@@ -3848,7 +3848,7 @@ as shown in the previous section.
 @cindex @code{sleep}, checkpoint action
 Yet another action, @samp{sleep}, pauses @command{tar} for a specified
 amount of seconds.  The following example will stop for 30 seconds at each
-checkpoint: 
+checkpoint:
 
 @smallexample
 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=sleep=30}
@@ -3877,7 +3877,7 @@ The name of the archive @command{tar} is processing.
 
 @vrindex TAR_BLOCKING_FACTOR, checkpoint script environment
 @item TAR_BLOCKING_FACTOR
-Current blocking factor (@pxref{Blocking}. 
+Current blocking factor (@pxref{Blocking}.
 
 @vrindex TAR_CHECKPOINT, checkpoint script environment
 @item TAR_CHECKPOINT
@@ -3913,7 +3913,7 @@ This example also illustrates the fact that
 @option{--checkpoint-action} can be used without
 @option{--checkpoint}.  In this case, the default checkpoint frequency
 (at each 10th record) is assumed.
-       
+
 @node interactive
 @section Asking for Confirmation During Operations
 @cindex Interactive operation
@@ -8239,7 +8239,7 @@ $ @kbd{tar cfa archive.tar.lzma .}
 @end smallexample
 
 For a complete list of file name suffixes recognized by @GNUTAR{},
-@ref{auto-compress}. 
+@ref{auto-compress}.
 
 Reading compressed archive is even simpler: you don't need to specify
 any additional options as @GNUTAR{} recognizes its format
@@ -8988,7 +8988,7 @@ from @var{string} after making the following substitutions:
 result of the @command{dirname} utility on the translated file name.
 @item %f @tab  The name of the file with the directory information
 stripped, equivalent to the result of the @command{basename} utility
-on the translated file name. 
+on the translated file name.
 @item %p @tab  The process @acronym{ID} of the @command{tar} process.
 @item %% @tab  A @samp{%} character.
 @end multitable
@@ -10653,7 +10653,7 @@ The name of the archive @command{tar} is processing.
 
 @vrindex TAR_BLOCKING_FACTOR, info script environment variable
 @item TAR_BLOCKING_FACTOR
-Current blocking factor (@pxref{Blocking}. 
+Current blocking factor (@pxref{Blocking}.
 
 @vrindex TAR_VOLUME, info script environment variable
 @item TAR_VOLUME
index 0dd89d0dc423507d5b0927d6a787cb7eb0baa74d..8f8b43f26b3aab91e5eff8807928b28428a795f5 100644 (file)
@@ -833,7 +833,7 @@ close_archive (void)
     verify_volume ();
 
   if (rmtclose (archive) != 0)
-    close_warn (*archive_name_cursor);
+    close_error (*archive_name_cursor);
 
   sys_wait_for_child (child_pid);
 
@@ -1021,7 +1021,7 @@ new_volume (enum access_mode mode)
   current_block = record_start;
   
   if (rmtclose (archive) != 0)
-    close_warn (*archive_name_cursor);
+    close_error (*archive_name_cursor);
 
   archive_name_cursor++;
   if (archive_name_cursor == archive_name_array + archive_names)
This page took 0.042721 seconds and 4 git commands to generate.