summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2009-02-04merge revision(s) 20103:shyouhei
2008-07-01merge revision(s) 17756:shyouhei
2008-06-29 * array.c (rb_ary_fill): (compatibility) do not raiseshyouhei
2008-06-29merge revision(s) 17570:shyouhei
2008-06-20merge revision(s) 17470:17472:shyouhei
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-05-31Merge from ruby_1_8.knu
2008-05-29Merge from ruby_1_8.knu
2008-05-29Fix a typo.knu
2008-05-28* array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu
2008-05-27Merge from ruby_1_8.knu
2008-05-24Merge from ruby_1_8.knu
2008-05-22Merge from ruby_1_8.knu
2008-05-22Merge from ruby_1_8.knu
2008-05-18Merge -r16241:16456 from ruby_1_8.knu
2008-04-25Merge from ruby_1_8.knu
2008-04-19Merge everything from ruby_1_8.knu
2008-04-15* array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu
2008-04-14* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu
2008-04-14* array.c (rb_ary_collect_bang, rb_ary_select): Return anknu
2008-04-14* enum.c (enum_count, enum_find_index): New methods:knu
2008-04-10* array.c (rb_ary_first, rb_ary_last): Return a shared array whenknu
2008-04-09Fix a typo.knu
2008-04-09* array.c (rb_ary_pop): Do not reallocate too often; backportedknu
2008-04-09Array#reject too.knu
2008-04-09* array.c (rb_ary_each, rb_ary_each_index, rb_ary_reverse_each,knu
2008-04-09* array.c (rb_ary_index, rb_ary_index): Array#index and #rindexknu
2008-04-07* array.c (rb_ary_nitems): Backport Array#nitems with a block;knu
2007-12-10* array.c (rb_ary_slice_bang): If an invalid negative index (<=knu
2007-11-02* array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz
2007-09-05* array.c (rb_ary_subseq): need integer overflow check.matz
2007-09-05* array.c (rb_ary_fill): need integer overflow check.matz
2007-06-30* array.c (rb_ary_initialize): should call rb_ary_modify() first.matz
2007-05-18* array.c (rb_ary_first): add negative length check.matz
2007-05-18* array.c (rb_ary_first): call rb_ary_subseq() instead of pushingmatz
2006-10-18* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]nobu
2006-10-01* array.c (rb_ary_shift): should not move memory region if arraymatz
2006-09-24* array.c (rb_ary_shift): should clear shifting top element.matz
2006-06-24comment rb_ary_new4 behavior in Ruby 1.9.akr
2006-05-03* ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz
2006-04-26* array.c (rb_ary_fill): internalize local variable "beg" tomatz
2005-12-22* array.c: document fix - remove reference of obsoletedmatz
2005-12-12* array.c (rb_ary_diff): fix a GC problem on IA64 withakr
2005-11-15* array.c (rb_ary_fill): previous commit disabled this usage:ocean
2005-11-15* array.c (rb_ary_fill): tail elements were vanished when the middleocean
2005-11-15* array.c (rb_ary_fill): should adjust array length correctly whenmatz
2005-11-14* array.c (rb_ary_first): RDoc update from Daniel Bergermatz
2005-07-05* array.c (sort_2): get rid of yet another bcc's bug.nobu
2005-05-13* array.c (rb_ary_select): can remove argc check. [ruby-core:4911]ocean
2005-02-28* exception error messages updated. [ruby-core:04497]matz