index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
delegate.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* lib/delegate.rb (Delegator::initialize): use Object#class
nobu
2002-10-02
1
-2
/
+2
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
1
-1
/
+1
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-15
/
+23
*
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-13
1
-1
/
+1
*
matz
matz
2000-07-27
1
-1
/
+1
*
1.4.0
matz
1999-08-13
1
-8
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1999-01-20
1
-9
/
+91
*
Initial revision
matz
1998-01-16
1
-0
/
+44