From c8a112e75e66dc757bb1964df3380b182b251f34 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 18 Dec 2004 06:17:33 +0000 Subject: * lib/webrick/httpauth.rb, lib/webrick/httpauth/{basicauth.rb,digestauth.rb}: use pack/unpack-template char "m" instead of lib/base64.rb to do base64 encoding/decoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31745a5fe..35ae55199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Dec 18 15:16:41 2004 NAKAMURA, Hiroshi + + * lib/webrick/httpauth.rb, + lib/webrick/httpauth/{basicauth.rb,digestauth.rb}: use + pack/unpack-template char "m" instead of lib/base64.rb to do base64 + encoding/decoding. + Sat Dec 18 10:51:01 2004 Yukihiro Matsumoto * dir.c (dir_open_dir): new function. [ruby-dev:25242] -- cgit