[bug #37233] NSButton: return key equivalent image

2012-09-12 Thread Gregory John Casamento
Update of bug #37233 (project gnustep): Assigned to:None => gcasa ___ Reply to this item at: ___ Mes

[bug #37130] NSArray does not implement sorting and insertion assuming sorted

2012-09-12 Thread Thomas Davie
Follow-up Comment #10, bug #37130 (project gnustep): Sure, my point was simply that you cannot use quick sort for all sorting here, as it is not stable, and it is possible to request a stable sort. In my implementation I didn't really see enormous reason to implement two separate sorts, when one,

[bug #37130] NSArray does not implement sorting and insertion assuming sorted

2012-09-12 Thread Niels Grewe
Follow-up Comment #9, bug #37130 (project gnustep): Well, actually, the documentation states that sorting is only required to be stable if you actually request it (though Apple might actually always do stable sorting and just doesn't want to make any guarantees for the general case, I didn't check