summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-03 11:15:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-03 11:15:23 +0000
commit50bb8a8699f34884077cadc0383757536e2dc0cf (patch)
tree833e3461815bfef33c6b95c7ea9573f6a834c25d /ChangeLog
parent7c40d00ffa2680a3ba37d9345395eb1578c5d183 (diff)
* ext/tcltklib/tcltklib.c (invoke_queue_handler): make singleton
method object to run handler in separated safe level. * ext/tcltklib/tcltklib.c (ip_invoke): requires command name argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbbd0eee11..573a35e5db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 3 20:09:52 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * ext/tcltklib/tcltklib.c (invoke_queue_handler): make singleton
+ method object to run handler in separated safe level.
+
+ * ext/tcltklib/tcltklib.c (ip_invoke): requires command name
+ argument.
+
Wed Oct 2 13:03:58 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: set ac_cv_func_setitimer to "no" on Cygwin.