diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-14 08:01:55 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-14 08:01:55 +0000 |
| commit | dab45505cea9de7936252dd83e521be2a6dbca9c (patch) | |
| tree | c03f6e87505a81c12d1cd3fd7a50779fc705e995 /ChangeLog | |
| parent | 69013231df1ac93361b495a8902e00dcd0fa888c (diff) | |
| download | ruby-dab45505cea9de7936252dd83e521be2a6dbca9c.tar.gz ruby-dab45505cea9de7936252dd83e521be2a6dbca9c.tar.xz ruby-dab45505cea9de7936252dd83e521be2a6dbca9c.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Sep 14 16:59:37 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * 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 + Tue Sep 14 00:15:15 2004 WATANABE Hirofumi <eban@ruby-lang.org> * ext/zlib/zlib.c: backported from HEAD. |
