diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,12 +1,40 @@ +Fri Jul 27 18:07:27 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> + + * 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 <eban@ruby-lang.org> * file.c (rb_find_file_noext, rb_find_file): fix tilde expansion problem. +Wed Jul 25 17:54:20 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * file.c (rb_file_s_expand_path): use CharNext() to expand. + Wed Jul 25 17:16:26 2001 Akinori MUSHA <knu@iDaemons.org> * intern.h: add some missing function prototypes. +Wed Jul 25 15:50:05 2001 Guy Decoux <decoux@moulon.inra.fr> + + * file.c (rb_file_s_expand_path): should not expand "." and ".." + not following dirsep. + +Wed Jul 25 12:15:32 2001 WATANABE Hirofumi <eban@ruby-lang.org> + + * 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 <nobu.nakada@nifty.ne.jp> * file.c (strrdirsep): multi-byte pathname and DOSish separater |
