| Commit message (Expand) | Author | Age | Files | Lines |
* | * cont.c (cont_capture): add volatile. | naruse | 2011-06-22 | 1 | -1/+2 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -0/+1 |
* | * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods. | drbrain | 2011-06-16 | 1 | -2/+2 |
* | * array.c (rb_ary_sort_bang): fix rdoc. | naruse | 2011-04-22 | 1 | -2/+2 |
* | * array.c (ary_join_1): fix array size. | akr | 2011-02-15 | 1 | -1/+1 |
* | * array.c (array_join): copy the encoding of the first element as | naruse | 2011-02-15 | 1 | -4/+16 |
* | * array.c (inspect_ary): don't taint the inspected result of a | naruse | 2011-02-15 | 1 | -1/+1 |
* | * array.c: documentation clarification in rotate, rotate!, | kosaki | 2011-02-09 | 1 | -8/+8 |
* | Additional fix for r30736 | naruse | 2011-01-30 | 1 | -0/+1 |
* | * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) before | naruse | 2011-01-30 | 1 | -1/+4 |
* | * array.c (rb_ary_join): [].join.encoding must be US-ASCII. | naruse | 2011-01-29 | 1 | -1/+1 |
* | * array.c (rb_ary_times): less MEMCPY calls. | akr | 2011-01-17 | 1 | -3/+10 |
* | fix typos | kazu | 2011-01-11 | 1 | -2/+2 |
* | * array.c (rb_ary_resize): should care of embeded array when extending | usa | 2011-01-11 | 1 | -1/+2 |
* | * array.c (rb_ary_modify): export. | nobu | 2011-01-05 | 1 | -1/+1 |
* | * array.c (rb_ary_resize): new utility function. [ruby-dev:42912] | nobu | 2011-01-05 | 1 | -0/+45 |
* | * array.c (rb_ary_dup): should copy contents only. no instance | matz | 2010-12-09 | 1 | -14/+6 |
* | * array.c: parenthesize macro arguments. | akr | 2010-12-01 | 1 | -24/+24 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -1/+1 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -1/+1 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -1/+1 |
* | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu | 2010-10-13 | 1 | -9/+10 |
* | * array.c (rb_ary_rotate_m): fix typo of rdoc. | naruse | 2010-09-01 | 1 | -1/+1 |
* | * array.c (rb_ary_sample): removed unused variable. | nobu | 2010-08-27 | 1 | -1/+1 |
* | * array.c (rb_ary_shuffle_bang): bail out from modification during | nobu | 2010-08-26 | 1 | -18/+46 |
* | * array.c (rb_ary_shuffle): rdoc fix. argument name was missing. | nobu | 2010-08-26 | 1 | -1/+1 |
* | * array.c (rb_ary_shuffle_bang): check number of argument. | nobu | 2010-08-26 | 1 | -0/+3 |
* | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu | 2010-08-25 | 1 | -2/+2 |
* | reverted to r29091; r29092 breaks test-all | shyouhei | 2010-08-25 | 1 | -3/+3 |
* | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu | 2010-08-25 | 1 | -2/+2 |
* | * array.c (rb_ary_sample): use frozen shared array to get rid of | nobu | 2010-08-25 | 1 | -1/+1 |
* | * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optional | nobu | 2010-08-23 | 1 | -12/+33 |
* | * array.c (RAND_UPTO): macro for random number. | nobu | 2010-08-21 | 1 | -11/+13 |
* | * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c... | mrkn | 2010-08-19 | 1 | -4/+4 |
* | forget to commit. | mrkn | 2010-08-18 | 1 | -1/+4 |
* | * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa... | mrkn | 2010-08-18 | 1 | -4/+1 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 1 | -1/+1 |
* | * array.c (rb_ary_clear): should not unshare embedded array, and | nobu | 2010-07-19 | 1 | -1/+4 |
* | * array.c (rb_ary_clear): no need to duplicate buffer just before | nobu | 2010-07-18 | 1 | -2/+5 |
* | * array.c (rb_ary_product): clear uninitialized elements in temporary | akr | 2010-06-06 | 1 | -0/+1 |
* | * array.c (rb_ary_product): need to set the length in order to get | nobu | 2010-06-06 | 1 | -0/+1 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -2/+2 |
* | * array.c (rb_ary_product): Use tmpary instead, to ensure marking | shyouhei | 2010-05-28 | 1 | -3/+3 |
* | * array.c (rb_ary_product): Do not rely on GC, t0 should be | shyouhei | 2010-05-28 | 1 | -1/+5 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -14/+14 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -201/+265 |
* | * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError | marcandre | 2010-05-08 | 1 | -5/+6 |
* | * array.c (rb_ary_repeated_permutation): new method added. a patch | matz | 2010-04-16 | 1 | -0/+182 |
* | * array.c (rb_ary_permutation): Remove limitation for lengthy permutations | marcandre | 2010-04-07 | 1 | -23/+4 |
* | * array.c (rb_ary_product): Don't limit based on size when a block is given | marcandre | 2010-04-03 | 1 | -15/+22 |