From cd1cbfceea8d6b4fae8b3e9956b0c2442b6522d3 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 9 Jan 2001 08:04:39 +0000 Subject: * file.c (path_check_1): should restore modified path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c41b0e22a..3faef4be5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,10 @@ Mon Jan 8 21:24:37 2001 Yukihiro Matsumoto * bignum.c (bigdivrem): t2 might be too big for signed long; do not use rb_int2big(), but rb_uint2big(). +Mon Jan 8 21:35:10 2001 Guy Decoux + + * file.c (path_check_1): should restore modified path. + Mon Jan 8 03:09:58 2001 Yukihiro Matsumoto * error.c (rb_load_fail): new func to report LoadError. -- cgit