diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-18 16:28:40 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-18 16:28:40 +0000 |
| commit | 3c3abf8d9e4d3069a1388f811002bdb343d5e3c6 (patch) | |
| tree | 75fa1da685a76f8793f3d0b1646d5489fa88d095 /ChangeLog | |
| parent | e593a6a8bd487f51463906f8c8d678e726867fa5 (diff) | |
| download | ruby-3c3abf8d9e4d3069a1388f811002bdb343d5e3c6.tar.gz ruby-3c3abf8d9e4d3069a1388f811002bdb343d5e3c6.tar.xz ruby-3c3abf8d9e4d3069a1388f811002bdb343d5e3c6.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -2,10 +2,24 @@ Mon Sep 18 17:46:11 2000 Yukihiro Matsumoto <matz@ruby-lang.org> * stable version 1.6.0 released. +Tue Sep 19 01:14:56 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_provide): better feature handling. + + * eval.c (rb_f_require): loading ruby library may be partial + state. checks in rb_thread_loading is integrated. + + * eval.c (rb_provided): better thread awareness. + + * lib/irb/frame.rb: 6 (not 5) parameters for trace_func proc. + + * eval.c (error_print): should print error position even if + get_backtrace() failed. + Sat Sep 16 03:29:59 2000 Yukihiro Matsumoto <matz@ruby-lang.org> - * eval.c (rb_f_require): rb_provided() called too early; does not - work well with threads. + * eval.c (rb_f_require): rb_provided() was called too early; does + not work well with threads. * parse.y (ensure): should distinguish empty ensure and non existing ensure. |
