diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-22 12:52:18 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-22 12:52:18 +0000 |
| commit | b821c792258fc81e065e3b28e08d2669ed45c28b (patch) | |
| tree | e139ff6c1bb02c3cfda4d5fa224f6b88c5b898f3 /ChangeLog | |
| parent | aa3209a0272b0eabde6283eac6fc8f60577e763b (diff) | |
* eval.c (call_trace_func): should not call trace function while
compilation.
* eval.c (rb_call0): also inside c-func.
* parse.y (yycompile): ditto.
* ruby.c (require_libraries): preserve source file/line for each
require.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sun Sep 22 21:49:42 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * eval.c (call_trace_func): should not call trace function while + compilation. + + * eval.c (rb_call0): also inside c-func. + + * parse.y (yycompile): ditto. + + * ruby.c (require_libraries): preserve source file/line for each + require. + Sat Sep 21 22:23:41 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * eval.c (rb_thread_raise): no need to save dead thread context. |
