summaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-151-1/+7
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-3/+3
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-9/+9
* * array.c (rb_ary_fill): doc for Array#fill misses indicationmatz2009-03-061-0/+1
* * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that aknu2009-02-241-0/+4
* * array.c (rb_ary_index, rb_ary_rindex): We know that argc is notknu2009-02-231-4/+4
* stripped trailing spaces.nobu2009-02-221-190/+190
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-0/+6
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-3/+3
* * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu2009-02-141-17/+74
* * array.c (ary_resize_capa): should not overwrite outside embeddednobu2009-02-141-1/+2
* * array.c (ary_make_shared): returns shared root array itself, andnobu2009-02-111-3/+15
* * array.c (rb_ary_uniq): gets rid of copying.nobu2009-02-051-6/+16
* * array.c (ary_add_hash): split from ary_make_hash().nobu2009-02-051-14/+30
* * array.c (ary_make_hash): hide a Hash used internally.nobu2009-02-051-0/+1
* * NEWS: add Array#sort_by!.kazu2009-02-031-2/+2
* * array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742]matz2009-02-021-1/+1
* * array.c (rb_ary_sort_by_bang): new method. requested inmatz2009-02-021-0/+28
* * array.c (rb_ary_aset): fixed arguments evaluation order.nobu2009-01-261-1/+3
* * array.c (ary_double_capa): a new function to expand array morematz2009-01-211-13/+19
* * array.c (take_items): to_ary() raises ArgumentError if cannot tousa2009-01-211-1/+1
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-191-1/+3
* * array.c (rb_ary_push_m): add modification check before actualmatz2008-12-171-0/+1
* * array.c (rb_ary_pop_m): use enum ary_take_pos_flags.matz2008-12-171-1/+1
* * array.c (rb_ary_times): taint (and untrust) status should bematz2008-11-251-1/+5
* merges r20050 from ruby_1_9_1 into trunk.yugui2008-11-081-6/+8
* * array.c (rb_ary_join): do not repeat self in a recursive array.nobu2008-11-031-1/+4
* * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial moreyugui2008-11-031-10/+16
* * array.c (ary_partial0): recovers mistakenly feature change at r19723.yugui2008-10-311-1/+4
* * array.c (rb_ary_decrement_share): fix to work recyclingwanabe2008-10-311-5/+11
* * array.c (rb_ary_permutation): hide temporal array.mame2008-10-301-0/+2
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-3/+5
* * array.c (rb_ary_splice): remove redundant check.mame2008-10-291-4/+0
* * array.c (rb_ary_sort_bang): replacing array during sort brokemame2008-10-291-2/+6
* * revert the previous wrong commit; sorry.mame2008-10-291-6/+2
* * array.c (rb_ary_sort_bang): replacing array during sort brokemame2008-10-291-2/+6
* * array.c (rb_ary_sample): fixed sizes and randomness.nobu2008-10-241-17/+15
* * array.c: don't recycle shared-array while sort!.wanabe2008-10-171-1/+1
* * array.c: recycle shared-array when it isn't referenced.wanabe2008-10-171-12/+80
* * array.c (ary_resize_capa): renamed RESIZE_CAPA.yugui2008-10-171-11/+15
* * array.c (RESIZE_CAPA): check whether len is longer than capacity.usa2008-10-151-1/+2
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-129/+288
* fix a typo.akr2008-09-071-1/+1
* * 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