ruby-changes:3900
From: ko1@a...
Date: Thu, 7 Feb 2008 10:53:07 +0900 (JST)
Subject: [ruby-changes:3900] akr - Ruby:r15389 (trunk): fix typos.
akr 2008-02-07 10:52:53 +0900 (Thu, 07 Feb 2008) New Revision: 15389 Modified files: trunk/ChangeLog Log: fix typos. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15389&r2=15388&diff_format=u Index: ChangeLog =================================================================== --- ChangeLog (revision 15388) +++ ChangeLog (revision 15389) @@ -6,7 +6,7 @@ * include/ruby/missing.h (tgamma): declared unless HAVE_TGAMMA. (lgamma_r): declared unless HAVE_LGAMMA_R. - * configure.in (tgamma): check for replacement funtions. + * configure.in (tgamma): check for replacement functions. (lgamma_r): ditto. * missing/tgamma.c: new file. based on gamma.c from @@ -37,7 +37,7 @@ Wed Feb 6 00:50:19 2008 NAKAMURA Usaku <usa@r...> * insns.def (adjuststack): never use INC_SP with minus value because - some compilers cannot deal it collectly. use DEC_SP instead. + some compilers cannot deal it correctly. use DEC_SP instead. Wed Feb 6 00:48:41 2008 Yusuke Endoh <mame@t...> @@ -93,7 +93,7 @@ Sun Feb 3 21:13:13 2008 Yusuke Endoh <mame@t...> * test/ruby/test_numeric.rb: forgot to add this (at r15360). - * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test + * test/ruby/test_file_exhaustive.rb: add tests to achieve over 80% test coverage of file.c. Sat Feb 2 20:06:42 2008 Yukihiro Matsumoto <matz@r...> @@ -209,7 +209,7 @@ Wed Jan 30 14:32:18 2008 NAKAMURA Usaku <usa@r...> - * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename. + * lib/rdoc/ri/driver.rb (cache_file_for): shouldn't use `:' in filename. Wed Jan 30 14:27:19 2008 Tanaka Akira <akr@f...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/