From 3e67076db01cbc53486e51f4b455220c9e4a3890 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 21 Dec 2003 07:28:59 +0000 Subject: lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in beginning of the argument. (Pathname#join): concatenate from the last argument. (Pathname#parent): just use Pathname#+. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb1357e880..ea99d23820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 21 16:25:10 2003 Tanaka Akira + + * lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in + beginning of the argument. + (Pathname#join): concatenate from the last argument. + (Pathname#parent): just use Pathname#+. + Sun Dec 21 00:12:37 2003 Hidetoshi NAGAI * ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list) -- cgit v1.2.3