summaryrefslogtreecommitdiff
path: root/lib/delegate.rb
AgeCommit message (Expand)Author
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2005-09-28* lib/delegate.rb: document update from James Edward Gray IImatz
2005-09-26* eval.c (set_trace_func): add rb_secure(4) to prevent addingmatz
2005-06-30* lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2004-11-10* lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
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 thenobu
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 likematz
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-08-04* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz
2003-05-21* error.c (syserr_initialize): prohibit specifying errno formatz
2003-05-02* class.c (rb_class_protected_instance_methods): now givesmatz
2003-03-23update NotImplementError to NotImplementedError.matz
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-10-02* lib/delegate.rb (Delegator::initialize): use Object#classnobu
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2000-07-27matzmatz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
1998-01-16Initial revisionmatz