From 82ba5974c4c1d9ddd6b7374a1efdcd4d4cf7eff6 Mon Sep 17 00:00:00 2001 From: nagai Date: Sat, 11 Sep 2004 17:45:53 +0000 Subject: * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit= * ext/tk/lib/multi-tk.rb: ditto. * ext/tk/lib/remote-tk.rb: ditto. * ext/tcltklib/MANUAL.euc: ditto. * ext/tcltklib/MANUAL.eng: ditto. * ext/tcltklib/tcltklib.c: fix some reasons of SEGV * ext/tk/tkutil.c: ditto. * ext/tk/lib/multi-tk.rb: ditto. * ext/tk/lib/tk/timer.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7a6141841..5d95ebbf94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Sun Sep 12 02:41:58 2004 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and + allow_ruby_exit= + + * ext/tk/lib/multi-tk.rb: ditto. + + * ext/tk/lib/remote-tk.rb: ditto. + + * ext/tcltklib/MANUAL.euc: ditto. + + * ext/tcltklib/MANUAL.eng: ditto. + + * ext/tcltklib/tcltklib.c: fix some reasons of SEGV + + * ext/tk/tkutil.c: ditto. + + * ext/tk/lib/multi-tk.rb: ditto. + + * ext/tk/lib/tk/timer.rb: ditto. + Sat Sep 11 16:09:46 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb: Fix up cross-file class merging. -- cgit v1.2.3