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
...
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-1
/
+0
*
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
zzak
2013-05-31
1
-1
/
+1
*
* proc.c (rb_method_entry_min_max_arity): fix missing break in switch.
mame
2013-05-25
1
-0
/
+1
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-1
/
+1
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-3
/
+3
*
proc.c: Kernel#singleton_method
nobu
2013-05-13
1
-4
/
+57
*
id.def: predefined IDs
nobu
2013-05-02
1
-2
/
+1
*
proc.c: use predefined IDs
nobu
2013-05-01
1
-3
/
+3
*
proc.c: frozen core methods
nobu
2013-04-30
1
-2
/
+2
*
proc.c: remove unnecessary static function
nobu
2013-04-30
1
-15
/
+9
*
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-12
1
-0
/
+1
*
proc.c: consider noex in define_method
nobu
2013-03-31
1
-1
/
+7
*
* proc.c (bm_free): need to clean up the mark flag of a free and
nari
2013-03-24
1
-0
/
+1
*
* proc.c: Typo in Proc.arity found by Jack Nagel [Bug #8094]
zzak
2013-03-14
1
-1
/
+1
*
proc.c: revert r39224
nobu
2013-03-05
1
-1
/
+0
*
* proc.c (rb_binding_new_with_cfp): create binding object even if
ko1
2013-02-16
1
-2
/
+10
*
proc.c: skip prepends
nobu
2013-02-13
1
-0
/
+1
*
proc.c: original_name
nobu
2013-02-13
1
-0
/
+18
*
proc.c: show the given name
nobu
2013-02-13
1
-1
/
+5
*
vm_method.c: show respond_to location
nobu
2013-02-06
1
-6
/
+32
*
* proc.c (rb_binding_new_with_cfp): permit to create binding object
ko1
2013-02-05
1
-4
/
+6
*
* proc.c (proc_curry): Fix arity check [Bug #5747]
marcandre
2013-02-01
1
-10
/
+5
*
* proc.c: Add {*}_min_max_arity and refactor.
marcandre
2013-02-01
1
-33
/
+75
*
proc.c: original arity
nobu
2013-01-29
1
-1
/
+17
*
* vm_method.c (Init_eval_method): main.public and main.private
shugo
2013-01-07
1
-1
/
+2
*
* proc.c (method_eq): fix the documentation to refer to owner.
shugo
2012-12-28
1
-1
/
+2
*
internal.h: quote unprintable
nobu
2012-12-22
1
-2
/
+2
*
* method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.
ko1
2012-12-17
1
-1
/
+0
*
* proc.c (rb_binding_new_with_cfp): allocate the object after envirionment ch...
nobu
2012-12-15
1
-1
/
+2
*
method transplanting
nobu
2012-12-13
1
-1
/
+2
*
* method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.
ko1
2012-12-13
1
-2
/
+0
*
method.h: NOEX_SAFE_SHIFT_OFFSET
nobu
2012-12-12
1
-0
/
+2
*
proc.c: move misplaced case
nobu
2012-12-12
1
-1
/
+1
*
* vm_insnhelper.c (vm_call_opt_send): Kernel#send should not use
shugo
2012-12-09
1
-1
/
+1
*
* revised r37993 to avoid SEGV/ILL in tests. In r37993, a method
shugo
2012-12-06
1
-1
/
+3
*
proc.c: magic number
nobu
2012-12-03
1
-2
/
+3
*
* revert r37993 to avoid SEGV in tests.
shugo
2012-11-30
1
-3
/
+1
*
* vm_method.c (rb_method_entry_make): add a method entry with
shugo
2012-11-29
1
-1
/
+3
*
* include/ruby/debug.h: add rb_debug_inspector_* APIs.
ko1
2012-11-29
1
-1
/
+1
*
* proc.c: remove Proc#== and Proc#eql?.
ko1
2012-11-28
1
-33
/
+0
*
* vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo'
ktsj
2012-11-03
1
-1
/
+0
*
proc.c: main.define_method
nobu
2012-11-01
1
-0
/
+26
*
* class.c (rb_define_frameless_method): rename from
ko1
2012-10-18
1
-1
/
+1
*
* method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.
ko1
2012-10-15
1
-0
/
+1
*
* vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]
ko1
2012-08-22
1
-3
/
+9
*
vm_insnhelper.c: iclass as klass in cfp
nobu
2012-08-20
1
-5
/
+3
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-15
1
-0
/
+1
*
Revert r36699 and r36700. [Feature #6130]
naruse
2012-08-15
1
-1
/
+0
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-14
1
-0
/
+1
*
* proc.c (method_clone): Added documentation. Patch by Robin Dupret.
drbrain
2012-08-07
1
-2
/
+14
[prev]
[next]