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 /setjmp | |
parent | 1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff) | |
download | glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.bz2 |
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 'setjmp')
-rw-r--r-- | setjmp/Makefile | 2 | ||||
-rw-r--r-- | setjmp/__longjmp.c | 2 | ||||
-rw-r--r-- | setjmp/bits/setjmp2.h | 2 | ||||
-rw-r--r-- | setjmp/bsd-_setjmp.c | 2 | ||||
-rw-r--r-- | setjmp/bsd-setjmp.c | 2 | ||||
-rw-r--r-- | setjmp/bug269-setjmp.c | 2 | ||||
-rw-r--r-- | setjmp/jmp-unwind.c | 2 | ||||
-rw-r--r-- | setjmp/longjmp.c | 2 | ||||
-rw-r--r-- | setjmp/setjmp.c | 2 | ||||
-rw-r--r-- | setjmp/setjmp.h | 2 | ||||
-rw-r--r-- | setjmp/sigjmp.c | 2 | ||||
-rw-r--r-- | setjmp/tst-setjmp-fp.c | 2 | ||||
-rw-r--r-- | setjmp/tst-setjmp.c | 2 | ||||
-rw-r--r-- | setjmp/tst-sigsetjmp.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/setjmp/Makefile b/setjmp/Makefile index 2eea835..7f8bbb7 100644 --- a/setjmp/Makefile +++ b/setjmp/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/>. # # Makefile for setjmp/longjmp routines diff --git a/setjmp/__longjmp.c b/setjmp/__longjmp.c index 4f8472b..82bba11 100644 --- a/setjmp/__longjmp.c +++ b/setjmp/__longjmp.c @@ -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/>. */ #include <errno.h> #include <setjmp.h> diff --git a/setjmp/bits/setjmp2.h b/setjmp/bits/setjmp2.h index 8fc6b89..f05dad0 100644 --- a/setjmp/bits/setjmp2.h +++ b/setjmp/bits/setjmp2.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 _SETJMP_H # error "Never include <bits/setjmp2.h> directly; use <setjmp.h> instead." diff --git a/setjmp/bsd-_setjmp.c b/setjmp/bsd-_setjmp.c index 8b3271e..63522ed 100644 --- a/setjmp/bsd-_setjmp.c +++ b/setjmp/bsd-_setjmp.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 <sysdep.h> #include <setjmp.h> diff --git a/setjmp/bsd-setjmp.c b/setjmp/bsd-setjmp.c index ffa444c..060b2a7 100644 --- a/setjmp/bsd-setjmp.c +++ b/setjmp/bsd-setjmp.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 <sysdep.h> #include <setjmp.h> diff --git a/setjmp/bug269-setjmp.c b/setjmp/bug269-setjmp.c index 2f6ae94..99c1032 100644 --- a/setjmp/bug269-setjmp.c +++ b/setjmp/bug269-setjmp.c @@ -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/>. */ /* Test case for Bugzilla # 269 */ diff --git a/setjmp/jmp-unwind.c b/setjmp/jmp-unwind.c index b2094fc..3443d36 100644 --- a/setjmp/jmp-unwind.c +++ b/setjmp/jmp-unwind.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 <setjmp.h> diff --git a/setjmp/longjmp.c b/setjmp/longjmp.c index 1adc6e9..edcef2b 100644 --- a/setjmp/longjmp.c +++ b/setjmp/longjmp.c @@ -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/>. */ #include <stddef.h> #include <setjmpP.h> diff --git a/setjmp/setjmp.c b/setjmp/setjmp.c index 95793be..1a2cf3e 100644 --- a/setjmp/setjmp.c +++ b/setjmp/setjmp.c @@ -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/>. */ #include <errno.h> #include <setjmp.h> diff --git a/setjmp/setjmp.h b/setjmp/setjmp.h index 3d09c98..b906203 100644 --- a/setjmp/setjmp.h +++ b/setjmp/setjmp.h @@ -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/>. */ /* * ISO C99 Standard: 7.13 Nonlocal jumps <setjmp.h> diff --git a/setjmp/sigjmp.c b/setjmp/sigjmp.c index 0ff4a02..564cdd0 100644 --- a/setjmp/sigjmp.c +++ b/setjmp/sigjmp.c @@ -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/>. */ #include <stddef.h> #include <setjmpP.h> diff --git a/setjmp/tst-setjmp-fp.c b/setjmp/tst-setjmp-fp.c index a1c3722..03d9f6f 100644 --- a/setjmp/tst-setjmp-fp.c +++ b/setjmp/tst-setjmp-fp.c @@ -15,7 +15,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 <fenv.h> #include <setjmp.h> diff --git a/setjmp/tst-setjmp.c b/setjmp/tst-setjmp.c index b377393..4026b20 100644 --- a/setjmp/tst-setjmp.c +++ b/setjmp/tst-setjmp.c @@ -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/>. */ #include <stdio.h> #include <setjmp.h> diff --git a/setjmp/tst-sigsetjmp.c b/setjmp/tst-sigsetjmp.c index ba3d803..f77daac 100644 --- a/setjmp/tst-sigsetjmp.c +++ b/setjmp/tst-sigsetjmp.c @@ -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/>. */ /* Test case for BZ #15493 */ |