From cf7c10ea3d71cd3ca7ffa4c54848506878fba5be Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 16 Nov 2003 04:34:05 +0000 Subject: * eval.c (eval): prepend error position in evaluating string to "mesg" attribute string only when it's available and is a string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac9ed5c99..0648bd18a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Nov 16 13:26:07 2003 Yukihiro Matsumoto + + * eval.c (eval): prepend error position in evaluating string to + "mesg" attribute string only when it's available and is a + string. + Sun Nov 16 12:16:10 2003 Minero Aoki * lib/net/protocol.rb: logging response body. [experimental] -- cgit