From ee3ba0889dc6ee335ca05e0543ef9f4c1cb8e514 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 10 Dec 2002 08:32:54 +0000 Subject: * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f957e36cf..e3f3789b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 10 17:30:35 2002 Tanaka Akira + + * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence. + Tue Dec 10 12:01:15 2002 Nobuyoshi Nakada * eval.c (mnew): original class of method defined in module should -- cgit