From 8cffb643507650d238c1cdc1e36a6a769ece8cb8 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Feb 2003 09:11:05 +0000 Subject: * file.c (file_expand_path): should not upward beyond share name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6650b0a0e..ba37bfd1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 20 18:11:01 2003 Nobuyoshi Nakada + + * file.c (file_expand_path): should not upward beyond share name. + Thu Feb 20 15:45:33 2003 WATANABE Hirofumi * missing.h (strtoul): fix prototype of strtoul. -- cgit