From 92f480254b9c33907f92c74ad195327cfda2ed6f Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 18 Dec 2007 13:37:10 +0000 Subject: * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb, test/rss/rss-assertions.rb, test/rss/test_atom.rb: use pack/unpack("m") instead of base64 library. * lib/webrick/httpproxy.rb: use delete("\n") instead of chomp/chop because the result of pack("m") might be multi-line. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8dbfd244c..394d67968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Dec 18 22:11:50 2007 GOTOU Yuuzou + + * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb, + test/rss/rss-assertions.rb, test/rss/test_atom.rb: use + pack/unpack("m") instead of base64 library. + + * lib/webrick/httpproxy.rb: use delete("\n") instead of chomp/chop + because the result of pack("m") might be multi-line. + Tue Dec 18 22:12:35 2007 Koichi Sasada * insnhelper.ci, vm.c: rewrite sp manipulation around method/block -- cgit