From 7239111ef5384ff9bde6139ba11c05e387dcb9b6 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 21 May 2015 09:01:44 +0000 Subject: * iseq.c: constify. * iseq.h: ditto. * method.h: ditto. * proc.c: ditto. * vm_method.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c727aa95bc..bc242004fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu May 21 18:00:19 2015 Koichi Sasada + + * iseq.c: constify. + + * iseq.h: ditto. + + * method.h: ditto. + + * proc.c: ditto. + + * vm_method.c: ditto. + Thu May 21 17:44:53 2015 Koichi Sasada * proc.c: fix issues caused by binding created from Method#to_proc. -- cgit v1.2.3