summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2010-08-14* configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu
2010-07-19* array.c (rb_ary_clear): should not unshare embedded array, andnobu
2010-07-18* array.c (rb_ary_clear): no need to duplicate buffer just beforenobu
2010-06-06* array.c (rb_ary_product): clear uninitialized elements in temporaryakr
2010-06-06* array.c (rb_ary_product): need to set the length in order to getnobu
2010-05-29* removed trailing spaces.nobu
2010-05-28 * array.c (rb_ary_product): Use tmpary instead, to ensure markingshyouhei
2010-05-28 * array.c (rb_ary_product): Do not rely on GC, t0 should beshyouhei
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2010-05-08* array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexErrormarcandre
2010-04-16* array.c (rb_ary_repeated_permutation): new method added. a patchmatz
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-02* array.c (rb_ary_product): Make defensive copy in case of block...marcandre
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-04-02* array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre
2010-03-20* array.c (rb_ary_uniq_bang): the array is already unique if theakr
2010-03-13* enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz
2010-03-03* array.c (rb_ary_select_bang): select! removes all elements formatz
2010-02-15* array.c (rb_ary_push_m): use rb_ary_modify instead ofnaruse
2010-02-13* array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.matz
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-01-21* array.c (rb_ary_rotate): new methods, Array#rotate! andnobu
2010-01-21* array.c (rb_ary_reverse_m): copy directly.nobu
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-28* string.c: rdoc for <=>, casecmpmarcandre
2009-10-26* array.c (rb_ary_cmp): Array#<=> returns nil when comparison failsmarcandre
2009-10-05* array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz
2009-10-02* array.c (ary_make_shared): should count frozen array itself.nobu
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-03* array.c (permute0): use chars for boolean array.nobu
2009-08-03* array.c (rb_ary_{permutation,combination}): disallow reentrancenobu
2009-08-03* array.c (rb_ary_{permutation,combination,product}): must not usenobu
2009-08-02* array.c (rb_ary_combination, rb_ary_product): prevent from GC.nobu
2009-07-18* array.c: suppressed shorten-64-to-32 warnings.nobu
2009-07-17* array.c (recursive_hash): reject recursive key.akr
2009-07-17* array.c (recursive_join): raise ArgumentError for joiningmatz
2009-07-16* array.c (rb_ary_sample): RDoc update. a patch from Florianmatz
2009-07-10* array.c (ary_join_1): should recurse for element array.nobu
2009-07-10* array.c (recursive_join): use obj to tell if recursion occurs.nobu
2009-07-03* enum.c (enum_join): add Enumerable#join.matz
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-21* array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unlessmatz
2009-05-15* array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.nobu
2009-05-09rename argument name.akr
2009-05-08* array.c (rb_ary_flatten_bang): clears temporary array.nobu
2009-05-07* array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu