diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-06 22:40:42 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 02:43:31 -0700 |
| commit | 5a82c74822d3272df2f5929133680478c0cfb4bd (patch) | |
| tree | 85871266212f0119b41ec966fec52e164edf41ba /htl | |
| parent | 1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff) | |
| download | glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.xz glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip | |
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'htl')
42 files changed, 42 insertions, 42 deletions
diff --git a/htl/Makefile b/htl/Makefile index 4d1b51cea9..d8f7886790 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. subdir := htl diff --git a/htl/alloca_cutoff.c b/htl/alloca_cutoff.c index 25c6d216b4..466790bfa7 100644 --- a/htl/alloca_cutoff.c +++ b/htl/alloca_cutoff.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <alloca.h> diff --git a/htl/cthreads-compat.c b/htl/cthreads-compat.c index 10cbc8e786..896b82f491 100644 --- a/htl/cthreads-compat.c +++ b/htl/cthreads-compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <pthreadP.h> diff --git a/htl/forward.c b/htl/forward.c index 165dda3990..17f5704cf3 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <dlfcn.h> diff --git a/htl/libc_pthread_init.c b/htl/libc_pthread_init.c index 6afefba4a1..dfb1fcf081 100644 --- a/htl/libc_pthread_init.c +++ b/htl/libc_pthread_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <pthread-functions.h> diff --git a/htl/lockfile.c b/htl/lockfile.c index 83c0f1e672..dbd5d47f0a 100644 --- a/htl/lockfile.c +++ b/htl/lockfile.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <cthreads.h> #include <pthread.h> /* Must come before <stdio.h>! */ diff --git a/htl/pt-alloc.c b/htl/pt-alloc.c index dcf83176a0..c641cc84d0 100644 --- a/htl/pt-alloc.c +++ b/htl/pt-alloc.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/htl/pt-cancel.c b/htl/pt-cancel.c index cc23f1c794..2f399d037b 100644 --- a/htl/pt-cancel.c +++ b/htl/pt-cancel.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 712d02b992..ebaf335faa 100644 --- a/htl/pt-cleanup.c +++ b/htl/pt-cleanup.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/htl/pt-create.c b/htl/pt-create.c index 4f732001f8..e35a5b1d9f 100644 --- a/htl/pt-create.c +++ b/htl/pt-create.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/htl/pt-dealloc.c b/htl/pt-dealloc.c index 643a4d6ad8..dd58e3355b 100644 --- a/htl/pt-dealloc.c +++ b/htl/pt-dealloc.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <pthread.h> diff --git a/htl/pt-detach.c b/htl/pt-detach.c index 429183001e..5cbc186388 100644 --- a/htl/pt-detach.c +++ b/htl/pt-detach.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/htl/pt-exit.c b/htl/pt-exit.c index b429a3f488..a3d3ca9ae5 100644 --- a/htl/pt-exit.c +++ b/htl/pt-exit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/htl/pt-getattr.c b/htl/pt-getattr.c index 33fd87a9fb..e2fbcca3b9 100644 --- a/htl/pt-getattr.c +++ b/htl/pt-getattr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index 08c9403446..f295510100 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <string.h> diff --git a/htl/pt-internal.h b/htl/pt-internal.h index e7151e04f1..830473903c 100644 --- a/htl/pt-internal.h +++ b/htl/pt-internal.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _PT_INTERNAL_H #define _PT_INTERNAL_H 1 diff --git a/htl/pt-join.c b/htl/pt-join.c index e10c3e00de..33603482a6 100644 --- a/htl/pt-join.c +++ b/htl/pt-join.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/htl/pt-self.c b/htl/pt-self.c index bb79a9dbba..90fa5e9bd2 100644 --- a/htl/pt-self.c +++ b/htl/pt-self.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/htl/pt-setcancelstate.c b/htl/pt-setcancelstate.c index 5b57cb20b9..f1b57a91cf 100644 --- a/htl/pt-setcancelstate.c +++ b/htl/pt-setcancelstate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/htl/pt-setcanceltype.c b/htl/pt-setcanceltype.c index c777ae16e3..32109b25c9 100644 --- a/htl/pt-setcanceltype.c +++ b/htl/pt-setcanceltype.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/htl/pt-sigmask.c b/htl/pt-sigmask.c index f59e83fa6c..11646f11c2 100644 --- a/htl/pt-sigmask.c +++ b/htl/pt-sigmask.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/htl/pt-spin-inlines.c b/htl/pt-spin-inlines.c index 8ca20a2c1e..54ccdc9664 100644 --- a/htl/pt-spin-inlines.c +++ b/htl/pt-spin-inlines.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* <bits/types/__pthread_spinlock_t.h> declares some extern inline functions. These functions are declared additionally here for use when inlining is diff --git a/htl/pt-testcancel.c b/htl/pt-testcancel.c index 8809d73916..370ce0d06f 100644 --- a/htl/pt-testcancel.c +++ b/htl/pt-testcancel.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/htl/pt-yield.c b/htl/pt-yield.c index c88dac08ea..3e2c38c401 100644 --- a/htl/pt-yield.c +++ b/htl/pt-yield.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <sched.h> diff --git a/htl/tests/test-1.c b/htl/tests/test-1.c index 4fd2525c2e..97a3c94c3e 100644 --- a/htl/tests/test-1.c +++ b/htl/tests/test-1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ |
