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
ruby_3_4
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
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
[DOC] Return obj may be different from 1st argument [ci skip]
Kazuhiro NISHIYAMA
2019-08-30
proc.c: Add UnboundMethod#bind_call
Yusuke Endoh
2019-08-29
move docs around [ci skip]
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-16
Add details about parameters to define_method doc (#2165)
OKURA Masafumi
2019-08-14
* expand tabs.
git
2019-08-14
change Proc#to_s format ('@...' -> ' ...') (#2362)
Koichi Sasada
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-07-14
fix typos.
Tanaka Akira
2019-07-14
Method#inspect with source location.
Koichi Sasada
2019-07-14
Describe lambda-ness of Proc more.
Tanaka Akira
2019-06-12
* expand tabs.
git
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-06-03
Unpin objects that `proc` references
Aaron Patterson
2019-04-27
Add class ref to `UnboundMethod#owner` doc
okuramasafumi
2019-04-22
Adds a reference to `TracePoint` to `binding` docs
Kazuhiro NISHIYAMA
2019-04-13
* expand tabs.
svn
2019-04-13
Proc.new: change deprecation warning for clarity (issue #15539)
marcandre
2019-04-08
range.c: force hash values fixable
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-03-06
proc.c: call respond_to_missing? with a symbol
nobu
2019-01-28
* expand tabs.
svn
2019-01-28
Add refinements support to method/instance_method.
nobu
2019-01-10
proc.c: proc without block
nobu
2019-01-10
proc.c: check if callable
nobu
2018-12-14
proc.c: [DOC] fix typos
stomar
2018-12-14
* remove trailing spaces. [ci skip]
svn
2018-12-14
tweak syntax of Proc documentation [ci skip]
duerst
2018-12-13
proc.c: [DOC] fix typos
stomar
2018-12-13
[DOC] Fix typos [ci skip]
kazu
2018-12-12
Enhance Proc docs [Misc #14610]
duerst
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
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
[next]