From 361be96e52a2982e5ab1c061efa73fd152446cfd Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 2 Oct 2001 10:36:34 +0000 Subject: * lib/ftools.rb (catname): allow trailing '/' for the destination. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9055093b2..bbc536d74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 2 19:12:47 2001 WATANABE Hirofumi + + * lib/ftools.rb (catname): allow trailing '/' for the destination. + Tue Oct 2 08:04:52 2001 Nobuyoshi Nakada * marshal.c (r_object): TYPE_UCLASS check should be inversed. -- cgit