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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test/test_cmath.rb: Add assertions for trigonometric functions.
gogotanaka
2015-06-10
1
-5
/
+25
*
* test/test_cmath.rb: Add assertions for error handling.
gogotanaka
2015-06-10
1
-0
/
+8
*
* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rb
gogotanaka
2015-06-06
2
-108
/
+35
*
test/socket/test_nonblock.rb: try to avoid EMSGSIZE
normal
2015-06-05
1
-2
/
+2
*
* test/lib/envutil.rb (assert_no_memory_leak): change default value
ko1
2015-06-04
1
-1
/
+1
*
FreeBSD raises Errno::EMSGSIZE
naruse
2015-06-04
1
-1
/
+1
*
dir.c: FNM_SHORTNAME
nobu
2015-06-03
1
-2
/
+4
*
variable.c: remove generic ivar support for special constants
normal
2015-06-03
1
-0
/
+18
*
* vm_insnhelper.c (vm_defined): check respond_to_missing?
ko1
2015-06-02
1
-0
/
+15
*
* vm_insnhelper.c (vm_defined): skip respond_to_missing? when
ko1
2015-06-02
1
-0
/
+25
*
* test/ruby/test_module.rb: Do not assume class variable order.
eregon
2015-06-02
1
-2
/
+2
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-0
/
+5
*
use assert_raise
nobu
2015-06-02
30
-100
/
+100
*
test_nonblock.rb: skip if EPROTONOSUPPORT
nobu
2015-06-02
1
-4
/
+4
*
test/socket/test_nonblock.rb: new test for sendmsg_nonblock
normal
2015-06-02
1
-0
/
+13
*
test/ruby/test_complex.rb: Add test for CMath.log2
gogotanaka
2015-06-01
1
-0
/
+4
*
* test/ruby/test_gc.rb: increase timeout seconds for GC stressful
ko1
2015-05-31
1
-1
/
+1
*
test_tempfile.rb: use assert_predicate
nobu
2015-05-31
1
-4
/
+4
*
test_tempfile.rb: use assert_file
nobu
2015-05-31
1
-5
/
+5
*
* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::type
ko1
2015-05-30
2
-1
/
+10
*
* lib/tempfile.rb (Remover#call): fixed wrong condition introduced at
usa
2015-05-30
1
-1
/
+1
*
parse.y: check NTH_REF range
nobu
2015-05-29
1
-0
/
+7
*
* ext/objspace/objspace.c: add two methods to debug internals.
ko1
2015-05-28
1
-0
/
+51
*
generator.c: allocate structs with wrapper
nobu
2015-05-28
1
-0
/
+13
*
parser.rl: allocate structs with wrapper
nobu
2015-05-28
1
-0
/
+13
*
test_bigdecimal.rb: adjust
nobu
2015-05-27
1
-2
/
+2
*
bigdecimal.c: wrapper object before alloc
nobu
2015-05-27
1
-0
/
+27
*
envutil.rb: EnvUtil.gc_stress_to_class
nobu
2015-05-27
1
-0
/
+8
*
* vm_method.c (rb_alias): should resolve refined methods.
shugo
2015-05-26
1
-0
/
+26
*
* lib/prime.rb: Remove obsolete Prime.new
marcandre
2015-05-22
1
-14
/
+8
*
test_parse.rb: move assertions
nobu
2015-05-22
3
-20
/
+16
*
* complex.c (f_complex_polar): simple bug reproduced only when y is
usa
2015-05-22
1
-0
/
+1
*
process.c: do not discard status
nobu
2015-05-22
1
-0
/
+12
*
test_method.rb: add assertion
nobu
2015-05-21
1
-0
/
+1
*
* proc.c: fix issues caused by binding created from Method#to_proc.
ko1
2015-05-21
1
-9
/
+17
*
* vm_method.c: Remove private attribute warning [Bug #10967]
zzak
2015-05-21
1
-2
/
+1
*
iseq.c: check srouce type
nobu
2015-05-19
1
-0
/
+7
*
numeric.c: Bignum 0 is not positive
nobu
2015-05-19
1
-0
/
+12
*
* lib/uri/rfc2396_parser.rb (initialize_pattern):
naruse
2015-05-19
1
-0
/
+4
*
test_nonblock.rb: refine failure message
nobu
2015-05-18
1
-1
/
+1
*
test_autoload.rb: use class_eval
nobu
2015-05-18
1
-10
/
+2
*
intern.h: rb_f_notimplement for ext on Windows
nobu
2015-05-18
1
-0
/
+4
*
* lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_count
shugo
2015-05-18
1
-0
/
+32
*
notimplement: rename
nobu
2015-05-17
1
-2
/
+2
*
numeric.c: Numeric#positive? and Numeric#negative?
nobu
2015-05-17
4
-0
/
+75
*
test_numeric.rb: separate dummy classes
nobu
2015-05-17
1
-87
/
+35
*
ext/socket/init.c: use SOCK_NONBLOCK if available
normal
2015-05-17
1
-0
/
+4
*
default colors
nobu
2015-05-17
2
-1
/
+10
*
reset colors
nobu
2015-05-17
1
-3
/
+3
*
* load.c (loaded_feature_path): stop returning false negatives for
tenderlove
2015-05-16
1
-0
/
+26
[next]