summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-21* array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unlessmatz
2009-05-15* array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.nobu
2009-05-09rename argument name.akr
2009-05-08* array.c (rb_ary_flatten_bang): clears temporary array.nobu
2009-05-07* array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu
2009-05-07* array.c (rb_ary_sample): negative sample number is invalid.nobu
2009-05-02* array.c (Init_Array): made #to_s an alias to #inspect to reducenobu
2009-05-02* array.c: fixed types.nobu
2009-04-20* array.c (rb_ary_push): bypass rb_ary_store().matz
2009-04-15* array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame
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