aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_sort_bang): fix rdoc.naruse2011-04-221-2/+2
* * array.c (ary_join_1): fix array size.akr2011-02-151-1/+1
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-151-4/+16
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-151-1/+1
* * array.c: documentation clarification in rotate, rotate!,kosaki2011-02-091-8/+8
* Additional fix for r30736naruse2011-01-301-0/+1
* * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse2011-01-301-1/+4
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-1/+1
* * array.c (rb_ary_times): less MEMCPY calls.akr2011-01-171-3/+10
* 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