From 4a7a77b72d749c709d9e5b9a5b28dadeea3cdae6 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 23 Apr 2004 05:22:25 +0000 Subject: * lib/resolv.rb: don't use Regexp#source to embed regexps. [ruby-dev:23432] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index df934bc08..6252d96db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 23 14:14:38 2004 Tanaka Akira + + * lib/resolv.rb: don't use Regexp#source to embed regexps. + [ruby-dev:23432] + Thu Apr 22 04:15:36 2004 Nobuyoshi Nakada * parse.y (aref_args): should pass expanded list. [ruby-core:02793] @@ -9,6 +14,7 @@ Wed Apr 21 22:57:27 2004 Masatoshi SEKI Wed Apr 21 20:05:00 2004 Tanaka Akira * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly. + [ruby-list:39542] Mon Apr 19 08:19:58 2004 Doug Kearns -- cgit