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

ruby-changes:22523

From: akr <ko1@a...>
Date: Mon, 13 Feb 2012 09:25:29 +0900 (JST)
Subject: [ruby-changes:22523] akr:r34563 (trunk): update doc.

akr	2012-02-12 01:48:04 +0900 (Sun, 12 Feb 2012)

  New Revision: 34563

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

  Log:
    update doc.

  Modified files:
    trunk/time.c

Index: time.c
===================================================================
--- time.c	(revision 34562)
+++ time.c	(revision 34563)
@@ -4851,7 +4851,7 @@
  *  with each other -- times that are apparently equal when displayed may be
  *  different when compared.
  *
- *  Current implemetation uses a signed 63 bit integer, Bignum or Rational.
+ *  Since Ruby 1.9.2, Time implementation uses a signed 63 bit integer, Bignum or Rational.
  *  The integer is a number of nanoseconds since the _Epoch_ which can
  *  represent 1823-11-12 to 2116-02-20.
  *  When Bignum or Rational is used (before 1823, after 2116, under nanosecond),

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

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