aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-03 20:04:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-03 20:04:35 +0000
commitf8ed3b245ac977526295cf0d7eab55ec7059e016 (patch)
treed5b762a957aa242807e3fd3114fa52aa15d3f53b /ChangeLog
parent17df532792cc2902496c27d32a4cb357a09bb91e (diff)
downloadruby-f8ed3b245ac977526295cf0d7eab55ec7059e016.tar.gz
* numeric.c (rb_num2uint, rb_fix2uint): typo.
* ChangeLog: format. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 81ae65941d..e912a26cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+Fri Jul 4 05:01:26 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * numeric.c (rb_num2uint, rb_fix2uint): typo.
+
Fri Jul 4 02:21:06 2008 NAKAMURA Usaku <usa@ruby-lang.org>
- * 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 <mame@tsg.ne.jp>
@@ -123,10 +127,14 @@ Thu Jul 3 00:09:31 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* include/ruby/intern.h: ditto.
Wed Jul 2 09:49:10 2008 Narihiro Nakamura <authorNari@gmail.com>
-
- * 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 <mame@tsg.ne.jp>