index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-3
/
+3
*
revisit `RARRAY_PTR()`.
ko1
2018-10-10
1
-7
/
+5
*
Remove obsolete comment from Module#define_method documentation
tenderlove
2018-07-25
1
-4
/
+2
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
Add TracePoint#parameters
mame
2018-06-03
1
-4
/
+4
*
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-05-23
1
-9
/
+1
*
proc.c: fix segfault when no singleton class
nobu
2018-04-03
1
-8
/
+10
*
Fix Kernel#singleton_method with Module#Prepend
nobu
2018-04-03
1
-3
/
+3
*
Remove outdated proc.c binding comment.
nobu
2018-03-21
1
-3
/
+1
*
no ID cache in Init functions
nobu
2018-02-16
1
-0
/
+1
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-2
/
+2
*
proc: fix super_method segfault after bind
normal
2018-01-30
1
-0
/
+1
*
use predefined IDs
kazu
2018-01-22
1
-1
/
+1
*
Speedup `block.call` [Feature #14330]
ko1
2018-01-07
1
-0
/
+3
*
explicit cast to void* required for %p
shyouhei
2018-01-02
1
-1
/
+1
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-21
/
+4
*
proc.c: empty iseq names
nobu
2017-12-28
1
-1
/
+4
*
proc.c (bind_location): Add Binding#source_location
mame
2017-12-26
1
-0
/
+20
*
Add Method#=== that invokes #call
a_matsuda
2017-12-12
1
-0
/
+1
*
Make Module#{define|alias|undef|remove}_method public [#14133]
marcandre
2017-11-29
1
-1
/
+1
*
provide rb_vm_make_proc/lambda().
ko1
2017-11-16
1
-1
/
+1
*
proc.c: fix rdoc for Method class documentation
stomar
2017-11-02
1
-1
/
+1
*
proc.c: further improve docs for {Method,Proc}#arity
stomar
2017-11-02
1
-11
/
+13
*
proc.c: improve docs for {Method,Proc}#arity
stomar
2017-11-02
1
-10
/
+18
*
`th` -> `ec` for rb_vm_call()
ko1
2017-10-28
1
-10
/
+10
*
* proc.c (rb_block_arity): use `ec` directly.
ko1
2017-10-28
1
-7
/
+7
*
* proc.c (proc_new): use `ec` directly.
ko1
2017-10-28
1
-3
/
+3
*
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
1
-2
/
+2
*
move fields from `th` to `ec`.
ko1
2017-10-28
1
-1
/
+1
*
`th` -> `ec` for block related functions.
ko1
2017-10-27
1
-3
/
+3
*
move decl.
ko1
2017-10-27
1
-2
/
+0
*
Restore the prototype declaration of rb_vm_bh_to_procval
mame
2017-10-27
1
-0
/
+2
*
rb_vm_bh_to_procval() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-3
/
+1
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-4
/
+4
*
some functions accept `ec` instead of `th`.
ko1
2017-10-26
1
-2
/
+2
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-5
/
+5
*
* remove trailing spaces.
svn
2017-10-24
1
-1
/
+1
*
Lazy Proc allocation for block parameters
ko1
2017-10-24
1
-0
/
+12
*
proc.c: super_method of included method
nobu
2017-10-06
1
-17
/
+20
*
proc.c: prefer name method result to inspect
nobu
2017-10-06
1
-11
/
+5
*
proc.c: [DOC] fixup r59720
rhe
2017-09-02
1
-1
/
+1
*
Add Method#original_name code example [ci skip]
nobu
2017-09-02
1
-0
/
+6
*
fix error message.
ko1
2017-08-29
1
-1
/
+1
*
Fiber#to_s (#inspect) return richer information.
ko1
2017-08-10
1
-23
/
+20
*
vm_eval.c: rb_lambda_call
nobu
2017-07-18
1
-4
/
+36
*
proc.c: rb_block_min_max_arity
nobu
2017-07-18
1
-4
/
+20
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-2
/
+2
*
proc.c: infect inspect result
nobu
2017-06-14
1
-0
/
+1
*
proc.c: skip prepended modules
nobu
2017-06-14
1
-1
/
+1
*
* proc.c (get_local_variable_ptr): return found env ptr. Returned env
ko1
2017-06-12
1
-4
/
+12
[next]