ruby-changes:43495
From: kazu <ko1@a...>
Date: Sun, 3 Jul 2016 22:23:32 +0900 (JST)
Subject: [ruby-changes:43495] kazu:r55568 (trunk): fix a typo and indent [ci skip]
kazu 2016-07-03 22:23:27 +0900 (Sun, 03 Jul 2016) New Revision: 55568 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55568 Log: fix a typo and indent [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 55567) +++ ChangeLog (revision 55568) @@ -78,7 +78,7 @@ Sat Jul 2 02:22:22 2016 Naohisa Goto https://github.com/ruby/ruby/blob/trunk/ChangeLog#L78 Fri Jul 1 20:20:20 2016 Naohisa Goto <ngotogenome@g...> - * string.c: Specify termlen as far as possible. + * string.c: Specify termlen as far as possible. Additional fix for [Bug #12536] [ruby-dev:49699]. * string.c (str_new_static): Specify termlen from the given encoding @@ -86,7 +86,7 @@ Fri Jul 1 20:20:20 2016 Naohisa Goto https://github.com/ruby/ruby/blob/trunk/ChangeLog#L86 * string.c (rb_tainted_str_new_with_enc): New function to create a tainted String object with the given encoding. This means that - the termlen is correctly specified. Curretly static function. + the termlen is correctly specified. Currently static function. The function name might be renamed to rb_tainted_enc_str_new or rb_enc_tainted_str_new. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/