summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
2017-05-30Improve performance of Range#{min,max}watson1978
2017-04-26range.c: remove no longer used variablenobu
2017-04-25no longer rescue exceptions of #<=> when initializing a Rangeeregon
2016-11-11range.c: check loadingnobu
2016-11-10range.c: check if range modifiablenobu
2016-11-10range.c: indent [ci skip]nobu
2016-10-05* range.c: Add docs for max/min behavior with exclusive range.hsbt
2016-09-08replace fixnum by integer in documents.akr
2016-07-25range.c: check_step_domainnobu
2016-01-23* range.c (range_eqq): revert r11113 because rb_call_super() isshugo
2015-12-03range.c: infected by the receivernobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-08-15range.c: call range_include directly if possiblenobu
2015-05-15range.c: move String specific codenobu
2015-05-15range.c: r_lessnobu
2015-05-15range.c: r_cover_pnobu
2015-05-03range.c: covered for linear objectsnobu
2015-05-01range.c: predefined IDsnobu
2015-04-14use frozen string of symbolsnobu
2015-02-16use rb_funcallvnobu
2015-01-13range.c: trivial optimizationsnobu
2015-01-13range.c: class name encodingnobu
2015-01-13range.c: reduce argument evaluationsnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
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