From 93bb48995c17f81b00140f157a642ece3eef627b Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 11 Aug 2013 02:59:30 +0000 Subject: * process.c (rb_clock_gettime): New method. This is accepted in the meeting: https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20130809 This method is accepted as a CRuby feature. I.e. Other Ruby implementations don't need to implement it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4d4fa8b46e..f791363235 100644 --- a/NEWS +++ b/NEWS @@ -57,9 +57,11 @@ with all sufficient information, see the ChangeLog file. * Mutex#owned? is no longer experimental. * Process - * New alternative methods to $0/$0=: - * Process.argv0() returns the original value of $0. - * Process.setproctitle() sets the process title without affecting $0. + * New methods: + * alternative methods to $0/$0=: + * Process.argv0() returns the original value of $0. + * Process.setproctitle() sets the process title without affecting $0. + * Process.clock_gettime * String * New methods: -- cgit v1.2.3