ruby-changes:13710
From: kazu <ko1@a...>
Date: Tue, 27 Oct 2009 08:12:19 +0900 (JST)
Subject: [ruby-changes:13710] Ruby:r25500 (trunk): fix typos
kazu 2009-10-27 08:12:04 +0900 (Tue, 27 Oct 2009) New Revision: 25500 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25500 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 25499) +++ ChangeLog (revision 25500) @@ -73,7 +73,7 @@ Sat Oct 24 14:28:40 2009 Yukihiro Matsumoto <matz@r...> - * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc + * hash.c (rb_hash_set_default_proc): checks arity of default_proc of a Hash. [ruby-core:26087] Sat Oct 24 13:38:45 2009 Yukihiro Matsumoto <matz@r...> @@ -422,7 +422,7 @@ Wed Oct 14 09:06:38 2009 Nobuyoshi Nakada <nobu@r...> - * eval.c (ruby_run_node): need to call ruby_cleaup() always even + * eval.c (ruby_run_node): need to call ruby_cleanup() always even if any error occurred so far. Wed Oct 14 08:08:12 2009 Marc-Andre Lafortune <ruby-core@m...> @@ -672,7 +672,7 @@ Wed Oct 7 16:06:30 2009 Nobuyoshi Nakada <nobu@r...> - * include/ruby/ruby.h (rb_long2int): evalates the argument only + * include/ruby/ruby.h (rb_long2int): evaluates the argument only once. * struct.c (rb_struct_alloc): check array length overflow. @@ -903,7 +903,7 @@ * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER): split compiler specification and runtime library specification. - * win32/Makefile.sub (LD_SHARED*, config.status): no need to embbed + * win32/Makefile.sub (LD_SHARED*, config.status): no need to embed manifest if not exist. Thu Oct 1 13:23:14 2009 NAKAMURA Usaku <usa@r...> @@ -1320,7 +1320,7 @@ Tue Sep 22 01:10:02 2009 Marc-Andre Lafortune <ruby-core@m...> * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): - Check if frozen (or untrusted for $SECURE >= 4) [ruby-core:18377] + Check if frozen (or untrusted for $SAFE >= 4) [ruby-core:18377] Mon Sep 21 17:12:10 2009 Nobuyoshi Nakada <nobu@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/