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 --- wctype/Makefile | 2 +- wctype/bits/wctype-wchar.h | 2 +- wctype/iswctype.c | 2 +- wctype/iswctype_l.c | 2 +- wctype/test_wcfuncs.c | 2 +- wctype/test_wctype.c | 2 +- wctype/towctrans.c | 2 +- wctype/towctrans_l.c | 2 +- wctype/wcfuncs.c | 2 +- wctype/wcfuncs_l.c | 2 +- wctype/wchar-lookup.h | 2 +- wctype/wctrans.c | 2 +- wctype/wctrans_l.c | 2 +- wctype/wctype.c | 2 +- wctype/wctype.h | 2 +- wctype/wctype_l.c | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'wctype') diff --git a/wctype/Makefile b/wctype/Makefile index 405f84cda8..7c7c1e3128 100644 --- a/wctype/Makefile +++ b/wctype/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 -# . +# . # # Sub-makefile for wctype portion of the library. diff --git a/wctype/bits/wctype-wchar.h b/wctype/bits/wctype-wchar.h index 22ae0abdeb..7481f33a8c 100644 --- a/wctype/bits/wctype-wchar.h +++ b/wctype/bits/wctype-wchar.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.25 diff --git a/wctype/iswctype.c b/wctype/iswctype.c index 236f87fb68..7627120ef4 100644 --- a/wctype/iswctype.c +++ b/wctype/iswctype.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/wctype/iswctype_l.c b/wctype/iswctype_l.c index a31c6b7c3a..bb9d13cb51 100644 --- a/wctype/iswctype_l.c +++ b/wctype/iswctype_l.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/wctype/test_wcfuncs.c b/wctype/test_wcfuncs.c index 078423be96..48d0b0c8bb 100644 --- a/wctype/test_wcfuncs.c +++ b/wctype/test_wcfuncs.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/wctype/test_wctype.c b/wctype/test_wctype.c index d16800dd17..727c3c22d9 100644 --- a/wctype/test_wctype.c +++ b/wctype/test_wctype.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/wctype/towctrans.c b/wctype/towctrans.c index c194e6336d..a7f8edab97 100644 --- a/wctype/towctrans.c +++ b/wctype/towctrans.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/wctype/towctrans_l.c b/wctype/towctrans_l.c index e28809af93..f113af5eab 100644 --- a/wctype/towctrans_l.c +++ b/wctype/towctrans_l.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/wctype/wcfuncs.c b/wctype/wcfuncs.c index 96a7e70970..29ab75c28f 100644 --- a/wctype/wcfuncs.c +++ b/wctype/wcfuncs.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/wctype/wcfuncs_l.c b/wctype/wcfuncs_l.c index 4543d7770b..8982f016f2 100644 --- a/wctype/wcfuncs_l.c +++ b/wctype/wcfuncs_l.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/wctype/wchar-lookup.h b/wctype/wchar-lookup.h index ce257b030c..a16e6ca4e1 100644 --- a/wctype/wchar-lookup.h +++ b/wctype/wchar-lookup.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 - . */ + . */ #include diff --git a/wctype/wctrans.c b/wctype/wctrans.c index 25689ad324..d0ab7d8f35 100644 --- a/wctype/wctrans.c +++ b/wctype/wctrans.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/wctype/wctrans_l.c b/wctype/wctrans_l.c index 162d8f7496..c840892c3d 100644 --- a/wctype/wctrans_l.c +++ b/wctype/wctrans_l.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/wctype/wctype.c b/wctype/wctype.c index 832fbf8be3..6e19086ba8 100644 --- a/wctype/wctype.c +++ b/wctype/wctype.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/wctype/wctype.h b/wctype/wctype.h index 7b1d556fbe..52b2834736 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.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.25 diff --git a/wctype/wctype_l.c b/wctype/wctype_l.c index b61350a740..9afe058d1e 100644 --- a/wctype/wctype_l.c +++ b/wctype/wctype_l.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