diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-19 05:41:08 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-19 05:41:08 +0000 |
| commit | 7c202937fa47f2b65a060f66e83042e151d97aeb (patch) | |
| tree | 317cda44160a93678e8b530700ce4a2e17e682ed /ChangeLog | |
| parent | b1b809d7211b9b34c4e824f63202419b36096f9f (diff) | |
| download | ruby-7c202937fa47f2b65a060f66e83042e151d97aeb.tar.gz ruby-7c202937fa47f2b65a060f66e83042e151d97aeb.tar.xz ruby-7c202937fa47f2b65a060f66e83042e151d97aeb.zip | |
* object.c (init_copy): rename copy_object as initialize_copy,
since it works as copy constructor.
* eval.c (rb_add_method): initialize_copy should always be
private, like initialize.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon May 19 13:58:03 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (init_copy): rename copy_object as initialize_copy, + since it works as copy constructor. + + * eval.c (rb_add_method): initialize_copy should always be + private, like initialize. + Mon May 19 13:51:50 2003 Minero Aoki <aamine@loveruby.net> * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. |
