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
/
test
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
*
* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takes
akr
2015-04-06
1
-32
/
+0
*
* vm_args.c: protect value stack from calling other methods
ko1
2015-04-06
1
-0
/
+10
*
test_dir.rb: recursive globbing
nobu
2015-04-01
1
-1
/
+2
*
test_dir.rb: assert_entries
nobu
2015-03-31
1
-3
/
+7
*
test_dir.rb: test_entries
nobu
2015-03-31
1
-0
/
+5
*
test_dir.rb: fix arguments order
nobu
2015-03-31
1
-1
/
+1
*
io.c: use read/write methods if possible
nobu
2015-03-30
1
-0
/
+15
*
proc.c: replicate method env
nobu
2015-03-29
1
-0
/
+14
*
test_proc.rb: test_curry_binding
nobu
2015-03-29
1
-1
/
+1
*
dir.c: don't raise after close
nobu
2015-03-23
1
-0
/
+1
*
marshal.c: register symbol strings first
nobu
2015-03-22
1
-0
/
+11
*
* remove trailing spaces.
svn
2015-03-18
1
-1
/
+1
*
hash.c: same hash values with Float#hash
nobu
2015-03-18
1
-0
/
+8
*
* math.c (math_log1, math_log2, math_log10): refactoring
gogotanaka
2015-03-16
1
-0
/
+3
*
* test/ruby/test_lambda.rb: Fix typo yeild -> yield
gogotanaka
2015-03-15
1
-1
/
+1
*
* test/ruby/test_proc.rb: Fix typo signle -> single
gogotanaka
2015-03-15
1
-1
/
+1
*
* math.c (math_gamma): optimization for passed small integer.
gogotanaka
2015-03-14
1
-0
/
+2
*
parse.y: empty paren
nobu
2015-03-13
1
-0
/
+6
*
io.c: don't raise after close
nobu
2015-03-13
1
-0
/
+9
*
test_math.rb: to_f tests
nobu
2015-03-10
1
-5
/
+12
*
suppress warnings
nobu
2015-03-09
1
-3
/
+1
*
test_beginendblock.rb: assert_in_out_err
nobu
2015-03-09
2
-124
/
+54
*
dir.c: glob short names
nobu
2015-03-08
1
-1
/
+5
*
test_extlibs.rb: skip excluded libraries
nobu
2015-03-08
1
-4
/
+20
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-0
/
+120
*
* test/ruby/test_beginendblock.rb: do not change directory.
ko1
2015-03-06
1
-3
/
+3
*
vm_eval.c: next super class from the original
nobu
2015-03-06
1
-0
/
+11
*
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_command_line_glob_with_...
usa
2015-03-05
1
-0
/
+8
*
* vm_eval.c (eval_string_with_cref): A binding should keep
shugo
2015-03-05
1
-16
/
+23
*
* test/ruby/test_refinement.rb: There is no need anymore to supress
shugo
2015-03-05
1
-7
/
+0
*
* test/ruby/test_math.rb (assert_float_and_int): Refactor test cases
gogotanaka
2015-03-04
1
-46
/
+21
*
test_rubyoptions.rb: use assert_in_out_err
nobu
2015-03-03
1
-11
/
+2
*
test_process.rb: use assert_in_out_err
nobu
2015-03-03
1
-17
/
+3
*
* test/ruby/test_math.rb: add tests for the above change.
gogotanaka
2015-03-03
1
-0
/
+21
*
test_rubyoptions.rb: use assert_segv
nobu
2015-03-03
1
-18
/
+6
*
* test/ruby/test_symbol.rb: avoid a false positive in AIX
odaira
2015-03-02
1
-1
/
+1
*
test_process.rb: remove intermediate child process
nobu
2015-03-02
1
-62
/
+12
*
signal.c: nil for invalid signum
nobu
2015-03-02
1
-0
/
+9
*
enum.c: Fixnum only
nobu
2015-02-28
1
-0
/
+12
*
enum.c: limit size
nobu
2015-02-28
1
-0
/
+16
*
variable.c: preserve name encoding of subclass
nobu
2015-02-28
1
-0
/
+2
*
test_io.rb: separate platform-specific tests
nobu
2015-02-26
1
-31
/
+13
*
dir.c: same encoding to the pattern
nobu
2015-02-25
1
-0
/
+9
*
* lib/cmath.rb (log): raise ArgumentError when more than 2 arguments
gogotanaka
2015-02-24
1
-3
/
+3
*
* test/ruby/test_math.rb: Use assert_infinity instead of assert_equal(1.0/0, ...
gogotanaka
2015-02-24
1
-4
/
+33
*
complex.c: multiply as rotation
nobu
2015-02-24
1
-0
/
+7
*
* test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0)
gogotanaka
2015-02-24
1
-7
/
+8
*
string.c: smart chomp
nobu
2015-02-24
1
-1
/
+14
*
string.c: proper exception
nobu
2015-02-23
1
-0
/
+18
*
* time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.
eregon
2015-02-22
2
-3
/
+7
[next]