From 4386abd7961c6ead1a5e5c4d3384f1fce23a6cfe Mon Sep 17 00:00:00 2001 From: ksaito Date: Sun, 13 Feb 2005 02:58:58 +0000 Subject: * regparse.c (type_cclass_hash): (Thanks Nobu) fixed overrun. ([ruby-dev:25676]). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e5673435..b2d3ef804 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 13 11:38:40 2005 Kazuo Saito + + * regparse.c (type_cclass_hash): (Thanks Nobu) fixed + overrun. ([ruby-dev:25676]). + Sun Feb 13 10:53:08 2005 Kazuo Saito * oniggnu.h, oniguruma.h, regcomp.c, st.c: imported -- cgit