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

ruby-changes:19964

From: tadf <ko1@a...>
Date: Sat, 11 Jun 2011 22:43:47 +0900 (JST)
Subject: [ruby-changes:19964] tadf:r32011 (trunk): * time.c: a correction of doc for strftime (%v).

tadf	2011-06-11 22:42:35 +0900 (Sat, 11 Jun 2011)

  New Revision: 32011

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

  Log:
    * time.c: a correction of doc for strftime (%v).

  Modified files:
    trunk/ChangeLog
    trunk/time.c

Index: time.c
===================================================================
--- time.c	(revision 32010)
+++ time.c	(revision 32011)
@@ -4438,7 +4438,7 @@
  *      %c - date and time (%a %b %e %T %Y)
  *      %D - Date (%m/%d/%y)
  *      %F - The ISO 8601 date format (%Y-%m-%d)
- *      %v - VMS date (%e-%b-%Y)
+ *      %v - VMS date (%e-%^b-%4Y)
  *      %x - Same as %D
  *      %X - Same as %T
  *      %r - 12-hour time (%I:%M:%S %p)
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32010)
+++ ChangeLog	(revision 32011)
@@ -1,3 +1,7 @@
+Sat Jun 11 22:41:37 2011  Tadayoshi Funaba  <tadf@d...>
+
+	* time.c: a correction of doc for strftime (%v).
+
 Sat Jun 11 22:30:53 2011  Tadayoshi Funaba  <tadf@d...>
 
 	* ext/date/date_core.c: replaced doc for strftime based on Time's one.

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

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