From 09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Mar 2002 09:03:11 +0000 Subject: * 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 --- doc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/NEWS') diff --git a/doc/NEWS b/doc/NEWS index 3fedf52c3..ca0b2c29d 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,11 @@ +: IO + + 64bit off_t support by Janathan Baker. + +: abort() + + optional terminate message argument. + : iconv module Imported. Wrapper library of (({iconv})). -- cgit