mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[Doc] Update regex engine to Onigumo in doc/extension.* [ci skip]
regex.c has been removed in 8e65234086
This commit is contained in:
parent
89fa5b1348
commit
31ae931e16
Notes:
git
2021-03-27 17:23:20 +09:00
Merged: https://github.com/ruby/ruby/pull/4306 Merged-By: nobu <nobu@ruby-lang.org>
2 changed files with 2 additions and 4 deletions
|
@ -1108,9 +1108,8 @@ lex.c :: 自動生成
|
||||||
-> opt*.inc : 自動生成
|
-> opt*.inc : 自動生成
|
||||||
-> vm.inc : 自動生成
|
-> vm.inc : 自動生成
|
||||||
|
|
||||||
=== 正規表現エンジン (鬼車)
|
=== 正規表現エンジン (鬼雲)
|
||||||
|
|
||||||
regex.c
|
|
||||||
regcomp.c
|
regcomp.c
|
||||||
regenc.c
|
regenc.c
|
||||||
regerror.c
|
regerror.c
|
||||||
|
|
|
@ -1076,9 +1076,8 @@ lex.c :: automatically generated from keywords
|
||||||
-> opt*.inc : automatically generated
|
-> opt*.inc : automatically generated
|
||||||
-> vm.inc : automatically generated
|
-> vm.inc : automatically generated
|
||||||
|
|
||||||
=== Regular Expression Engine (Oniguruma)
|
=== Regular Expression Engine (Onigumo)
|
||||||
|
|
||||||
regex.c
|
|
||||||
regcomp.c
|
regcomp.c
|
||||||
regenc.c
|
regenc.c
|
||||||
regerror.c
|
regerror.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue