[前][次][番号順一覧][スレッド一覧]

ruby-changes:71662

From: S-H-GAMELINKS <ko1@a...>
Date: Thu, 7 Apr 2022 10:38:05 +0900 (JST)
Subject: [ruby-changes:71662] bff12e1a9a (master): [DOC] Fix comment links

https://git.ruby-lang.org/ruby.git/commit/?id=bff12e1a9a

From bff12e1a9a726baef8d5d8876669a1506555ec09 Mon Sep 17 00:00:00 2001
From: S-H-GAMELINKS <gamelinks007@g...>
Date: Tue, 5 Apr 2022 22:36:48 +0900
Subject: [DOC] Fix comment links

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0357a7eacf..c856aa4484 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2271,7 +2271,7 @@ AS_IF([test "x$rb_cv_atan2_inf_c99" = xyes], [AC_DEFINE(ATAN2_INF_C99)]) https://github.com/ruby/ruby/blob/trunk/configure.ac#L2271
 # Some platform need -lrt for clock_gettime, but the other don't.
 AS_IF([test x"$ac_cv_func_clock_gettime" != xyes], [
     # glibc 2.17 moves clock_* functions from librt to the main C library.
-    # http://sourceware.org/ml/libc-announce/2012/msg00001.html
+    # https://sourceware.org/legacy-ml/libc-announce/2012/msg00001.html
     AC_CHECK_LIB(rt, clock_gettime)
     AS_IF([test x"$ac_cv_lib_rt_clock_gettime" = xyes], [
 	AC_DEFINE(HAVE_CLOCK_GETTIME, 1)
@@ -2369,7 +2369,7 @@ AS_IF([test "$rb_cv_negative_time_t" = yes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L2369
 ])
 
 # [ruby-dev:40910] overflow of time on FreeBSD
-# http://www.freebsd.org/cgi/query-pr.cgi?pr=145341
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=145341
 AC_CACHE_CHECK(for localtime(3) overflow correctly, rb_cv_localtime_overflow,
   [AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #include <stdlib.h>
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]