aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix a typo.knu2008-05-291-1/+1
* * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu2008-05-281-41/+0
* * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu2008-05-281-0/+1
* * array.c (rb_ary_slice_bang): Return an empty array instead ofknu2008-05-271-2/+3
* * array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu2008-05-231-4/+7
* * array.c (rb_ary_compact_bang): fix reallocation size.akr2008-05-221-1/+1
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-2/+6
* * array.c (flatten): free memo hash table before raising exception.matz2008-05-221-0/+1
* * array.c (flatten): fix memory leak.nagai2008-05-211-0/+2
* * array.c (rb_ary_compact_bang): avoid forceful realloc.matz2008-05-211-3/+5
* * array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu2008-05-171-1/+2
* * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz2008-05-161-5/+6
* * array.c (rb_ary_count): Override Enumerable#count for betterknu2008-05-141-0/+44
* * array.c (rb_ary_sort_bang): freeze temporary array.nobu2008-05-081-0/+3
* array.c: typo fixed; sorry!matz2008-05-081-4/+4
* * array.c (sort_reentered): reentered check may be called frommatz2008-05-081-2/+2
* * array.c (sort_1, sort_2): check for reentered and if elements arenobu2008-05-081-3/+7
* * array.c (sort_1, sort_2): check reentered. [ruby-core:16679]nobu2008-05-071-2/+12
* * array.c (rb_ary_slice_bang): should adjust length before makingmatz2008-05-051-0/+3
* * array.c (rb_ary_dup): should dupe corresponding information.matz2008-05-051-1/+1
* * array.c (flatten): returns an instance of same class.nobu2008-04-251-1/+1
* * array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu2008-04-151-2/+0
* * array.c (ary_new): new integer overflow check condition.matz2008-04-141-2/+2
* * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu2008-04-131-9/+25
* * enum.c (enum_find_index): Add support for find_index(obj);knu2008-04-111-0/+3
* Fix mistake in the previous commit.knu2008-04-101-2/+2
* * array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents forknu2008-04-101-9/+11
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-251-3/+11
* * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame2008-03-171-0/+95
* * array.c (rb_ary_slice_bang): should not use rb_ary_subseq()matz2008-03-131-1/+2