diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-17 14:58:57 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-17 14:58:57 +0000 |
| commit | acbfd372ba7aee37240558a0829a4f4adc2509f1 (patch) | |
| tree | 8e807fb369a9d0e0adf5ef83942cca11b196707e /ChangeLog | |
| parent | a5c020331453e2efeba3de4c861c51ffe0905c5c (diff) | |
| download | ruby-acbfd372ba7aee37240558a0829a4f4adc2509f1.tar.gz ruby-acbfd372ba7aee37240558a0829a4f4adc2509f1.tar.xz ruby-acbfd372ba7aee37240558a0829a4f4adc2509f1.zip | |
* error.c (NameError::Message): new class for lazy evaluation of
message to ensure replaced before marshalling. [ruby-dev:22604]
* eval.c (rb_method_missing): use NameError::Message.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Jan 17 23:58:51 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * error.c (NameError::Message): new class for lazy evaluation of + message to ensure replaced before marshalling. [ruby-dev:22604] + + * eval.c (rb_method_missing): use NameError::Message. + Sat Jan 17 21:49:50 2004 NAKAMURA Usaku <usa@ruby-lang.org> * lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): |
