diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-27 09:12:12 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-27 09:12:12 +0000 |
| commit | 88eff548884a3e74635b207c9c8ba0e701c020f9 (patch) | |
| tree | 289c8c48ee23c65aeac5a2983433c47cdee08f41 /ChangeLog | |
| parent | 5f6eb4b708690fabc929745ee5f17dcbbac4bf9a (diff) | |
| download | ruby-88eff548884a3e74635b207c9c8ba0e701c020f9.tar.gz ruby-88eff548884a3e74635b207c9c8ba0e701c020f9.tar.xz ruby-88eff548884a3e74635b207c9c8ba0e701c020f9.zip | |
* 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
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 |
