summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2008-05-29Fix a typo.knu
2008-05-28* array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu
2008-05-28* array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu
2008-05-27* array.c (rb_ary_slice_bang): Return an empty array instead ofknu
2008-05-23* array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu
2008-05-22* array.c (rb_ary_compact_bang): fix reallocation size.akr
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-21* array.c (rb_ary_compact_bang): avoid forceful realloc.matz
2008-05-17* array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu
2008-05-16* array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz
2008-05-14* array.c (rb_ary_count): Override Enumerable#count for betterknu
2008-05-08* array.c (rb_ary_sort_bang): freeze temporary array.nobu
2008-05-08array.c: typo fixed; sorry!matz
2008-05-08* array.c (sort_reentered): reentered check may be called frommatz
2008-05-08* array.c (sort_1, sort_2): check for reentered and if elements arenobu
2008-05-07* array.c (sort_1, sort_2): check reentered. [ruby-core:16679]nobu
2008-05-05* array.c (rb_ary_slice_bang): should adjust length before makingmatz
2008-05-05* array.c (rb_ary_dup): should dupe corresponding information.matz
2008-04-25* array.c (flatten): returns an instance of same class.nobu
2008-04-15* array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu
2008-04-14* array.c (ary_new): new integer overflow check condition.matz
2008-04-13* enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu
2008-04-11* enum.c (enum_find_index): Add support for find_index(obj);knu
2008-04-10Fix mistake in the previous commit.knu
2008-04-10* array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents forknu
2008-03-25* array.c (ary_new): fix size check. [ruby-dev:34123]mame
2008-03-17* array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame
2008-03-13* array.c (rb_ary_slice_bang): should not use rb_ary_subseq()matz
2008-03-11* array.c (rb_ary_combination): argument check before creatingmatz
2008-03-09fix doc.akr
2008-03-07fix rdoc.akr
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-02-26* array.c (combi_len, rb_ary_product): check for overflow.nobu
2008-02-26* array.c (recursive_cmp): compare minimal length parts.nobu
2008-02-26* array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow withnobu
2008-02-21* array.c (rb_ary_unshift_m): expands enough for argc. [ruby-dev:33880]nobu
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-24* array.c (sort_1): remove ary_sort_check(). in-place sort keepmatz
2008-01-24* array.c (collect_bang_i): use rb_ary_store() to avoid potentialmatz
2008-01-16* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu
2008-01-08* enum.c (enum_zip): honor length of the receiver, not thematz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-31fix typos.akr
2007-12-26* array.c (tmpbuf): use rb_str_tmp_new().nobu
2007-12-24* include/ruby/intern.h, random.c, array.c:akr
2007-12-23* array.c (rb_ary_at): updated documentation. a patch from Tadashimatz
2007-12-22* array.c (rb_ary_permutation): add volatile to avoid GC problem.ko1
2007-12-10* array.c (rb_ary_slice_bang): If an invalid range is given, doknu