* NEWS: Add the description that IO#seek supports SEEK_DATA
and SEEK_HOLE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0f0b60ea86
commit
038596b6da
@ -1,3 +1,8 @@
|
|||||||
|
Sat Aug 3 00:12:00 2013 Masaki Matsushita <glass.saga@gmail.com>
|
||||||
|
|
||||||
|
* NEWS: Add the description that IO#seek supports SEEK_DATA
|
||||||
|
and SEEK_HOLE.
|
||||||
|
|
||||||
Fri Aug 2 23:57:57 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
Fri Aug 2 23:57:57 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* vm.c (m_core_define_method, m_core_define_singleton_method): now
|
* vm.c (m_core_define_method, m_core_define_singleton_method): now
|
||||||
|
3
NEWS
3
NEWS
@ -30,7 +30,8 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* IO
|
* IO
|
||||||
* extended methods:
|
* extended methods:
|
||||||
* IO#seek accepts symbols (:CUR, :END, :SET) for 2nd argument.
|
* IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
|
||||||
|
* IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
|
||||||
|
|
||||||
* Kernel
|
* Kernel
|
||||||
* New methods:
|
* New methods:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user