summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-10 10:06:20 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-10 10:06:20 +0000
commite9c20dacbffe6372b6df9627b698bdff1c9642d0 (patch)
treeb380bdb991d8f5e4e67cef76fd92ddfed88c79db /ChangeLog
parent82e28c6b959c11603612a044664c11ed57b0ffdc (diff)
* parse.y (gettable): should freeze __FILE__ string(__LINE__ is Fixnum).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a67d2095..51f007fe08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Dec 10 01:06:56 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
- * parse.y (gettable): should freeze __LINE__ string.
+ * parse.y (gettable): should freeze __FILE__ string.
Sun Dec 9 23:00:54 2001 Keiju Ishitsuka <keiju@ishitsuka.com>
* matrix.rb: Vector#* bug. reported from Massimiliano Mirra