From b40279cf9fcb8c1657e5f5514a32eeb6889752a2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Oct 2009 08:57:33 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@25411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b43e1ba1..91453f2cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 20 17:57:31 2009 Nobuyoshi Nakada + + * 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 * include/ruby/win32.h (finite, scalb): inline'ed non-standard -- cgit