ruby-changes:30330
From: kazu <ko1@a...>
Date: Mon, 5 Aug 2013 14:02:39 +0900 (JST)
Subject: [ruby-changes:30330] kazu:r42382 (trunk): fix typos
kazu 2013-08-05 14:02:27 +0900 (Mon, 05 Aug 2013) New Revision: 42382 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42382 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42381) +++ ChangeLog (revision 42382) @@ -65,7 +65,7 @@ Sun Aug 4 00:22:34 2013 Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L65 Sat Aug 3 22:47:11 2013 Tanaka Akira <akr@f...> * bignum.c: The branch condition of selecting multiplication - algorighms should check smaller argument because Karatsuba and Toom3 + algorithms should check smaller argument because Karatsuba and Toom3 is effective only if both arguments are big. (bary_mul_toom3_branch): Compare the smaller argument to TOOM3_MUL_DIGITS. @@ -168,7 +168,7 @@ Fri Aug 2 23:48:36 2013 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L168 suffixes. * parse.y (parser_set_number_literal, parser_set_integer_literal): - split from parser_number_literal_suffix to set yyvlal. + split from parser_number_literal_suffix to set yylval. * parse.y (parser_yylex): parse rational number literal with decimal point precisely. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/