summaryrefslogtreecommitdiff
path: root/lib/delegate.rb
AgeCommit message (Expand)Author
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-06-02* lib/delegate.rb (Delegator::MethodDelegation#respond_to):knu
2008-02-04* lib/delegate.rb (DelegateClass): use define_method instead ofnobu
2008-02-04 * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa
2008-01-04* eval.c (Init_eval): move instance_eval and instance_exec tomatz
2007-12-10* eval.c (rb_f_public_send): rename invoke_method to public_send.matz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-08-26* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-02-14* lib/delegate.rb: catch up with class local variable (@_v) spec.ko1
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2006-09-20* string.c (sym_eql): fail early to gain performance.matz
2006-07-26* eval.c (Init_eval): rename #invoke_method andmatz
2006-02-20* lib/delegate.rb (Delegator): should not delegate "funcall".matz
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-08-12* numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz
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
2005-05-12reverted (commit miss) [ruby-dev:26141]ocean
2005-05-11* eval.c (break_jump): break should not cross functions.matz
2004-11-10* lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-21* enum.c (enum_sort_by): do not use qsort directly. usematz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-03-31* lib/delegate.rb (DelegateClass): define internal methods of thenobu
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-01-27* misc/ruby-mode.el: better support for general delimitedmatz
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