ruby-changes:44337
From: kazu <ko1@a...>
Date: Thu, 13 Oct 2016 00:45:18 +0900 (JST)
Subject: [ruby-changes:44337] kazu:r56408 (trunk): Fix similar typos [ci skip]
kazu 2016-10-13 00:28:07 +0900 (Thu, 13 Oct 2016) New Revision: 56408 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56408 Log: Fix similar typos [ci skip] Modified files: trunk/doc/ChangeLog-1.8.0 trunk/doc/ChangeLog-2.1.0 Index: doc/ChangeLog-2.1.0 =================================================================== --- doc/ChangeLog-2.1.0 (revision 56407) +++ doc/ChangeLog-2.1.0 (revision 56408) @@ -2948,7 +2948,7 @@ Tue Nov 5 03:31:23 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.1.0#L2948 Young objects will be promoted to old objects after one GC. Old objects are not collect until major (full) GC. - The issue of this approach is some objects can promoted as old + The issue of this approach is some objects can promote as old objects accidentally and not freed until major GC. Major GC is not frequently so short-lived but accidentally becoming old objects are not freed. Index: doc/ChangeLog-1.8.0 =================================================================== --- doc/ChangeLog-1.8.0 (revision 56407) +++ doc/ChangeLog-1.8.0 (revision 56408) @@ -21236,7 +21236,7 @@ Sun Jan 3 01:37:58 1999 Takao KAWAMURA https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.8.0#L21236 Sat Jan 2 17:09:06 1999 Yukihiro Matsumoto <matz@n...> * eval.c (rb_jump_tag): new api to invoke JUMP_TAG. tag values - can obtained from rb_eval_string_protect()/rb_load_protect(). + can be obtained from rb_eval_string_protect()/rb_load_protect(). * eval.c (rb_rescue): now catches all exceptions but SystemExit. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/