diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 01:51:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 01:51:32 +0000 |
| commit | a59b244d032fc5e30891c2700b52683a464eda81 (patch) | |
| tree | aa56137f881b95134afd3005e857d13e16f53be5 /ChangeLog | |
| parent | d1c398660bf18a0954086d969b400592619b63c9 (diff) | |
| download | ruby-a59b244d032fc5e30891c2700b52683a464eda81.tar.gz ruby-a59b244d032fc5e30891c2700b52683a464eda81.tar.xz ruby-a59b244d032fc5e30891c2700b52683a464eda81.zip | |
* eval.c (rb_f_missing): create exception instance by ordinal
method.
* error.c (rb_name_error, rb_sys_fail): ditto.
* error.c (exc_to_s, exit_status, name_err_name,
nometh_err_args, syserr_errno, syserr_eqq): access
attributes.
* error.c (name_err_initialize, nometh_err_initialize,
syserr_initialize): initialize attributes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Tue May 20 10:51:26 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * eval.c (rb_f_missing): create exception instance by ordinal + method. + + * error.c (rb_name_error, rb_sys_fail): ditto. + + * error.c (exc_to_s, exit_status, name_err_name, + nometh_err_args, syserr_errno, syserr_eqq): access + attributes. + + * error.c (name_err_initialize, nometh_err_initialize, + syserr_initialize): initialize attributes. + Mon May 19 18:54:30 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8, |
