diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-11 20:27:07 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-11 20:27:07 +0000 |
commit | 024023d6227739c3fb0cd61434ac86cebd75bfc8 (patch) | |
tree | 25da79425be444a6fe8baa485c701f90034a1561 /ChangeLog | |
parent | 982d734c959248e273579b09c6c7b147e8fb5d5f (diff) | |
download | ruby-024023d6227739c3fb0cd61434ac86cebd75bfc8.tar.gz ruby-024023d6227739c3fb0cd61434ac86cebd75bfc8.tar.xz ruby-024023d6227739c3fb0cd61434ac86cebd75bfc8.zip |
* configure.in (RUBY_CHECK_HUGE): checks whether a value range is
larger than long.
* file.c (rb_stat_blocks): struct stat.st_blocks may be larger
than long.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -Thu Mar 12 05:22:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> +Thu Mar 12 05:27:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (RUBY_CHECK_HUGE): checks whether a value range is + larger than long. + + * file.c (rb_stat_blocks): struct stat.st_blocks may be larger + than long. * io.c (copy_stream_fallback_body): off_t may be larger than long. |