From 0a7785431c05d6b1854af94465f49c6b6d27a304 Mon Sep 17 00:00:00 2001 From: glass Date: Sun, 28 Jul 2013 04:06:14 +0000 Subject: * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE. These are whences for lseek(2) supported by Linux since version 3.1. [ruby-core:56123] [Feature #8671] * test/ruby/test_io.rb: Add tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3643af52ed..98690cc681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 28 13:04:39 2013 Masaki Matsushita + + * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE. + These are whences for lseek(2) supported by Linux since version 3.1. + [ruby-core:56123] [Feature #8671] + + * test/ruby/test_io.rb: Add tests for above. + Sun Jul 28 12:41:39 2013 Tanaka Akira * bignum.c (absint_numwords_generic): The char_bit variable changed -- cgit v1.2.3