| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c: Improve rdoc for eql? | marcandre | 2013-04-24 | 1 | -1/+1 |
* | * array.c: Fix documentation for Array#index and #replace aliases | zzak | 2013-04-24 | 1 | -2/+1 |
* | enhanced Array#delete_if docs by johnnymugs | hsbt | 2013-04-22 | 1 | -2/+2 |
* | * array.c: rdoc tweak for include? | marcandre | 2013-04-13 | 1 | -1/+1 |
* | * array.c: Document synonymous methods, by windwiny [GH-277] | zzak | 2013-04-12 | 1 | -0/+3 |
* | * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro. | akr | 2013-04-09 | 1 | -4/+3 |
* | reduce overhead of TYPE | nobu | 2013-04-04 | 1 | -6/+5 |
* | * array.c (take_items): honor encoding of class name. | nobu | 2013-03-23 | 1 | -2/+2 |
* | vm_eval.c: preserve passed_block | nobu | 2013-03-23 | 1 | -12/+10 |
* | * array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153] | marcandre | 2013-03-22 | 1 | -10/+12 |
* | * array.c: Typo in Array#delete by Timo Sand [GH fixes #258] | zzak | 2013-03-17 | 1 | -1/+2 |
* | * array.c: fix rdoc. [ruby-core:53485] [ruby-trunk - Bug #8108] | ktsj | 2013-03-17 | 1 | -1/+1 |
* | * array.c: typo in comment patch by Nami-Doc [Github fixes #253] | zzak | 2013-03-01 | 1 | -1/+1 |
* | * array.c: Fix rdoc for flatten! | marcandre | 2013-02-23 | 1 | -2/+2 |
* | * array.c: Document #<=> return values and formatting | zzak | 2013-02-23 | 1 | -0/+2 |
* | * array.c (rb_ary_diff, rb_ary_and, rb_ary_or): Document return order | zzak | 2013-02-23 | 1 | -3/+5 |
* | * array.c: Fix typo in class documentation | eregon | 2013-02-19 | 1 | -1/+1 |
* | * object.c: rdoc formatting for Kernel#Array() | zzak | 2013-02-19 | 1 | -0/+5 |
* | * array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and the | usa | 2013-02-08 | 1 | -2/+1 |
* | * array.c (rb_ary_dup): make returned array the same class as the original | charliesome | 2013-02-01 | 1 | -1/+2 |
* | * array.c (rb_ary_bsearch): Fix r38986 (typo) [Bug #7726] | marcandre | 2013-01-30 | 1 | -1/+1 |
* | * array.c (rb_ary_bsearch): Fix r38986 (missing whitespace) | marcandre | 2013-01-30 | 1 | -1/+1 |
* | * array.c (rb_ary_bsearch): Raise TypeError on bad return from block | marcandre | 2013-01-30 | 1 | -1/+3 |
* | * array.c (rb_ary_bsearch): Return enumerator if no block [#7725] | marcandre | 2013-01-30 | 1 | -0/+1 |
* | * array.c: Improve documentation about | eregon | 2013-01-29 | 1 | -3/+8 |
* | * enum.c (enum_zip): Fix error message | marcandre | 2013-01-24 | 1 | -1/+2 |
* | adjust style | nobu | 2012-12-29 | 1 | -1/+1 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -1/+2 |
* | adjust style. | nobu | 2012-12-01 | 1 | -3/+3 |
* | * array.c: Fix rdoc for Array#delete [#7437] | marcandre | 2012-11-26 | 1 | -3/+3 |
* | array.c: refactoring of rb_ary_delete_same() | shirosaki | 2012-11-25 | 1 | -23/+18 |
* | * array.c: fixes for the updated documentation in r35858: | eregon | 2012-11-25 | 1 | -14/+15 |
* | Fix WeakRef finalize | shirosaki | 2012-11-24 | 1 | -0/+34 |
* | Fix Segmentation fault at TestArray#test_aref | shirosaki | 2012-11-24 | 1 | -1/+1 |
* | Fix cache validity check of require | shirosaki | 2012-11-22 | 1 | -4/+7 |
* | * array.c (rb_get_values_at): Improve rdoc | marcandre | 2012-11-20 | 1 | -4/+4 |
* | * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)). | mame | 2012-11-20 | 1 | -1/+1 |
* | * range.c (range_bsearch): fix some bugs: a documentation bug, a wrong | mame | 2012-11-15 | 1 | -1/+1 |
* | * array.c (rb_ary_bsearch): add Array#bsearch for binary search. | mame | 2012-11-14 | 1 | -0/+98 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -1/+17 |
* | * array.c (rb_ary_splice): fix r37583 doesn't condier the case when | naruse | 2012-11-09 | 1 | -1/+1 |
* | array.c: speedup Array#unshift by using space in shared array | nobu | 2012-11-09 | 1 | -9/+55 |
* | array.c: use shared array in rb_ary_slice | nobu | 2012-11-09 | 1 | -4/+2 |
* | array.c: make array really suitable for queue | nobu | 2012-11-09 | 1 | -8/+40 |
* | array.c: steal shared array's container when ARY_SHARED_NUM == 1 | nobu | 2012-11-09 | 1 | -6/+17 |
* | * array.c: Fix mistake in rdoc of Array#uniq. | marcandre | 2012-11-07 | 1 | -2/+2 |
* | * array.c (rb_ary_cycle): Support for Array#cycle.size | marcandre | 2012-11-06 | 1 | -1/+15 |
* | * array.c (rb_ary_repeated_combination): Support for repeated_combination.size | marcandre | 2012-11-06 | 1 | -1/+12 |
* | * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.size | marcandre | 2012-11-06 | 1 | -2/+16 |
* | * array.c (rb_ary_combination): Support for Array#combination.size | marcandre | 2012-11-06 | 1 | -2/+27 |