From 6f0fdbc1c6d9035aebc01d203eae44316d3f87f2 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 11 Apr 2005 11:13:43 +0000 Subject: * ext/tcltklib/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exit on Tcl/Tk8.3.x. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0a598bb36..83d40e701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 11 20:11:06 2005 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV + when exit on Tcl/Tk8.3.x. + Mon Apr 11 15:26:25 2005 NAKAMURA Usaku * lib/mkmf.rb (configuration): shouldn't output hdrdir twice. -- cgit