diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-16 02:17:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-16 02:17:59 +0000 |
| commit | eb459db1511bfc86f17364870df4e00030372b57 (patch) | |
| tree | b15dee7159c2ad8118f8bff4a30a202e81b39b62 /ChangeLog | |
| parent | 9ded970998e1a1fffabcc67e67a15a2a5ebe72ca (diff) | |
| download | ruby-eb459db1511bfc86f17364870df4e00030372b57.tar.gz ruby-eb459db1511bfc86f17364870df4e00030372b57.tar.xz ruby-eb459db1511bfc86f17364870df4e00030372b57.zip | |
* error.c (exit_initialize): use EXIT_SUCCESS instead of 0.
[ruby-dev:23913]
* error.c (exit_success_p): new method SystemExit#success?.
[ruby-dev:23912]
* error.c (syserr_initialize): initialization for subclasses.
[ruby-dev:23912]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Jul 16 11:17:38 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * error.c (exit_initialize): use EXIT_SUCCESS instead of 0. + [ruby-dev:23913] + + * error.c (exit_success_p): new method SystemExit#success?. + [ruby-dev:23912] + + * error.c (syserr_initialize): initialization for subclasses. + [ruby-dev:23912] + Thu Jul 15 23:53:38 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/optparse.rb (OptionParser#warn, OptionParser#abort): Exception |
