From 88eff548884a3e74635b207c9c8ba0e701c020f9 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 27 Jul 2001 09:12:12 +0000 Subject: * eval.c (rb_provided): extension should be guessed using rb_find_file_noext(). * eval.c (rb_f_require): should call rb_feature_p() after extension completion. * eval.c (rb_eval): add CHECK_INTS before next, redo, retry to avoid potential uninterruptable infinite loop. * file.c (rb_file_s_expand_path): use CharNext() to expand. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 008794b6e..b66e9f2e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,40 @@ +Fri Jul 27 18:07:27 2001 Yukihiro Matsumoto + + * eval.c (rb_provided): extension should be guessed using + rb_find_file_noext(). + + * eval.c (rb_f_require): should call rb_feature_p() after + extension completion. + +Fri Jul 27 16:25:52 2001 Yukihiro Matsumoto + + * eval.c (rb_eval): add CHECK_INTS before next, redo, retry to + avoid potential uninterruptable infinite loop. + Thu Jul 26 11:27:12 2001 WATANABE Hirofumi * file.c (rb_find_file_noext, rb_find_file): fix tilde expansion problem. +Wed Jul 25 17:54:20 2001 Yukihiro Matsumoto + + * file.c (rb_file_s_expand_path): use CharNext() to expand. + Wed Jul 25 17:16:26 2001 Akinori MUSHA * intern.h: add some missing function prototypes. +Wed Jul 25 15:50:05 2001 Guy Decoux + + * file.c (rb_file_s_expand_path): should not expand "." and ".." + not following dirsep. + +Wed Jul 25 12:15:32 2001 WATANABE Hirofumi + + * file.c (rb_find_file_noext): should update f by expanded path. + + * file.c (rb_find_file): ditto. + Tue Jul 24 23:10:47 2001 Nobuyoshi.Nakada * file.c (strrdirsep): multi-byte pathname and DOSish separater -- cgit