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

ruby-changes:11613

From: akr <ko1@a...>
Date: Wed, 22 Apr 2009 02:41:34 +0900 (JST)
Subject: [ruby-changes:11613] Ruby:r23250 (trunk): add comment.

akr	2009-04-22 02:41:24 +0900 (Wed, 22 Apr 2009)

  New Revision: 23250

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

  Log:
    add comment.

  Modified files:
    trunk/time.c

Index: time.c
===================================================================
--- time.c	(revision 23249)
+++ time.c	(revision 23250)
@@ -640,6 +640,9 @@
 static struct tm *localtime_with_gmtoff(const time_t *t, struct tm *result, long *gmtoff);
 
 /*
+ * The idea is come from Perl:
+ * http://use.perl.org/articles/08/02/07/197204.shtml
+ *
  * compat_common_month_table is generated by following program.
  * This table finds the last month which start the same day of a week.
  * The year 2037 is not used because

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

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