mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add ticket numbers
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
66688cde3b
commit
4a59524099
2 changed files with 5 additions and 4 deletions
|
@ -108,9 +108,9 @@ Tue Nov 10 14:01:59 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
Tue Nov 10 11:25:29 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
Tue Nov 10 11:25:29 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* 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@80x24.org>
|
Tue Nov 10 06:17:17 2015 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
|
|
5
NEWS
5
NEWS
|
@ -198,7 +198,7 @@ with all sufficient information, see the ChangeLog file.
|
||||||
|
|
||||||
* Net::FTP
|
* Net::FTP
|
||||||
* Connections are in passive mode per default now. The default mode can
|
* 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
|
||||||
* Rake is removed from stdlib.
|
* Rake is removed from stdlib.
|
||||||
|
@ -216,9 +216,10 @@ with all sufficient information, see the ChangeLog file.
|
||||||
superclass, as well as definitions in ruby level.
|
superclass, as well as definitions in ruby level.
|
||||||
|
|
||||||
* rb_timespec_now() is added to fetch current datetime as struct timespec.
|
* 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,
|
* 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
|
=== Build system updates
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue