From 46eea445ed3c026791af6775eb19b5a2eec04ffc Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 1 Jun 2006 07:18:12 +0000 Subject: * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success if the length of the cwd is longer than MAX_PATH. fixed [ruby-list:42335] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b2a8b8fc..0420366a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 1 16:14:41 2006 NAKAMURA Usaku + + * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success + if the length of the cwd is longer than MAX_PATH. + fixed [ruby-list:42335] + Thu Jun 1 11:29:14 2006 NAKAMURA Usaku * win32/win32.c (rb_w32_getcwd): set errno if not set. -- cgit