Kaynağa Gözat

* bootstrap (TP_URL): Change from
<http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
<http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
some redirection glitches.
Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
* doc/.cvsignore: Change "tar.info" to "tar.info*". Sort.

Paul Eggert 20 yıl önce
ebeveyn
işleme
67c7284d07
4 değiştirilmiş dosya ile 41 ekleme ve 30 silme
  1. 16 6
      ChangeLog
  2. 2 2
      bootstrap
  3. 22 22
      doc/.cvsignore
  4. 1 0
      lib/.cvsignore

+ 16 - 6
ChangeLog

@@ -1,3 +1,13 @@
+2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* bootstrap (TP_URL): Change from
+	<http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
+	<http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
+	some redirection glitches.
+	Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
+	* doc/.cvsignore: Change "tar.info" to "tar.info*".  Sort.
+	* lib/.cvsignore: Add intprops.h (new gnulib file).
+
 2005-03-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 2005-03-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
 
 	* src/list.c (print_header): Print UID/GID in case of
 	* src/list.c (print_header): Print UID/GID in case of
@@ -15,16 +25,16 @@
 	* scripts/backup.sh.in: Likewise. Fixed typo in
 	* scripts/backup.sh.in: Likewise. Fixed typo in
 	MT_OFFLINE assignment.
 	MT_OFFLINE assignment.
 	* scripts/restore.in (restore_fs): Use root_fs
 	* scripts/restore.in (restore_fs): Use root_fs
-	
+
 2005-02-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 2005-02-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
 
 	* src/create.c: Replace strdup with xstrdup
 	* src/create.c: Replace strdup with xstrdup
 	* src/names.c: Likewise
 	* src/names.c: Likewise
 	* src/tar.c: Likewise
 	* src/tar.c: Likewise
-	
+
 	* tests/append01.at: Added reference to bug-tar archive
 	* tests/append01.at: Added reference to bug-tar archive
 	* tests/listed02.at: Use -print with find.
 	* tests/listed02.at: Use -print with find.
-	
+
 2005-02-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 2005-02-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
 
 	* THANKS: Added Tim Adye. Fixed UTF.
 	* THANKS: Added Tim Adye. Fixed UTF.
@@ -55,12 +65,12 @@
 	xfork, xdup2 and exec_fatal.
 	xfork, xdup2 and exec_fatal.
 	* src/tar.c (options): Improved sorting. Document --backup=off.
 	* src/tar.c (options): Improved sorting. Document --backup=off.
 	(decode_options): Clear backup_option if necessary.
 	(decode_options): Clear backup_option if necessary.
-	
+
 2005-02-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 2005-02-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
 
 	Initial implementation of --to-command option proposed
 	Initial implementation of --to-command option proposed
 	by Hansjoerg Lipp.
 	by Hansjoerg Lipp.
-	
+
 	* bootstrap: Get setenv module from gnulib
 	* bootstrap: Get setenv module from gnulib
 	* src/buffer.c: Do not use 8-bit chars in comments
 	* src/buffer.c: Do not use 8-bit chars in comments
 	* src/common.h (to_command_option)
 	* src/common.h (to_command_option)
@@ -73,7 +83,7 @@
 	is set, since the command may have exited prematurely.
 	is set, since the command may have exited prematurely.
 	It would be better to check for sigpipe, though.
 	It would be better to check for sigpipe, though.
 	(prepare_to_extract): Handle to_command_option
 	(prepare_to_extract): Handle to_command_option
-	* src/misc.c (exec_error, fork_error, dup_error) 
+	* src/misc.c (exec_error, fork_error, dup_error)
 	(pipe_error): New functions
 	(pipe_error): New functions
 	* src/system.c (sys_exec_command)
 	* src/system.c (sys_exec_command)
 	(sys_wait_command): New functions
 	(sys_wait_command): New functions

+ 2 - 2
bootstrap

@@ -22,7 +22,7 @@
 # Written by Paul Eggert and Sergey Poznyakoff.
 # Written by Paul Eggert and Sergey Poznyakoff.
 
 
 # URL of our text domain page in Translation Project
 # URL of our text domain page in Translation Project
-TP_URL="http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/"
+TP_URL="http://www.iro.umontreal.ca/translation/maint/tar/"
 
 
 # Ensure file names are sorted consistently across platforms;
 # Ensure file names are sorted consistently across platforms;
 # e.g., m4/ulonglong_gl.m4 should follow m4/ulonglong.m4.
 # e.g., m4/ulonglong_gl.m4 should follow m4/ulonglong.m4.
@@ -158,7 +158,7 @@ checkout() {
     fi
     fi
     cvs -q -d ${CVS_PREFIX}subversions.gnu.org:/cvsroot/$1 co $1 || exit
     cvs -q -d ${CVS_PREFIX}subversions.gnu.org:/cvsroot/$1 co $1 || exit
 
 
-    trap 0
+    trap - 0
   fi
   fi
 }
 }
 
 

+ 22 - 22
doc/.cvsignore

@@ -1,35 +1,35 @@
-Makefile.in
+*.stamp
 Makefile
 Makefile
+Makefile.in
 getdate.texi
 getdate.texi
 header.texi
 header.texi
-tar.info
-version.texi
+html_chapter
+html_mono
+html_node
 stamp-vti
 stamp-vti
-tar.html
-tar.log
-tar.dvi
+tar.at
+tar.ats
 tar.aux
 tar.aux
-tar.toc
 tar.cp
 tar.cp
+tar.cps
+tar.dvi
+tar.ex
+tar.exs
 tar.fn
 tar.fn
-tar.vr
-tar.tp
+tar.fns
+tar.html
+tar.info*
+tar.kw
+tar.kws
 tar.ky
 tar.ky
+tar.log
 tar.pg
 tar.pg
-tar.ps
-tar.cps
-tar.fns
 tar.pgs
 tar.pgs
+tar.ps
+tar.toc
+tar.tp
+tar.vr
 tar.vrs
 tar.vrs
-tar.at
-tar.kw
-tar.ex
-tar.ats
-tar.exs
-tar.kws
 tmp-tar.*
 tmp-tar.*
 tmp2-tar.*
 tmp2-tar.*
-html_mono
-html_node
-html_chapter
-*.stamp
+version.texi

+ 1 - 0
lib/.cvsignore

@@ -71,6 +71,7 @@ hash.c
 hash.h
 hash.h
 human.c
 human.c
 human.h
 human.h
+intprops.h
 lchown.c
 lchown.c
 lchown.h
 lchown.h
 localcharset.c
 localcharset.c