From e6db0123e26543149f429c63ff7e91f2d9d8bbd3 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Oct 2005 08:19:20 +0000 Subject: * string.c (scan_once): wrong condition to use mbclen2(). [ruby-dev:27535] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 933ab03ba..7f49e9925 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 27 16:45:31 2005 Yukihiro Matsumoto + + * string.c (scan_once): wrong condition to use mbclen2(). + [ruby-dev:27535] + Wed Oct 26 09:27:27 2005 Hirokazu Yamamoto * ext/syck/implicit.c (syck_type_id_to_uri): should return -- cgit