1
0
Fork 0
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:
Kenichi Kamiya 2021-03-27 17:22:57 +09:00 committed by GitHub
parent 89fa5b1348
commit 31ae931e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -1108,9 +1108,8 @@ lex.c :: 自動生成
-> opt*.inc : 自動生成
-> vm.inc : 自動生成
=== 正規表現エンジン (鬼)
=== 正規表現エンジン (鬼)
regex.c
regcomp.c
regenc.c
regerror.c

View file

@ -1076,9 +1076,8 @@ lex.c :: automatically generated from keywords
-> opt*.inc : automatically generated
-> vm.inc : automatically generated
=== Regular Expression Engine (Oniguruma)
=== Regular Expression Engine (Onigumo)
regex.c
regcomp.c
regenc.c
regerror.c