index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_case.rb
Age
Commit message (
Expand
)
Author
2021-05-12
Avoid improper optimization of case statements mixed integer/rational/complex
Jeremy Evans
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-08
compile optimized case dispatch for nil/true/false
normal
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2013-12-01
* test/ruby/test_case.rb (test_nomethoderror):
sorah
2013-11-29
* test/ruby/test_case.rb (test_method_missing): Test for r43913.
sorah
2010-09-09
* compile.c (case_when_optimizable_literal): When float value can be
wanabe
2010-04-17
* compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.
wanabe
2010-02-02
use require_relative.
akr
2010-01-25
* lib/matrix.rb: suppress warnings.
akr
2009-11-05
* test/ruby/test_case.rb: merged r25658 from ruby_1_8.
kazu
2009-07-13
* test/ruby/test_case.rb (TestCase#test_deoptimization):
yugui
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-10-30
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
matz
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-04
* test/ruby: tests for ruby itself.
nahi