summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2009-01-26* array.c (rb_ary_aset): fixed arguments evaluation order.nobu
2009-01-21* array.c (ary_double_capa): a new function to expand array morematz
2009-01-21 * array.c (take_items): to_ary() raises ArgumentError if cannot tousa
2009-01-19* array.c (take_items), enum.c (enum_zip): tries to convert tonobu
2008-12-17* array.c (rb_ary_push_m): add modification check before actualmatz
2008-12-17* array.c (rb_ary_pop_m): use enum ary_take_pos_flags.matz
2008-11-25* array.c (rb_ary_times): taint (and untrust) status should bematz
2008-11-08merges r20050 from ruby_1_9_1 into trunk.yugui
2008-11-03* array.c (rb_ary_join): do not repeat self in a recursive array.nobu
2008-11-03* array.c (rb_ary_take_first_or_last): renamed rb_ary_partial moreyugui
2008-10-31* array.c (ary_partial0): recovers mistakenly feature change at r19723.yugui
2008-10-31* array.c (rb_ary_decrement_share): fix to work recyclingwanabe
2008-10-30* array.c (rb_ary_permutation): hide temporal array.mame
2008-10-29* array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame
2008-10-29* array.c (rb_ary_splice): remove redundant check.mame
2008-10-29* array.c (rb_ary_sort_bang): replacing array during sort brokemame
2008-10-29* revert the previous wrong commit; sorry.mame
2008-10-29* array.c (rb_ary_sort_bang): replacing array during sort brokemame
2008-10-24* array.c (rb_ary_sample): fixed sizes and randomness.nobu
2008-10-17* array.c: don't recycle shared-array while sort!.wanabe
2008-10-17* array.c: recycle shared-array when it isn't referenced.wanabe
2008-10-17* array.c (ary_resize_capa): renamed RESIZE_CAPA.yugui
2008-10-15 * array.c (RESIZE_CAPA): check whether len is longer than capacity.usa
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-09-07fix a typo.akr
2008-08-20* array.c (rb_ary_sample): performance improvement for huge array.nobu
2008-08-20* array.c (rb_ary_sample): get rid of infinite loop. #455nobu
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-12* array.c (rb_ary_delete): Array#delete to return deleted element.matz
2008-08-11* array.c (rb_ary_sample): rename #choice to #sample. inmatz
2008-08-05* array.c (rb_ary_sort_bang): reset to real class.nobu
2008-08-04* array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu
2008-08-04* array.c (rb_ary_tmp_new): added.nobu
2008-07-09* array.c (rb_ary_fill): don't raise even if length is negative.akr
2008-07-01* array.c (rb_ary_fill): check if beg is too big.nobu
2008-06-25* array.c (rb_ary_fill): not depend on unspecified behavior at integernobu
2008-06-20* array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-06-11* array.c (rb_ary_zip): ANSI style.mame
2008-06-10* array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]matz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-31* array.c (rb_ary_delete_if): should return enumerator if no blockmatz
2008-05-29* enum.c (enum_count, count_all_i, Init_Enumerable),knu
2008-05-29Fix a typo.knu
2008-05-28* array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu
2008-05-28* array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu
2008-05-27* array.c (rb_ary_slice_bang): Return an empty array instead ofknu
2008-05-23* array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu