diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-20 08:57:33 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-20 08:57:33 +0000 |
commit | f25fd72a0a9e880b87d037b87d0554aa405eeef7 (patch) | |
tree | 861559455bbcb61ca6dec427201f52b5d1d4006e /ChangeLog | |
parent | a07dbf0ee912e9f93878a022cf6083d341e95aa9 (diff) |
* marshal.c (w_symbol, r_symreal): fixed the order of symbol and
its encoding modifier, in order to make the dump readable from
1.8. [ruby-dev:39515]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Oct 20 17:57:31 2009 Nobuyoshi Nakada <[email protected]> + + * marshal.c (w_symbol, r_symreal): fixed the order of symbol and + its encoding modifier, in order to make the dump readable from + 1.8. [ruby-dev:39515] + Tue Oct 20 16:41:18 2009 NAKAMURA Usaku <[email protected]> * include/ruby/win32.h (finite, scalb): inline'ed non-standard |