From 3c87de9447266cee23052d1e486da73429307b44 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 23 Apr 2004 07:40:50 +0000 Subject: * lib/pathname.rb: sync taint/freeze flag between a pathname object and its internal string object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 419ef8ccc..6747af66d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 23 16:38:46 2004 Tanaka Akira + + * lib/pathname.rb: sync taint/freeze flag between + a pathname object and its internal string object. + Fri Apr 23 14:52:08 2004 Nobuyoshi Nakada * parse.y (stmt, arg, aref_args): should not make sole splat into -- cgit