From 3b359789b92085ea0d1a2231b3d8ef279be9b63d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 25 Jan 2002 08:23:34 +0000 Subject: * class.c (rb_include_module): detect cyclic module inclusion. * eval.c (rb_thread_schedule): should check time only if BOTH WAIT_SELECT and WAIT_TIME. * string.c (rb_str_split_m): no need to consider KANJI characters, if the length of separator is 1 (byte). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e6f41a326..58d1f762c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Jan 25 17:16:23 2002 Yukihiro Matsumoto + + * class.c (rb_include_module): detect cyclic module inclusion. + +Fri Jan 25 02:17:56 2002 Yukihiro Matsumoto + + * eval.c (rb_thread_schedule): should check time only if BOTH + WAIT_SELECT and WAIT_TIME. + +Thu Jan 24 05:42:01 2002 Koji Arai + + * string.c (rb_str_split_m): no need to consider KANJI + characters, if the length of separator is 1 (byte) + Wed Jan 23 13:27:44 2002 Nobuyoshi Nakada * eval.c (rb_yield_0): restore source file/line after yield. -- cgit v1.2.3