aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* fix typoskazu2011-01-111-2/+2
* * array.c (rb_ary_resize): should care of embeded array when extendingusa2011-01-111-1/+2
* * array.c (rb_ary_modify): export.nobu2011-01-051-1/+1
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+45
* * array.c (rb_ary_dup): should copy contents only. no instancematz2010-12-091-14/+6
* * array.c: parenthesize macro arguments.akr2010-12-011-24/+24
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-1/+1
* Commit miss.nobu2010-10-191-1/+1
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-1/+1
* * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu2010-10-131-9/+10
* * array.c (rb_ary_rotate_m): fix typo of rdoc.naruse2010-09-011-1/+1
* * array.c (rb_ary_sample): removed unused variable.nobu2010-08-271-1/+1
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-261-18/+46
* * array.c (rb_ary_shuffle): rdoc fix. argument name was missing.nobu2010-08-261-1/+1
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-261-0/+3
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-2/+2
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-251-3/+3
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-2/+2
* * array.c (rb_ary_sample): use frozen shared array to get rid ofnobu2010-08-251-1/+1
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-231-12/+33
* * array.c (RAND_UPTO): macro for random number.nobu2010-08-211-11/+13
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-191-4/+4
* forget to commit.mrkn2010-08-181-1/+4
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-181-4/+1
* * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu2010-08-141-1/+1
* * array.c (rb_ary_clear): should not unshare embedded array, andnobu2010-07-191-1/+4
* * array.c (rb_ary_clear): no need to duplicate buffer just beforenobu2010-07-181-2/+5
* * array.c (rb_ary_product): clear uninitialized elements in temporaryakr2010-06-061-0/+1
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-061-0/+1
* * removed trailing spaces.nobu2010-05-291-2/+2
* * array.c (rb_ary_product): Use tmpary instead, to ensure markingshyouhei2010-05-281-3/+3
* * array.c (rb_ary_product): Do not rely on GC, t0 should beshyouhei2010-05-281-1/+5
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-14/+14
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-201/+265
* * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexErrormarcandre2010-05-081-5/+6
* * array.c (rb_ary_repeated_permutation): new method added. a patchmatz2010-04-161-0/+182
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-071-23/+4
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-031-15/+22
* * array.c (rb_ary_product): Make defensive copy in case of block...marcandre2010-04-021-1/+5
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-021-0/+3
* * array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre2010-04-021-8/+19
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-201-0/+4
* * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz2010-03-131-1/+1
* * array.c (rb_ary_select_bang): select! removes all elements formatz2010-03-031-0/+53
* * array.c (rb_ary_push_m): use rb_ary_modify instead ofnaruse2010-02-151-1/+1
* * array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.matz2010-02-131-3/+6
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-101-5/+19
* * array.c (rb_ary_rotate): new methods, Array#rotate! andnobu2010-01-211-7/+110
* * array.c (rb_ary_reverse_m): copy directly.nobu2010-01-211-4/+18
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-6/+3