aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog58
-rwxr-xr-xcatgets/test-gencat.sh2
-rw-r--r--conform/GlibcConform.pm2
-rwxr-xr-xconform/check-header-lists.sh2
-rw-r--r--conform/conformtest.pl2
-rw-r--r--conform/linknamespace.pl2
-rw-r--r--conform/list-header-symbols.pl2
-rwxr-xr-xdebug/catchsegv.sh2
-rw-r--r--elf/genrtldtbl.awk2
-rwxr-xr-xelf/tst-pathopt.sh2
-rwxr-xr-xelf/tst-rtld-load-self.sh2
-rw-r--r--grp/tst_fgetgrent.sh2
-rw-r--r--iconvdata/gen-8bit-gap-1.sh2
-rw-r--r--iconvdata/gen-8bit-gap.sh2
-rw-r--r--iconvdata/gen-8bit.sh2
-rwxr-xr-xiconvdata/run-iconv-test.sh2
-rwxr-xr-xintl/tst-gettext.sh2
-rw-r--r--intl/tst-gettext2.sh2
-rwxr-xr-xintl/tst-gettext4.sh2
-rw-r--r--intl/tst-gettext6.sh2
-rwxr-xr-xintl/tst-translit.sh2
-rw-r--r--io/ftwtest-sh2
-rwxr-xr-xlibio/test-freopen.sh2
-rw-r--r--locale/gen-translit.pl2
-rw-r--r--localedata/ChangeLog12
-rw-r--r--localedata/gen-locale.sh2
-rw-r--r--localedata/sort-test.sh2
-rwxr-xr-xlocaledata/tst-ctype.sh2
-rwxr-xr-xlocaledata/tst-fmon.sh2
-rwxr-xr-xlocaledata/tst-langinfo.sh2
-rwxr-xr-xlocaledata/tst-locale.sh2
-rw-r--r--localedata/tst-numeric.sh2
-rwxr-xr-xlocaledata/tst-rpmatch.sh2
-rwxr-xr-xlocaledata/tst-trans.sh2
-rwxr-xr-xmalloc/tst-mtrace.sh2
-rw-r--r--manual/check-safety.sh2
-rw-r--r--manual/libc-texinfo.sh2
-rw-r--r--manual/tsort.awk2
-rw-r--r--manual/xtract-typefun.awk2
-rw-r--r--nptl/tst-cancel-wrappers.sh2
-rwxr-xr-xnptl/tst-tls6.sh2
-rwxr-xr-xposix/globtest.sh2
-rw-r--r--posix/tst-getconf.sh2
-rwxr-xr-xposix/wordexp-tst.sh2
-rwxr-xr-xscripts/check-c++-types.sh2
-rwxr-xr-xscripts/check-local-headers.sh2
-rwxr-xr-xscripts/config.guess2
-rwxr-xr-xscripts/config.sub2
-rwxr-xr-xscripts/cpp2
-rwxr-xr-xscripts/cross-test-ssh.sh2
-rw-r--r--scripts/documented.sh2
-rwxr-xr-xscripts/evaluate-test.sh2
-rw-r--r--scripts/gen-libc-abis2
-rwxr-xr-xscripts/gen-sorted.awk2
-rwxr-xr-xscripts/list-fixed-bugs.py2
-rwxr-xr-xscripts/merge-test-results.sh2
-rwxr-xr-xscripts/mkinstalldirs2
-rwxr-xr-xscripts/rellns-sh2
-rwxr-xr-xscripts/test-installation.pl2
-rwxr-xr-xscripts/update-copyrights2
-rw-r--r--stdio-common/tst-printf.sh2
-rwxr-xr-xstdio-common/tst-unbputc.sh2
-rwxr-xr-xstdlib/tst-fmtmsg.sh2
-rw-r--r--stdlib/tst-setcontext3.sh2
-rwxr-xr-xsysdeps/i386/tst-ld-sse-use.sh2
-rw-r--r--sysdeps/unix/make-syscalls.sh2
66 files changed, 134 insertions, 64 deletions
diff --git a/ChangeLog b/ChangeLog
index acaf7a87a0..7dc2a942a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2016-01-07 Marko Myllynen <myllynen@redhat.com>
+
+ * catgets/test-gencat.sh: Remove space after shebang.
+ * conform/GlibcConform.pm: Likewise.
+ * conform/check-header-lists.sh: Likewise.
+ * conform/conformtest.pl: Likewise.
+ * conform/linknamespace.pl: Likewise.
+ * conform/list-header-symbols.pl: Likewise.
+ * debug/catchsegv.sh: Likewise.
+ * elf/genrtldtbl.awk: Likewise.
+ * elf/tst-pathopt.sh: Likewise.
+ * elf/tst-rtld-load-self.sh: Likewise.
+ * grp/tst_fgetgrent.sh: Likewise.
+ * iconvdata/gen-8bit-gap-1.sh: Likewise.
+ * iconvdata/gen-8bit-gap.sh: Likewise.
+ * iconvdata/gen-8bit.sh: Likewise.
+ * iconvdata/run-iconv-test.sh: Likewise.
+ * intl/tst-gettext.sh: Likewise.
+ * intl/tst-gettext2.sh: Likewise.
+ * intl/tst-gettext4.sh: Likewise.
+ * intl/tst-gettext6.sh: Likewise.
+ * intl/tst-translit.sh: Likewise.
+ * io/ftwtest-sh: Likewise.
+ * libio/test-freopen.sh: Likewise.
+ * locale/gen-translit.pl: Likewise.
+ * malloc/tst-mtrace.sh: Likewise.
+ * manual/check-safety.sh: Likewise.
+ * manual/libc-texinfo.sh: Likewise.
+ * manual/tsort.awk: Likewise.
+ * manual/xtract-typefun.awk: Likewise.
+ * nptl/tst-cancel-wrappers.sh: Likewise.
+ * nptl/tst-tls6.sh: Likewise.
+ * posix/globtest.sh: Likewise.
+ * posix/tst-getconf.sh: Likewise.
+ * posix/wordexp-tst.sh: Likewise.
+ * scripts/check-c++-types.sh: Likewise.
+ * scripts/check-local-headers.sh: Likewise.
+ * scripts/config.guess: Likewise.
+ * scripts/config.sub: Likewise.
+ * scripts/cpp: Likewise.
+ * scripts/cross-test-ssh.sh: Likewise.
+ * scripts/documented.sh: Likewise.
+ * scripts/evaluate-test.sh: Likewise.
+ * scripts/gen-libc-abis: Likewise.
+ * scripts/gen-sorted.awk: Likewise.
+ * scripts/list-fixed-bugs.py: Likewise.
+ * scripts/merge-test-results.sh: Likewise.
+ * scripts/mkinstalldirs: Likewise.
+ * scripts/rellns-sh: Likewise.
+ * scripts/test-installation.pl: Likewise.
+ * scripts/update-copyrights: Likewise.
+ * stdio-common/tst-printf.sh: Likewise.
+ * stdio-common/tst-unbputc.sh: Likewise.
+ * stdlib/tst-fmtmsg.sh: Likewise.
+ * stdlib/tst-setcontext3.sh: Likewise.
+ * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
+ * sysdeps/unix/make-syscalls.sh: Likewise.
+
2016-01-06 John David Anglin <dave.anglin@bell.net>
* sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
diff --git a/catgets/test-gencat.sh b/catgets/test-gencat.sh
index a672f123d8..48b21207c9 100755
--- a/catgets/test-gencat.sh
+++ b/catgets/test-gencat.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test escape character handling in gencat.
# Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
diff --git a/conform/GlibcConform.pm b/conform/GlibcConform.pm
index 3f4dc2061f..b83204384e 100644
--- a/conform/GlibcConform.pm
+++ b/conform/GlibcConform.pm
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
# Shared code for glibc conformance tests.
diff --git a/conform/check-header-lists.sh b/conform/check-header-lists.sh
index f6e76c6ade..849dfbcbce 100755
--- a/conform/check-header-lists.sh
+++ b/conform/check-header-lists.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Check the set of headers with conformtest expectations for a given standard.
# Copyright (C) 2014-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
diff --git a/conform/conformtest.pl b/conform/conformtest.pl
index cc0944a889..fedcbc3f16 100644
--- a/conform/conformtest.pl
+++ b/conform/conformtest.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
use GlibcConform;
use Getopt::Long;
diff --git a/conform/linknamespace.pl b/conform/linknamespace.pl
index d6a18503a7..4b7b288165 100644
--- a/conform/linknamespace.pl
+++ b/conform/linknamespace.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
# Check that use of symbols declared in a given header does not result
# in any symbols being brought in that are not reserved with external
diff --git a/conform/list-header-symbols.pl b/conform/list-header-symbols.pl
index 2b012c7457..ab7ae57894 100644
--- a/conform/list-header-symbols.pl
+++ b/conform/list-header-symbols.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
# Print a list of symbols exported by some headers that would
# otherwise be in the user's namespace.
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh
index a4ef821ea0..3c788d2125 100755
--- a/debug/catchsegv.sh
+++ b/debug/catchsegv.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
diff --git a/elf/genrtldtbl.awk b/elf/genrtldtbl.awk
index 54cdc8c589..0e2a374901 100644
--- a/elf/genrtldtbl.awk
+++ b/elf/genrtldtbl.awk
@@ -1,4 +1,4 @@
-#! /usr/bin/awk
+#!/usr/bin/awk
BEGIN {
FS=":";
count=0;
diff --git a/elf/tst-pathopt.sh b/elf/tst-pathopt.sh
index 892f22ef84..309b628bc9 100755
--- a/elf/tst-pathopt.sh
+++ b/elf/tst-pathopt.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test lookup path optimization.
# Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
diff --git a/elf/tst-rtld-load-self.sh b/elf/tst-rtld-load-self.sh
index a5488d3f71..aa97ee6ca9 100755
--- a/elf/tst-rtld-load-self.sh
+++ b/elf/tst-rtld-load-self.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test how rtld loads itself.
# Copyright (C) 2012-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
diff --git a/grp/tst_fgetgrent.sh b/grp/tst_fgetgrent.sh
index e7837bd667..8dbf095ba9 100644
--- a/grp/tst_fgetgrent.sh
+++ b/grp/tst_fgetgrent.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Copyright (C) 1999-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
diff --git a/iconvdata/gen-8bit-gap-1.sh b/iconvdata/gen-8bit-gap-1.sh
index e86ac53e89..46567f235f 100644
--- a/iconvdata/gen-8bit-gap-1.sh
+++ b/iconvdata/gen-8bit-gap-1.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
echo "static const uint32_t iso88597_to_ucs4[96] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\([A-Fa-f].\).*/ [0x\2 - 0xA0] = 0x\1,/p' \
diff --git a/iconvdata/gen-8bit-gap.sh b/iconvdata/gen-8bit-gap.sh
index e1dabaebdb..bcd6d12ce1 100644
--- a/iconvdata/gen-8bit-gap.sh
+++ b/iconvdata/gen-8bit-gap.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
echo "static const uint32_t to_ucs4[256] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
diff --git a/iconvdata/gen-8bit.sh b/iconvdata/gen-8bit.sh
index d1a21bc03d..94de6fdd09 100644
--- a/iconvdata/gen-8bit.sh
+++ b/iconvdata/gen-8bit.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
echo "static const uint32_t to_ucs4[256] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
diff --git a/iconvdata/run-iconv-test.sh b/iconvdata/run-iconv-test.sh
index c18072668e..2e7105a2d9 100755
--- a/iconvdata/run-iconv-test.sh
+++ b/iconvdata/run-iconv-test.sh
@@ -1,4 +1,4 @@
-#! /bin/sh -f
+#!/bin/sh -f
# Run available iconv(1) tests.
# Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh
index 3c83645652..fe8bd2896f 100755
--- a/