diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-10 08:21:13 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-10 08:21:13 +0000 |
| commit | 8b678bcaa10ae367d9d937458c340996e4a21b8a (patch) | |
| tree | 96377ab531ba1336b6b63a5e2eb6382456312bcb /ChangeLog | |
| parent | ebae08099424e54ea71c00fe8a9b21d5c9f8fc10 (diff) | |
| download | ruby-8b678bcaa10ae367d9d937458c340996e4a21b8a.tar.gz ruby-8b678bcaa10ae367d9d937458c340996e4a21b8a.tar.xz ruby-8b678bcaa10ae367d9d937458c340996e4a21b8a.zip | |
* file.c (rb_stat_clone): should copy internal data too.
* numeric.c (num_clone): Numeric should not be copied by clone.
* object.c (rb_obj_clone): should check immediate values.
* parse.y (command): `yield' should take command_args.
* parse.y (parse_quotedwords): %w(...) is not a string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Wed Oct 10 03:11:47 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * file.c (rb_stat_clone): should copy internal data too. + + * numeric.c (num_clone): Numeric should not be copied by clone. + + * object.c (rb_obj_clone): should check immediate values. + + * parse.y (command): `yield' should take command_args. + + * parse.y (parse_quotedwords): %w(...) is not a string. + Tue Oct 9 18:40:35 2001 WATANABE Hirofumi <eban@ruby-lang.org> * process.c (Init_process): activate the case NT. |
