From e22db0e50db0ff719be1f4caf6a1df9da6d11398 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: http://svn.ruby-lang.org/repos/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 eb1357e88..ea99d2382 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