diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-15 10:15:41 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-15 10:15:41 +0000 |
commit | 356a958154e08b232468ab90e6a852e861a0396c (patch) | |
tree | e170278b00596671d8332972a30c58ef76cfc2ea /ChangeLog | |
parent | b862aa9e4abcf5a9fdcc97d5809085d46e05cc39 (diff) |
merge revision(s) 15477:
* configure.in (ftruncate): check if available.
* file.c (rb_file_truncate): check if ftruncate instead of truncate.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Jun 15 19:13:46 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (ftruncate): check if available. + + * file.c (rb_file_truncate): check if ftruncate instead of truncate. + Sun Jun 15 19:02:46 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (sigsetmask): check when signal semantics is not POSIX. |