From 66775913072f6759aecda62e61cbda523aa9b61b Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 28 Sep 2006 11:54:37 +0000 Subject: * lib/tmpdir.rb: use return value of getdir.call for length. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30168505f..da6424f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 28 20:53:16 2006 NAKAMURA Usaku + + * lib/tmpdir.rb: use return value of getdir.call for length. + Wed Sep 27 01:04:49 2006 Nobuyoshi Nakada * lib/mkmf.rb (try_func): check function pointer first and macro next. -- cgit