From dab45505cea9de7936252dd83e521be2a6dbca9c Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 14 Sep 2004 08:01:55 +0000 Subject: * ext/tcltklib/tcltklib.c: fix SEGV * ext/tk/lib/multi-tk.rb: improve safe-level handling of argument proc * ext/tk/sample/multi-ip_sample.rb: rename of old 'safe-tk.rb' * ext/tk/sample/safe-tk.rb: new sample script git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/tk/MANIFEST') diff --git a/ext/tk/MANIFEST b/ext/tk/MANIFEST index efcb81bab..158c8dd5b 100644 --- a/ext/tk/MANIFEST +++ b/ext/tk/MANIFEST @@ -267,6 +267,7 @@ sample/encstr_usage.rb sample/iso2022-kr.txt sample/menubar1.rb sample/menubar2.rb +sample/multi-ip_sample.rb sample/optobj_sample.rb sample/propagate.rb sample/remote-ip_sample.rb -- cgit