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 --- dlfcn/Makefile | 2 +- dlfcn/bug-dl-leaf-lib-cb.c | 2 +- dlfcn/bug-dl-leaf-lib.c | 2 +- dlfcn/bug-dl-leaf.c | 2 +- dlfcn/dladdr.c | 2 +- dlfcn/dladdr1.c | 2 +- dlfcn/dlclose.c | 2 +- dlfcn/dlerror.c | 2 +- dlfcn/dlfcn.c | 2 +- dlfcn/dlfcn.h | 2 +- dlfcn/dlfreeres.c | 2 +- dlfcn/dlinfo.c | 2 +- dlfcn/dlmopen.c | 2 +- dlfcn/dlopen.c | 2 +- dlfcn/dlopenold.c | 2 +- dlfcn/dlsym.c | 2 +- dlfcn/dlvsym.c | 2 +- dlfcn/errmsg1.c | 2 +- dlfcn/errmsg1mod.c | 2 +- dlfcn/glreflib1.c | 2 +- dlfcn/glreflib2.c | 2 +- dlfcn/glrefmain.c | 2 +- dlfcn/modatexit.c | 2 +- dlfcn/modcxaatexit.c | 2 +- dlfcn/modstatic3.c | 2 +- dlfcn/modstatic5.c | 2 +- dlfcn/tst-dladdr.c | 2 +- dlfcn/tst-dlinfo.c | 2 +- dlfcn/tst-rec-dlopen.c | 2 +- dlfcn/tstatexit.c | 2 +- dlfcn/tstcxaatexit.c | 2 +- dlfcn/tststatic3.c | 2 +- dlfcn/tststatic4.c | 2 +- dlfcn/tststatic5.c | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) (limited to 'dlfcn') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index c49fd6d4c5..749bb79b91 100644 --- a/dlfcn/Makefile +++ b/dlfcn/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 -# . +# . subdir := dlfcn diff --git a/dlfcn/bug-dl-leaf-lib-cb.c b/dlfcn/bug-dl-leaf-lib-cb.c index 75d8cf3ae2..ec20761d55 100644 --- a/dlfcn/bug-dl-leaf-lib-cb.c +++ b/dlfcn/bug-dl-leaf-lib-cb.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ extern void check_val_init (void); extern void check_val_fini (void); diff --git a/dlfcn/bug-dl-leaf-lib.c b/dlfcn/bug-dl-leaf-lib.c index 228ac4f9ce..ac927eba91 100644 --- a/dlfcn/bug-dl-leaf-lib.c +++ b/dlfcn/bug-dl-leaf-lib.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* The bug-dl-leaf.c file will call our lib_main directly. We do this to keep things simple -- no need to use --export-dynamic with the linker diff --git a/dlfcn/bug-dl-leaf.c b/dlfcn/bug-dl-leaf.c index 4ed8e9646b..5eec7564ea 100644 --- a/dlfcn/bug-dl-leaf.c +++ b/dlfcn/bug-dl-leaf.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #define TEST_FUNCTION lib_main () extern int lib_main (void); diff --git a/dlfcn/dladdr.c b/dlfcn/dladdr.c index 35f782349a..b5c119d7a6 100644 --- a/dlfcn/dladdr.c +++ b/dlfcn/dladdr.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/dlfcn/dladdr1.c b/dlfcn/dladdr1.c index f3252d8cc3..63e78ff525 100644 --- a/dlfcn/dladdr1.c +++ b/dlfcn/dladdr1.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/dlfcn/dlclose.c b/dlfcn/dlclose.c index 98e1375c43..600623d0b2 100644 --- a/dlfcn/dlclose.c +++ b/dlfcn/dlclose.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/dlfcn/dlerror.c b/dlfcn/dlerror.c index ca42c126c1..723a62228e 100644 --- a/dlfcn/dlerror.c +++ b/dlfcn/dlerror.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/dlfcn/dlfcn.c b/dlfcn/dlfcn.c index b30f42d50d..86b48a345b 100644 --- a/dlfcn/dlfcn.c +++ b/dlfcn/dlfcn.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/dlfcn/dlfcn.h b/dlfcn/dlfcn.h index c550371999..ebd3c457e3 100644 --- a/dlfcn/dlfcn.h +++ b/dlfcn/dlfcn.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 _DLFCN_H #define _DLFCN_H 1 diff --git a/dlfcn/dlfreeres.c b/dlfcn/dlfreeres.c index ac0a86cad2..c9171f554e 100644 --- a/dlfcn/dlfreeres.c +++ b/dlfcn/dlfreeres.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/dlfcn/dlinfo.c b/dlfcn/dlinfo.c index a42b170468..4b031d8130 100644 --- a/dlfcn/dlinfo.c +++ b/dlfcn/dlinfo.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/dlfcn/dlmopen.c b/dlfcn/dlmopen.c index db1d0922d5..978eb3a068 100644 --- a/dlfcn/dlmopen.c +++ b/dlfcn/dlmopen.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/dlfcn/dlopen.c b/dlfcn/dlopen.c index 7fd33480d3..17a5144d16 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.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/dlfcn/dlopenold.c b/dlfcn/dlopenold.c index 51ec24810c..288278c6b4 100644 --- a/dlfcn/dlopenold.c +++ b/dlfcn/dlopenold.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/dlfcn/dlsym.c b/dlfcn/dlsym.c index f1972429a5..1a2ffb2d5d 100644 --- a/dlfcn/dlsym.c +++ b/dlfcn/dlsym.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/dlfcn/dlvsym.c b/dlfcn/dlvsym.c index b3ed31e8b8..ed49bf7fb7 100644 --- a/dlfcn/dlvsym.c +++ b/dlfcn/dlvsym.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/dlfcn/errmsg1.c b/dlfcn/errmsg1.c index bed4abe52c..ddb0bac14b 100644 --- a/dlfcn/errmsg1.c +++ b/dlfcn/errmsg1.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/dlfcn/errmsg1mod.c b/dlfcn/errmsg1mod.c index 80f46525d1..bf664d5fdd 100644 --- a/dlfcn/errmsg1mod.c +++ b/dlfcn/errmsg1mod.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 - . */ + . */ extern int bar (void); extern int foo (void); diff --git a/dlfcn/glreflib1.c b/dlfcn/glreflib1.c index 50bd9e0522..0550350678 100644 --- a/dlfcn/glreflib1.c +++ b/dlfcn/glreflib1.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 - . */ + . */ extern int ref1 (void); int diff --git a/dlfcn/glreflib2.c b/dlfcn/glreflib2.c index 0ad115524a..c3ef2dbe76 100644 --- a/dlfcn/glreflib2.c +++ b/dlfcn/glreflib2.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 - . */ + . */ extern int ref1 (void); diff --git a/dlfcn/glrefmain.c b/dlfcn/glrefmain.c index 8f118d27c9..7c56d8e8b0 100644 --- a/dlfcn/glrefmain.c +++ b/dlfcn/glrefmain.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/dlfcn/modatexit.c b/dlfcn/modatexit.c index 118ccf5459..09916f301a 100644 --- a/dlfcn/modatexit.c +++ b/dlfcn/modatexit.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/dlfcn/modcxaatexit.c b/dlfcn/modcxaatexit.c index ba00cd53df..ec6fa71dc0 100644 --- a/dlfcn/modcxaatexit.c +++ b/dlfcn/modcxaatexit.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/dlfcn/modstatic3.c b/dlfcn/modstatic3.c index 1105983851..34282c1b4a 100644 --- a/dlfcn/modstatic3.c +++ b/dlfcn/modstatic3.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 - . */ + . */ unsigned int foo; diff --git a/dlfcn/modstatic5.c b/dlfcn/modstatic5.c index f11669a2d8..3486c4b4bf 100644 --- a/dlfcn/modstatic5.c +++ b/dlfcn/modstatic5.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/dlfcn/tst-dladdr.c b/dlfcn/tst-dladdr.c index ebd4aa0459..6eac71045b 100644 --- a/dlfcn/tst-dladdr.c +++ b/dlfcn/tst-dladdr.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 #include diff --git a/dlfcn/tst-dlinfo.c b/dlfcn/tst-dlinfo.c index 30a5927843..db8689a7d7 100644 --- a/dlfcn/tst-dlinfo.c +++ b/dlfcn/tst-dlinfo.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/dlfcn/tst-rec-dlopen.c b/dlfcn/tst-rec-dlopen.c index 3c95db3254..ed9ff43dcb 100644 --- a/dlfcn/tst-rec-dlopen.c +++ b/dlfcn/tst-rec-dlopen.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/dlfcn/tstatexit.c b/dlfcn/tstatexit.c index c8cb272ce0..dce432647e 100644 --- a/dlfcn/tstatexit.c +++ b/dlfcn/tstatexit.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/dlfcn/tstcxaatexit.c b/dlfcn/tstcxaatexit.c index ece14e1dd4..2e358a3008 100644 --- a/dlfcn/tstcxaatexit.c +++ b/dlfcn/tstcxaatexit.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/dlfcn/tststatic3.c b/dlfcn/tststatic3.c index 7317686f25..507ccf7b02 100644 --- a/dlfcn/tststatic3.c +++ b/dlfcn/tststatic3.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/dlfcn/tststatic4.c b/dlfcn/tststatic4.c index 51f31d954f..7e5a231f30 100644 --- a/dlfcn/tststatic4.c +++ b/dlfcn/tststatic4.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/dlfcn/tststatic5.c b/dlfcn/tststatic5.c index 5d4eac6d5b..1e90d7f6c2 100644 --- a/dlfcn/tststatic5.c +++ b/dlfcn/tststatic5.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