ruby-changes:44451
From: duerst <ko1@a...>
Date: Sun, 30 Oct 2016 06:40:46 +0900 (JST)
Subject: [ruby-changes:44451] duerst:r56523 (trunk): * enc/windows_1254.c: Fix typo. Reported by k-takata at
duerst 2016-10-30 06:39:37 +0900 (Sun, 30 Oct 2016) New Revision: 56523 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56523 Log: * enc/windows_1254.c: Fix typo. Reported by k-takata at https://github.com/k-takata/Onigmo/commit/ceb59cc. Thanks! Modified files: trunk/ChangeLog trunk/enc/windows_1254.c Index: ChangeLog =================================================================== --- ChangeLog (revision 56522) +++ ChangeLog (revision 56523) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Oct 30 06:39:37 2016 Martin Duerst <duerst@i...> + + * enc/windows_1254.c: Fix typo. Reported by k-takata at + https://github.com/k-takata/Onigmo/commit/ceb59cc. Thanks! + Sat Oct 29 19:59:37 2016 Nobuyoshi Nakada <nobu@r...> * parse.y (cond0): !-operator is a method call, no warning for Index: enc/windows_1254.c =================================================================== --- enc/windows_1254.c (revision 56522) +++ enc/windows_1254.c (revision 56523) @@ -277,7 +277,7 @@ case_map(OnigCaseFoldType* flagP, const https://github.com/ruby/ruby/blob/trunk/enc/windows_1254.c#L277 return (int)(to-to_start); } -OnigEncodingDefine(windows_1254, Windown_1254) = { +OnigEncodingDefine(windows_1254, Windows_1254) = { onigenc_single_byte_mbc_enc_len, "Windows-1254", /* name */ 1, /* max enc length */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/