summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-17 08:50:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-17 08:50:26 +0000
commitf0e73e51fef72d587e3b8193395f7cdce86374a8 (patch)
tree086e45007ed8b6777eb78824ea55d71df8f8b6f1 /ChangeLog
parenteb5b74b76aa569a2f55f81ad2dd4004a0cd0773b (diff)
downloadruby-f0e73e51fef72d587e3b8193395f7cdce86374a8.tar.gz
ruby-f0e73e51fef72d587e3b8193395f7cdce86374a8.tar.xz
ruby-f0e73e51fef72d587e3b8193395f7cdce86374a8.zip
* struct.c (make_struct): allow non local-id field
names. [ruby-core:04575] * struct.c (inspect_struct): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f1793ab4..a06f20a90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 17 17:42:13 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * struct.c (make_struct): allow non local-id field
+ names. [ruby-core:04575]
+
+ * struct.c (inspect_struct): ditto.
+
Wed Mar 16 23:36:02 2005 Shugo Maeda <shugo@ruby-lang.org>
* eval.c (rb_call0): call_cfunc() should be protected.