ruby-changes:19823
From: nagachika <ko1@a...>
Date: Wed, 1 Jun 2011 00:18:41 +0900 (JST)
Subject: [ruby-changes:19823] nagachika:r31869 (trunk): * ChangeLog: fix typos
nagachika 2011-06-01 00:13:02 +0900 (Wed, 01 Jun 2011) New Revision: 31869 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31869 Log: * ChangeLog: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 31868) +++ ChangeLog (revision 31869) @@ -22,10 +22,10 @@ * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation from a Rational. - * test/bigdecimal/test_bigdecimal.rb (test_global_new_with_rationao): add a + * test/bigdecimal/test_bigdecimal.rb (test_global_new_with_rational): add a test for the above change. - * test/bigdecimal/test_bigdecimal.rb (test_new_with_rationao): ditto. + * test/bigdecimal/test_bigdecimal.rb (test_new_with_rational): ditto. Tue May 31 22:44:00 2011 Kenta Murata <mrkn@m...> @@ -54,7 +54,7 @@ Tue May 31 17:03:24 2011 Hiroshi Nakamura <nahi@r...> * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait - server returning '100 continue' response befor sending HTTP request + server returning '100 continue' response before sending HTTP request body. See NEWS for more detail. See #3622. Original patch is made by Eric Hodel <drbrain@s...>. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/