* 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).
* 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>
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,
* 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>
* 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
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.
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.
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
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
* 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.
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
%%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
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");
}
# 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
# 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])