ruby-changes:5356
From: knu <ko1@a...>
Date: Fri, 6 Jun 2008 17:11:40 +0900 (JST)
Subject: [ruby-changes:5356] Ruby:r16858 (ruby_1_8_7): I didn't mean to commit it all at once, but since subversion couldn't
knu 2008-06-06 17:11:23 +0900 (Fri, 06 Jun 2008) New Revision: 16858 Modified files: branches/ruby_1_8_7/ChangeLog Log: 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 <ramos.gaston at gmail.com> in [ruby-core:17073]. * lib/rdoc.rb: massive spelling correction patch from Evan Farrar <evanfarrar at gmail.com> in [ruby-doc:1382] applied. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?r1=16858&r2=16857&diff_format=u Index: ruby_1_8_7/ChangeLog =================================================================== --- ruby_1_8_7/ChangeLog (revision 16857) +++ ruby_1_8_7/ChangeLog (revision 16858) @@ -1,5 +1,16 @@ Fri Jun 6 17:04:56 2008 Akinori MUSHA <knu@i...> + * 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 <ramos.gaston at gmail.com> in [ruby-core:17073]. + + * lib/rdoc.rb: massive spelling correction patch from Evan Farrar + <evanfarrar at gmail.com> 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]. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/