mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.
[ci skip][fix GH-1159] Patch by @akshay-vishnoi * ext/nkf/nkf-utf8/utf8tbl.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c1352293a4
commit
7d8290811e
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Fri Dec 18 09:42:45 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.
|
||||
[ci skip][fix GH-1159] Patch by @akshay-vishnoi
|
||||
* ext/nkf/nkf-utf8/utf8tbl.h: ditto.
|
||||
|
||||
Fri Dec 18 07:39:01 2015 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* vm.c (rb_vm_check_redefinition_opt_method): should check the real
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* utf8tbl.c - Convertion Table for nkf
|
||||
* utf8tbl.c - Conversion Table for nkf
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* utf8tbl.h - Header file for Convertion Table
|
||||
* utf8tbl.h - Header file for Conversion Table
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue