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

ruby-changes:14684

From: matz <ko1@a...>
Date: Mon, 1 Feb 2010 17:10:09 +0900 (JST)
Subject: [ruby-changes:14684] Ruby:r26537 (trunk): * numeric.c (flo_minus): RDoc update. a patch from red stun

matz	2010-02-01 17:09:54 +0900 (Mon, 01 Feb 2010)

  New Revision: 26537

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26537

  Log:
    * numeric.c (flo_minus): RDoc update.  a patch from red stun
      in [ruby-core:27951]

  Modified files:
    trunk/ChangeLog
    trunk/numeric.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 26536)
+++ ChangeLog	(revision 26537)
@@ -1,3 +1,8 @@
+Mon Feb  1 17:08:42 2010  Yukihiro Matsumoto  <matz@r...>
+
+	* numeric.c (flo_minus): RDoc update.  a patch from red stun
+	  in [ruby-core:27951]
+
 Mon Feb  1 07:36:33 2010  Hidetoshi NAGAI  <nagai@a...>
 
 	* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.
Index: numeric.c
===================================================================
--- numeric.c	(revision 26536)
+++ numeric.c	(revision 26537)
@@ -637,7 +637,7 @@
 
 /*
  * call-seq:
- *   float + other  ->  float
+ *   float - other  ->  float
  *
  * Returns a new float which is the difference of <code>float</code>
  * and <code>other</code>.

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

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