mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/windows_1254.c: Fix typo. Reported by k-takata at
https://github.com/k-takata/Onigmo/commit/ceb59cc. Thanks! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e981862fc9
commit
2959b5aa16
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Oct 30 06:39:37 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* 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@ruby-lang.org>
|
||||
|
||||
* parse.y (cond0): !-operator is a method call, no warning for
|
||||
|
|
|
@ -277,7 +277,7 @@ case_map(OnigCaseFoldType* flagP, const OnigUChar** pp,
|
|||
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 */
|
||||
|
|
Loading…
Reference in a new issue