diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-18 08:43:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-18 08:43:14 +0000 |
| commit | 4388b897db0ad4945640191c3050e1436c902e81 (patch) | |
| tree | 83fdd95738b0470346716b47dcb3ffdac299764a /ChangeLog | |
| parent | 6b06917aa49c9d0cbba5f0019d8db8c9d1738ff1 (diff) | |
* io.c (rb_io_s_read): new method to call IO#read from
pathname. In addition, it accepts third optional argument to
specify starting point.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Thu Jan 18 04:28:14 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_s_read): new method to call IO#read from + pathname. In addition, it accepts third optional argument to + specify starting point. + Wed Jan 17 13:28:26 2001 WATANABE Hirofumi <eban@ruby-lang.org> * configure.in: remove DEFS definition. @@ -15,7 +21,8 @@ Tue Jan 16 17:00:50 2001 Minero Aoki <aamine@dp.u-netsurf.ne.jp> Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * pack.c (pack_unpack): should check associated pointer packed by - pack("P"). restriction added. + pack("P"). Thus pointers can be retrieved only from pointer + packed strings. restriction added. Sun Jan 14 21:49:28 2001 Koji Arai <JCA02266@nifty.ne.jp> |
