ruby-changes:14729
From: akr <ko1@a...>
Date: Sat, 6 Feb 2010 00:29:36 +0900 (JST)
Subject: [ruby-changes:14729] Ruby:r26586 (ruby_1_8, trunk): fix typos.
akr 2010-02-06 00:29:19 +0900 (Sat, 06 Feb 2010) New Revision: 26586 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26586 Log: fix typos. Modified files: branches/ruby_1_8/ChangeLog trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 26585) +++ ChangeLog (revision 26586) @@ -3,7 +3,7 @@ * random.c (fill_random_seed): don't use O_NOFOLLOW because /dev/urandom is a symlink in OpenSolaris. - * lib/securerandom.rb (SecureRandom.random_bytes: ditto. + * lib/securerandom.rb (SecureRandom.random_bytes): ditto. Fri Feb 5 16:38:08 2010 Nobuyoshi Nakada <nobu@r...> @@ -113,7 +113,7 @@ * ext/dl/dl.c: legacy callbacks removed in favor of libffi - * ext/dl/dl_converions.(c,h): used for converting ruby types to FFI + * ext/dl/dl_conversions.(c,h): used for converting ruby types to FFI types. * ext/dl/callback/*: replaced by libffi callbacks. @@ -183,7 +183,7 @@ * ext/tk/lib/tkextlib/tcllib/plotchart.rb: wrong arguments. - * ext/tk/sampel/tkballoonhelp.rb: fail to support TkEntry widgets. + * ext/tk/sample/tkballoonhelp.rb: fail to support TkEntry widgets. Sun Jan 31 23:20:43 2010 wanabe <s.wanabe@g...> @@ -250,7 +250,7 @@ Fri Jan 29 11:09:49 2010 Nobuyoshi Nakada <nobu@r...> - * lib/mkmf.rb (try_do): log no source when no developement env. + * lib/mkmf.rb (try_do): log no source when no development env. * lib/mkmf.rb (create_makefile): srcprefix always needs $(srcdir). Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 26585) +++ ruby_1_8/ChangeLog (revision 26586) @@ -3,7 +3,7 @@ * random.c (fill_random_seed): don't use O_NOFOLLOW because /dev/urandom is a symlink in OpenSolaris. - * lib/securerandom.rb (SecureRandom.random_bytes: ditto. + * lib/securerandom.rb (SecureRandom.random_bytes): ditto. Fri Feb 5 23:09:01 2010 Akinori MUSHA <knu@i...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/