| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * array.c (rb_ary_permutation): Support for Array#permutation.size | marcandre | 2012-11-06 | 1 | -1/+24 |
* | * array.c: Support for Enumerator#size in trivial cases: | marcandre | 2012-11-06 | 1 | -12/+12 |
* | Expose whether two arrays are shared | shirosaki | 2012-11-05 | 1 | -0/+16 |
* | * array.c (recursive_equal): fix to return true when self and other | glass | 2012-11-04 | 1 | -1/+3 |
* | * array.c (recursive_equal): fix not to make invalid pointers when | glass | 2012-11-03 | 1 | -3/+5 |
* | * array.c (recursive_equal): performance improvement. | glass | 2012-11-02 | 1 | -3/+19 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -4/+2 |
* | array.c: use rb_random_ulong_limited | nobu | 2012-10-09 | 1 | -15/+25 |
* | remove garbages. | nobu | 2012-09-20 | 1 | -1/+1 |
* | array.c, enum.c: TypeError in zip | nobu | 2012-09-19 | 1 | -1/+2 |
* | * array.c (rb_ary_diff, rb_ary_uniq): | zzak | 2012-09-13 | 1 | -5/+22 |
* | * array.c (rb_ary_select): | zzak | 2012-09-13 | 1 | -5/+6 |
* | Add documentation about Array#join(nil). [Bug#5915] | naruse | 2012-07-17 | 1 | -0/+2 |
* | array.c: fill with nil | nobu | 2012-07-14 | 1 | -8/+6 |
* | array.c: no infection by unused separator | nobu | 2012-07-14 | 1 | -2/+2 |
* | * array.c (rb_ary_aref): Added a description of the behavior of | drbrain | 2012-07-05 | 1 | -4/+9 |
* | * array.c (rb_ary_aref): Updated documentation to indicate the | drbrain | 2012-07-03 | 1 | -9/+13 |
* | * array.c (ary_reverse): use ansi style declaration. | kosaki | 2012-06-19 | 1 | -2/+1 |
* | * array.c: Updated Array documentation formatting. Patch by Zachary | drbrain | 2012-05-31 | 1 | -518/+637 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -9/+3 |
* | * array.c (rb_ary_cat): new function to concat objects into array. | nobu | 2012-03-08 | 1 | -5/+14 |
* | * array.c: Fix rdoc for Array#select! | marcandre | 2012-02-10 | 1 | -2/+2 |
* | Fix typo | ayumin | 2012-01-05 | 1 | -1/+1 |
* | * array.c (rb_ary_sample): add examples for Array#sample. | ayumin | 2012-01-04 | 1 | -0/+4 |
* | * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc. | nobu | 2011-12-15 | 1 | -0/+4 |
* | * array.c (rb_ary_initialize): Improve explanation of Array.new | drbrain | 2011-10-10 | 1 | -42/+69 |
* | * array.c: Add a description to Array, minor cleanups. Patch by | drbrain | 2011-10-10 | 1 | -16/+243 |
* | * array.c: Use + for arguments described in documentation to allow | drbrain | 2011-10-06 | 1 | -96/+91 |
* | * array.c (rb_ary_initalize): Make Array.new description match | drbrain | 2011-10-03 | 1 | -3/+3 |
* | * array.c (rb_ary_initialize): Add output for examples. Patch by | drbrain | 2011-10-03 | 1 | -10/+11 |
* | * array.c (rb_ary_s_create): Add example results for Array::[]. Patch | drbrain | 2011-10-03 | 1 | -7/+6 |
* | * array.c (ary_join_1): should not copy the encoding of non-string | nobu | 2011-09-29 | 1 | -0/+1 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -4/+4 |
* | * array.c (rb_ary_set_len): new function to set array length. | nobu | 2011-07-29 | 1 | -0/+15 |
* | * array.c: Fix typo. https://github.com/ruby/ruby/pull/36 | shyouhei | 2011-07-26 | 1 | -1/+1 |
* | * array.c (rb_ary_delete_at_m): use simple array literal in rdoc. | naruse | 2011-07-21 | 1 | -1/+1 |
* | * array.c (ary_reject_bang): should not remove elements which are | nobu | 2011-07-03 | 1 | -21/+13 |
* | * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected | nobu | 2011-07-01 | 1 | -20/+49 |
* | * 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 |