From 64fdfc4169c3fd6f8bca3474e16dddb86cb8460c Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 30 Jan 2009 12:50:55 +0000 Subject: * lib/pathname.rb (Pathname#realdirpath): new method. [ruby-dev:36290] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 837aa99d9..7e8893fde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 30 21:49:32 2009 Tanaka Akira + + * lib/pathname.rb (Pathname#realdirpath): new method. + [ruby-dev:36290] + Fri Jan 30 18:04:23 2009 NAKAMURA Usaku * win32/win32.c (rb_w32_write): limit write size to 32KB if the file -- cgit