ruby-changes:30286
From: glass <ko1@a...>
Date: Sat, 3 Aug 2013 00:13:52 +0900 (JST)
Subject: [ruby-changes:30286] glass:r42338 (trunk): * NEWS: Add the description that IO#seek supports SEEK_DATA
glass 2013-08-03 00:13:42 +0900 (Sat, 03 Aug 2013) New Revision: 42338 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42338 Log: * NEWS: Add the description that IO#seek supports SEEK_DATA and SEEK_HOLE. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 42337) +++ ChangeLog (revision 42338) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Aug 3 00:12:00 2013 Masaki Matsushita <glass.saga@g...> + + * NEWS: Add the description that IO#seek supports SEEK_DATA + and SEEK_HOLE. + Fri Aug 2 23:57:57 2013 NAKAMURA Usaku <usa@r...> * vm.c (m_core_define_method, m_core_define_singleton_method): now Index: NEWS =================================================================== --- NEWS (revision 42337) +++ NEWS (revision 42338) @@ -30,7 +30,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L30 * IO * 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 * New methods: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/