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

ruby-changes:23757

From: tadf <ko1@a...>
Date: Sat, 26 May 2012 18:10:54 +0900 (JST)
Subject: [ruby-changes:23757] tadf:r35808 (trunk): * time.c: modified doc.

tadf	2012-05-26 18:10:42 +0900 (Sat, 26 May 2012)

  New Revision: 35808

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

  Log:
    * time.c: modified doc.
    * ext/date/date_core.c: ditto.

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

Index: time.c
===================================================================
--- time.c	(revision 35807)
+++ time.c	(revision 35808)
@@ -4426,7 +4426,7 @@
  *      %z - Time zone as hour and minute offset from UTC (e.g. +0900)
  *              %:z - hour and minute offset from UTC with a colon (e.g. +09:00)
  *              %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
- *      %Z - Time zone abbreviation name
+ *      %Z - Time zone abbreviation name or something like information.
  *
  *    Weekday:
  *      %A - The full weekday name (``Sunday'')
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35807)
+++ ChangeLog	(revision 35808)
@@ -1,3 +1,8 @@
+Sat May 26 18:08:59 2012  Tadayoshi Funaba  <tadf@d...>
+
+	* time.c: modified doc.
+	* ext/date/date_core.c: ditto.
+
 Sat May 26 17:05:45 2012  Koichi Sasada  <ko1@a...>
 
 	* vm.c (backtrace_*): change type of lev and n from size_t to int.
Index: ext/date/date_core.c
===================================================================
--- ext/date/date_core.c	(revision 35807)
+++ ext/date/date_core.c	(revision 35808)
@@ -6982,7 +6982,7 @@
  *              %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
  *              %:::z - hour, minute and second offset from UTC
  *                                                (e.g. +09, +09:30, +09:30:30)
- *      %Z - Time zone abbreviation name
+ *      %Z - Time zone abbreviation name or something like information.
  *
  *    Weekday:
  *      %A - The full weekday name (``Sunday'')
@@ -8419,7 +8419,7 @@
  *              %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
  *              %:::z - hour, minute and second offset from UTC
  *                                                (e.g. +09, +09:30, +09:30:30)
- *      %Z - Time zone abbreviation name
+ *      %Z - Time zone abbreviation name or something like information.
  *
  *    Weekday:
  *      %A - The full weekday name (``Sunday'')

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

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