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

ruby-changes:57270

From: usa <ko1@a...>
Date: Mon, 26 Aug 2019 23:39:18 +0900 (JST)
Subject: [ruby-changes:57270] usa: 5586497bc5 (ruby_2_5): merge revision(s) b72623012d74abdb06210153ed48c9e2fa075bbd: [Backport #15775]

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

From 5586497bc552d6e712edd70f92baceec42fcd6ee Mon Sep 17 00:00:00 2001
From: usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Mon, 26 Aug 2019 14:39:01 +0000
Subject: merge revision(s) b72623012d74abdb06210153ed48c9e2fa075bbd: [Backport
 #15775]

	Update broken URL in Float documentation.

	  [Misc #15775][ruby-core:92332]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

diff --git a/numeric.c b/numeric.c
index dc5e4e7..d0531fa 100644
--- a/numeric.c
+++ b/numeric.c
@@ -870,7 +870,7 @@ num_negative_p(VALUE num) https://github.com/ruby/ruby/blob/trunk/numeric.c#L870
  *  So you should know its esoteric system. See following:
  *
  *  - http://docs.sun.com/source/806-3568/ncg_goldberg.html
- *  - http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#wiki-floats_imprecise
+ *  - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise
  *  - http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
  */
 
diff --git a/version.h b/version.h
index f9e5d38..599a32f 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L1
 #define RUBY_VERSION "2.5.6"
 #define RUBY_RELEASE_DATE "2019-08-26"
-#define RUBY_PATCHLEVEL 175
+#define RUBY_PATCHLEVEL 176
 
 #define RUBY_RELEASE_YEAR 2019
 #define RUBY_RELEASE_MONTH 8
-- 
cgit v0.10.2


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

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