diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-25 01:58:31 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-25 01:58:31 +0000 |
| commit | aded3c95d5affe31100cb0549d613641fcbd80a7 (patch) | |
| tree | 1be95a2f4bce6dc5f0be7f378639937c926f77f8 /ChangeLog | |
| parent | 8ef384feb3d8f3fed95793f4b142742de0492133 (diff) | |
| download | ruby-aded3c95d5affe31100cb0549d613641fcbd80a7.tar.gz ruby-aded3c95d5affe31100cb0549d613641fcbd80a7.tar.xz ruby-aded3c95d5affe31100cb0549d613641fcbd80a7.zip | |
* configure.in: AC_PREREQ(2.53) [ruby-core:03800]
* io.c (read_all): [ruby-dev:24955]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Nov 25 07:59:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * configure.in: AC_PREREQ(2.53) [ruby-core:03800] + + * 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] @@ -786,6 +792,11 @@ Fri Oct 29 17:18:22 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 11:35:04 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (rb_parser_append_print, rb_parser_while_loop): body node |
