forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make shebang interpreter directives consistent
- Loading branch information
Showing
66 changed files
with
134 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,61 @@ | ||
2016-01-07 Marko Myllynen <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /usr/bin/perl | ||
#!/usr/bin/perl | ||
|
||
# Shared code for glibc conformance tests. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /usr/bin/perl | ||
#!/usr/bin/perl | ||
|
||
use GlibcConform; | ||
use Getopt::Long; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>, 1998. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /usr/bin/awk | ||
#!/usr/bin/awk | ||
BEGIN { | ||
FS=":"; | ||
count=0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>, 1999. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2016-01-07 Marko Myllynen <[email protected]> | ||
|
||
* gen-locale.sh: Remove space after shebang. | ||
* sort-test.sh: Likewise. | ||
* tst-ctype.sh: Likewise. | ||
* tst-fmon.sh: Likewise. | ||
* tst-langinfo.sh: Likewise. | ||
* tst-locale.sh: Likewise. | ||
* tst-numeric.sh: Likewise. | ||
* tst-rpmatch.sh: Likewise. | ||
* tst-trans.sh: Likewise. | ||
|
||
2016-01-04 Joseph Myers <[email protected]> | ||
|
||
* All files with FSF copyright notices: Update copyright dates | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /bin/sh | ||
#!/bin/sh | ||
|
||
OUTDIR=$1 | ||
shift | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /usr/bin/awk -f | ||
#!/usr/bin/awk -f | ||
# Generate topologically sorted list of manual chapters. | ||
# Copyright (C) 1998-2016 Free Software Foundation, Inc. | ||
# Written by Ulrich Drepper <[email protected]>, 1998. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /usr/local/bin/gawk -f | ||
#!/usr/local/bin/gawk -f | ||
BEGIN { | ||
last_node=""; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /bin/sh | ||
#!/bin/sh | ||
bindir=$1 | ||
|
||
VERSION=1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /bin/sh | ||
#!/bin/sh | ||
triple="$1" | ||
|
||
printf "#ifndef _LIBC_ABIS_H\n#define _LIBC_ABIS_H 1\n\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.