diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-02 15:20:24 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-02 15:20:24 +0000 |
| commit | 5348a9d072edc296c4cb5f66748df2274c119387 (patch) | |
| tree | b535d0fa5be1cd7445a7374bca7a0922abcc7b26 /ChangeLog | |
| parent | 580b004abe25e979e875a99189167b69eb81e09b (diff) | |
| download | ruby-5348a9d072edc296c4cb5f66748df2274c119387.tar.gz ruby-5348a9d072edc296c4cb5f66748df2274c119387.tar.xz ruby-5348a9d072edc296c4cb5f66748df2274c119387.zip | |
* string.c (Init_String): undef Symbol#new.
* struct.c (rb_struct_s_def): wrong symbol detection.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Sep 2 23:59:58 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (Init_String): undef Symbol#new. + + * struct.c (rb_struct_s_def): wrong symbol detection. + Sat Sep 2 23:59:37 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (str_to_id): a bug caused by premature optimization. |
