summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-10 08:21:13 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-10 08:21:13 +0000
commit8b678bcaa10ae367d9d937458c340996e4a21b8a (patch)
tree96377ab531ba1336b6b63a5e2eb6382456312bcb /ChangeLog
parentebae08099424e54ea71c00fe8a9b21d5c9f8fc10 (diff)
downloadruby-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73650af2d..8a7384436 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.