summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
2014-03-14range.c: unused functionnobu
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-15Range#bsearch: fix typo in rdocmarcandre
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2014-01-09* range.c (Range#size): [DOC] improve description and add examples.eregon
2013-12-03hash.c: detect recursion for allnobu
2013-11-30range.c: revert the old behaviornobu
2013-11-29vm_eval.c: rb_yield_blocknobu
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-11-29array.c, enum.c, range.c: rb_block_call_func compatiblenobu
2013-11-29ruby/ruby.h: add blockarg to rb_block_call_funcnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-10-26range.c: modify checknobu
2013-10-25range.c: fix int and VALUEnobu
2013-10-25range.c: setter macrosnobu
2013-08-08range.c: revert r42400nobu
2013-08-06range.c: return nil for empty rangenobu
2013-08-06range.c: consider exclusivenobu
2013-06-26intern.h: define rb_enumerator_size_funcnobu
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-19fix 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 macroko1
2013-03-06prefix global symbolsnobu
2013-02-05* range.c: Use div instead of / for bsearchmarcandre
2013-01-30ChangeLog, range.c: adjust indent and stylenobu
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 blockmarcandre
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-29use RB_TYPE_Pnobu
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-11-29remove 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-16range.c: compare signedness onlynobu
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-06* range.c: Support for range.step.sizemarcandre
2012-11-06* range.c: Support for Range#size and Range#each.sizemarcandre
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-03-03trivial changestadf
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 ofnobu
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'takr
2011-06-18* internal.h: declare more internal functions.akr