diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-01 18:23:10 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-01 18:23:10 +0000 |
| commit | a13ea5f81f90cf3a1c8e005eac3d3c265f8de9d7 (patch) | |
| tree | 00253bb892e767220a94146a4ad75f29bc3130b0 /ChangeLog | |
| parent | a634334e595aa4c6cad25d84a02d01f0951acadd (diff) | |
| download | ruby-a13ea5f81f90cf3a1c8e005eac3d3c265f8de9d7.tar.gz ruby-a13ea5f81f90cf3a1c8e005eac3d3c265f8de9d7.tar.xz ruby-a13ea5f81f90cf3a1c8e005eac3d3c265f8de9d7.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@16736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
