Age | Commit message (Expand) | Author |
2014-03-14 | range.c: unused function | nobu |
2014-03-14 | [DOC] add links to `Object#hash` | nobu |
2014-02-15 | Range#bsearch: fix typo in rdoc | marcandre |
2014-02-14 | * enum.c: Enumerable#{min,min_by,max,max_by} extended to take an | akr |
2014-01-09 | * range.c (Range#size): [DOC] improve description and add examples. | eregon |
2013-12-03 | hash.c: detect recursion for all | nobu |
2013-11-30 | range.c: revert the old behavior | nobu |
2013-11-29 | vm_eval.c: rb_yield_block | nobu |
2013-11-29 | ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST | nobu |
2013-11-29 | array.c, enum.c, range.c: rb_block_call_func compatible | nobu |
2013-11-29 | ruby/ruby.h: add blockarg to rb_block_call_func | nobu |
2013-11-26 | should not ignore the rest of recursive constructs | nobu |
2013-10-26 | range.c: modify check | nobu |
2013-10-25 | range.c: fix int and VALUE | nobu |
2013-10-25 | range.c: setter macros | nobu |
2013-08-08 | range.c: revert r42400 | nobu |
2013-08-06 | range.c: return nil for empty range | nobu |
2013-08-06 | range.c: consider exclusive | nobu |
2013-06-26 | intern.h: define rb_enumerator_size_func | nobu |
2013-06-21 | * include/ruby/ruby.h: support write barrier protection for T_STRUCT. | ko1 |
2013-06-02 | * range.c: Fix rdoc on Range#bsearch [Bug #8242] [ruby-core:54143] | zzak |
2013-05-19 | fix typos. Patch by k_takata. | ktsj |
2013-05-13 | * gc.c: support RGENGC. [ruby-trunk - Feature #8339] | ko1 |
2013-05-13 | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 |
2013-03-06 | prefix global symbols | nobu |
2013-02-05 | * range.c: Use div instead of / for bsearch | marcandre |
2013-01-30 | ChangeLog, range.c: adjust indent and style | nobu |
2013-01-30 | * array.c (rb_ary_bsearch): Fix r38986 (typo) [Bug #7726] | marcandre |
2013-01-30 | * array.c (rb_ary_bsearch): Fix r38986 (missing whitespace) | marcandre |
2013-01-30 | * array.c (rb_ary_bsearch): Raise TypeError on bad return from block | marcandre |
2013-01-30 | * range.c: Restrict bsearch to integers [#7728] | marcandre |
2013-01-30 | * array.c (rb_ary_bsearch): Return enumerator if no block [#7725] | marcandre |
2013-01-29 | * range.c: Fix Range#bsearch for floats [Bug #7724] | marcandre |
2012-12-29 | use RB_TYPE_P | nobu |
2012-12-02 | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 |
2012-11-29 | remove trailing spaces. | nobu |
2012-11-21 | * range.c (rb_range_beg_len): Fix potential bug for limit case [#6203] | marcandre |
2012-11-20 | * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)). | mame |
2012-11-16 | range.c: compare signedness only | nobu |
2012-11-15 | * range.c (range_bsearch): fix some bugs: a documentation bug, a wrong | mame |
2012-11-14 | * array.c (rb_ary_bsearch): add Array#bsearch for binary search. | mame |
2012-11-06 | * range.c: Support for range.step.size | marcandre |
2012-11-06 | * range.c: Support for Range#size and Range#each.size | marcandre |
2012-10-20 | * include/ruby/ruby.h: add C APIs. | nari |
2012-03-03 | trivial changes | tadf |
2011-12-05 | * range.c: Improve documentation for Range. Patch by Chris Zetter. | drbrain |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-07-10 | * range.c (range_max): fix behavior with excluded end value. | tarui |
2011-06-18 | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr |
2011-06-18 | * internal.h: declare more internal functions. | akr |