From 809be8840573a6b2250404d7c71b7d9446b7ce01 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 14 Sep 2004 08:01:55 +0000 Subject: * ext/tcltklib/tcltklib.c: fix SEGV * ext/tk/lib/multi-tk.rb: improve safe-level handling of argument proc * ext/tk/sample/multi-ip_sample.rb: rename of old 'safe-tk.rb' * ext/tk/sample/safe-tk.rb: new sample script git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a5faffc2f..2a8ac6fc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 14 16:59:37 2004 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c: fix SEGV + + * ext/tk/lib/multi-tk.rb: improve safe-level handling of argument proc + + * ext/tk/sample/multi-ip_sample.rb: rename of old 'safe-tk.rb' + + * ext/tk/sample/safe-tk.rb: new sample script + Mon Sep 13 21:33:40 2004 GOTOU Yuuzou * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional -- cgit