From cc59feecd374c1335669653b98585241d161b500 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 6 Jun 2008 08:11:23 +0000 Subject: I didn't mean to commit it all at once, but since subversion couldn't be interrupted I just add these entries to ChangeLog. * win32/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] * lib/time.rb (Time.xmlschema): don't use float. fix http://rubyforge.org/tracker/index.php?func=detail&group_id=426&atid=1698&aid=20504 * object.c (rb_obj_alloc): RDoc updated. a patch from Gaston Ramos in [ruby-core:17073]. * lib/rdoc.rb: massive spelling correction patch from Evan Farrar in [ruby-doc:1382] applied. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ea2b95f26..755659a87e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ Fri Jun 6 17:04:56 2008 Akinori MUSHA + * win32/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] + + * lib/time.rb (Time.xmlschema): don't use float. fix + http://rubyforge.org/tracker/index.php?func=detail&group_id=426&atid=1698&aid=20504 + + * object.c (rb_obj_alloc): RDoc updated. a patch from Gaston + Ramos in [ruby-core:17073]. + + * lib/rdoc.rb: massive spelling correction patch from Evan Farrar + in [ruby-doc:1382] applied. + * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize): Add a null check for ssl; submitted by akira yamada in [ruby-dev:34950]. -- cgit v1.2.3