aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-01 18:23:10 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-01 18:23:10 +0000
commitccb61351eab257e9b31ae6c7718febb237027ee8 (patch)
tree00253bb892e767220a94146a4ad75f29bc3130b0 /ChangeLog
parent9256f94d9a27c7a3adf9292b085141e32a4bc247 (diff)
downloadruby-ccb61351eab257e9b31ae6c7718febb237027ee8.tar.gz
* rational.c (string_to_r_internal): use rb_isdigit.
* marshal.c (long_toobig): use %zd. * ruby.c (set_arg0): move unused variable definition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8297c9a16f..6c27b43210 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Jun 1 22:29:35 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * rational.c (string_to_r_internal): use rb_isdigit.
+
+ * marshal.c (long_toobig): use %zd.
+
+ * ruby.c (set_arg0): move unused variable definition.
+
Sun Jun 1 12:18:12 2008 NARUSE, Yui <naruse@ruby-lang.org>
* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.