index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Age
Commit message (
Expand
)
Author
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-23
proc.c: [DOC] refine proc-compistion examples [ci skip]
nobu
2018-11-22
Proc#<< and Proc#>>
nobu
2018-11-22
proc.c: Support any callable when composing Procs
nobu
2018-11-22
proc.c: Implement Method#* for Method composition
nobu
2018-11-22
proc.c: Implement Proc#* for Proc composition
nobu
2018-10-26
proc.c: [DOC] improve docs for {Method,Proc}#===
stomar
2018-10-26
proc.c: [DOC] fix grammar in doc for Method#to_s
stomar
2018-10-21
Improve docs of Proc / Method
aycabta
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-10
revisit `RARRAY_PTR()`.
ko1
2018-07-25
Remove obsolete comment from Module#define_method documentation
tenderlove
2018-07-24
UNREACHABLE_RETURN
nobu
2018-06-03
Add TracePoint#parameters
mame
2018-05-23
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-04-03
proc.c: fix segfault when no singleton class
nobu
2018-04-03
Fix Kernel#singleton_method with Module#Prepend
nobu
2018-03-21
Remove outdated proc.c binding comment.
nobu
2018-02-16
no ID cache in Init functions
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-30
proc: fix super_method segfault after bind
normal
2018-01-22
use predefined IDs
kazu
2018-01-07
Speedup `block.call` [Feature #14330]
ko1
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
proc.c: empty iseq names
nobu
2017-12-26
proc.c (bind_location): Add Binding#source_location
mame
2017-12-12
Add Method#=== that invokes #call
a_matsuda
2017-11-29
Make Module#{define|alias|undef|remove}_method public [#14133]
marcandre
2017-11-16
provide rb_vm_make_proc/lambda().
ko1
2017-11-02
proc.c: fix rdoc for Method class documentation
stomar
2017-11-02
proc.c: further improve docs for {Method,Proc}#arity
stomar
2017-11-02
proc.c: improve docs for {Method,Proc}#arity
stomar
2017-10-28
`th` -> `ec` for rb_vm_call()
ko1
2017-10-28
* proc.c (rb_block_arity): use `ec` directly.
ko1
2017-10-28
* proc.c (proc_new): use `ec` directly.
ko1
2017-10-28
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-27
move decl.
ko1
2017-10-27
Restore the prototype declaration of rb_vm_bh_to_procval
mame
2017-10-26
rb_vm_bh_to_procval() accepts `ec` instead of `th`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-24
* remove trailing spaces.
svn
2017-10-24
Lazy Proc allocation for block parameters
ko1
2017-10-06
proc.c: super_method of included method
nobu
2017-10-06
proc.c: prefer name method result to inspect
nobu
[next]