From 8d4e7591464d083ee15868b5a0d6cf9dbbfe0aa6 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 22 Feb 2008 16:12:32 +0000 Subject: * process.c (rlimit_resource_type): new function. (rlimit_resource_value): new function. (proc_getrlimit): use rlimit_resource_type to accept symbol and string as resource type. (proc_setrlimit): use rlimit_resource_type and rlimit_resource_value to accept symbol and string as resource type and values. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 400f3cdb0..59c0701a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Feb 23 01:09:47 2008 Tanaka Akira + + * process.c (rlimit_resource_type): new function. + (rlimit_resource_value): new function. + (proc_getrlimit): use rlimit_resource_type to accept + symbol and string as resource type. + (proc_setrlimit): use rlimit_resource_type and rlimit_resource_value + to accept symbol and string as resource type and values. + Fri Feb 22 21:12:42 2008 NARUSE, Yui * string.c (rb_enc_cr_str_copy): check string's coderange is 7bit or -- cgit