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

ruby-changes:12237

From: akr <ko1@a...>
Date: Thu, 2 Jul 2009 03:46:43 +0900 (JST)
Subject: [ruby-changes:12237] Ruby:r23925 (trunk): rdoc update.

akr	2009-07-02 03:45:57 +0900 (Thu, 02 Jul 2009)

  New Revision: 23925

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

  Log:
    rdoc update.

  Modified files:
    trunk/ext/socket/ancdata.c

Index: ext/socket/ancdata.c
===================================================================
--- ext/socket/ancdata.c	(revision 23924)
+++ ext/socket/ancdata.c	(revision 23925)
@@ -281,9 +281,6 @@
  * - SOL_SOCKET/SCM_TIMESTAMPNS (nano second) GNU/Linux
  * - SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD
  *
- * Note that Time cannot represent SCM_BINTIME timestamps accurately
- * because Time represents a time in nano second granularity.
- *
  *   Addrinfo.udp("127.0.0.1", 0).bind {|s1|
  *     Addrinfo.udp("127.0.0.1", 0).bind {|s2|
  *       s1.setsockopt(:SOCKET, :TIMESTAMP, true)

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

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