summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-27 05:28:00 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-27 05:28:00 +0000
commitcf06d8b20becccb7b5b8bcdbbad25ae239d83a40 (patch)
tree8fae71a5750ce9e904173dca72793f46da2652f5 /doc
parent24e4c9a0fbbbba11ee1d21f80fbe04ee334327bd (diff)
* io.c (rb_io_sysseek): new method based on a patch from Aristarkh
A Zagorodnikov <xm@bolotov-team.ru>. [new] * io.c (READ_DATA_PENDING): use !feof(fp) for default behavior. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 4f7e7b7548..9e8aad2cd7 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: IO#sysseek
+
+ Added.
+
: BigFloat
Imported courtesy of Shigeo Kobayashi. Variable precision extension