diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-11 06:29:16 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-11 06:29:16 +0000 |
| commit | 370612370973110963075ab6a8a08a7558b9761c (patch) | |
| tree | 5b16a6e87ee2915c89357e9f15b3d0b1a21b8d93 /ChangeLog | |
| parent | 79e755892ab74bb81842c0a62d8efd9d02bbd870 (diff) | |
| download | ruby-370612370973110963075ab6a8a08a7558b9761c.tar.gz ruby-370612370973110963075ab6a8a08a7558b9761c.tar.xz ruby-370612370973110963075ab6a8a08a7558b9761c.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,6 +4,17 @@ Wed Oct 11 14:29:51 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp> * lib/net/http.rb: code refining. +Wed Oct 11 11:13:03 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (primary): setter method (e.g. foo=) should always be + public. + + * eval.c (rb_thread_raise): should not raise SecurityError if + exception raised by the interpreter. + + * eval.c (rb_thread_cleanup): skip all THREAD_KILLED threads + before FOREACH_THREAD. + Tue Oct 10 16:11:54 2000 WATANABE Hirofumi <eban@ruby-lang.org> * dln.c (dln_load): remove unused code for cygwin. |
