From f010902351aa332342761d2a0701ea32c0879510 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Sep 2005 15:02:46 +0000 Subject: * file.c (apply2files): stricter callback definition. * file.c (rb_path_check): constified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d76a3a6d..e64465862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 13 00:02:33 2005 Nobuyoshi Nakada + + * file.c (apply2files): stricter callback definition. + + * file.c (rb_path_check): constified. + Mon Sep 12 20:53:06 2005 GOTOU Yuuzou * test/openssl/test_pkcs7.rb (test_enveloped): skip this test -- cgit