diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-09 04:37:36 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-09 04:37:36 +0000 |
| commit | ca92a70850c65eeda835080db750d03ee89cb427 (patch) | |
| tree | 6d9052019b773701d489f0f37f58a397e8027bb7 /ChangeLog | |
| parent | db16da486e7b35d1fbbdafb58d1c2ee64f067158 (diff) | |
| download | ruby-ca92a70850c65eeda835080db750d03ee89cb427.tar.gz ruby-ca92a70850c65eeda835080db750d03ee89cb427.tar.xz ruby-ca92a70850c65eeda835080db750d03ee89cb427.zip | |
* test/ruby/test_basicinstructions.rb: updated for new class
behavior. [ruby-dev:32192]
* encoding.c (enc_name): Encoding should not rely on ENCODING in
the FL_USERS flags.
* encoding.c (rb_enc_from_encoding): do not call rb_enc_associate
for encoding itself.
* encoding.c (enc_register_at): ditto.
* marshal.c (r_ivar): do not set real instance variable for
encoding data associated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ Fri Nov 9 12:56:36 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval_load.c (loaded_feature_path): check with type of given feature. +Fri Nov 9 12:43:02 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * test/ruby/test_basicinstructions.rb: updated for new class + behavior. [ruby-dev:32192] + + * encoding.c (enc_name): Encoding should not rely on ENCODING in + the FL_USERS flags. + + * encoding.c (rb_enc_from_encoding): do not call rb_enc_associate + for encoding itself. + + * encoding.c (enc_register_at): ditto. + + * marshal.c (r_ivar): do not set real instance variable for + encoding data associated. + Fri Nov 9 10:43:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (send_internal): use self in the previous frame to check for |
