From 1112d50ac9632c2a67f4caea60b73a7eefc7b231 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 25 Feb 2008 04:58:47 +0000 Subject: * process.c (Init_process): share bignum objects for RLIM_INFINITY, RLIM_SAVED_MAX and RLIM_SAVED_CUR if they are equal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6d744730..5797e3bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 25 13:40:03 2008 Tanaka Akira + + * process.c (Init_process): share bignum objects for RLIM_INFINITY, + RLIM_SAVED_MAX and RLIM_SAVED_CUR if they are equal. + Mon Feb 25 10:41:41 2008 Martin Duerst * encoding.c (Encoding#dummy): minor grammatical fixes @@ -193,7 +198,7 @@ Wed Feb 20 13:08:52 2008 Nobuyoshi Nakada type, for compiled files and script files. * instruby.rb (parse_args): deal with make style command line macros, - and count as long syle options if prefixed with INSTALL_. + and count as long style options if prefixed with INSTALL_. * instruby.rb (makedirs): use $dir_mode. [ruby-dev:33805] @@ -282,7 +287,7 @@ Sun Feb 17 15:25:08 2008 NARUSE, Yui * encoding.c (ENC_CODERANGE_AND): added. - * string.c (rb_str_plus, srb_str_times): keep coderange. + * string.c (rb_str_plus, rb_str_times): keep coderange. * parse.y (STR_NEW0) use rb_usascii_str_new. -- cgit