Skip to content

Commit 2a3dbe9

Browse files
committed
maint: shorten https://lists.gnu.org/archive/html/... links
Each /archive/html/ part can be replace with /r/. Run this to induce the change: git grep -l archive/html|xargs perl -pi -e 's,/archive/html/,/r/,g' * ChangeLog: Perform that substitution. * Makefile: Likewise. * STATUS-libposix: Likewise. * build-aux/bootstrap: Likewise. * doc/maintain.texi: Likewise. * gnulib-tool: Likewise. * lib/allocator.h: Likewise. * lib/argp-ba.c: Likewise. * lib/argp-pv.c: Likewise. * lib/canon-host.c: Likewise. * lib/canonicalize-lgpl.c: Likewise. * lib/float.in.h: Likewise. * lib/fstat.c: Likewise. * lib/getdelim.c: Likewise. * lib/getprogname.c: Likewise. * lib/glthread/thread.h: Likewise. * lib/intprops.h: Likewise. * lib/mbsrtowcs-state.c: Likewise. * lib/safe-read.c: Likewise. * lib/signal.in.h: Likewise. * lib/stat.c: Likewise. * lib/stdbool.in.h: Likewise. * lib/stdio-impl.h: Likewise. * lib/stdio.in.h: Likewise. * lib/sysexits.in.h: Likewise. * lib/timespec.h: Likewise. * lib/wcsrtombs-state.c: Likewise. * m4/alloca.m4: Likewise. * m4/extern-inline.m4: Likewise. * m4/fstatat.m4: Likewise. * m4/gnulib-common.m4: Likewise. * m4/lib-ignore.m4: Likewise. * m4/printf.m4: Likewise. * m4/regex.m4: Likewise. * m4/stat-size.m4: Likewise. * m4/std-gnu11.m4: Likewise. * m4/stdbool.m4: Likewise. * m4/sys_types_h.m4: Likewise. * m4/threadlib.m4: Likewise. * m4/vararrays.m4: Likewise. * pygnulib/GLImport.py: Likewise. * tests/test-exp.h: Likewise. * tests/test-exp2.h: Likewise. * tests/test-expm1.h: Likewise. * tests/test-fflush2.c: Likewise. * tests/test-getopt_long.h: Likewise. * tests/test-intprops.c: Likewise. * tests/test-log.h: Likewise. * tests/test-log10.h: Likewise. * tests/test-log1p.h: Likewise. * tests/test-log2.h: Likewise. * tests/test-printf-posix.h: Likewise. * tests/test-regex.c: Likewise. * tests/test-snprintf-posix.h: Likewise. * tests/test-sprintf-posix.h: Likewise. * tests/test-stdalign.c: Likewise. * tests/test-stdbool.c: Likewise. * tests/test-vasnprintf-posix.c: Likewise. * tests/test-vasprintf-posix.c: Likewise. * top/maint.mk: Likewise.
1 parent 71befb4 commit 2a3dbe9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+660
-593
lines changed

ChangeLog

+544-477
Large diffs are not rendered by default.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sc_prohibit_leading_TABs:
4343

4444
sc_prohibit_augmenting_PATH_via_TESTS_ENVIRONMENT:
4545
@if test -d .git; then \
46-
url=https://lists.gnu.org/archive/html/bug-gnulib/2010-09/msg00064.html; \
46+
url=https://lists.gnu.org/r/bug-gnulib/2010-09/msg00064.html; \
4747
git grep '^[ ]*TESTS_ENVIRONMENT += PATH=' modules \
4848
&& { printf '%s\n' 'Do not augment PATH via TESTS_ENVIRONMENT;' \
4949
" see <$$url>" 1>&2; exit 1; } || : \
@@ -95,7 +95,7 @@ allow_AC_LIBOBJ = \
9595
allow_AC_LIBOBJ_or := $(shell echo $(allow_AC_LIBOBJ) | tr -s ' ' '|')
9696

9797
sc_prohibit_AC_LIBOBJ_in_m4:
98-
@url=https://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00051.html; \
98+
@url=https://lists.gnu.org/r/bug-gnulib/2011-06/msg00051.html; \
9999
if test -d .git; then \
100100
git ls-files m4 \
101101
| grep -Ev '^m4/($(allow_AC_LIBOBJ_or))\.m4$$' \

STATUS-libposix

+23-23
Original file line numberDiff line numberDiff line change
@@ -44,68 +44,68 @@ Bruno Haible says:
4444
1) ... 7)
4545
proposed by Gary in the thread starting at
4646
[PATCH 0/7] contents of topic/libposix for merge to master
47-
in <https://lists.gnu.org/archive/html/bug-gnulib/2010-10/threads.html>
47+
in <https://lists.gnu.org/r/bug-gnulib/2010-10/threads.html>
4848

4949
1) Allow generate header files to coexist without shadowing each other.
50-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00283.html>
50+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00283.html>
5151

5252
Discussion:
53-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00289.html>
53+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00289.html>
5454

5555
Still missing: dealing with include_next and old compilers, cf.
56-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00269.html>
57-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00285.html>
56+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00269.html>
57+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00285.html>
5858

5959
2) Allow using libgnu's file name in module descriptions.
60-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00284.html>
60+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00284.html>
6161

6262
Discussion:
63-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00291.html>
64-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00308.html
63+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00291.html>
64+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00308.html
6565

6666
3) iconv_open's file file list
67-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00282.html>
67+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00282.html>
6868

6969
Discussion:
70-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00290.html>
71-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00307.html>
70+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00290.html>
71+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00307.html>
7272
libposix needs to install only selected headers, not all of them. Let the
7373
script look at the 'Include:' section of each module description.
7474

7575
4) Module libposix
76-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00280.html>
76+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00280.html>
7777

7878
Discussion:
79-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00292.html>
79+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00292.html>
8080
More discussion needed
8181

8282
5) Installable headers
83-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00281.html>
83+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00281.html>
8484

8585
Discussion:
86-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00293.html>
86+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00293.html>
8787
Patch to be rewritten to use nobase_nodist_include_HEADERS,
8888
also need to add an Automake conditional to distinguish libposix from
8989
other projects.
9090
Also see whether the Automake bug can be fixed.
91-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00325.html>
91+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00325.html>
9292

9393
6) libposix subdirectory
94-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00277.html>
94+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00277.html>
9595

9696
Discussion:
97-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00294.html>
97+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00294.html>
9898

9999
7) use git-version-gen for version numbering
100-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00279.html>
100+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00279.html>
101101

102102
Discussion:
103-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00297.html>
104-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00303.html>
103+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00297.html>
104+
<https://lists.gnu.org/r/bug-gnulib/2010-10/msg00303.html>
105105
Patch to be revised.
106106

107107
8) Licensing
108-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00184.html>
108+
<https://lists.gnu.org/r/bug-gnulib/2010-12/msg00184.html>
109109

110110
Status: A majority of the issues have been handled.
111111
Obsolete modules (free, memcpy) can be ignored.
@@ -122,6 +122,6 @@ Bruno Haible says:
122122
utimensat
123123

124124
9) Versioning
125-
<https://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00163.html>
125+
<https://lists.gnu.org/r/bug-gnulib/2011-01/msg00163.html>
126126

127127
Status: No real plan exists.

build-aux/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ symlink_to_dir()
792792
# aren't confused into doing unnecessary builds. Conversely, if the
793793
# existing symlink's timestamp is older than the source, make it afresh,
794794
# so that broken tools aren't confused into skipping needed builds. See
795-
# <https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
795+
# <https://lists.gnu.org/r/bug-gnulib/2011-05/msg00326.html>.
796796
test -h "$dst" &&
797797
src_ls=$(ls -diL "$src" 2>/dev/null) && set $src_ls && src_i=$1 &&
798798
dst_ls=$(ls -diL "$dst" 2>/dev/null) && set $dst_ls && dst_i=$1 &&

doc/maintain.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ plain command line @code{ftp} program.
16821682
If you have difficulties with an upload, email
16831683
@email{ftp-upload@@gnu.org}. You can check the archive of uploads
16841684
processed at
1685-
@url{https://lists.gnu.org/archive/html/ftp-upload-report}.
1685+
@url{https://lists.gnu.org/r/ftp-upload-report}.
16861686

16871687

16881688
@node FTP Upload Release File Triplet

gnulib-tool

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fi
8282
# gnulib-tool generates, since we don't want "sed --posix" to leak
8383
# into makefiles. And do it only for sed versions 4.2 or newer,
8484
# because "sed --posix" is buggy in GNU sed 4.1.5, see
85-
# <https://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00225.html>.
85+
# <https://lists.gnu.org/r/bug-gnulib/2009-02/msg00225.html>.
8686
if (alias) > /dev/null 2>&1 \
8787
&& echo | sed --posix -e d >/dev/null 2>&1 \
8888
&& case `sed --version | sed -e 's/^[^0-9]*//' -e 1q` in \
@@ -899,8 +899,8 @@ func_hardlink ()
899899
#
900900
# Problem 2 is specific to bash 3.2 and affects the 'echo' built-in, but not
901901
# the 'printf' built-in. See
902-
# <https://lists.gnu.org/archive/html/bug-bash/2008-12/msg00050.html>
903-
# <https://lists.gnu.org/archive/html/bug-gnulib/2010-02/msg00154.html>
902+
# <https://lists.gnu.org/r/bug-bash/2008-12/msg00050.html>
903+
# <https://lists.gnu.org/r/bug-gnulib/2010-02/msg00154.html>
904904
# The workaround is: define echo to a function that uses the printf built-in.
905905
have_echo=
906906
if echo '\t' | grep t > /dev/null; then
@@ -5649,7 +5649,7 @@ s,//*$,/,'
56495649
echo " gl_source_base='$testsbase'"
56505650
# Define a tests witness macro that depends on the package.
56515651
# PACKAGE is defined by AM_INIT_AUTOMAKE, PACKAGE_TARNAME is defined by AC_INIT.
5652-
# See <https://lists.gnu.org/archive/html/automake/2009-05/msg00145.html>.
5652+
# See <https://lists.gnu.org/r/automake/2009-05/msg00145.html>.
56535653
echo "changequote(,)dnl"
56545654
echo " ${macro_prefix}tests_WITNESS=IN_\`echo \"\${PACKAGE-\$PACKAGE_TARNAME}\" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'\`_GNULIB_TESTS"
56555655
echo "changequote([, ])dnl"

lib/allocator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct allocator
2929
/* Do not use GCC attributes such as __attribute__ ((malloc)) with
3030
the function types pointed at by these members, because these
3131
attributes do not work with pointers to functions. See
32-
<https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00007.html>. */
32+
<https://lists.gnu.org/r/bug-gnulib/2011-04/msg00007.html>. */
3333

3434
/* Call ALLOCATE to allocate memory, like 'malloc'. On failure ALLOCATE
3535
should return NULL, though not necessarily set errno. When given

lib/argp-ba.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
const char *argp_program_bug_address
2525
/* This variable should be zero-initialized. On most systems, putting it into
2626
BSS is sufficient. Not so on Mac OS X 10.3 and 10.4, see
27-
<https://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>
28-
<https://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>. */
27+
<https://lists.gnu.org/r/bug-gnulib/2009-01/msg00329.html>
28+
<https://lists.gnu.org/r/bug-gnulib/2009-08/msg00096.html>. */
2929
#if defined __ELF__
3030
/* On ELF systems, variables in BSS behave well. */
3131
#else

lib/argp-pv.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
const char *argp_program_version
2424
/* This variable should be zero-initialized. On most systems, putting it into
2525
BSS is sufficient. Not so on Mac OS X 10.3 and 10.4, see
26-
<https://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>
27-
<https://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>. */
26+
<https://lists.gnu.org/r/bug-gnulib/2009-01/msg00329.html>
27+
<https://lists.gnu.org/r/bug-gnulib/2009-08/msg00096.html>. */
2828
#if defined __ELF__
2929
/* On ELF systems, variables in BSS behave well. */
3030
#else

lib/canon-host.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ canon_host_r (char const *host, int *cherror)
6868
status = getaddrinfo (host, NULL, &hints, &res);
6969
if (!status)
7070
{
71-
/* https://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00300.html
71+
/* https://lists.gnu.org/r/bug-coreutils/2006-09/msg00300.html
7272
says Darwin 7.9.0 getaddrinfo returns 0 but sets
7373
res->ai_canonname to NULL. */
7474
retval = strdup (res->ai_canonname ? res->ai_canonname : host);

lib/canonicalize-lgpl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ alloc_failed (void)
9797
{
9898
#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
9999
/* Avoid errno problem without using the malloc or realloc modules; see:
100-
https://lists.gnu.org/archive/html/bug-gnulib/2016-08/msg00025.html */
100+
https://lists.gnu.org/r/bug-gnulib/2016-08/msg00025.html */
101101
errno = ENOMEM;
102102
#endif
103103
}

lib/float.in.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
6464
precision in the compiler but 64 bits of precision at runtime. See
65-
<https://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>. */
65+
<https://lists.gnu.org/r/bug-gnulib/2008-07/msg00063.html>. */
6666
#if defined __i386__ && (defined __FreeBSD__ || defined __DragonFly__)
6767
/* Number of mantissa units, in base FLT_RADIX. */
6868
# undef LDBL_MANT_DIG

lib/fstat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ rpl_fstat (int fd, struct stat *buf)
7373
/* Fill the fields ourselves, because the original fstat function returns
7474
values for st_atime, st_mtime, st_ctime that depend on the current time
7575
zone. See
76-
<https://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00134.html> */
76+
<https://lists.gnu.org/r/bug-gnulib/2017-04/msg00134.html> */
7777
HANDLE h = (HANDLE) _get_osfhandle (fd);
7878

7979
if (h == INVALID_HANDLE_VALUE)

lib/getdelim.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ alloc_failed (void)
5252
{
5353
#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
5454
/* Avoid errno problem without using the realloc module; see:
55-
https://lists.gnu.org/archive/html/bug-gnulib/2016-08/msg00025.html */
55+
https://lists.gnu.org/r/bug-gnulib/2016-08/msg00025.html */
5656
errno = ENOMEM;
5757
#endif
5858
}

lib/getprogname.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ getprogname (void)
8585
return p && p[0] ? p : "?";
8686
# elif _AIX /* AIX */
8787
/* Idea by Bastien ROUCARIÈS,
88-
https://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00095.html
88+
https://lists.gnu.org/r/bug-gnulib/2010-12/msg00095.html
8989
Reference: https://www.ibm.com/support/knowledgecenter/en/ssw_aix_61/com.ibm.aix.basetrf1/getprocs.htm
9090
*/
9191
static char *p;

lib/glthread/thread.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
void (*child_func) (void));
6565
Note that even on platforms where this is supported, use of fork() and
6666
threads together is problematic, see
67-
<https://lists.gnu.org/archive/html/bug-gnulib/2008-08/msg00062.html>
67+
<https://lists.gnu.org/r/bug-gnulib/2008-08/msg00062.html>
6868
*/
6969

7070

lib/intprops.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define _GL_INT_CONVERT(e, v) (0 * (e) + (v))
2727

2828
/* Act like _GL_INT_CONVERT (E, -V) but work around a bug in IRIX 6.5 cc; see
29-
<https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00406.html>. */
29+
<https://lists.gnu.org/r/bug-gnulib/2011-05/msg00406.html>. */
3030
#define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v))
3131

3232
/* The extra casts in the following macros work around compiler bugs,
@@ -179,7 +179,7 @@
179179
/* Return 1 if A * B would overflow in [MIN,MAX] arithmetic.
180180
See above for restrictions. Avoid && and || as they tickle
181181
bugs in Sun C 5.11 2010/08/13 and other compilers; see
182-
<https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00401.html>. */
182+
<https://lists.gnu.org/r/bug-gnulib/2011-05/msg00401.html>. */
183183
#define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \
184184
((b) < 0 \
185185
? ((a) < 0 \
@@ -443,7 +443,7 @@
443443
implementation-defined result or signal for values outside T's
444444
range. However, code that works around this theoretical problem
445445
runs afoul of a compiler bug in Oracle Studio 12.3 x86. See:
446-
https://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00049.html
446+
https://lists.gnu.org/r/bug-gnulib/2017-04/msg00049.html
447447
As the compiler bug is real, don't try to work around the
448448
theoretical problem. */
449449

lib/mbsrtowcs-state.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
mbstate_t _gl_mbsrtowcs_state
2424
/* The state must initially be in the "initial state"; so, zero-initialize it.
2525
On most systems, putting it into BSS is sufficient. Not so on Mac OS X 10.3,
26-
see <https://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>.
26+
see <https://lists.gnu.org/r/bug-gnulib/2009-01/msg00329.html>.
2727
When it needs an initializer, use 0 or {0} as initializer? 0 only works
2828
when mbstate_t is a scalar type (such as when gnulib defines it, or on
2929
AIX, IRIX, mingw). {0} works as an initializer in all cases: for a struct

lib/safe-read.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ safe_rw (int fd, void const *buf, size_t count)
5757
{
5858
/* Work around a bug in Tru64 5.1. Attempting to read more than
5959
INT_MAX bytes fails with errno == EINVAL. See
60-
<https://lists.gnu.org/archive/html/bug-gnu-utils/2002-04/msg00010.html>.
60+
<https://lists.gnu.org/r/bug-gnu-utils/2002-04/msg00010.html>.
6161
When decreasing COUNT, keep it block-aligned. */
6262
enum { BUGGY_READ_MAXIMUM = INT_MAX & ~8191 };
6363

lib/signal.in.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ typedef int verify_NSIG_constraint[NSIG <= 32 ? 1 : -1];
200200
/* When also using extern inline, suppress the use of static inline in
201201
standard headers of problematic Apple configurations, as Libc at
202202
least through Libc-825.26 (2013-04-09) mishandles it; see, e.g.,
203-
<https://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
203+
<https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html>.
204204
Perhaps Apple will fix this some day. */
205205
#if (defined _GL_EXTERN_INLINE_IN_USE && defined __APPLE__ \
206206
&& (defined __i386__ || defined __x86_64__))

lib/stat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ rpl_stat (char const *name, struct stat *buf)
102102
/* Fill the fields ourselves, because the original stat function returns
103103
values for st_atime, st_mtime, st_ctime that depend on the current time
104104
zone. See
105-
<https://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00134.html> */
105+
<https://lists.gnu.org/r/bug-gnulib/2017-04/msg00134.html> */
106106
/* XXX Should we convert to wchar_t* and prepend '\\?\', in order to work
107107
around length limitations
108108
<https://msdn.microsoft.com/en-us/library/aa365247.aspx> ? */

lib/stdbool.in.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ typedef bool _Bool;
8383
Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when
8484
the built-in _Bool type is used. See
8585
https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
86-
https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
87-
https://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
86+
https://lists.gnu.org/r/bug-coreutils/2005-11/msg00161.html
87+
https://lists.gnu.org/r/bug-coreutils/2005-10/msg00086.html
8888
Similar bugs are likely with other compilers as well; this file
8989
wouldn't be used if <stdbool.h> was working.
9090
So we override the _Bool type.

lib/stdio-impl.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#ifdef __TANDEM /* NonStop Kernel */
8282
# ifndef _IOERR
8383
/* These values were determined by the program 'stdioext-flags' at
84-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00165.html>. */
84+
<https://lists.gnu.org/r/bug-gnulib/2010-12/msg00165.html>. */
8585
# define _IOERR 0x40
8686
# define _IOREAD 0x80
8787
# define _IOWRT 0x4
@@ -132,7 +132,7 @@ struct _gl_real_FILE
132132
# define fp_ ((struct _gl_real_FILE *) fp)
133133

134134
/* These values were determined by a program similar to the one at
135-
<https://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00165.html>. */
135+
<https://lists.gnu.org/r/bug-gnulib/2010-12/msg00165.html>. */
136136
# define _IOREAD 0x1
137137
# define _IOWRT 0x2
138138
# define _IORW 0x4

lib/stdio.in.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
/* When also using extern inline, suppress the use of static inline in
153153
standard headers of problematic Apple configurations, as Libc at
154154
least through Libc-825.26 (2013-04-09) mishandles it; see, e.g.,
155-
<https://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
155+
<https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html>.
156156
Perhaps Apple will fix this some day. */
157157
#if (defined _GL_EXTERN_INLINE_IN_USE && defined __APPLE__ \
158158
&& defined __GNUC__ && defined __STDC__)

lib/sysexits.in.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/* IRIX 6.5 has an <unistd.h> that defines a macro EX_OK with a nonzero
2929
value. Override it. See
30-
<https://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00361.html> */
30+
<https://lists.gnu.org/r/bug-gnulib/2007-03/msg00361.html> */
3131
# ifdef __sgi
3232
# include <unistd.h>
3333
# undef EX_OK

lib/timespec.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ timespec_cmp (struct timespec a, struct timespec b)
8787
return 1;
8888

8989
/* Pacify gcc -Wstrict-overflow (bleeding-edge circa 2017-10-02). See:
90-
http://lists.gnu.org/archive/html/bug-gnulib/2017-10/msg00006.html */
90+
http://lists.gnu.org/r/bug-gnulib/2017-10/msg00006.html */
9191
assume (-1 <= a.tv_nsec && a.tv_nsec <= 2 * TIMESPEC_RESOLUTION);
9292
assume (-1 <= b.tv_nsec && b.tv_nsec <= 2 * TIMESPEC_RESOLUTION);
9393

lib/wcsrtombs-state.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
mbstate_t _gl_wcsrtombs_state
2424
/* The state must initially be in the "initial state"; so, zero-initialize it.
2525
On most systems, putting it into BSS is sufficient. Not so on Mac OS X 10.3,
26-
see <https://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>.
26+
see <https://lists.gnu.org/r/bug-gnulib/2009-01/msg00329.html>.
2727
When it needs an initializer, use 0 or {0} as initializer? 0 only works
2828
when mbstate_t is a scalar type (such as when gnulib defines it, or on
2929
AIX, IRIX, mingw). {0} works as an initializer in all cases: for a struct

m4/alloca.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ AC_DEFUN([gl_FUNC_ALLOCA],
4444
AC_DEFUN([gl_PREREQ_ALLOCA], [:])
4545

4646
# This works around a bug in autoconf <= 2.68.
47-
# See <https://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00277.html>.
47+
# See <https://lists.gnu.org/r/bug-gnulib/2011-06/msg00277.html>.
4848

4949
m4_version_prereq([2.69], [] ,[
5050

0 commit comments

Comments
 (0)