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
/
lib
/
delegate.rb
Age
Commit message (
Expand
)
Author
2008-06-15
merge revision(s) 16369:
shyouhei
2006-12-07
* lib/weakref.rb (WeakRef::__setobj__): should support
matz
2005-09-28
* lib/delegate.rb: document update from James Edward Gray II
matz
2005-09-26
* eval.c (set_trace_func): add rb_secure(4) to prevent adding
matz
2005-06-30
* lib/delegate.rb (Delegator::respond_to): respond_to? must check
matz
2005-06-30
* eval.c (rb_eval): pre-evaluate argument for unambiguous
matz
2005-06-12
* signal.c (sigexit): call rb_thread_signal_exit() instead of
matz
2004-11-10
* lib/delegate.rb (SimpleDelegator::dup): wrong number of
matz
2004-10-20
* string.c (str_gsub): reentrant check. [ruby-dev:24432]
matz
2004-10-19
* io.c (read_all): block string buffer modification during
matz
2004-09-21
* array.c (rb_ary_uniq_bang): element size might change during
matz
2004-05-17
* ext/socket/socket.c (setup_domain_and_type): honor duck typing.
matz
2004-03-31
* lib/delegate.rb (DelegateClass): define internal methods of the
nobu
2004-01-26
* parse.y (block_append): update nd_end for "real" head node.
matz
2003-12-17
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-03
* io.c (argf_read): should not terminate on empty string; wait
matz
2003-08-04
* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.
matz
2003-05-21
* error.c (syserr_initialize): prohibit specifying errno for
matz
2003-05-02
* class.c (rb_class_protected_instance_methods): now gives
matz
2003-03-23
update NotImplementError to NotImplementedError.
matz
2002-11-14
* math.c (math_acos): check errno after operation. ditto for
matz
2002-10-02
* lib/delegate.rb (Delegator::initialize): use Object#class
nobu
2001-11-21
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-13
* signal.c (sighandle): should not re-register sighandler if
matz
2001-03-13
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2000-07-27
matz
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1998-01-16
Initial revision
matz