summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-24 06:32:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-24 06:32:40 +0000
commit4a70a618b00908b1e85947f76b876d2b0d247806 (patch)
tree8f1daa6a0398c741cf9ba4bdc670b8d2a855bd98 /ChangeLog
parent9ceb358711a1e85ffec60f8a4d4894c35adb62a0 (diff)
downloadruby-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 203d12663..e7e7a3950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.