diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-25 01:26:49 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-25 01:26:49 +0000 |
| commit | e5cb074c877de2ca8b6d3824aed298ae55f2bfcd (patch) | |
| tree | 677c16fcb569dd464a4a210a5f4c183573c3d971 /ChangeLog | |
| parent | 01c1f761566442c7dc9ed0bcc8fc54e7a8e91bdb (diff) | |
| download | ruby-e5cb074c877de2ca8b6d3824aed298ae55f2bfcd.tar.gz ruby-e5cb074c877de2ca8b6d3824aed298ae55f2bfcd.tar.xz ruby-e5cb074c877de2ca8b6d3824aed298ae55f2bfcd.zip | |
* io.c (read_all): [ruby-dev:24955]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,10 @@ Thu Nov 25 10:14:26 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806] +Thu Nov 25 07:59:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (read_all): [ruby-dev:24955] + Wed Nov 24 01:01:31 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (io_read): [ruby-dev:24952] @@ -706,6 +710,16 @@ Mon Oct 18 15:58:01 2004 NAKAMURA Usaku <usa@ruby-lang.org> * range.c (range_step, range_each): need cast. +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] + +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> * file.c (rb_file_truncate): discard read buffer before truncation. |
