index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
range.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
range.c: use rb_check_funcall
nobu
2017-10-25
1
-8
/
+0
*
range.c: check if exclude_end? is defined
nobu
2017-10-25
1
-1
/
+12
*
Improve performance of Range#{min,max}
watson1978
2017-05-30
1
-2
/
+4
*
range.c: remove no longer used variable
nobu
2017-04-26
1
-5
/
+0
*
no longer rescue exceptions of #<=> when initializing a Range
eregon
2017-04-25
1
-15
/
+2
*
range.c: check loading
nobu
2016-11-11
1
-3
/
+8
*
range.c: check if range modifiable
nobu
2016-11-10
1
-0
/
+1
*
range.c: indent [ci skip]
nobu
2016-11-10
1
-2
/
+2
*
* range.c: Add docs for max/min behavior with exclusive range.
hsbt
2016-10-05
1
-2
/
+4
*
replace fixnum by integer in documents.
akr
2016-09-08
1
-1
/
+1
*
range.c: check_step_domain
nobu
2016-07-25
1
-19
/
+20
*
* range.c (range_eqq): revert r11113 because rb_call_super() is
shugo
2016-01-23
1
-7
/
+1
*
range.c: infected by the receiver
nobu
2015-12-03
1
-2
/
+2
*
NameError#receiver of uninitialized constant
nobu
2015-10-28
1
-1
/
+1
*
range.c: call range_include directly if possible
nobu
2015-08-15
1
-1
/
+7
*
range.c: move String specific code
nobu
2015-05-15
1
-19
/
+4
*
range.c: r_less
nobu
2015-05-15
1
-35
/
+15
*
range.c: r_cover_p
nobu
2015-05-15
1
-11
/
+9
*
range.c: covered for linear objects
nobu
2015-05-03
1
-2
/
+16
*
range.c: predefined IDs
nobu
2015-05-01
1
-3
/
+3
*
use frozen string of symbols
nobu
2015-04-14
1
-4
/
+4
*
use rb_funcallv
nobu
2015-02-16
1
-2
/
+2
*
range.c: trivial optimizations
nobu
2015-01-13
1
-9
/
+7
*
range.c: class name encoding
nobu
2015-01-13
1
-3
/
+3
*
range.c: reduce argument evaluations
nobu
2015-01-13
1
-1
/
+2
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+0
*
range.c: unused function
nobu
2014-03-14
1
-7
/
+0
*
[DOC] add links to `Object#hash`
nobu
2014-03-14
1
-0
/
+2
*
Range#bsearch: fix typo in rdoc
marcandre
2014-02-15
1
-1
/
+1
*
* enum.c: Enumerable#{min,min_by,max,max_by} extended to take an
akr
2014-02-14
1
-11
/
+18
*
* range.c (Range#size): [DOC] improve description and add examples.
eregon
2014-01-09
1
-1
/
+4
*
hash.c: detect recursion for all
nobu
2013-12-03
1
-20
/
+12
*
range.c: revert the old behavior
nobu
2013-11-30
1
-1
/
+1
*
vm_eval.c: rb_yield_block
nobu
2013-11-29
1
-1
/
+1
*
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
1
-5
/
+5
*
array.c, enum.c, range.c: rb_block_call_func compatible
nobu
2013-11-29
1
-1
/
+2
*
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-29
1
-11
/
+11
*
should not ignore the rest of recursive constructs
nobu
2013-11-26
1
-1
/
+1
*
range.c: modify check
nobu
2013-10-26
1
-5
/
+19
*
range.c: fix int and VALUE
nobu
2013-10-25
1
-5
/
+7
*
range.c: setter macros
nobu
2013-10-25
1
-6
/
+9
*
range.c: revert r42400
nobu
2013-08-08
1
-16
/
+1
*
range.c: return nil for empty range
nobu
2013-08-06
1
-2
/
+9
*
range.c: consider exclusive
nobu
2013-08-06
1
-1
/
+9
*
intern.h: define rb_enumerator_size_func
nobu
2013-06-26
1
-2
/
+8
*
* include/ruby/ruby.h: support write barrier protection for T_STRUCT.
ko1
2013-06-21
1
-6
/
+11
*
* range.c: Fix rdoc on Range#bsearch [Bug #8242] [ruby-core:54143]
zzak
2013-06-02
1
-2
/
+2
*
fix typos. Patch by k_takata.
ktsj
2013-05-19
1
-1
/
+1
*
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
1
-1
/
+1
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-1
/
+1
[next]