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

ruby-changes:40459

From: kazu <ko1@a...>
Date: Wed, 11 Nov 2015 22:28:52 +0900 (JST)
Subject: [ruby-changes:40459] kazu:r52540 (trunk): add ticket numbers

kazu	2015-11-11 22:28:33 +0900 (Wed, 11 Nov 2015)

  New Revision: 52540

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

  Log:
    add ticket numbers

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52539)
+++ ChangeLog	(revision 52540)
@@ -108,9 +108,9 @@ Tue Nov 10 14:01:59 2015  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L108
 
 Tue Nov 10 11:25:29 2015  NARUSE, Yui  <naruse@r...>
 
-	* time.c (rb_timespec_now): added.
+	* time.c (rb_timespec_now): added.  [Feature #11558]
 
-	* time.c (rb_time_timespec_new): added.
+	* time.c (rb_time_timespec_new): added.  [Feature #11558]
 
 Tue Nov 10 06:17:17 2015  Eric Wong  <e@8...>
 
Index: NEWS
===================================================================
--- NEWS	(revision 52539)
+++ NEWS	(revision 52540)
@@ -198,7 +198,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L198
 
 * Net::FTP
   * Connections are in passive mode per default now.  The default mode can
-    be changed by Net::FTP.default_passive=.
+    be changed by Net::FTP.default_passive=.  [Feature #11612]
 
 * Rake
   * Rake is removed from stdlib.
@@ -216,9 +216,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L216
   superclass, as well as definitions in ruby level.
 
 * rb_timespec_now() is added to fetch current datetime as struct timespec.
+  [Feature #11558]
 
 * rb_time_timespec_new() is added to create a time object with epoch,
-  nanosecond, and UTC/localtime/time offset arguments.
+  nanosecond, and UTC/localtime/time offset arguments.  [Feature #11558]
 
 === Build system updates
 

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

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