7
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update mspec to 8ea1d4f12d7fa5e4b5f339559b9166d17b254987 More... over 13 years ago
fix the MatchData#[] behavior if passed a negative Fixnum object as index More... over 13 years ago
Merge RubyGems changes up to latest 1.8.x release More... over 13 years ago
Remove xcode_support from the standard rakefile installation More... over 13 years ago
Flip RELEASE_YEAR and BIRTH_YEAR so RUBY_COPYRIGHT makes sense More... over 13 years ago
Address GH-90 by breaking out Xcode integration installation More... over 13 years ago
File::Stat#inspect will not raise an exception if passed uninitialized object More... over 13 years ago
String#<< will raise a RangeError when passed the object which is out of range More... over 13 years ago
should not search the private method with rb_vm_respond_to() More... over 13 years ago
Make Dispatch::Queue#apply documentation less misleading More... over 13 years ago
add the implementation of Object#singleton_class More... over 13 years ago
RSTRING_PTR() returns (char *) instead of (const char *) like CRuby because the compiling fails with some C extension libraries More... over 13 years ago
Thread.new will be accepted even if ThreadGroup#add is not accepted by #enclose More... over 13 years ago
check only ascii code range characters with isspace() because some multi-byte characters is regarded as whitespace More... over 13 years ago
arg_concat() on op_asgn was inversed More... over 13 years ago
Array#product will not raise RangeError with block if array is big for product More... over 13 years ago
just compile plblockimp when need it More... over 13 years ago
update README.rdoc in sample-macruby More... over 13 years ago
[fix #106] move the MacRuby Samples to https://github.com/MacRuby/MacRubySamples More... over 13 years ago
check what iv_dict is not NULL because rb_class_ivar_dict() may return NULL More... over 13 years ago
Object#display will raise an exception if passed nil More... over 13 years ago
Object#display returns always nil More... over 13 years ago
#display method is not module function in Kernel but instance method in Object More... over 13 years ago
ARGF.inplace_mode raises an exception if passed the tainted object More... over 13 years ago
remove the unnecessary checks, because NUM2INT check whether passed object is possible to coerce More... over 13 years ago
update rubyspec tags for Marshal More... over 13 years ago
keep the Object's status of untrusted More... over 13 years ago
data is now st_table More... over 13 years ago
use the DBL2NUM instead of DOUBLE2NUM More... over 13 years ago
copy tainted/untrusted/frozen status when adds the method into singleton class More... over 13 years ago