From 5611df706e5685fbe03412588d23ee31f13c671d Mon Sep 17 00:00:00 2001 From: kosaki Date: Sat, 24 Nov 2012 02:51:24 +0000 Subject: * process.c (proc_getsid): adds new method for getting session id. Contributed from fumiyas (Fumiyasu SATOH). Thank you! [Feature #6757] [ruby-dev:45977] * configure.in: adds getsid check. * test/ruby/test_process.rb (TestProcess#test_setsid): new test for the above. * NEWS: news for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2fa1c32bf0..2da55a3c2a 100644 --- a/NEWS +++ b/NEWS @@ -109,6 +109,10 @@ with all sufficient information, see the ChangeLog file. * added method: * added nil.to_h which returns {} + * Process + * added method: + * added getsid for getting sessin id (unix only). + * Range * added method: * added Range#size for lazy size evaluation. -- cgit v1.2.3