1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

descriptions.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-11-25 02:24:02 +00:00
parent 7d783091a2
commit a460a366f8

View file

@ -4,11 +4,13 @@ Thu Nov 25 10:14:26 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Nov 25 07:59:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org> Thu Nov 25 07:59:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (read_all): [ruby-dev:24955] * io.c (read_all): stringify non-nil buffer argument, and always
taint the result. [ruby-dev:24955]
Wed Nov 24 01:01:31 2004 Yukihiro Matsumoto <matz@ruby-lang.org> Wed Nov 24 01:01:31 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (io_read): [ruby-dev:24952] * io.c (io_read): integer conversion should be prior to
GetOpenFile(). [ruby-dev:24952]
* configure.in, io.c: cancel [ ruby-Patches-1074 ]. * configure.in, io.c: cancel [ ruby-Patches-1074 ].
@ -18,7 +20,8 @@ Tue Nov 23 08:09:50 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
Tue Nov 23 02:00:21 2004 Yukihiro Matsumoto <matz@ruby-lang.org> Tue Nov 23 02:00:21 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* file.c (rb_file_chown): [ruby-dev:24949] * file.c (rb_file_chown): integer conversion should be prior to
GetOpenFile(). [ruby-dev:24949]
Tue Nov 23 00:10:48 2004 Yukihiro Matsumoto <matz@ruby-lang.org> Tue Nov 23 00:10:48 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
@ -715,11 +718,6 @@ Fri Oct 29 16:34:19 2004 Daiki Ueno <ueno@unixuser.org>
* misc/ruby-mode.el (ruby-parse-partial): Parse the rest of the * misc/ruby-mode.el (ruby-parse-partial): Parse the rest of the
line after opening heredoc identifier. [ruby-dev:24635] line after opening heredoc identifier. [ruby-dev:24635]
Fri Oct 29 16:34:19 2004 Daiki Ueno <ueno@unixuser.org>
* misc/ruby-mode.el (ruby-parse-partial): Parse the rest of the
line after opening heredoc identifier. [ruby-dev:24635]
Mon Oct 18 07:26:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> Mon Oct 18 07:26:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_truncate): discard read buffer before truncation. * file.c (rb_file_truncate): discard read buffer before truncation.