diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-07 16:33:01 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-07 16:33:01 +0000 |
| commit | 47f82d8db36673156252726f1ee4e6201017a432 (patch) | |
| tree | 8fae5a1140049d13043e01a4bd2c7358d2807a5d /ChangeLog | |
| parent | e74c4aa46232ce83afea7c6c8b0ccf892095ea36 (diff) | |
| download | ruby-47f82d8db36673156252726f1ee4e6201017a432.tar.gz ruby-47f82d8db36673156252726f1ee4e6201017a432.tar.xz ruby-47f82d8db36673156252726f1ee4e6201017a432.zip | |
* bignum.c (bignorm): fixed a bug in normalizing negative numbers
reported from Honda Hiroki <hhonda@ipflex.com>. normalizing
should not trim preceding zeros from negative numbers.
* ext/socket/socket.c (ruby_getaddrinfo__aix): merged a patch from
KUBO Takehiro <kubo@jiubao.org> to support AIX. [ruby-list:40832]
* lib/yaml/rubytypes.rb (Array::to_yaml): merged a patch from
Tilman Sauerbeck <tilman@code-monkey.de>. [ruby-core:05055]
* lib/yaml/rubytypes.rb (Hash::to_yaml): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Wed Jun 8 01:27:06 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * bignum.c (bignorm): fixed a bug in normalizing negative numbers + reported from Honda Hiroki <hhonda@ipflex.com>. normalizing + should not trim preceding zeros from negative numbers. + +Wed Jun 8 00:15:08 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/socket/socket.c (ruby_getaddrinfo__aix): merged a patch from + KUBO Takehiro <kubo@jiubao.org> to support AIX. [ruby-list:40832] + +Wed Jun 8 00:09:01 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/yaml/rubytypes.rb (Array::to_yaml): merged a patch from + Tilman Sauerbeck <tilman@code-monkey.de>. [ruby-core:05055] + + * lib/yaml/rubytypes.rb (Hash::to_yaml): ditto. + Wed Jun 8 00:00:01 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/curses/curses.c (curses_insertln): merged a patch from |
