diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-24 06:32:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-24 06:32:40 +0000 |
| commit | 4a70a618b00908b1e85947f76b876d2b0d247806 (patch) | |
| tree | 8f1daa6a0398c741cf9ba4bdc670b8d2a855bd98 /ChangeLog | |
| parent | 9ceb358711a1e85ffec60f8a4d4894c35adb62a0 (diff) | |
| download | ruby-4a70a618b00908b1e85947f76b876d2b0d247806.tar.gz ruby-4a70a618b00908b1e85947f76b876d2b0d247806.tar.xz ruby-4a70a618b00908b1e85947f76b876d2b0d247806.zip | |
* eval.c (call_trace_func): restore source file/line, as trace
function installed in required library with -r option can be
called while parsing. (ruby-bugs:PR#372)
* eval.c (module_setup): unused variable. [ruby-core:00358]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Aug 24 15:32:16 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * eval.c (call_trace_func): restore source file/line, as trace + function installed in required library with -r option can be + called while parsing. (ruby-bugs:PR#372) + + * eval.c (module_setup): unused variable. [ruby-core:00358] + Sat Aug 24 13:57:28 2002 Tanaka Akira <akr@m17n.org> * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness. |
