diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-16 04:36:31 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-16 04:36:31 +0000 |
| commit | 459b72604e6e0811a521bc719dcb903a2920899f (patch) | |
| tree | b8b497be9818d3dca50fc2d178f58f933df3e10a /ChangeLog | |
| parent | 7df365986f9eb874c700de8b7015285ca5dd660f (diff) | |
| download | ruby-459b72604e6e0811a521bc719dcb903a2920899f.tar.gz ruby-459b72604e6e0811a521bc719dcb903a2920899f.tar.xz ruby-459b72604e6e0811a521bc719dcb903a2920899f.zip | |
* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.
patch from Charlie Savage. [ruby-core:22869]
* ext/digest/bubblebabble/bubblebabble.c (bubblebabble_str_new): ditto.
* ext/digest/digest.c (hexencode_str_new): ditto.
* ext/iconv/iconv.c (iconv_convert): ditto.
* ext/socket/socket.c (inspect_sockaddr): ditto.
* ext/socket/raddrinfo.c (sockaddr_obj): ditto.
* ext/syck/emitter.c (syck_emitter_write): ditto.
* ext/syck/emitter.c (syck_emitter_flush): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Fri Oct 16 13:20:39 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings. + patch from Charlie Savage. [ruby-core:22869] + + * ext/digest/bubblebabble/bubblebabble.c (bubblebabble_str_new): ditto. + + * ext/digest/digest.c (hexencode_str_new): ditto. + + * ext/iconv/iconv.c (iconv_convert): ditto. + + * ext/socket/socket.c (inspect_sockaddr): ditto. + + * ext/socket/raddrinfo.c (sockaddr_obj): ditto. + + * ext/syck/emitter.c (syck_emitter_write): ditto. + + * ext/syck/emitter.c (syck_emitter_flush): ditto. + + * ext/syck/emitter.c (syck_emit_tag): ditto. + Fri Oct 16 12:03:31 2009 NARUSE, Yui <naruse@ruby-lang.org> * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io |
