| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c (rb_ary_push_m): add modification check before actual | matz | 2008-12-17 | 1 | -0/+1 |
* | * array.c (rb_ary_pop_m): use enum ary_take_pos_flags. | matz | 2008-12-17 | 1 | -1/+1 |
* | * array.c (rb_ary_times): taint (and untrust) status should be | matz | 2008-11-25 | 1 | -1/+5 |
* | merges r20050 from ruby_1_9_1 into trunk. | yugui | 2008-11-08 | 1 | -6/+8 |
* | * array.c (rb_ary_join): do not repeat self in a recursive array. | nobu | 2008-11-03 | 1 | -1/+4 |
* | * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial more | yugui | 2008-11-03 | 1 | -10/+16 |
* | * array.c (ary_partial0): recovers mistakenly feature change at r19723. | yugui | 2008-10-31 | 1 | -1/+4 |
* | * array.c (rb_ary_decrement_share): fix to work recycling | wanabe | 2008-10-31 | 1 | -5/+11 |
* | * array.c (rb_ary_permutation): hide temporal array. | mame | 2008-10-30 | 1 | -0/+2 |
* | * array.c (rb_ary_sort_bang): remove SEGV when replacing array with | mame | 2008-10-29 | 1 | -3/+5 |
* | * array.c (rb_ary_splice): remove redundant check. | mame | 2008-10-29 | 1 | -4/+0 |
* | * array.c (rb_ary_sort_bang): replacing array during sort broke | mame | 2008-10-29 | 1 | -2/+6 |
* | * revert the previous wrong commit; sorry. | mame | 2008-10-29 | 1 | -6/+2 |
* | * array.c (rb_ary_sort_bang): replacing array during sort broke | mame | 2008-10-29 | 1 | -2/+6 |
* | * array.c (rb_ary_sample): fixed sizes and randomness. | nobu | 2008-10-24 | 1 | -17/+15 |
* | * array.c: don't recycle shared-array while sort!. | wanabe | 2008-10-17 | 1 | -1/+1 |
* | * array.c: recycle shared-array when it isn't referenced. | wanabe | 2008-10-17 | 1 | -12/+80 |
* | * array.c (ary_resize_capa): renamed RESIZE_CAPA. | yugui | 2008-10-17 | 1 | -11/+15 |
* | * array.c (RESIZE_CAPA): check whether len is longer than capacity. | usa | 2008-10-15 | 1 | -1/+2 |
* | * include/ruby/ruby.h: embeds the elements of an array into its | yugui | 2008-10-09 | 1 | -129/+288 |
* | fix a typo. | akr | 2008-09-07 | 1 | -1/+1 |
* | * array.c (rb_ary_sample): performance improvement for huge array. | nobu | 2008-08-20 | 1 | -18/+54 |
* | * array.c (rb_ary_sample): get rid of infinite loop. #455 | nobu | 2008-08-20 | 1 | -1/+2 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -2/+9 |
* | * array.c (rb_ary_delete): Array#delete to return deleted element. | matz | 2008-08-12 | 1 | -2/+6 |
* | * array.c (rb_ary_sample): rename #choice to #sample. in | matz | 2008-08-11 | 1 | -9/+36 |
* | * array.c (rb_ary_sort_bang): reset to real class. | nobu | 2008-08-05 | 1 | -1/+1 |
* | * array.c (rb_ary_sort_bang): respect overridden <=> for String and | nobu | 2008-08-04 | 1 | -10/+38 |
* | * array.c (rb_ary_tmp_new): added. | nobu | 2008-08-04 | 1 | -0/+6 |
* | * array.c (rb_ary_fill): don't raise even if length is negative. | akr | 2008-07-09 | 1 | -1/+3 |
* | * array.c (rb_ary_fill): check if beg is too big. | nobu | 2008-07-01 | 1 | -1/+1 |
* | * array.c (rb_ary_fill): not depend on unspecified behavior at integer | nobu | 2008-06-25 | 1 | -2/+2 |
* | * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified | nobu | 2008-06-20 | 1 | -3/+3 |
* | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei | 2008-06-19 | 1 | -8/+12 |
* | * array.c (rb_ary_zip): ANSI style. | mame | 2008-06-11 | 1 | -4/+1 |
* | * array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034] | matz | 2008-06-10 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * array.c (rb_ary_delete_if): should return enumerator if no block | matz | 2008-05-31 | 1 | -0/+1 |
* | * enum.c (enum_count, count_all_i, Init_Enumerable), | knu | 2008-05-29 | 1 | -3/+7 |
* | Fix a typo. | knu | 2008-05-29 | 1 | -1/+1 |
* | * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems(). | knu | 2008-05-28 | 1 | -41/+0 |
* | * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at the | knu | 2008-05-28 | 1 | -0/+1 |
* | * array.c (rb_ary_slice_bang): Return an empty array instead of | knu | 2008-05-27 | 1 | -2/+3 |
* | * array.c (rb_ary_slice_bang): Be consistent with Array#slice() | knu | 2008-05-23 | 1 | -4/+7 |
* | * array.c (rb_ary_compact_bang): fix reallocation size. | akr | 2008-05-22 | 1 | -1/+1 |
* | * array.c (flatten): check if reentered. [ruby-dev:34798] | nobu | 2008-05-22 | 1 | -2/+6 |
* | * array.c (flatten): free memo hash table before raising exception. | matz | 2008-05-22 | 1 | -0/+1 |
* | * array.c (flatten): fix memory leak. | nagai | 2008-05-21 | 1 | -0/+2 |