7
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[fix #126] does not call Pointer#to_object with the object which is created by Pointer.new More... over 13 years ago
remove the skips in test_nsdictionary.rb More... over 13 years ago
add the implementation of NSDictionary#select! More... over 13 years ago
add the implementation of NSDictionary#keep_if More... over 13 years ago
get rid of uncatchable Objective-C exception in NSDictionary#{delete_if, select} which related to #124 More... over 13 years ago
[fix #124] get rid of uncatchable Objective-C exception, when modify receiver object in iterator block More... over 13 years ago
revert the condition in nsary_reverse_each() and nsary_rindex() More... over 13 years ago
add the NSArray tests about #122 and #123 More... over 13 years ago
fix the condition, because causes infinity loop More... over 13 years ago
refactor More... over 13 years ago
NSArray size may increase More... over 13 years ago
receiver object may be changed within NSArray#select! block More... over 13 years ago
receiver object may be changed within NSArray#select block More... over 13 years ago
[fix #123] receiver object may be changed within NSArray#rindex block More... over 13 years ago
receiver object may be changed within NSArray#each_index block More... over 13 years ago
[fix #122] receiver object may be changed within NSArray#each block More... over 13 years ago
NSArray#delete_if should not return a nil when does not change the receiver object More... over 13 years ago
move PRI_TIMET_PREFIX definition into ruby.h More... over 13 years ago
add the skip into test_nsarray.rb More... over 13 years ago
check an NSArray object whether is mutable More... over 13 years ago
move the implementation about #roatation from Array to NSArray, in order to use its methods with Array/NSArray More... over 13 years ago
add the block support with NSArray#uniq More... over 13 years ago
add the implementation of NSArray#keep_if More... over 13 years ago
add the implementation of NSArray#select! More... over 13 years ago
[fix #119] insert kCFNull instead of nil into result of array. More... over 13 years ago
add NSArray/NSDictionary/NSString tests More... over 13 years ago
fix the NSArray#sort_by!. remove the OC2RB() which causes crash More... over 13 years ago
[fix #118] convert from NSString to RubyString. because rb_enc_str_buf_cat() need the RubyString More... over 13 years ago
add the implementation of NSArray#sort_by! More... over 13 years ago
[fix #117] fix the NSArray#values_at when passed the Fixnum value More... over 13 years ago