diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-11 05:43:19 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-11 05:43:19 +0000 |
commit | 87fb6fbcc9558255dc87cf22dd34e0b094ba4f35 (patch) | |
tree | 022280b645aa8506c1fb266caab0f2def961bd0e /ChangeLog | |
parent | 50bf2e550a6fb7cfa197d8429cf4a1e4f5e3e9c7 (diff) |
* marshal.c (r_object0): replace non-1.8 escapes directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ -Thu Feb 11 14:37:39 2010 Nobuyoshi Nakada <[email protected]> +Thu Feb 11 14:43:16 2010 Nobuyoshi Nakada <[email protected]> * marshal.c (r_object0): read sequentially since marshal source may not be possible to rewind. [ruby-dev:40386] + * marshal.c (r_object0): replace non-1.8 escapes directly. + Thu Feb 11 09:49:31 2010 Tanaka Akira <[email protected]> * lib/resolv.rb: fix [ruby-core:28144] reported by Hans de Graaff. |