From 072b62608b588e0c80487c56096daa6acc6ddc1e Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 6 Feb 2003 09:56:13 +0000 Subject: * lib/fileutils.rb: new method FileUtils.pwd. * lib/fileutils.rb: default label is ''. * lib/fileutils.rb: using module_eval again, to avoid ruby's bug. * lib/fileutils.rb: fix wrong examples in rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26d2d10e2..4ca02ddf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 6 19:01:32 2003 Minero Aoki + + * lib/fileutils.rb: new method FileUtils.pwd. + + * lib/fileutils.rb: default label is ''. + + * lib/fileutils.rb: using module_eval again, to avoid ruby's bug. + + * lib/fileutils.rb: fix wrong examples in rdoc. + Thu Feb 6 17:43:56 2003 Yukihiro Matsumoto * lib/complex.rb (Complex#==): should not raise error by type -- cgit