glibc/io
Joseph Myers 686554bff6 Remove redundant C locale settings.
Various glibc build / install / test code has C locale settings that
are redundant with LC_ALL=C.

LC_ALL takes precedence over LANG, so anywhere that sets LC_ALL=C
(explicitly, or through it being in the default environment for
running tests) does not need to set LANG=C.  LC_ALL=C also takes
precedence over LANGUAGE, since

2001-01-02  Ulrich Drepper  <drepper@redhat.com>

	* intl/dcigettext.c (guess_category_value): Rewrite so that LANGUAGE
	value is ignored if the selected locale is the C locale.
	* intl/tst-gettext.c: Set locale for above change.
	* intl/tst-translit.c: Likewise.

and so settings of LANGUAGE=C are also redundant when LC_ALL=C is
set.  One test also had LC_ALL=C in its -ENV setting, although it's
part of the default environment used for tests.

This patch removes the redundant settings.  It removes a suggestion in
install.texi of setting LANGUAGE=C LC_ALL=C for "make install"; the
Makefile.in target "install" already sets LC_ALL_C so there's no need
for the user to set it (and nor should there be any need for the user
to set it).

If some build machine tool used by "make install" uses a version of
libintl predating that 2001 change, and the user has LANGUAGE set, the
removal of LANGUAGE=C from the Makefile.in "install" rule could in
principle affect the user's installation.  However, I don't think we
need to be concerned about pre-2001 build tools.

Tested x86_64.

	* Makefile (install): Don't set LANGUAGE.
	* Makefile.in (install): Likewise.
	* assert/Makefile (test-assert-ENV): Remove variable.
	(test-assert-perr-ENV): Likewise.
	* elf/Makefile (neededtest4-ENV): Likewise.
	* iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
	[$(cross-compiling) = no]: Don't set LANGUAGE.
	* io/ftwtest-sh (LANG): Remove variable.
	* libio/Makefile (tst-widetext-ENV): Likewise.
	* manual/install.texi (Running make install): Don't refer to
	environment settings for make install.
	* INSTALL: Regenerated.
	* nptl/tst-tls6.sh: Don't set LANG.
	* posix/globtest.sh (LANG): Remove variable.
	* string/Makefile (tester-ENV): Likewise.
	(inl-tester-ENV): Likewise.
	(noinl-tester-ENV): Likewise.
	* sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
	[$(cross-compiling) = no]: Don't set LANGUAGE.
	* timezone/Makefile (build-testdata): Use $(built-program-cmd)
	without explicit environment settings.

localedata/ChangeLog:
	* tst-fmon.sh: Don't set LANGUAGE.
	* tst-locale.sh: Likewise.
2014-06-07 19:58:36 +00:00
..
bits Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sys Complete _BSD_SOURCE / _SVID_source followup cleanup. 2014-02-21 21:45:26 +00:00
Makefile Enumerate tests with special rules in tests-special variable. 2014-03-06 22:35:33 +00:00
Versions * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
access.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug-ftw1.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug-ftw2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug-ftw3.c Update. 2002-02-07 17:54:45 +00:00
bug-ftw4.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug-ftw5.c [BZ #4076] 2007-02-21 09:36:46 +00:00
chdir.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
chmod.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
chown.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
close.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
creat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
creat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dup.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dup2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dup3.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
euidaccess.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
faccessat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fchdir.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fchmod.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fchmodat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fchown.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fchownat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fcntl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fcntl.h Clean up trivially redundant __USE_MISC conditionals. 2014-02-13 22:07:53 +00:00
flock.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatfs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatfs64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatvfs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatvfs64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fts.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
fts.h Update. 2003-09-12 22:37:19 +00:00
ftw.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ftw.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
ftw64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ftwtest-sh Remove redundant C locale settings. 2014-06-07 19:58:36 +00:00
ftwtest.c Update. 2003-11-07 23:00:00 +00:00
futimens.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fxstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fxstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fxstatat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fxstatat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getcwd.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getdirname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getwd.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
have_o_cloexec.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
isatty.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lchmod.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lchown.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
link.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
linkat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lockf.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lockf64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lseek.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lseek64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lxstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lxstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mkdir.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mkdirat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mkfifo.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mkfifoat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mknod.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mknodat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
open.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
open64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
open64_2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
open_2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
openat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
openat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
openat64_2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
openat_2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pipe.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pipe2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
poll.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
poll.h initial import 1995-02-18 01:27:10 +00:00
posix_fadvise.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
posix_fadvise64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
posix_fallocate.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
posix_fallocate64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ppoll.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pwd.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
read.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
readlink.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
readlinkat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
rmdir.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sendfile.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sendfile64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
stat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
stat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
statfs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
statfs64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
statvfs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
statvfs64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
symlink.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
symlinkat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-lfs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-stat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-stat2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-utime.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-faccessat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-fchmodat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-fchownat.c * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED 2008-03-08 05:21:41 +00:00
tst-fcntl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-fstatat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-futimesat.c * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, 2005-11-11 20:02:07 +00:00
tst-getcwd.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-linkat.c (do_test): Pass new parameter to linkat. 2006-02-27 00:59:21 +00:00
tst-mkdirat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, 2006-01-20 23:24:42 +00:00
tst-mkfifoat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, 2006-01-20 23:24:42 +00:00
tst-mknodat.c tst-mknodat: create a FIFO instead of a socket 2012-09-28 21:33:52 +02:00
tst-openat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-posix_fallocate.c Include <fcntl.h>. 2007-07-28 18:04:22 +00:00
tst-readlinkat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, and 2006-01-20 21:55:16 +00:00
tst-renameat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-statvfs.c Update. 2003-10-27 04:05:04 +00:00
tst-symlinkat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, and 2006-01-20 21:55:16 +00:00
tst-ttyname_r.c * nis/nis_subr.c (nis_getnames): Revert last change. 2006-12-05 21:28:15 +00:00
tst-unlinkat.c * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, 2005-11-11 20:02:07 +00:00
ttyname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ttyname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
umask.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
unlink.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
unlinkat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
utime.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
utime.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
utimensat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
write.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xmknod.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xmknodat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00