From 5a82c74822d3272df2f5929133680478c0cfb4bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Sep 2019 22:40:42 -0700 Subject: 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 --- signal/Makefile | 2 +- signal/allocrtsig.c | 2 +- signal/bits/types/__sigval_t.h | 2 +- signal/bits/types/struct_sigstack.h | 2 +- signal/kill.c | 2 +- signal/killpg.c | 2 +- signal/raise.c | 2 +- signal/sigaction.c | 2 +- signal/sigaddset.c | 2 +- signal/sigaltstack.c | 2 +- signal/sigandset.c | 2 +- signal/sigblock.c | 2 +- signal/sigdelset.c | 2 +- signal/sigempty.c | 2 +- signal/sigfillset.c | 2 +- signal/siggetmask.c | 2 +- signal/sighold.c | 2 +- signal/sigignore.c | 2 +- signal/sigintr.c | 2 +- signal/sigisempty.c | 2 +- signal/sigismem.c | 2 +- signal/signal.c | 2 +- signal/signal.h | 2 +- signal/sigorset.c | 2 +- signal/sigpause.c | 2 +- signal/sigpending.c | 2 +- signal/sigprocmask.c | 2 +- signal/sigqueue.c | 2 +- signal/sigrelse.c | 2 +- signal/sigreturn.c | 2 +- signal/sigset.c | 2 +- signal/sigsetmask.c | 2 +- signal/sigsetops.c | 2 +- signal/sigstack.c | 2 +- signal/sigsuspend.c | 2 +- signal/sigtimedwait.c | 2 +- signal/sigvec.c | 2 +- signal/sigwait.c | 2 +- signal/sigwaitinfo.c | 2 +- signal/sysv_signal.c | 2 +- signal/tst-minsigstksz-1.c | 2 +- signal/tst-minsigstksz-2.c | 2 +- signal/tst-minsigstksz-3.c | 2 +- signal/tst-minsigstksz-3a.c | 2 +- signal/tst-minsigstksz-4.c | 2 +- signal/tst-raise.c | 2 +- signal/tst-sigaction.c | 2 +- signal/tst-sigsimple.c | 2 +- signal/tst-sigwait-eintr.c | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) (limited to 'signal') diff --git a/signal/Makefile b/signal/Makefile index 4596112f0a..59595961c2 100644 --- a/signal/Makefile +++ b/signal/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 -# . +# . # # Makefile for signal routines. diff --git a/signal/allocrtsig.c b/signal/allocrtsig.c index 7de0fe7ef2..4de4191e1e 100644 --- a/signal/allocrtsig.c +++ b/signal/allocrtsig.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 - . */ + . */ #include diff --git a/signal/bits/types/__sigval_t.h b/signal/bits/types/__sigval_t.h index 5fdd289a8b..7b61755efd 100644 --- a/signal/bits/types/__sigval_t.h +++ b/signal/bits/types/__sigval_t.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 - . */ + . */ #ifndef ____sigval_t_defined #define ____sigval_t_defined diff --git a/signal/bits/types/struct_sigstack.h b/signal/bits/types/struct_sigstack.h index e4a7fc5171..6cc40caeb8 100644 --- a/signal/bits/types/struct_sigstack.h +++ b/signal/bits/types/struct_sigstack.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 - . */ + . */ #ifndef __sigstack_defined #define __sigstack_defined 1 diff --git a/signal/kill.c b/signal/kill.c index c98a7b5e8e..cff815fba8 100644 --- a/signal/kill.c +++ b/signal/kill.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 - . */ + . */ #include #include diff --git a/signal/killpg.c b/signal/killpg.c index df9c82ed57..612182654d 100644 --- a/signal/killpg.c +++ b/signal/killpg.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 - . */ + . */ #include #include diff --git a/signal/raise.c b/signal/raise.c index 8221ec45a7..122d73c2c0 100644 --- a/signal/raise.c +++ b/signal/raise.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 - . */ + . */ #include #include diff --git a/signal/sigaction.c b/signal/sigaction.c index 8520837442..fa25c5a930 100644 --- a/signal/sigaction.c +++ b/signal/sigaction.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 - . */ + . */ #include #include diff --git a/signal/sigaddset.c b/signal/sigaddset.c index 81da8a5940..3f95a266bc 100644 --- a/signal/sigaddset.c +++ b/signal/sigaddset.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 - . */ + . */ #include #include diff --git a/signal/sigaltstack.c b/signal/sigaltstack.c index 08e0fad179..fc704bfa03 100644 --- a/signal/sigaltstack.c +++ b/signal/sigaltstack.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 - . */ + . */ #include #include diff --git a/signal/sigandset.c b/signal/sigandset.c index da10f030b6..2fa4c490e7 100644 --- a/signal/sigandset.c +++ b/signal/sigandset.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 - . */ + . */ #include #include diff --git a/signal/sigblock.c b/signal/sigblock.c index b1c8f44a8b..8bd9953bec 100644 --- a/signal/sigblock.c +++ b/signal/sigblock.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 - . */ + . */ #include #include diff --git a/signal/sigdelset.c b/signal/sigdelset.c index aa1972e93b..d1d7a3374f 100644 --- a/signal/sigdelset.c +++ b/signal/sigdelset.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 - . */ + . */ #include #include diff --git a/signal/sigempty.c b/signal/sigempty.c index 592bcb18b6..2dedec71c2 100644 --- a/signal/sigempty.c +++ b/signal/sigempty.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 - . */ + . */ #include #include diff --git a/signal/sigfillset.c b/signal/sigfillset.c index 6f6c4aad4e..f4012995f0 100644 --- a/signal/sigfillset.c +++ b/signal/sigfillset.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 - . */ + . */ #include #include diff --git a/signal/siggetmask.c b/signal/siggetmask.c index 01e808cbb0..29e40e73eb 100644 --- a/signal/siggetmask.c +++ b/signal/siggetmask.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 - . */ + . */ #include diff --git a/signal/sighold.c b/signal/sighold.c index 8154143b36..b99a384143 100644 --- a/signal/sighold.c +++ b/signal/sighold.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 - . */ + . */ #define __need_NULL #include diff --git a/signal/sigignore.c b/signal/sigignore.c index a45340e23c..adea597626 100644 --- a/signal/sigignore.c +++ b/signal/sigignore.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 - . */ + . */ #include #include diff --git a/signal/sigintr.c b/signal/sigintr.c index 2648f5bde8..28924203c0 100644 --- a/signal/sigintr.c +++ b/signal/sigintr.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 - . */ + . */ #include #include diff --git a/signal/sigisempty.c b/signal/sigisempty.c index bb995dde3f..018a3b076e 100644 --- a/signal/sigisempty.c +++ b/signal/sigisempty.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 - . */ + . */ #include #include diff --git a/signal/sigismem.c b/signal/sigismem.c index 2befaf5354..e54bd0da84 100644 --- a/signal/sigismem.c +++ b/signal/sigismem.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 - . */ + . */ #include #include diff --git a/signal/signal.c b/signal/signal.c index 64f9585c94..f9a269c36c 100644 --- a/signal/signal.c +++ b/signal/signal.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 - . */ + . */ #include #include diff --git a/signal/signal.h b/signal/signal.h index 4c0de7f6ce..b6829d3083 100644 --- a/signal/signal.h +++ b/signal/signal.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 - . */ + . */ /* * ISO C99 Standard: 7.14 Signal handling diff --git a/signal/sigorset.c b/signal/sigorset.c index cca95bc89f..bd3e361953 100644 --- a/signal/sigorset.c +++ b/signal/sigorset.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 - . */ + . */ #include #include diff --git a/signal/sigpause.c b/signal/sigpause.c index 089ac7a635..2799870a53 100644 --- a/signal/sigpause.c +++ b/signal/sigpause.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 - . */ + . */ #define sigpause __rename_sigpause #include diff --git a/signal/sigpending.c b/signal/sigpending.c index 3f1168cb1f..add1073e30 100644 --- a/signal/sigpending.c +++ b/signal/sigpending.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 - . */ + . */ #include #include diff --git a/signal/sigprocmask.c b/signal/sigprocmask.c index 76fea524ba..036de249f4 100644 --- a/signal/sigprocmask.c +++ b/signal/sigprocmask.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 - . */ + . */ #include #include diff --git a/signal/sigqueue.c b/signal/sigqueue.c index 4c2dfbc975..40ee26d95c 100644 --- a/signal/sigqueue.c +++ b/signal/sigqueue.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 - . */ + . */ #include #include diff --git a/signal/sigrelse.c b/signal/sigrelse.c index 433a258dee..cf43f65e3d 100644 --- a/signal/sigrelse.c +++ b/signal/sigrelse.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 - . */ + . */ #define __need_NULL #include diff --git a/signal/sigreturn.c b/signal/sigreturn.c index 003ef1a3b3..f8d0548d35 100644 --- a/signal/sigreturn.c +++ b/signal/sigreturn.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 - . */ + . */ #include #include diff --git a/signal/sigset.c b/signal/sigset.c index 7615f75e21..52bd059d00 100644 --- a/signal/sigset.c +++ b/signal/sigset.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 - . */ + . */ #include #include diff --git a/signal/sigsetmask.c b/signal/sigsetmask.c index 882d98e080..6e10d05ce7 100644 --- a/signal/sigsetmask.c +++ b/signal/sigsetmask.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 - . */ + . */ #include #include diff --git a/signal/sigsetops.c b/signal/sigsetops.c index 9299ca5c25..c2b9d67185 100644 --- a/signal/sigsetops.c +++ b/signal/sigsetops.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 - . */ + . */ #include #include diff --git a/signal/sigstack.c b/signal/sigstack.c index 57bd12aa3a..81acf698fb 100644 --- a/signal/sigstack.c +++ b/signal/sigstack.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 - . */ + . */ #include #include diff --git a/signal/sigsuspend.c b/signal/sigsuspend.c index 83c3511d68..330f7428e8 100644 --- a/signal/sigsuspend.c +++ b/signal/sigsuspend.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 - . */ + . */ #include #include diff --git a/signal/sigtimedwait.c b/signal/sigtimedwait.c index e73f56bc92..7561ea3ff8 100644 --- a/signal/sigtimedwait.c +++ b/signal/sigtimedwait.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 - . */ + . */ #include #include diff --git a/signal/sigvec.c b/signal/sigvec.c index c747f2b643..04ad372fcb 100644 --- a/signal/sigvec.c +++ b/signal/sigvec.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 - . */ + . */ #include diff --git a/signal/sigwait.c b/signal/sigwait.c index 2635b8859c..d2458ee639 100644 --- a/signal/sigwait.c +++ b/signal/sigwait.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 - . */ + . */ #include #include diff --git a/signal/sigwaitinfo.c b/signal/sigwaitinfo.c index 10ba382b12..af09e7e20a 100644 --- a/signal/sigwaitinfo.c +++ b/signal/sigwaitinfo.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 - . */ + . */ #include #include diff --git a/signal/sysv_signal.c b/signal/sysv_signal.c index d79b84dcfc..c321624e3f 100644 --- a/signal/sysv_signal.c +++ b/signal/sysv_signal.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 - . */ + . */ #include #include diff --git a/signal/tst-minsigstksz-1.c b/signal/tst-minsigstksz-1.c index 00344d5fbf..9e2c62f635 100644 --- a/signal/tst-minsigstksz-1.c +++ b/signal/tst-minsigstksz-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 - . */ + . */ #include #include diff --git a/signal/tst-minsigstksz-2.c b/signal/tst-minsigstksz-2.c index 3368dde6b8..a022fb7ffc 100644 --- a/signal/tst-minsigstksz-2.c +++ b/signal/tst-minsigstksz-2.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 - . */ + . */ #include #include diff --git a/signal/tst-minsigstksz-3.c b/signal/tst-minsigstksz-3.c index a8d9a6369c..e54cc09d1b 100644 --- a/signal/tst-minsigstksz-3.c +++ b/signal/tst-minsigstksz-3.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 - . */ + . */ #include #include diff --git a/signal/tst-minsigstksz-3a.c b/signal/tst-minsigstksz-3a.c index b58b8d01ba..93883f88ff 100644 --- a/signal/tst-minsigstksz-3a.c +++ b/signal/tst-minsigstksz-3a.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 - . */ + . */ #include #include diff --git a/signal/tst-minsigstksz-4.c b/signal/tst-minsigstksz-4.c index 0dc63b4dd4..8d799b189f 100644 --- a/signal/tst-minsigstksz-4.c +++ b/signal/tst-minsigstksz-4.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 - . */ + . */ #include #include diff --git a/signal/tst-raise.c b/signal/tst-raise.c index d7959c253f..a84e9af390 100644 --- a/signal/tst-raise.c +++ b/signal/tst-raise.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 - . */ + . */ #include #include diff --git a/signal/tst-sigaction.c b/signal/tst-sigaction.c index 009087d848..b50169c2c2 100644 --- a/signal/tst-sigaction.c +++ b/signal/tst-sigaction.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 - . */ + . */ #include #include diff --git a/signal/tst-sigsimple.c b/signal/tst-sigsimple.c index 4e2dd26380..6316b9e44a 100644 --- a/signal/tst-sigsimple.c +++ b/signal/tst-sigsimple.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 - . */ + . */ #include #include diff --git a/signal/tst-sigwait-eintr.c b/signal/tst-sigwait-eintr.c index 73dd2529a6..0bdeb61eac 100644 --- a/signal/tst-sigwait-eintr.c +++ b/signal/tst-sigwait-eintr.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 - . */ + . */ #include #include -- cgit 1.4.1