diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-17 08:50:26 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-17 08:50:26 +0000 |
| commit | f0e73e51fef72d587e3b8193395f7cdce86374a8 (patch) | |
| tree | 086e45007ed8b6777eb78824ea55d71df8f8b6f1 /ChangeLog | |
| parent | eb5b74b76aa569a2f55f81ad2dd4004a0cd0773b (diff) | |
| download | ruby-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
