ruby-changes:63567
From: S-H-GAMELINKS <ko1@a...>
Date: Tue, 10 Nov 2020 11:04:21 +0900 (JST)
Subject: [ruby-changes:63567] 8b3653b484 (master): Fix links
https://git.ruby-lang.org/ruby.git/commit/?id=8b3653b484 From 8b3653b484a1130987c6b774c71e69a4a64a4f27 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS <gamelinks007@g...> Date: Fri, 6 Nov 2020 01:50:24 +0900 Subject: Fix links diff --git a/array.c b/array.c index 8cb9f51..6a7a790 100644 --- a/array.c +++ b/array.c @@ -7687,7 +7687,7 @@ rb_ary_sum(int argc, VALUE *argv, VALUE ary) https://github.com/ruby/ruby/blob/trunk/array.c#L7687 if (RB_FLOAT_TYPE_P(e)) { /* * Kahan-Babuska balancing compensated summation algorithm - * See http://link.springer.com/article/10.1007/s0????-???-????-x + * See https://link.springer.com/article/10.1007/s0????-???-????-x */ double f, c; double x, t; diff --git a/enum.c b/enum.c index 88d6730..8a791cc 100644 --- a/enum.c +++ b/enum.c @@ -3903,7 +3903,7 @@ sum_iter_Kahan_Babuska(VALUE i, struct enum_sum_memo *memo) https://github.com/ruby/ruby/blob/trunk/enum.c#L3903 { /* * Kahan-Babuska balancing compensated summation algorithm - * See http://link.springer.com/article/10.1007/s0????-???-????-x + * See https://link.springer.com/article/10.1007/s0????-???-????-x */ double x; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/