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

ruby-changes:23760

From: tadf <ko1@a...>
Date: Sat, 26 May 2012 19:07:45 +0900 (JST)
Subject: [ruby-changes:23760] tadf:r35811 (trunk): * ext/date/date_core.c: added description.

tadf	2012-05-26 19:05:25 +0900 (Sat, 26 May 2012)

  New Revision: 35811

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

  Log:
    * ext/date/date_core.c: added description.

  Modified files:
    trunk/ChangeLog
    trunk/ext/date/date_core.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35810)
+++ ChangeLog	(revision 35811)
@@ -1,3 +1,7 @@
+Sat May 26 19:04:34 2012  Tadayoshi Funaba  <tadf@d...>
+
+	* ext/date/date_core.c: added description.
+
 Sat May 26 18:14:57 2012  Tadayoshi Funaba  <tadf@d...>
 
 	* ext/date/date_strftime.c: reduced the code.
Index: ext/date/date_core.c
===================================================================
--- ext/date/date_core.c	(revision 35810)
+++ ext/date/date_core.c	(revision 35811)
@@ -6971,10 +6971,10 @@
  *
  *      %L - Millisecond of the second (000..999)
  *      %N - Fractional seconds digits, default is 9 digits (nanosecond)
- *              %3N  millisecond (3 digits)
- *              %6N  microsecond (6 digits)
- *              %9N  nanosecond (9 digits)
- *              %12N picosecond (12 digits)
+ *              %3N  millisecond (3 digits)   %15N femtosecond (15 digits)
+ *              %6N  microsecond (6 digits)   %18N attosecond  (18 digits)
+ *              %9N  nanosecond  (9 digits)   %21N zeptosecond (21 digits)
+ *              %12N picosecond (12 digits)   %24N yoctosecond (24 digits)
  *
  *    Time zone:
  *      %z - Time zone as hour and minute offset from UTC (e.g. +0900)
@@ -8408,10 +8408,10 @@
  *
  *      %L - Millisecond of the second (000..999)
  *      %N - Fractional seconds digits, default is 9 digits (nanosecond)
- *              %3N  millisecond (3 digits)
- *              %6N  microsecond (6 digits)
- *              %9N  nanosecond (9 digits)
- *              %12N picosecond (12 digits)
+ *              %3N  millisecond (3 digits)   %15N femtosecond (15 digits)
+ *              %6N  microsecond (6 digits)   %18N attosecond  (18 digits)
+ *              %9N  nanosecond  (9 digits)   %21N zeptosecond (21 digits)
+ *              %12N picosecond (12 digits)   %24N yoctosecond (24 digits)
  *
  *    Time zone:
  *      %z - Time zone as hour and minute offset from UTC (e.g. +0900)

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

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