From 8485eeaaaaf26bfc367a0f11572ae33f7830d775 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Feb 2001 09:15:27 +0000 Subject: * string.c (rb_str_substr): "a"[1,2] should return ""; need rubicon upgrade. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d1bf4dda..02a440fc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Feb 19 17:46:37 2001 Yukihiro Matsumoto + + * string.c (rb_str_substr): "a"[1,2] should return ""; need + rubicon upgrade. + +Mon Feb 19 12:10:36 2001 Triet H. Lai + + * error.c (endif): new function to give warning with strerror() + message. + + * dir.c (rb_glob_helper): better error handling, along with + performance tune. + Mon Feb 19 01:55:43 2001 Yukihiro Matsumoto * eval.c (secure_visibility): visibility check for untainted modules. -- cgit