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

ruby-changes:3366

From: ko1@a...
Date: 3 Jan 2008 11:46:21 +0900
Subject: [ruby-changes:3366] akr - Ruby:r14859 (trunk): * time.c: don't mention an obsolete library, ParseDate.

akr	2008-01-03 11:46:08 +0900 (Thu, 03 Jan 2008)

  New Revision: 14859

  Modified files:
    trunk/ChangeLog
    trunk/time.c

  Log:
    * time.c: don't mention an obsolete library, ParseDate.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/time.c?r1=14859&r2=14858&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14859&r2=14858&diff_format=u

Index: time.c
===================================================================
--- time.c	(revision 14858)
+++ time.c	(revision 14859)
@@ -2306,7 +2306,7 @@
  *  stored internally as the number of seconds and nanoseconds since
  *  the <em>Epoch</em>, January 1, 1970 00:00 UTC. On some operating
  *  systems, this offset is allowed to be negative. Also see the
- *  library modules <code>Date</code> and <code>ParseDate</code>. The
+ *  library modules <code>Date</code>. The
  *  <code>Time</code> class treats GMT (Greenwich Mean Time) and UTC
  *  (Coordinated Universal Time)<em>[Yes, UTC really does stand for
  *  Coordinated Universal Time. There was a committee involved.]</em>
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14858)
+++ ChangeLog	(revision 14859)
@@ -1,3 +1,7 @@
+Thu Jan  3 11:44:37 2008  Tanaka Akira  <akr@f...>
+
+	* time.c: don't mention an obsolete library, ParseDate.
+
 Thu Jan  3 11:28:58 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* io.c (fptr_finalize): clear errno first.  [ruby-talk:284492]

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

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