From 6facf92c611719f5cb1995fc19faeeae38bc2f0b Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 3 Dec 2003 18:51:23 +0000 Subject: * lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted. (Pathname#make_link, Pathname#make_symlink): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f290088c..03ecceb6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 4 03:48:59 2003 Tanaka Akira + + * lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted. + (Pathname#make_link, Pathname#make_symlink): new method. + Thu Dec 4 01:45:24 2003 Yukihiro Matsumoto * io.c (argf_read): should not terminate on empty string; wait -- cgit