maint: fix some encodings and email addresses

This commit is contained in:
Paul Eggert
2024-08-03 00:18:51 -07:00
parent f13f2d6815
commit 390950282d
9 changed files with 22 additions and 22 deletions

View File

@@ -344,7 +344,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* configure.in: For mknod, also include <sys/types.h> prior to
<sys/stat.h>, as Ultrix needs this.
Reported by Bruce Jerrick, Bryant Fujimoto, Conrad Hughes, Erich
Stefan Boleyn, Jason R. Mastaler, Joshua R. Poulson, Jurgen Botz,
Stefan Boleyn, Jason R. Mastaler, Joshua R. Poulson, Jürgen Botz,
Serge Granik, Simon Wright, Ulrich Drepper and Vince Del Vecchio.
* configure.in: Replace execlp as needed (for Minix, mainly).
@@ -1294,7 +1294,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* gmalloc.c: New, from elsewhere. This renames and updates
what was previously malloc.c. This also solves __const vs const.
* Makefile.in: Distribute gmalloc.c.
Reported by Cliff Krumvieda, Francois Pinard, Henrik Bakman,
Reported by Cliff Krumvieda, François Pinard, Henrik Bakman,
J.T. Conklin, Nelson H.F. Beebe and Tilman Schmidt.
1994-07-22 François Pinard <pinard@iro.umontreal.ca>
@@ -2939,7 +2939,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Elmer Fittery, Eric Benson, Eric M. Boehm, Gerd Knorr, Graham
Whitted, Harald Milz, Heiko Schlichting, James V. Di Toro III,
Jan Carlson, Janne Snabb, Jeff Sorensen, Jens Henrik Jensen,
Jim Clausing, John J. Szetela, John R. Vanderpool, Jurgen Botz,
Jim Clausing, John J. Szetela, John R. Vanderpool, Jürgen Botz,
Karl Berry, Karlos Z. Smith, Karsten Thygesen, Koji Kishi,
Luke Mewburn, Manuel Munier, Marc Ewing, Matthew J. D'Errico,
Martin Goik, Maxime Taksar, maximum entropy, Michael Hayes,
@@ -3852,7 +3852,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* tar.h: Merely define valloc as being malloc if valloc does
not exist.
* port.h: Remove valloc, which was only a dummy for malloc.
Reported by Cliff Krumvieda, Francois Pinard, Henrik Bakman,
Reported by Cliff Krumvieda, François Pinard, Henrik Bakman,
J.T. Conklin, Nelson H.F. Beebe and Tilman Schmidt.
1994-07-22 François Pinard <pinard@iro.umontreal.ca>
@@ -5387,7 +5387,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* getdate.y : Parse European dates of the form YYMMDD.
In ftime(): Init timezone by calling localtime(), and remember that
timezone is in seconds, but we want timeb->timezone to be in minutes.
Reported by Jörgen Haegg.
Reported by Jörgen Hägg.
* rtape_lib.c (__rmt_open): Also look for /usr/bsd/rsh.
Declare signal handler as returning void instead of int if USG is

View File

@@ -935,7 +935,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2006-10-02 Sergey Poznyakoff <gray@gnu.org.ua>
* THANKS: Add Joerg Weilbier
* THANKS: Add Jörg Weilbier
* src/buffer.c (new_volume): Initialize current_block
* src/xheader.c (xheader_string_end): Fix diagnostic message.
* tests/multiv05.at: New testcase.
@@ -4523,7 +4523,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2003-11-12 Paul Eggert <eggert@twinsun.com>
Fix some C compatibility bugs reported by Joerg Schilling.
Fix some C compatibility bugs reported by Jörg Schilling.
* src/common.h (stripped_prefix_len): Fix misspelling
"stripped_path_len" in declaration.

4
THANKS
View File

@@ -283,7 +283,7 @@ Joutsiniemi Tommi Il tj75064@cs.tut.fi
Joy Kendall jak8@world.std.com
Judy Ricker jricker@gdstech.grumman.com
Juha Sarlin juha@tds.kth.se
Jurgen Botz jbotz@orixa.mtholyoke.edu
Jürgen Botz jbotz@orixa.mtholyoke.edu
Jyh-Shyang Wang erik@vsp.ee.nctu.edu.tw
Jörg Schilling schilling@fokus.fraunhofer.de
Jörg Weule weule@cs.uni-duesseldorf.de
@@ -396,7 +396,7 @@ Pascal Meheut pascal@cnam.cnam.fr
Patrick Fulconis fulco@sig.uvsq.fr
Patrick Timmons timmons@electech.polymtl.ca
Pavel Raiskup praiskup@redhat.com
Paul Eggert eggert@twinsun.com
Paul Eggert eggert@cs.ucla.edu
Paul Kanz paul@icx.com
Paul Mitchell P.Mitchell@surrey.ac.uk
Paul Nevai pali+@osu.edu

2
TODO
View File

@@ -15,7 +15,7 @@ Suggestions for improving GNU tar.
* Add support for a 'pax' command that conforms to POSIX 1003.1-2001.
This would unify paxutils with tar.
* Interoperate better with Joerg Schilling's star implementation.
* Interoperate better with Jörg Schilling's star implementation.
* Add an option to remove files that compare successfully.

View File

@@ -21,7 +21,7 @@ source_base=gnu
gnulib_name=libgnu
# We don't need these modules, even though gnulib-tool ordinarily
# includes them because of dependencies on the modules 'exclude and 'regex'.
# includes them because of dependencies on the modules 'exclude' and 'regex'.
avoided_gnulib_modules='
--avoid=lock
--avoid=mbuiter

View File

@@ -59,12 +59,12 @@ programs (using pipes); tar can even access remote devices or files
%%developers:
John Gilmore,
Thomas Bushnell,
Paul Eggert <eggert@twinsun.com>,
Sergey Poznyakoff <gray@Mirddin.farlep.net>
Paul Eggert <eggert@cs.ucla.edu>,
Sergey Poznyakoff <gray@gnu.org>
%%contributors: Jay Fenlason,
Joy Kendall,
Francois Pinard <pinard@iro.umontreal.ca>
François Pinard
%%source-tarball: ftp://ftp.gnu.org/pub/gnu/tar/tar-1.15.1.tar.gz
%%source-info: http://savannah.gnu.org/projects/tar

View File

@@ -245,14 +245,14 @@ format_checkpoint_string (FILE *fp, size_t len,
if (do_write)
/* TRANSLATORS: This is a "checkpoint of write operation",
*not* "Writing a checkpoint".
E.g. in Spanish "Punto de comprobaci@'on de escritura",
*not* "Escribiendo un punto de comprobaci@'on" */
E.g. in Spanish "Punto de comprobación de escritura",
*not* "Escribiendo un punto de comprobación" */
input = gettext ("Write checkpoint %u");
else
/* TRANSLATORS: This is a "checkpoint of read operation",
*not* "Reading a checkpoint".
E.g. in Spanish "Punto de comprobaci@'on de lectura",
*not* "Leyendo un punto de comprobaci@'on" */
E.g. in Spanish "Punto de comprobación de lectura",
*not* "Leyendo un punto de comprobación" */
input = gettext ("Read checkpoint %u");
}

View File

@@ -73,9 +73,9 @@ tar --acls -cf acl.tar -C pure d1
# Directory names are chosen based on "how the files were extracted from
# archive". Equivalent no* tags are used also:
# ^sacl_ extracted archive has stored ACLs
# _def_ target directory (-C) has default ACLs
# _optacl$ extraction was done with --acls option
# ^sacl_ - extracted archive has stored ACLs
# _def_ - target directory (-C) has default ACLs
# _optacl$ - extraction was done with --acls option
mkdir sacl_def_optacl
mkdir sacl_def_optnoacl

View File

@@ -20,7 +20,7 @@
# Up to version 1.15.91 tar was unable to recognize all volumes
# given after an out-of-sync volume.
# Reported by: Joerg Weilbier <gnu@weilbier.net>
# Reported by: Jörg Weilbier <gnu@weilbier.net>
# References: <200610011952.29880.gnu@weilbier.net>
AT_SETUP([Restoring after an out of sync volume])