diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 08:18:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 08:18:16 +0000 |
| commit | 6bbad2999504110c1b760bb2d62e0d649afef1a9 (patch) | |
| tree | 87bf7c9eaa97d01c3c917dd552d508edd1d7dcce /ChangeLog | |
| parent | 2538a0ab13efe71d15cc39b7426f2ff1f77876c3 (diff) | |
* error.c (syserr_initialize): use Errno constants as default
errno for subclasses. [ruby-dev:20241]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Tue May 20 17:15:55 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * error.c (syserr_initialize): use Errno constants as default + errno for subclasses. [ruby-dev:20241] + Tue May 20 15:26:25 2003 WATANABE Hirofumi <eban@ruby-lang.org> * st.h: define ST_DATA_T_DEFINED for portability. @@ -20,7 +25,7 @@ Tue May 20 13:29:04 2003 NAKAMURA Usaku <usa@ruby-lang.org> Tue May 20 10:51:26 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * eval.c (rb_f_missing): create exception instance by ordinal - method. + method. [ruby-dev:20033] * error.c (rb_name_error, rb_sys_fail): ditto. |
