| Age | Commit message (Expand) | Author |
| 2008-12-16 | * array.c (rb_ary_nitems, rb_ary_choice): Add a deprecation | knu |
| 2008-11-03 | * array.c (rb_ary_join): do not repeat self in a recursive array. | nobu |
| 2008-08-12 | * array.c (rb_ary_choice): Resurrect #choice. Let me think about | knu |
| 2008-08-12 | * array.c (rb_ary_sample): rename #choice to #sample. in | matz |
| 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-29 | * array.c (rb_ary_fill): check for negative length. | nobu |
| 2008-06-25 | * array.c (rb_ary_fill): not depend on unspecified behavior at integer | nobu |
| 2008-06-20 | * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified | nobu |
| 2008-06-19 | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei |
| 2008-05-31 | * array.c (rb_ary_delete_if): should return enumerator if no block | knu |
| 2008-05-29 | * enum.c (count_i, count_iter_i): Sync with trunk. | knu |
| 2008-05-29 | Fix a typo. | knu |
| 2008-05-28 | * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at the | knu |
| 2008-05-27 | * array.c (rb_ary_slice_bang): Return an empty array instead of | knu |
| 2008-05-24 | * array.c (rb_ary_slice_bang): Be consistent with Array#slice() | knu |
| 2008-05-22 | * array.c (flatten): check if reentered. [ruby-dev:34798] | nobu |
| 2008-05-22 | * array.c (flatten): free memo hash table before raising exception. | matz |
| 2008-05-21 | * array.c (flatten): fix memory leak. | nagai |
| 2008-05-14 | * array.c (rb_ary_count): Override Enumerable#count for better | knu |
| 2008-04-25 | * array.c (flatten): returns an instance of same class. | nobu |
| 2008-04-19 | * array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp): | knu |
| 2008-04-15 | * array.c (rb_ary_take_while, rb_ary_drop_while): removed unused | nobu |
| 2008-04-14 | * array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optional | knu |
| 2008-04-14 | * array.c (rb_ary_collect_bang, rb_ary_select): Return an | knu |
| 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 when | knu |
| 2008-04-09 | Fix a typo. | knu |
| 2008-04-09 | * array.c (rb_ary_pop): Do not reallocate too often; backported | knu |
| 2008-04-09 | Array#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 #rindex | knu |
| 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 pushing | matz |
| 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 array | matz |
| 2006-09-24 | * array.c (rb_ary_shift): should clear shifting top element. | matz |
| 2006-06-24 | comment rb_ary_new4 behavior in Ruby 1.9. | akr |
| 2006-05-03 | * ext/syck/emitter.c (syck_scan_scalar): avoid accessing | matz |
| 2006-04-26 | * array.c (rb_ary_fill): internalize local variable "beg" to | matz |
| 2005-12-22 | * array.c: document fix - remove reference of obsoleted | matz |
| 2005-12-12 | * array.c (rb_ary_diff): fix a GC problem on IA64 with | akr |
| 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 middle | ocean |