From d61fb30fa11051cf305f87030c15b8341d5132b6 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 May 2005 23:08:47 +0000 Subject: * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815] * re.c should include regint.h for declarations of oniguruma functions. [ruby-core:04815] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a88005024..0a828399d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 6 08:08:37 2005 Nobuyoshi Nakada + + * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815] + + * re.c should include regint.h for declarations of oniguruma + functions. [ruby-core:04815] + Sun May 1 09:15:17 2005 Nobuyoshi Nakada * ruby.c (process_sflag): replace '-' in variable names with '_'. -- cgit