mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/extension.rdoc: update paths for defs/ directory
These files were moved in r19844 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7cb7b5f7f2
commit
68d4d7e41f
2 changed files with 13 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 20 15:38:16 2016 Eric Wong <e@80x24.org>
|
||||
|
||||
* doc/extension.rdoc: update paths for defs/ directory
|
||||
|
||||
Sat Feb 20 14:44:15 2016 Lucas Buchala <lucasbuchala@gmail.com>
|
||||
|
||||
* vm_eval.c (rb_mod_module_eval): [DOC] Fix documentation
|
||||
|
|
|
@ -989,10 +989,10 @@ variable.c :: variables and constants
|
|||
|
||||
== Ruby Syntax Parser
|
||||
|
||||
parse.y :: grammar definition
|
||||
parse.c :: automatically generated from parse.y
|
||||
keywords :: reserved keywords
|
||||
lex.c :: automatically generated from keywords
|
||||
parse.y :: grammar definition
|
||||
parse.c :: automatically generated from parse.y
|
||||
defs/keywords :: reserved keywords
|
||||
lex.c :: automatically generated from keywords
|
||||
|
||||
== Ruby Evaluator (a.k.a. YARV)
|
||||
|
||||
|
@ -1013,12 +1013,12 @@ lex.c :: automatically generated from keywords
|
|||
vm_insnhelper.c
|
||||
vm_method.c
|
||||
|
||||
opt_insns_unif.def : instruction unification
|
||||
opt_operand.def : definitions for optimization
|
||||
defs/opt_insns_unif.def : instruction unification
|
||||
defs/opt_operand.def : definitions for optimization
|
||||
|
||||
-> insn*.inc : automatically generated
|
||||
-> opt*.inc : automatically generated
|
||||
-> vm.inc : automatically generated
|
||||
-> insn*.inc : automatically generated
|
||||
-> opt*.inc : automatically generated
|
||||
-> vm.inc : automatically generated
|
||||
|
||||
== Regular Expression Engine (Oniguruma)
|
||||
|
||||
|
|
Loading…
Reference in a new issue