diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-16 02:20:59 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-16 02:20:59 +0000 |
| commit | 8f4406b1fad319d38362c507e5ab61177fae3a55 (patch) | |
| tree | 6a72f18dec44e150db0c9a3c67588a98226d9af2 /ChangeLog | |
| parent | 5312c444862031e7c1f88ad278d8a185f7c4b0b0 (diff) | |
* struct.c (inspect_struct): do not display a class name for
anonymous struct. The member fields are sufficient.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Sep 16 09:37:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * struct.c (inspect_struct): do not display a class name for + anonymous struct. The member fields are sufficient. + Fri Sep 15 20:22:15 2006 NARUSE, Yui <naruse@ruby-lang.org> * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. |
