diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-17 09:13:04 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-17 09:13:04 +0000 |
| commit | bba37fc0c0185a64456a161a5bd127ecdbc137b8 (patch) | |
| tree | ff6e0da8c8b077bc6e3d40a9c25ec6decc5c54e5 /ChangeLog | |
| parent | b4e897dd0b182eb42d701200ff6bd6f7f0e0656c (diff) | |
| download | ruby-bba37fc0c0185a64456a161a5bd127ecdbc137b8.tar.gz ruby-bba37fc0c0185a64456a161a5bd127ecdbc137b8.tar.xz ruby-bba37fc0c0185a64456a161a5bd127ecdbc137b8.zip | |
* transcode.c (str_transcode0): String#encode without argument now
behave as if :undef => :replace, :invalid => :replace specified.
* transcode.c (rb_econv_prepare_opts): should preserve options in
any case.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ Fri Oct 17 18:07:17 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in): get rid of interference with other tests. +Fri Oct 17 18:06:39 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * transcode.c (str_transcode0): String#encode without argument now + behave as if :undef => :replace, :invalid => :replace specified. + + * transcode.c (rb_econv_prepare_opts): should preserve options in + any case. + Fri Oct 17 11:48:18 2008 Shugo Maeda <shugo@ruby-lang.org> * ext/socket/socket.c (init_sock): sockets should be binmode. |
