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 --- stdlib/Makefile | 2 +- stdlib/a64l.c | 2 +- stdlib/abort.c | 2 +- stdlib/abs.c | 2 +- stdlib/add_n.c | 2 +- stdlib/addmul_1.c | 2 +- stdlib/alloca.h | 2 +- stdlib/at_quick_exit.c | 2 +- stdlib/atexit.c | 2 +- stdlib/atof.c | 2 +- stdlib/atoi.c | 2 +- stdlib/atol.c | 2 +- stdlib/atoll.c | 2 +- stdlib/bits/monetary-ldbl.h | 2 +- stdlib/bits/stdlib-float.h | 2 +- stdlib/bits/stdlib-ldbl.h | 2 +- stdlib/bits/stdlib.h | 2 +- stdlib/bsearch.c | 2 +- stdlib/bug-strtod.c | 2 +- stdlib/canonicalize.c | 2 +- stdlib/cmp.c | 2 +- stdlib/cxa_at_quick_exit.c | 2 +- stdlib/cxa_atexit.c | 2 +- stdlib/cxa_finalize.c | 2 +- stdlib/cxa_thread_atexit_impl.c | 2 +- stdlib/dbl2mpn.c | 2 +- stdlib/div.c | 2 +- stdlib/divmod_1.c | 2 +- stdlib/divrem.c | 2 +- stdlib/drand48-iter.c | 2 +- stdlib/drand48.c | 2 +- stdlib/drand48_r.c | 2 +- stdlib/erand48.c | 2 +- stdlib/erand48_r.c | 2 +- stdlib/errno.h | 2 +- stdlib/exit.c | 2 +- stdlib/exit.h | 2 +- stdlib/fmtmsg.c | 2 +- stdlib/fmtmsg.h | 2 +- stdlib/fpioconst.c | 2 +- stdlib/fpioconst.h | 2 +- stdlib/gen-fpioconst.c | 2 +- stdlib/gen-tst-strtod-round.c | 2 +- stdlib/getcontext.c | 2 +- stdlib/getentropy.c | 2 +- stdlib/getenv.c | 2 +- stdlib/getrandom.c | 2 +- stdlib/getsubopt.c | 2 +- stdlib/gmp-impl.h | 2 +- stdlib/gmp.h | 2 +- stdlib/grouping.c | 2 +- stdlib/grouping.h | 2 +- stdlib/inttypes.h | 2 +- stdlib/isomac.c | 2 +- stdlib/jrand48.c | 2 +- stdlib/jrand48_r.c | 2 +- stdlib/l64a.c | 2 +- stdlib/labs.c | 2 +- stdlib/lcong48.c | 2 +- stdlib/lcong48_r.c | 2 +- stdlib/ldiv.c | 2 +- stdlib/llabs.c | 2 +- stdlib/lldiv.c | 2 +- stdlib/longlong.h | 2 +- stdlib/lrand48.c | 2 +- stdlib/lrand48_r.c | 2 +- stdlib/lshift.c | 2 +- stdlib/makecontext.c | 2 +- stdlib/mblen.c | 2 +- stdlib/mbstowcs.c | 2 +- stdlib/mbtowc.c | 2 +- stdlib/mod_1.c | 2 +- stdlib/monetary.h | 2 +- stdlib/mp_clz_tab.c | 2 +- stdlib/mpn2dbl.c | 2 +- stdlib/mpn2flt.c | 2 +- stdlib/mrand48.c | 2 +- stdlib/mrand48_r.c | 2 +- stdlib/msort.c | 2 +- stdlib/mul.c | 2 +- stdlib/mul_1.c | 2 +- stdlib/mul_n.c | 2 +- stdlib/nrand48.c | 2 +- stdlib/nrand48_r.c | 2 +- stdlib/on_exit.c | 2 +- stdlib/putenv.c | 2 +- stdlib/qsort.c | 2 +- stdlib/quick_exit.c | 2 +- stdlib/rand.c | 2 +- stdlib/rand_r.c | 2 +- stdlib/random.c | 2 +- stdlib/random_r.c | 2 +- stdlib/rpmatch.c | 2 +- stdlib/rshift.c | 2 +- stdlib/secure-getenv.c | 2 +- stdlib/seed48.c | 2 +- stdlib/seed48_r.c | 2 +- stdlib/setcontext.c | 2 +- stdlib/setenv.c | 2 +- stdlib/srand48.c | 2 +- stdlib/srand48_r.c | 2 +- stdlib/stdint.h | 2 +- stdlib/stdlib.h | 2 +- stdlib/strfmon.c | 2 +- stdlib/strfmon_l.c | 2 +- stdlib/strfrom-skeleton.c | 2 +- stdlib/strfromd.c | 2 +- stdlib/strfromf.c | 2 +- stdlib/strfroml.c | 2 +- stdlib/strtod.c | 2 +- stdlib/strtod_l.c | 2 +- stdlib/strtod_nan.c | 2 +- stdlib/strtod_nan_main.c | 2 +- stdlib/strtod_nan_narrow.h | 2 +- stdlib/strtod_nan_wide.h | 2 +- stdlib/strtof.c | 2 +- stdlib/strtof_l.c | 2 +- stdlib/strtof_nan.c | 2 +- stdlib/strtol.c | 2 +- stdlib/strtol_l.c | 2 +- stdlib/strtold.c | 2 +- stdlib/strtold_l.c | 2 +- stdlib/strtold_nan.c | 2 +- stdlib/strtoll.c | 2 +- stdlib/strtoll_l.c | 2 +- stdlib/strtoul.c | 2 +- stdlib/strtoul_l.c | 2 +- stdlib/strtoull.c | 2 +- stdlib/strtoull_l.c | 2 +- stdlib/sub_n.c | 2 +- stdlib/submul_1.c | 2 +- stdlib/swapcontext.c | 2 +- stdlib/sys/random.h | 2 +- stdlib/system.c | 2 +- stdlib/test-a64l.c | 2 +- stdlib/test-at_quick_exit-race.c | 2 +- stdlib/test-atexit-race-common.c | 2 +- stdlib/test-atexit-race.c | 2 +- stdlib/test-bz22786.c | 2 +- stdlib/test-canon.c | 2 +- stdlib/test-canon2.c | 2 +- stdlib/test-cxa_atexit-race.c | 2 +- stdlib/test-dlclose-exit-race-helper.c | 2 +- stdlib/test-dlclose-exit-race.c | 2 +- stdlib/test-on_exit-race.c | 2 +- stdlib/testdiv.c | 2 +- stdlib/testrand.c | 2 +- stdlib/tst-at_quick_exit.c | 2 +- stdlib/tst-atexit-common.c | 2 +- stdlib/tst-atexit.c | 2 +- stdlib/tst-bsearch.c | 2 +- stdlib/tst-bz20544.c | 2 +- stdlib/tst-cxa_atexit.c | 2 +- stdlib/tst-empty-env.c | 2 +- stdlib/tst-environ.c | 2 +- stdlib/tst-fmtmsg.sh | 2 +- stdlib/tst-getrandom.c | 2 +- stdlib/tst-makecontext-align.c | 2 +- stdlib/tst-makecontext.c | 2 +- stdlib/tst-makecontext2.c | 2 +- stdlib/tst-makecontext3.c | 2 +- stdlib/tst-on_exit.c | 2 +- stdlib/tst-quick_exit.cc | 2 +- stdlib/tst-random2.c | 2 +- stdlib/tst-secure-getenv.c | 2 +- stdlib/tst-setcontext.c | 2 +- stdlib/tst-setcontext2.c | 2 +- stdlib/tst-setcontext3.c | 2 +- stdlib/tst-setcontext3.sh | 2 +- stdlib/tst-setcontext4.c | 2 +- stdlib/tst-setcontext5.c | 2 +- stdlib/tst-setcontext6.c | 2 +- stdlib/tst-setcontext7.c | 2 +- stdlib/tst-setcontext8.c | 2 +- stdlib/tst-setcontext9.c | 2 +- stdlib/tst-strfmon_l.c | 2 +- stdlib/tst-strfrom-locale.c | 2 +- stdlib/tst-strfrom.c | 2 +- stdlib/tst-strfrom.h | 2 +- stdlib/tst-strtod-nan-locale-main.c | 2 +- stdlib/tst-strtod-nan-locale.c | 2 +- stdlib/tst-strtod-nan-sign-main.c | 2 +- stdlib/tst-strtod-nan-sign.c | 2 +- stdlib/tst-strtod-overflow.c | 2 +- stdlib/tst-strtod-round-skeleton.c | 2 +- stdlib/tst-strtod-round.c | 2 +- stdlib/tst-strtod-underflow.c | 2 +- stdlib/tst-strtod.c | 2 +- stdlib/tst-strtod.h | 2 +- stdlib/tst-strtod1i.c | 2 +- stdlib/tst-strtod5.c | 2 +- stdlib/tst-strtod5i.c | 2 +- stdlib/tst-strtol-locale-main.c | 2 +- stdlib/tst-strtol-locale.c | 2 +- stdlib/tst-swapcontext1.c | 2 +- stdlib/tst-system.c | 2 +- stdlib/tst-thread-quick_exit.cc | 2 +- stdlib/tst-tininess.c | 2 +- stdlib/tst-tls-atexit-lib.c | 2 +- stdlib/tst-tls-atexit-nodelete.c | 2 +- stdlib/tst-tls-atexit.c | 2 +- stdlib/tst-width-stdint.c | 2 +- stdlib/tst-width.c | 2 +- stdlib/tst-xpg-basename.c | 2 +- stdlib/ucontext.h | 2 +- stdlib/wcstombs.c | 2 +- stdlib/wctomb.c | 2 +- stdlib/xpg_basename.c | 2 +- 208 files changed, 208 insertions(+), 208 deletions(-) (limited to 'stdlib') diff --git a/stdlib/Makefile b/stdlib/Makefile index 32f6050ecc..8ca82f83da 100644 --- a/stdlib/Makefile +++ b/stdlib/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 stdlib routines diff --git a/stdlib/a64l.c b/stdlib/a64l.c index bdcee48d5f..17d7bf483c 100644 --- a/stdlib/a64l.c +++ b/stdlib/a64l.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/stdlib/abort.c b/stdlib/abort.c index fc0498a4b5..5241bf780f 100644 --- a/stdlib/abort.c +++ b/stdlib/abort.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/stdlib/abs.c b/stdlib/abs.c index f10b2ca5d3..f28ee67d63 100644 --- a/stdlib/abs.c +++ b/stdlib/abs.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/stdlib/add_n.c b/stdlib/add_n.c index 448f80f0b5..7c43bb3d86 100644 --- a/stdlib/add_n.c +++ b/stdlib/add_n.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/addmul_1.c b/stdlib/addmul_1.c index ab3a309003..8e6c03222c 100644 --- a/stdlib/addmul_1.c +++ b/stdlib/addmul_1.c @@ -19,7 +19,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/alloca.h b/stdlib/alloca.h index ff85901357..76026f7afa 100644 --- a/stdlib/alloca.h +++ b/stdlib/alloca.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 - . */ + . */ #ifndef _ALLOCA_H #define _ALLOCA_H 1 diff --git a/stdlib/at_quick_exit.c b/stdlib/at_quick_exit.c index 6f1a42c9ba..73b096b260 100644 --- a/stdlib/at_quick_exit.c +++ b/stdlib/at_quick_exit.c @@ -30,7 +30,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/stdlib/atexit.c b/stdlib/atexit.c index 5671a43926..124fb9325f 100644 --- a/stdlib/atexit.c +++ b/stdlib/atexit.c @@ -30,7 +30,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/stdlib/atof.c b/stdlib/atof.c index f46113ae28..aaf78945d0 100644 --- a/stdlib/atof.c +++ b/stdlib/atof.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/stdlib/atoi.c b/stdlib/atoi.c index bd5dcd1f10..79a736ce46 100644 --- a/stdlib/atoi.c +++ b/stdlib/atoi.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/stdlib/atol.c b/stdlib/atol.c index 8bc3e9b0d7..f56c8281c8 100644 --- a/stdlib/atol.c +++ b/stdlib/atol.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/stdlib/atoll.c b/stdlib/atoll.c index 32298ecd5a..0a1cb8f7e2 100644 --- a/stdlib/atoll.c +++ b/stdlib/atoll.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/stdlib/bits/monetary-ldbl.h b/stdlib/bits/monetary-ldbl.h index 9623f66393..b9a908749b 100644 --- a/stdlib/bits/monetary-ldbl.h +++ b/stdlib/bits/monetary-ldbl.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 _MONETARY_H # error "Never include directly; use instead." diff --git a/stdlib/bits/stdlib-float.h b/stdlib/bits/stdlib-float.h index b6f4877cf6..661048e568 100644 --- a/stdlib/bits/stdlib-float.h +++ b/stdlib/bits/stdlib-float.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 _STDLIB_H # error "Never use directly; include instead." diff --git a/stdlib/bits/stdlib-ldbl.h b/stdlib/bits/stdlib-ldbl.h index ab37bdd467..dcbf74a6dd 100644 --- a/stdlib/bits/stdlib-ldbl.h +++ b/stdlib/bits/stdlib-ldbl.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 _STDLIB_H # error "Never include directly; use instead." diff --git a/stdlib/bits/stdlib.h b/stdlib/bits/stdlib.h index 38eb546561..196e17db70 100644 --- a/stdlib/bits/stdlib.h +++ b/stdlib/bits/stdlib.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 _STDLIB_H # error "Never include directly; use instead." diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c index 943d0430fd..7addb3c402 100644 --- a/stdlib/bsearch.c +++ b/stdlib/bsearch.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/stdlib/bug-strtod.c b/stdlib/bug-strtod.c index 6450da4c3c..625abd8b92 100644 --- a/stdlib/bug-strtod.c +++ b/stdlib/bug-strtod.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/stdlib/canonicalize.c b/stdlib/canonicalize.c index a0882f8653..609fcb7018 100644 --- a/stdlib/canonicalize.c +++ b/stdlib/canonicalize.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/stdlib/cmp.c b/stdlib/cmp.c index f6dbd27aec..551fc4d83e 100644 --- a/stdlib/cmp.c +++ b/stdlib/cmp.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/cxa_at_quick_exit.c b/stdlib/cxa_at_quick_exit.c index ce3cfc5b51..34c897bdf2 100644 --- a/stdlib/cxa_at_quick_exit.c +++ b/stdlib/cxa_at_quick_exit.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 "exit.h" diff --git a/stdlib/cxa_atexit.c b/stdlib/cxa_atexit.c index 5a39778959..cc9408adb1 100644 --- a/stdlib/cxa_atexit.c +++ b/stdlib/cxa_atexit.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/stdlib/cxa_finalize.c b/stdlib/cxa_finalize.c index e31b23467c..b757dd63f9 100644 --- a/stdlib/cxa_finalize.c +++ b/stdlib/cxa_finalize.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/stdlib/cxa_thread_atexit_impl.c b/stdlib/cxa_thread_atexit_impl.c index 86356296bc..d6b97dd364 100644 --- a/stdlib/cxa_thread_atexit_impl.c +++ b/stdlib/cxa_thread_atexit_impl.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 - . */ + . */ /* CONCURRENCY NOTES: diff --git a/stdlib/dbl2mpn.c b/stdlib/dbl2mpn.c index 7c389a696c..df0df27d1f 100644 --- a/stdlib/dbl2mpn.c +++ b/stdlib/dbl2mpn.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 "gmp-impl.h" diff --git a/stdlib/div.c b/stdlib/div.c index 17844fd842..734ce9f89b 100644 --- a/stdlib/div.c +++ b/stdlib/div.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 - . */ + . */ /* * Copyright (c) 1990 Regents of the University of California. diff --git a/stdlib/divmod_1.c b/stdlib/divmod_1.c index 56bfe3796b..e2e6329888 100644 --- a/stdlib/divmod_1.c +++ b/stdlib/divmod_1.c @@ -22,7 +22,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/divrem.c b/stdlib/divrem.c index 61a87feb7f..098556d981 100644 --- a/stdlib/divrem.c +++ b/stdlib/divrem.c @@ -17,7 +17,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/drand48-iter.c b/stdlib/drand48-iter.c index 8742cd05a8..b7b20e0204 100644 --- a/stdlib/drand48-iter.c +++ b/stdlib/drand48-iter.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/stdlib/drand48.c b/stdlib/drand48.c index 8ad52affdd..2423e5e71a 100644 --- a/stdlib/drand48.c +++ b/stdlib/drand48.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/stdlib/drand48_r.c b/stdlib/drand48_r.c index 179e83bd03..ef74b3b9ba 100644 --- a/stdlib/drand48_r.c +++ b/stdlib/drand48_r.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/stdlib/erand48.c b/stdlib/erand48.c index c30af5cf6c..c3179932d6 100644 --- a/stdlib/erand48.c +++ b/stdlib/erand48.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/stdlib/erand48_r.c b/stdlib/erand48_r.c index d50e2f1f02..d45277c1f7 100644 --- a/stdlib/erand48_r.c +++ b/stdlib/erand48_r.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/stdlib/errno.h b/stdlib/errno.h index dde2107b75..e2f438f65f 100644 --- a/stdlib/errno.h +++ b/stdlib/errno.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.5 Errors diff --git a/stdlib/exit.c b/stdlib/exit.c index 49d12d9952..baa99d8dc1 100644 --- a/stdlib/exit.c +++ b/stdlib/exit.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/stdlib/exit.h b/stdlib/exit.h index 6fab49c94f..3a0a586e46 100644 --- a/stdlib/exit.h +++ b/stdlib/exit.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 - . */ + . */ #ifndef _EXIT_H #define _EXIT_H 1 diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index cd1e48fdbd..b3d57cb906 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.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/stdlib/fmtmsg.h b/stdlib/fmtmsg.h index 495c156b76..a150cfe5e9 100644 --- a/stdlib/fmtmsg.h +++ b/stdlib/fmtmsg.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 __FMTMSG_H #define __FMTMSG_H 1 diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c index 26f7606a1e..b2abeb6b13 100644 --- a/stdlib/fpioconst.c +++ b/stdlib/fpioconst.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 "fpioconst.h" #include /* This defines BITS_PER_MP_LIMB. */ diff --git a/stdlib/fpioconst.h b/stdlib/fpioconst.h index 4155a82ab6..464aa82761 100644 --- a/stdlib/fpioconst.h +++ b/stdlib/fpioconst.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 _FPIOCONST_H #define _FPIOCONST_H diff --git a/stdlib/gen-fpioconst.c b/stdlib/gen-fpioconst.c index b1ab190868..7d347d4f40 100644 --- a/stdlib/gen-fpioconst.c +++ b/stdlib/gen-fpioconst.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/stdlib/gen-tst-strtod-round.c b/stdlib/gen-tst-strtod-round.c index b2d54dd7aa..08e8fdc034 100644 --- a/stdlib/gen-tst-strtod-round.c +++ b/stdlib/gen-tst-strtod-round.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 - . */ + . */ /* Compile this program as: diff --git a/stdlib/getcontext.c b/stdlib/getcontext.c index 77c8e56e96..50c0de3908 100644 --- a/stdlib/getcontext.c +++ b/stdlib/getcontext.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/stdlib/getentropy.c b/stdlib/getentropy.c index 096a7d1f83..f7d386a4e8 100644 --- a/stdlib/getentropy.c +++ b/stdlib/getentropy.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/stdlib/getenv.c b/stdlib/getenv.c index 736f73be22..6be97b2a54 100644 --- a/stdlib/getenv.c +++ b/stdlib/getenv.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/stdlib/getrandom.c b/stdlib/getrandom.c index 9fe6dda34d..3cfbd0c0dd 100644 --- a/stdlib/getrandom.c +++ b/stdlib/getrandom.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/stdlib/getsubopt.c b/stdlib/getsubopt.c index 5e691bfc14..0ebf7c1376 100644 --- a/stdlib/getsubopt.c +++ b/stdlib/getsubopt.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/stdlib/gmp-impl.h b/stdlib/gmp-impl.h index 9f8766c78a..9a4597da8b 100644 --- a/stdlib/gmp-impl.h +++ b/stdlib/gmp-impl.h @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ /* When using gcc, make sure to use its builtin alloca. */ #if ! defined (alloca) && defined (__GNUC__) diff --git a/stdlib/gmp.h b/stdlib/gmp.h index 036e1e9fee..fad1ece044 100644 --- a/stdlib/gmp.h +++ b/stdlib/gmp.h @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #ifndef __GMP_H__ diff --git a/stdlib/grouping.c b/stdlib/grouping.c index 794d0c2359..c7bc7c2e7a 100644 --- a/stdlib/grouping.c +++ b/stdlib/grouping.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/stdlib/grouping.h b/stdlib/grouping.h index 8b730e1502..74f774b63c 100644 --- a/stdlib/grouping.h +++ b/stdlib/grouping.h @@ -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 - . */ + . */ /* Find the maximum prefix of the string between BEGIN and END which satisfies the grouping rules. It is assumed that at least one digit diff --git a/stdlib/inttypes.h b/stdlib/inttypes.h index ddcb171b09..ee99c2fa46 100644 --- a/stdlib/inttypes.h +++ b/stdlib/inttypes.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: 7.8 Format conversion of integer types diff --git a/stdlib/isomac.c b/stdlib/isomac.c index 7d743cb8e5..6cc291b206 100644 --- a/stdlib/isomac.c +++ b/stdlib/isomac.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 - . */ + . */ /* This is a simple minded program that tries to find illegal macro definitions in system header files. Illegal macro definitions are diff --git a/stdlib/jrand48.c b/stdlib/jrand48.c index 988ef64b77..83bd3e6177 100644 --- a/stdlib/jrand48.c +++ b/stdlib/jrand48.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/stdlib/jrand48_r.c b/stdlib/jrand48_r.c index e347d4c431..975acfe489 100644 --- a/stdlib/jrand48_r.c +++ b/stdlib/jrand48_r.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/stdlib/l64a.c b/stdlib/l64a.c index 46b13dcf4b..cc5e80d4db 100644 --- a/stdlib/l64a.c +++ b/stdlib/l64a.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/stdlib/labs.c b/stdlib/labs.c index b795eb9410..e4af1397fb 100644 --- a/stdlib/labs.c +++ b/stdlib/labs.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/stdlib/lcong48.c b/stdlib/lcong48.c index a702849ec7..169f69a896 100644 --- a/stdlib/lcong48.c +++ b/stdlib/lcong48.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/stdlib/lcong48_r.c b/stdlib/lcong48_r.c index a46c7498c6..b0b3c4ddf3 100644 --- a/stdlib/lcong48_r.c +++ b/stdlib/lcong48_r.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/stdlib/ldiv.c b/stdlib/ldiv.c index ebf50cd5c3..ef4d452397 100644 --- a/stdlib/ldiv.c +++ b/stdlib/ldiv.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/stdlib/llabs.c b/stdlib/llabs.c index fbe4f43d7d..4909b00105 100644 --- a/stdlib/llabs.c +++ b/stdlib/llabs.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/stdlib/lldiv.c b/stdlib/lldiv.c index 9efe292766..2fbaf1ac3e 100644 --- a/stdlib/lldiv.c +++ b/stdlib/lldiv.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/stdlib/longlong.h b/stdlib/longlong.h index 3dd8dc3aa8..d2d0aa83f8 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -24,7 +24,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* You have to define the following before including this file: diff --git a/stdlib/lrand48.c b/stdlib/lrand48.c index c99ed84eda..268c07d045 100644 --- a/stdlib/lrand48.c +++ b/stdlib/lrand48.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/stdlib/lrand48_r.c b/stdlib/lrand48_r.c index a577b9307f..255f9482a4 100644 --- a/stdlib/lrand48_r.c +++ b/stdlib/lrand48_r.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/stdlib/lshift.c b/stdlib/lshift.c index c90e5f1889..54e8f4d3d2 100644 --- a/stdlib/lshift.c +++ b/stdlib/lshift.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/makecontext.c b/stdlib/makecontext.c index 72a7113422..acc84d90ee 100644 --- a/stdlib/makecontext.c +++ b/stdlib/makecontext.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/stdlib/mblen.c b/stdlib/mblen.c index 65a4d2fc90..9a49bc5d0d 100644 --- a/stdlib/mblen.c +++ b/stdlib/mblen.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/stdlib/mbstowcs.c b/stdlib/mbstowcs.c index 612b2d3272..9489dfda0e 100644 --- a/stdlib/mbstowcs.c +++ b/stdlib/mbstowcs.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/stdlib/mbtowc.c b/stdlib/mbtowc.c index 6584d32a30..f4ec94283a 100644 --- a/stdlib/mbtowc.c +++ b/stdlib/mbtowc.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/stdlib/mod_1.c b/stdlib/mod_1.c index cd1663b8d1..2acdc13c17 100644 --- a/stdlib/mod_1.c +++ b/stdlib/mod_1.c @@ -19,7 +19,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/monetary.h b/stdlib/monetary.h index 1cecd05012..40d3128b90 100644 --- a/stdlib/monetary.h +++ b/stdlib/monetary.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 _MONETARY_H #define _MONETARY_H 1 diff --git a/stdlib/mp_clz_tab.c b/stdlib/mp_clz_tab.c index 854c4b1e69..9c14383ffb 100644 --- a/stdlib/mp_clz_tab.c +++ b/stdlib/mp_clz_tab.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 - . */ + . */ #if 0 #include diff --git a/stdlib/mpn2dbl.c b/stdlib/mpn2dbl.c index e119d1a7df..efcdb13c0a 100644 --- a/stdlib/mpn2dbl.c +++ b/stdlib/mpn2dbl.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 "gmp-impl.h" diff --git a/stdlib/mpn2flt.c b/stdlib/mpn2flt.c index 6811b05a00..4702dcf008 100644 --- a/stdlib/mpn2flt.c +++ b/stdlib/mpn2flt.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 "gmp.h" #include "gmp-impl.h" diff --git a/stdlib/mrand48.c b/stdlib/mrand48.c index 1c53b99285..70ef1aa45a 100644 --- a/stdlib/mrand48.c +++ b/stdlib/mrand48.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/stdlib/mrand48_r.c b/stdlib/mrand48_r.c index 6421ba5bb5..4f229e3ae0 100644 --- a/stdlib/mrand48_r.c +++ b/stdlib/mrand48_r.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/stdlib/msort.c b/stdlib/msort.c index 5ec2215867..e0ebcf456f 100644 --- a/stdlib/msort.c +++ b/stdlib/msort.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/stdlib/mul.c b/stdlib/mul.c index 57b9349e96..d3a4855700 100644 --- a/stdlib/mul.c +++ b/stdlib/mul.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/mul_1.c b/stdlib/mul_1.c index 2722d532f5..10157075a9 100644 --- a/stdlib/mul_1.c +++ b/stdlib/mul_1.c @@ -17,7 +17,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/mul_n.c b/stdlib/mul_n.c index 80ad2c133d..b610b3dc53 100644 --- a/stdlib/mul_n.c +++ b/stdlib/mul_n.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/nrand48.c b/stdlib/nrand48.c index 0f9f8d33b0..176a1a2528 100644 --- a/stdlib/nrand48.c +++ b/stdlib/nrand48.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/stdlib/nrand48_r.c b/stdlib/nrand48_r.c index a1cad430f9..1d844d4f9b 100644 --- a/stdlib/nrand48_r.c +++ b/stdlib/nrand48_r.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/stdlib/on_exit.c b/stdlib/on_exit.c index 59e249f390..ce4d662098 100644 --- a/stdlib/on_exit.c +++ b/stdlib/on_exit.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/stdlib/putenv.c b/stdlib/putenv.c index dde7758a98..e308855850 100644 --- a/stdlib/putenv.c +++ b/stdlib/putenv.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 - . */ + . */ #if defined _AIX && !defined __GNUC__ #pragma alloca diff --git a/stdlib/qsort.c b/stdlib/qsort.c index 17c42b3112..d225832125 100644 --- a/stdlib/qsort.c +++ b/stdlib/qsort.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 - . */ + . */ /* If you consider tuning this algorithm, you should consult first: Engineering a sort function; Jon Bentley and M. Douglas McIlroy; diff --git a/stdlib/quick_exit.c b/stdlib/quick_exit.c index 6ade586584..4a4a8d8b45 100644 --- a/stdlib/quick_exit.c +++ b/stdlib/quick_exit.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/stdlib/rand.c b/stdlib/rand.c index ff122046ec..80002f42be 100644 --- a/stdlib/rand.c +++ b/stdlib/rand.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/stdlib/rand_r.c b/stdlib/rand_r.c index 11995e9453..f3b908cc2d 100644 --- a/stdlib/rand_r.c +++ b/stdlib/rand_r.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/stdlib/random.c b/stdlib/random.c index 06e2548898..fe3e0e5e7e 100644 --- a/stdlib/random.c +++ b/stdlib/random.c @@ -12,7 +12,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * This is derived from the Berkeley source: diff --git a/stdlib/random_r.c b/stdlib/random_r.c index 3292713641..66e272b5b7 100644 --- a/stdlib/random_r.c +++ b/stdlib/random_r.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 - . */ + . */ /* Copyright (C) 1983 Regents of the University of California. diff --git a/stdlib/rpmatch.c b/stdlib/rpmatch.c index 783b427de2..fda1ea848a 100644 --- a/stdlib/rpmatch.c +++ b/stdlib/rpmatch.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/stdlib/rshift.c b/stdlib/rshift.c index 50fdf82b3b..7a34969137 100644 --- a/stdlib/rshift.c +++ b/stdlib/rshift.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -. */ +. */ #include #include "gmp-impl.h" diff --git a/stdlib/secure-getenv.c b/stdlib/secure-getenv.c index be63980cd3..8bc7ec83c0 100644 --- a/stdlib/secure-getenv.c +++ b/stdlib/secure-getenv.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/stdlib/seed48.c b/stdlib/seed48.c index 745da3a5de..2b26a03089 100644 --- a/stdlib/seed48.c +++ b/stdlib/seed48.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/stdlib/seed48_r.c b/stdlib/seed48_r.c index eaac417bb0..05ee4096e9 100644 --- a/stdlib/seed48_r.c +++ b/stdlib/seed48_r.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/stdlib/setcontext.c b/stdlib/setcontext.c index b475fe7f1c..9ef1ad0048 100644 --- a/stdlib/setcontext.c +++ b/stdlib/setcontext.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/stdlib/setenv.c b/stdlib/setenv.c index 7a4efe5318..2a80406870 100644 --- a/stdlib/setenv.c +++ b/stdlib/setenv.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 - . */ + . */ #if HAVE_CONFIG_H # include diff --git a/stdlib/srand48.c b/stdlib/srand48.c index c8387f4314..816f1ef5af 100644 --- a/stdlib/srand48.c +++ b/stdlib/srand48.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/stdlib/srand48_r.c b/stdlib/srand48_r.c index f41db4315f..410071119a 100644 --- a/stdlib/srand48_r.c +++ b/stdlib/srand48_r.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/stdlib/stdint.h b/stdlib/stdint.h index af580f2ee7..8f5cc4b26a 100644 --- a/stdlib/stdint.h +++ b/stdlib/stdint.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: 7.18 Integer types diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 827e44b8d0..4bd86ec84d 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.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.20 General utilities diff --git a/stdlib/strfmon.c b/stdlib/strfmon.c index dc645d9adb..26566905aa 100644 --- a/stdlib/strfmon.c +++ b/stdlib/strfmon.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 - . */ + . */ #include #include diff --git a/stdlib/strfmon_l.c b/stdlib/strfmon_l.c index 3a3c3d0718..134dad6963 100644 --- a/stdlib/strfmon_l.c +++ b/stdlib/strfmon_l.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/stdlib/strfrom-skeleton.c b/stdlib/strfrom-skeleton.c index 15aaa71e5c..a44c774001 100644 --- a/stdlib/strfrom-skeleton.c +++ b/stdlib/strfrom-skeleton.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 - . */ + . */ /* Generic implementation for strfrom functions. The implementation is generic for several floating-point types (e.g.: float, double), so that each diff --git a/stdlib/strfromd.c b/stdlib/strfromd.c index bb8a8c3556..7506e2a67e 100644 --- a/stdlib/strfromd.c +++ b/stdlib/strfromd.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/stdlib/strfromf.c b/stdlib/strfromf.c index 20ffb12bda..027cf8310f 100644 --- a/stdlib/strfromf.c +++ b/stdlib/strfromf.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/stdlib/strfroml.c b/stdlib/strfroml.c index 2a3fdfd17d..926aae61e7 100644 --- a/stdlib/strfroml.c +++ b/stdlib/strfroml.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/stdlib/strtod.c b/stdlib/strtod.c index 5ec5bfa10b..8c54ed7ba9 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.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/stdlib/strtod_l.c b/stdlib/strtod_l.c index 9bef59892a..b4df0de58d 100644 --- a/stdlib/strtod_l.c +++ b/stdlib/strtod_l.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/stdlib/strtod_nan.c b/stdlib/strtod_nan.c index af5dc7a189..49bc601a46 100644 --- a/stdlib/strtod_nan.c +++ b/stdlib/strtod_nan.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/stdlib/strtod_nan_main.c b/stdlib/strtod_nan_main.c index f0906a5269..508d2e2a51 100644 --- a/stdlib/strtod_nan_main.c +++ b/stdlib/strtod_nan_main.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/stdlib/strtod_nan_narrow.h b/stdlib/strtod_nan_narrow.h index 881a1285e3..a0f05ed680 100644 --- a/stdlib/strtod_nan_narrow.h +++ b/stdlib/strtod_nan_narrow.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 - . */ + . */ #define STRING_TYPE char #define L_(Ch) Ch diff --git a/stdlib/strtod_nan_wide.h b/stdlib/strtod_nan_wide.h index e6c8508914..bd35f8ddad 100644 --- a/stdlib/strtod_nan_wide.h +++ b/stdlib/strtod_nan_wide.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 - . */ + . */ #define STRING_TYPE wchar_t #define L_(Ch) L##Ch diff --git a/stdlib/strtof.c b/stdlib/strtof.c index 2ef87a5fef..ee3fe3fe28 100644 --- a/stdlib/strtof.c +++ b/stdlib/strtof.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 - . */ + . */ /* The actual implementation for all floating point sizes is in strtod.c. These macros tell it to produce the `float' version, `strtof'. */ diff --git a/stdlib/strtof_l.c b/stdlib/strtof_l.c index 366e72095f..b0d4c48d5c 100644 --- a/stdlib/strtof_l.c +++ b/stdlib/strtof_l.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/stdlib/strtof_nan.c b/stdlib/strtof_nan.c index 06ef8442c1..0ee14fc21e 100644 --- a/stdlib/strtof_nan.c +++ b/stdlib/strtof_nan.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/stdlib/strtol.c b/stdlib/strtol.c index 32c46e562e..9c40d1f255 100644 --- a/stdlib/strtol.c +++ b/stdlib/strtol.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/stdlib/strtol_l.c b/stdlib/strtol_l.c index 5dd0091b20..4b08d6f06f 100644 --- a/stdlib/strtol_l.c +++ b/stdlib/strtol_l.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 - . */ + . */ #if HAVE_CONFIG_H diff --git a/stdlib/strtold.c b/stdlib/strtold.c index ca8528fa53..9c7a00f6ac 100644 --- a/stdlib/strtold.c +++ b/stdlib/strtold.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 - . */ + . */ /* The actual implementation for all floating point sizes is in strtod.c. These macros tell it to produce the `float' version, `strtof'. */ diff --git a/stdlib/strtold_l.c b/stdlib/strtold_l.c index 0ba388c3be..ba490ab946 100644 --- a/stdlib/strtold_l.c +++ b/stdlib/strtold_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/stdlib/strtold_nan.c b/stdlib/strtold_nan.c index c8bed81d47..da61cbb794 100644 --- a/stdlib/strtold_nan.c +++ b/stdlib/strtold_nan.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/stdlib/strtoll.c b/stdlib/strtoll.c index c1a11f5f36..9759a78fae 100644 --- a/stdlib/strtoll.c +++ b/stdlib/strtoll.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 QUAD 1 diff --git a/stdlib/strtoll_l.c b/stdlib/strtoll_l.c index aa6b80eb65..35674d54fe 100644 --- a/stdlib/strtoll_l.c +++ b/stdlib/strtoll_l.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 QUAD 1 diff --git a/stdlib/strtoul.c b/stdlib/strtoul.c index eb5a2cd116..5fd614dcad 100644 --- a/stdlib/strtoul.c +++ b/stdlib/strtoul.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 UNSIGNED 1 diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c index 30bc296c7e..96f182ecff 100644 --- a/stdlib/strtoul_l.c +++ b/stdlib/strtoul_l.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 UNSIGNED 1 diff --git a/stdlib/strtoull.c b/stdlib/strtoull.c index f6a25a61df..b66d42fda7 100644 --- a/stdlib/strtoull.c +++ b/stdlib/strtoull.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 QUAD 1 diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c index bf90f3785e..b3b406838b 100644 --- a/stdlib/strtoull_l.c +++ b/stdlib/strtoull_l.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 QUAD 1 #define UNSIGNED 1 diff --git a/stdlib/sub_n.c b/stdlib/sub_n.c index e33dbc45c2..1f376c5452 100644 --- a/stdlib/sub_n.c +++ b/stdlib/sub_n.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of