From 4c78e0d25fe147710d27718cb8d9030d4bfdfea1 Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 16 Oct 2003 14:53:47 +0000 Subject: If $DEBUG == true and some exception is caused in a callback operation, Ruby/Tk shows a (verbose) backtrace information on the callback process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59bfaddc1..5e79eb0dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 16 23:51:04 2003 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: If $DEBUG == true and some exception is caused + in a callback operation, Ruby/Tk shows a (verbose) backtrace + information on the callback process. + Thu Oct 16 16:54:57 2003 Yukihiro Matsumoto * string.c (rb_str_upto): ("a"..."a").to_a should return []. -- cgit