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 --- ctype/Makefile | 2 +- ctype/ctype-c99.c | 2 +- ctype/ctype-c99_l.c | 2 +- ctype/ctype-extn.c | 2 +- ctype/ctype-info.c | 2 +- ctype/ctype.c | 2 +- ctype/ctype.h | 2 +- ctype/ctype_l.c | 2 +- ctype/isctype.c | 2 +- ctype/test_ctype.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'ctype') diff --git a/ctype/Makefile b/ctype/Makefile index a4e216957a..9fd96df75c 100644 --- a/ctype/Makefile +++ b/ctype/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 ctype portion of the library. diff --git a/ctype/ctype-c99.c b/ctype/ctype-c99.c index cab944609b..4834a6604f 100644 --- a/ctype/ctype-c99.c +++ b/ctype/ctype-c99.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 - . */ + . */ #define __NO_CTYPE #include diff --git a/ctype/ctype-c99_l.c b/ctype/ctype-c99_l.c index be3521bf12..046501cf76 100644 --- a/ctype/ctype-c99_l.c +++ b/ctype/ctype-c99_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 - . */ + . */ #define __NO_CTYPE #include diff --git a/ctype/ctype-extn.c b/ctype/ctype-extn.c index db617b0ac0..ae6d5a29f9 100644 --- a/ctype/ctype-extn.c +++ b/ctype/ctype-extn.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 __NO_CTYPE #include diff --git a/ctype/ctype-info.c b/ctype/ctype-info.c index 4083c7d2a6..4501f5c819 100644 --- a/ctype/ctype-info.c +++ b/ctype/ctype-info.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 CTYPE_EXTERN_INLINE /* Define real functions for accessors. */ #include diff --git a/ctype/ctype.c b/ctype/ctype.c index 332b1312d2..6c5da6bad6 100644 --- a/ctype/ctype.c +++ b/ctype/ctype.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 __NO_CTYPE #include diff --git a/ctype/ctype.h b/ctype/ctype.h index 78a455e227..35efe0d2cf 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.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.4: Character handling diff --git a/ctype/ctype_l.c b/ctype/ctype_l.c index d785ac0b89..be821d49fc 100644 --- a/ctype/ctype_l.c +++ b/ctype/ctype_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 - . */ + . */ #define __NO_CTYPE #include diff --git a/ctype/isctype.c b/ctype/isctype.c index abae15d864..ac0a44db48 100644 --- a/ctype/isctype.c +++ b/ctype/isctype.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 diff --git a/ctype/test_ctype.c b/ctype/test_ctype.c index e1edee6df5..9ac3505101 100644 --- a/ctype/test_ctype.c +++ b/ctype/test_ctype.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 -- cgit 1.4.1