From 2c842d749c8092a2b1253a2a8af3790f0c2a19c8 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 3 Jul 2008 20:04:35 +0000 Subject: * numeric.c (rb_num2uint, rb_fix2uint): typo. * ChangeLog: format. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81ae65941..e912a26cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +Fri Jul 4 05:01:26 2008 NAKAMURA Usaku + + * numeric.c (rb_num2uint, rb_fix2uint): typo. + Fri Jul 4 02:21:06 2008 NAKAMURA Usaku - * numeric.c (check_uint, rb_num2uint): also needs checking negative - value. see [ruby-dev:33683] + * numeric.c (check_uint, rb_num2uint, rb_fix2uint): also needs checking + negative value. see [ruby-dev:33683] Thu Jul 3 23:26:36 2008 Yusuke Endoh @@ -123,10 +127,14 @@ Thu Jul 3 00:09:31 2008 Masaki Suketa * include/ruby/intern.h: ditto. Wed Jul 2 09:49:10 2008 Narihiro Nakamura - - * gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response performance gain. - (garbage_collect_force) : mark and lazysweep invoke, after erasing all mark. - (GC_NOT_LAZY_SWEEP) : not lazy sweep flag. for debug. + + * gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response + performance gain. + + * gc.c (garbage_collect_force) : mark and lazysweep invoke, after + erasing all mark. + + * gc.c (GC_NOT_LAZY_SWEEP) : not lazy sweep flag. for debug. Wed Jul 2 03:42:44 2008 Yusuke Endoh -- cgit