diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 12:44:52 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 12:44:52 +0000 |
| commit | 7fa4b05ac29accd16525e617c5869ca650c2d9b1 (patch) | |
| tree | aa9140884dd02eafccc8770146c71416455b7f37 /ChangeLog | |
| parent | 619c73370397d74a9eed9dedcd942ff00871c2ba (diff) | |
| download | ruby-7fa4b05ac29accd16525e617c5869ca650c2d9b1.tar.gz ruby-7fa4b05ac29accd16525e617c5869ca650c2d9b1.tar.xz ruby-7fa4b05ac29accd16525e617c5869ca650c2d9b1.zip | |
* numeric.c (check_int): use PRIxVALUE format specifier.
* numeric.c (check_uint, rb_num2fix, int_chr): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ Tue May 27 17:54:35 2008 Akinori MUSHA <knu@iDaemons.org> * ext/stringio/stringio.c (strio_each_byte): Return self instead of nil as the rdoc says. +Tue May 27 15:36:27 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * numeric.c (check_int): use PRIxVALUE format specifier. + + * numeric.c (check_uint, rb_num2fix, int_chr): ditto. + Tue May 27 13:14:53 2008 Akinori MUSHA <knu@iDaemons.org> * enum.c (enum_to_a): Pass arguments through to #each(). |
