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
/
lib
/
delegate.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]
matz
2009-10-24
1
-1
/
+1
*
* vm_method.c (basic_obj_respond_to): call #respond_to_missing?
matz
2009-10-17
1
-1
/
+1
*
* lib/delegate.rb (Delegator#respond_to_missing): warn only when
matz
2009-10-17
1
-3
/
+5
*
* lib/delegate: rdoc typo
marcandre
2009-10-16
1
-1
/
+1
*
* lib/delegate.rb (Delegator#method_missing): remove backtrace
matz
2009-10-16
1
-1
/
+3
*
* lib/delegate.rb (Delegator#freeze): #freeze should freeze self
matz
2009-10-16
1
-0
/
+6
*
* lib/delegate.rb (Delegator#respond_to_missing): warn if optional
matz
2009-10-16
1
-3
/
+5
*
* lib/delegate.rb (Delegator::public_api): take snapshot of
matz
2009-10-06
1
-1
/
+17
*
* lib/delegate.rb (Delegator#method_missing): __FILE__ may contain
matz
2009-08-13
1
-1
/
+1
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-18
/
+18
*
* lib/delegate.rb (Delegator.delegating_block): should not refer
matz
2008-11-10
1
-1
/
+1
*
* lib/delegate.rb (DelegateClass): restored 1.8 behavior for
matz
2008-10-15
1
-78
/
+70
*
* lib/delegate.rb (Delegator): simplified and restored 1.8
matz
2008-10-14
1
-13
/
+1
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
1
-1
/
+1
*
* lib/delegate.rb (Delegator::MethodDelegation#respond_to):
knu
2008-06-02
1
-2
/
+2
*
* lib/delegate.rb (DelegateClass): use define_method instead of
nobu
2008-02-04
1
-17
/
+15
*
* lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extend
usa
2008-02-04
1
-3
/
+5
*
* eval.c (Init_eval): move instance_eval and instance_exec to
matz
2008-01-04
1
-2
/
+4
*
* eval.c (rb_f_public_send): rename invoke_method to public_send.
matz
2007-12-10
1
-2
/
+2
*
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-11-04
1
-4
/
+4
*
* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]
matz
2007-08-26
1
-2
/
+1
*
* eval.c (rb_f_send_bang): abandon the name funcall for private
matz
2007-08-24
1
-2
/
+2
*
* lib/delegate.rb: catch up with class local variable (@_v) spec.
ko1
2007-02-14
1
-8
/
+8
*
* lib/weakref.rb (WeakRef::__setobj__): should support
matz
2006-12-07
1
-1
/
+1
*
* string.c (sym_eql): fail early to gain performance.
matz
2006-09-20
1
-3
/
+3
*
* eval.c (Init_eval): rename #invoke_method and
matz
2006-07-26
1
-4
/
+4
*
* lib/delegate.rb (Delegator): should not delegate "funcall".
matz
2006-02-20
1
-3
/
+3
*
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-12-29
1
-82
/
+89
*
* range.c (rb_range_beg_len): should return Qfalse for non-range
matz
2005-10-05
1
-21
/
+174
*
* numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):
matz
2005-08-12
1
-45
/
+31
*
* lib/delegate.rb (Delegator::respond_to): respond_to? must check
matz
2005-06-30
1
-0
/
+9
*
* eval.c (rb_eval): pre-evaluate argument for unambiguous
matz
2005-06-30
1
-0
/
+8
*
* signal.c (sigexit): call rb_thread_signal_exit() instead of
matz
2005-06-12
1
-0
/
+2
*
reverted (commit miss) [ruby-dev:26141]
ocean
2005-05-12
1
-3
/
+3
*
* eval.c (break_jump): break should not cross functions.
matz
2005-05-11
1
-3
/
+3
*
* lib/delegate.rb (SimpleDelegator::dup): wrong number of
matz
2004-11-10
1
-8
/
+8
*
* array.c (rb_ary_times): Array#* should return an instance of
matz
2004-10-19
1
-3
/
+11
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-0
/
+9
*
* enum.c (enum_sort_by): do not use qsort directly. use
matz
2004-09-21
1
-1
/
+0
*
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
2004-05-07
1
-12
/
+19
*
* lib/delegate.rb (DelegateClass): define internal methods of the
nobu
2004-03-31
1
-7
/
+7
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-0
/
+3
*
* misc/ruby-mode.el: better support for general delimited
matz
2004-01-27
1
-1
/
+2
*
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-17
1
-5
/
+8
*
* io.c (argf_read): should not terminate on empty string; wait
matz
2003-12-03
1
-1
/
+2
*
* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.
matz
2003-08-04
1
-0
/
+6
*
* error.c (syserr_initialize): prohibit specifying errno for
matz
2003-05-21
1
-1
/
+1
*
* class.c (rb_class_protected_instance_methods): now gives
matz
2003-05-02
1
-4
/
+4
*
update NotImplementError to NotImplementedError.
matz
2003-03-23
1
-1
/
+1
*
* math.c (math_acos): check errno after operation. ditto for
matz
2002-11-14
1
-4
/
+4
[next]