From 17d56478a5ba310d3753283129faa5dcdf36be51 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 21 Oct 2004 15:21:08 +0000 Subject: * string.c (rb_str_include): should not treat char as negative value. [ruby-dev:24558] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b07a00ad..d110a8f39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 22 00:20:33 2004 Nobuyoshi Nakada + + * string.c (rb_str_include): should not treat char as negative value. + [ruby-dev:24558] + Thu Oct 21 19:06:15 2004 GOTOU Yuuzou * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io): -- cgit