summaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* merges r24364 from trunk into ruby_1_9_1.yugui2009-08-081-2/+8
* merges r23557 and r23563 from trunk into ruby_1_9_1.yugui2009-06-201-6/+6
* merges r23361 from trunk into ruby_1_9_1.yugui2009-05-211-1/+1
* merges r23359 from trunk into ruby_1_9_1.yugui2009-05-211-2/+3
* merges r23191 from trunk into ruby_1_9_1.yugui2009-05-041-1/+7
* merges r21780 from trunk into ruby_1_9_1.yugui2009-01-281-1/+3
* introduces r21693 again and merges r21713yugui2009-01-281-1/+3
* * reverts r21693.yugui2009-01-201-3/+1
* merges r21678 from trunk into ruby_1_9_1.yugui2009-01-201-1/+3
* merges r20840 from trunk into ruby_1_9_1.yugui2008-12-191-0/+1
* merges r20839 from trunk into ruby_1_9_1.yugui2008-12-191-1/+1
* merges r20356 from trunk into ruby_1_9_1.yugui2008-11-301-1/+5
* merges r20103 from trunk into ruby_1_9_1.yugui2008-11-041-1/+4
* * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial moreyugui2008-11-031-10/+16
* merges r20071 from trunk into ruby_1_9_1.yugui2008-10-311-5/+11
* * array.c (ary_partial0): recovers mistakenly feature change at r19723.yugui2008-10-311-1/+4
* * array.c (rb_ary_permutation): hide temporal array.mame2008-10-301-0/+2
* * array.c (rb_ary_sort_bang): refactoring.yugui2008-10-291-6/+8
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-3/+5
* * array.c (rb_ary_splice): remove redundant check.mame2008-10-291-4/+0
* * array.c (rb_ary_sort_bang): replacing array during sort brokemame2008-10-291-2/+6
* * revert the previous wrong commit; sorry.mame2008-10-291-6/+2
* * array.c (rb_ary_sort_bang): replacing array during sort brokemame2008-10-291-2/+6
* * array.c (rb_ary_sample): fixed sizes and randomness.nobu2008-10-241-17/+15
* * array.c: don't recycle shared-array while sort!.wanabe2008-10-171-1/+1
* * array.c: recycle shared-array when it isn't referenced.wanabe2008-10-171-12/+80
* * array.c (ary_resize_capa): renamed RESIZE_CAPA.yugui2008-10-171-11/+15
* * array.c (RESIZE_CAPA): check whether len is longer than capacity.usa2008-10-151-1/+2
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-129/+288
* fix a typo.akr2008-09-071-1/+1
* * array.c (rb_ary_sample): performance improvement for huge array.nobu2008-08-201-18/+54
* * array.c (rb_ary_sample): get rid of infinite loop. #455nobu2008-08-201-1/+2
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-2/+9
* * array.c (rb_ary_delete): Array#delete to return deleted element.matz2008-08-121-2/+6
* * array.c (rb_ary_sample): rename #choice to #sample. inmatz2008-08-111-9/+36
* * array.c (rb_ary_sort_bang): reset to real class.nobu2008-08-051-1/+1
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-041-10/+38
* * array.c (rb_ary_tmp_new): added.nobu2008-08-041-0/+6
* * array.c (rb_ary_fill): don't raise even if length is negative.akr2008-07-091-1/+3
* * array.c (rb_ary_fill): check if beg is too big.nobu2008-07-011-1/+1
* * array.c (rb_ary_fill): not depend on unspecified behavior at integernobu2008-06-251-2/+2
* * array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu2008-06-201-3/+3
* * array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei2008-06-191-8/+12
* * array.c (rb_ary_zip): ANSI style.mame2008-06-111-4/+1
* * array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]matz2008-06-101-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * array.c (rb_ary_delete_if): should return enumerator if no blockmatz2008-05-311-0/+1
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-291-3/+7