summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-03-10* array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu
2009-03-06* array.c (rb_ary_fill): doc for Array#fill misses indicationmatz
2009-02-24* array.c (rb_ary_index, rb_ary_rindex): Emit a warning that aknu
2009-02-23* array.c (rb_ary_index, rb_ary_rindex): We know that argc is notknu
2009-02-22stripped trailing spaces.nobu
2009-02-18* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-14* array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu
2009-02-14* array.c (ary_resize_capa): should not overwrite outside embeddednobu
2009-02-11* array.c (ary_make_shared): returns shared root array itself, andnobu
2009-02-05* array.c (rb_ary_uniq): gets rid of copying.nobu
2009-02-05* array.c (ary_add_hash): split from ary_make_hash().nobu
2009-02-05* array.c (ary_make_hash): hide a Hash used internally.nobu
2009-02-03* NEWS: add Array#sort_by!.kazu
2009-02-02* array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742]matz
2009-02-02* array.c (rb_ary_sort_by_bang): new method. requested inmatz
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