diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-19 09:03:11 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-19 09:03:11 +0000 |
| commit | 09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4 (patch) | |
| tree | 23aee851c864b85cc51a60cd34e8dc4d2f700d13 /ChangeLog | |
| parent | 513f873d17bedf7f90e1cc2ae8f0ae63f9d23d8e (diff) | |
| download | ruby-09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4.tar.gz ruby-09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4.tar.xz ruby-09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4.zip | |
* re.c (rb_reg_search): should clear last_match if pos is out of
string range.
* string.c (rb_str_index_m): ditto.
* string.c (rb_str_rindex): ditto.
* class.c (rb_define_class): should handle autoload.
* class.c (rb_define_module): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -63,6 +63,15 @@ Sat Mar 16 22:43:53 2002 WATANABE Hirofumi <eban@ruby-lang.org> * missing/fileblocks.c: add for autoconf. +Sat Mar 16 15:30:40 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * re.c (rb_reg_search): should clear last_match if pos is out of + string range. + + * string.c (rb_str_index_m): ditto. + + * string.c (rb_str_rindex): ditto. + Sat Mar 16 09:04:58 2002 Koji Arai <JCA02266@nifty.ne.jp> * enum.c (enum_inject): use the first iterated element as the @@ -96,6 +105,12 @@ Thu Mar 14 22:17:45 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * ext/iconv: imported. +Thu Mar 14 16:42:37 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * class.c (rb_define_class): should handle autoload. + + * class.c (rb_define_module): ditto. + Thu Mar 14 16:18:12 2002 WATANABE Hirofumi <eban@ruby-lang.org> * configure.in: autoconf 2.53 support. use AC_LIBOBJ. |
