From b8c68faced9145671b8ee0cae85a531cc88ab334 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 28 Oct 2009 06:06:10 +0000 Subject: * encoding.c (get_filesystem_encoding): add Encoding.filesystem_encoding [ruby-dev:39546] also see [ruby-core:25959] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdd03b135..4ef00b469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +Wed Oct 28 14:24:45 2009 NARUSE, Yui + + * encoding.c (get_filesystem_encoding): + add Encoding.filesystem_encoding [ruby-dev:39546] + also see [ruby-core:25959] + Wed Oct 28 14:51:31 2009 Nobuyoshi Nakada * ext/etc/etc.c (etc_each_group): fixed typo. + Wed Oct 28 13:02:10 2009 Shugo Maeda * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true. -- cgit