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

ruby-changes:45847

From: naruse <ko1@a...>
Date: Mon, 13 Mar 2017 01:21:00 +0900 (JST)
Subject: [ruby-changes:45847] naruse:r57920 (ruby_2_4): merge revision(s) 57761:

naruse	2017-03-13 01:20:56 +0900 (Mon, 13 Mar 2017)

  New Revision: 57920

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57920

  Log:
    merge revision(s) 57761:
    
    [DOC] update doc.

  Modified directories:
    branches/ruby_2_4/
  Modified files:
    branches/ruby_2_4/numeric.c
    branches/ruby_2_4/version.h
Index: ruby_2_4/numeric.c
===================================================================
--- ruby_2_4/numeric.c	(revision 57919)
+++ ruby_2_4/numeric.c	(revision 57920)
@@ -3635,7 +3635,7 @@ rb_int_fdiv_double(VALUE x, VALUE y) https://github.com/ruby/ruby/blob/trunk/ruby_2_4/numeric.c#L3635
  *  call-seq:
  *     integer.fdiv(numeric)  ->  float
  *
- *  Returns the floating point result of dividing +fix+ by +numeric+.
+ *  Returns the floating point result of dividing +integer+ by +numeric+.
  *
  *     654321.fdiv(13731)      #=> 47.6528293642124
  *     654321.fdiv(13731.24)   #=> 47.6519964693647
@@ -4635,7 +4635,7 @@ rb_int_abs(VALUE num) https://github.com/ruby/ruby/blob/trunk/ruby_2_4/numeric.c#L4635
  *  call-seq:
  *     int.size  ->  int
  *
- *  Returns the number of bytes in the machine representation of +fix+.
+ *  Returns the number of bytes in the machine representation of +int+.
  *
  *     1.size            #=> 4
  *     -1.size           #=> 4
Index: ruby_2_4/version.h
===================================================================
--- ruby_2_4/version.h	(revision 57919)
+++ ruby_2_4/version.h	(revision 57920)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_4/version.h#L1
 #define RUBY_VERSION "2.4.0"
 #define RUBY_RELEASE_DATE "2017-03-13"
-#define RUBY_PATCHLEVEL 75
+#define RUBY_PATCHLEVEL 76
 
 #define RUBY_RELEASE_YEAR 2017
 #define RUBY_RELEASE_MONTH 3

Property changes on: ruby_2_4
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r57761


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

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