ruby-changes:23349
From: kazu <ko1@a...>
Date: Fri, 20 Apr 2012 00:34:14 +0900 (JST)
Subject: [ruby-changes:23349] kazu:r35400 (trunk): fix typos
kazu 2012-04-20 00:34:01 +0900 (Fri, 20 Apr 2012) New Revision: 35400 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35400 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 35399) +++ ChangeLog (revision 35400) @@ -239,7 +239,7 @@ * compile.c (compile_array, compile_array_): Divide big array (or hash) literals into several blocks and - concatetene them. There was a problem that a big array (hash) + concatenate them. There was a problem that a big array (hash) literal causes SystemStackError exception (stack overflow) because VM push all contents of the literal onto VM stack to make an array (or hash). To solve this issue, we make several @@ -397,7 +397,7 @@ Mon Apr 9 08:01:15 2012 Tadayoshi Funaba <tadf@d...> - * ext/date/date_strftime.c: gets the value with range() consistetly. + * ext/date/date_strftime.c: gets the value with range() consistently. * ext/date/date_strftime.c (range): now just replaces the given item. Mon Apr 9 06:58:01 2012 Tadayoshi Funaba <tadf@d...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/