From 16d0d4f7b16524aa59fbf6323f4785a99a2037d7 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 4 Dec 2008 08:54:47 +0000 Subject: merges r20460 from trunk into ruby_1_9_1. * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must not access internal union directly. [ruby-list:45670] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89a37448c..8f6998926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 3 14:48:52 2008 Nobuyoshi Nakada + + * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must + not access internal union directly. [ruby-list:45670] + Wed Dec 3 12:24:08 2008 Nobuyoshi Nakada * io.c (rb_io_getc, rb_io_readchar): documentation correction from -- cgit