Age | Commit message (Expand) | Author |
2013-03-27 | * array.c (rb_ary_collect), enum.c (enum_collect): rb_warn() is a | knu |
2011-07-03 | * array.c (ary_reject_bang): should not remove elements which are | nobu |
2011-07-01 | * array.c (ary_reject): fix internal function name. | nobu |
2011-07-01 | * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected | nobu |
2011-03-03 | * array.c (rb_ary_collect), enum.c (enum_collect): Add | knu |
2010-11-17 | * array.c (rb_ary_sort_by_bang): Add Array#sort_by!. | knu |
2010-05-28 | * array.c (rb_ary_product): Use tmpary instead, to ensure marking | shyouhei |
2009-12-06 | * array.c (rb_ary_sample): Fix infinite loop bug [ruby-core:27075] | marcandre |
2009-10-28 | * time.c: rdoc fix for <=> | marcandre |
2009-10-22 | * *.[chy]: removed trailing spaces. | nobu |
2009-03-23 | * array.c (ary_resize_capa): Remove an unused function. | knu |
2009-03-20 | * array.c (Array#try_convert): New method backported from 1.9. | knu |
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 more | matz |
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 |