aboutsummaryrefslogtreecommitdiffstats
path: root/lib/delegate.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/delegate.rb: document update from James Edward Gray IImatz2005-09-281-0/+1
* * eval.c (set_trace_func): add rb_secure(4) to prevent addingmatz2005-09-261-21/+170
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-301-0/+9
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-0/+8
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-0/+2
* * lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz2004-11-101-7/+7
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-3/+11
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-0/+9
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-1/+0
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-8/+18
* * lib/delegate.rb (DelegateClass): define internal methods of thenobu2004-03-311-4/+4
* * parse.y (block_append): update nd_end for "real" head node.matz2004-01-261-1/+2
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-5/+8
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+2
* * lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz2003-08-041-0/+6
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-1/+1
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-021-4/+4
* update NotImplementError to NotImplementedError.matz2003-03-231-1/+1
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-4/+4
* * lib/delegate.rb (Delegator::initialize): use Object#classnobu2002-10-021-2/+2
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-1/+1
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-15/+23
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-1/+1
* matzmatz2000-07-271-1/+1
* 1.4.0matz1999-08-131-8/+2
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-9/+91
* Initial revisionmatz1998-01-161-0/+44