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
/
-ext-
Age
Commit message (
Expand
)
Author
2017-10-22
Fixed misspelling words.
hsbt
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-09-28
test_dln.rb: fix path separator on MinGW
shirosaki
2017-09-24
load.c: fix rb_load_protect condition
nobu
2017-09-09
sprintf.c: NULL as str
nobu
2017-08-31
io.c: shrink read buffer
nobu
2017-08-20
non-keywords hash
nobu
2017-08-19
ruby.h: fix rb_scan_args_trail_idx
nobu
2017-06-22
gc.c: expand sorted pages
nobu
2017-06-20
skip unresolved issue.
ko1
2017-06-19
test for [Bug #12670]
nobu
2017-06-07
thread.c: avoid busy looping on rb_thread_fd_close
normal
2017-05-27
rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()
normal
2017-04-15
fix RSTRUCT_LEN macro in public C API
normal
2017-04-06
Rename RbConfig::Limits as RbConfig::LIMITS
nobu
2017-03-02
test: use RbConfig::Limits
nobu
2017-02-03
eval.c: hide internal objects
nobu
2017-02-02
test_iseq_load.rb: refine test_require_integration
nobu
2017-01-30
make FIXNUM_MAX visible from Ruby
shyouhei
2017-01-01
passed block should keep the lambda-ness
nobu
2016-12-22
test_modify_expand.rb: skip if no overflow
nobu
2016-11-12
test_fstring.rb: fix exception
nobu
2016-11-12
class.c: no fstring singleton class
nobu
2016-11-12
symbol/noninterned_name.rb
nobu
2016-11-01
numeric.c: fix return value on big 0
nobu
2016-10-07
* basictest/test.rb: Adjust spaces in class declarations
hsbt
2016-09-25
test_dln.rb: fix constants
nobu
2016-09-22
dlntest.dll: move
nobu
2016-09-13
string.c: fix buffer overflow check condition in rb_str_set_len()
rhe
2016-07-06
require "rbconfig/sizeof"
naruse
2016-05-30
string.c: return reallocated pointer
nobu
2016-05-22
-test-/integer
nobu
2016-05-22
move duplicate assertions
nobu
2016-05-18
string.c: integer overflow
nobu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-04-16
struct.c: unique members
nobu
2016-04-09
assertions.rb: set default internal encoding
nobu
2016-04-04
at_exit list
nobu
2016-03-19
* numeric.c (int_to_f): raise NotImplementedError when a receiver
mrkn
2016-03-19
* bignum.c (Bignum#<=>): remove it because they are unified with
mrkn
2016-03-18
* test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoff
odaira
2016-03-18
* numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and add
mrkn
2016-03-16
* test/-ext-/time/test_new.rb (test_timespec_new): Time#gmtoff values
odaira
2016-03-04
* test/-ext-/float/test_nextafter.rb: In AIX,
odaira
2016-02-19
object.c: fix error message
nobu
2016-02-17
* string.c (rb_str_init): introduce String.new(capacity: size)
naruse
2016-02-03
* string.c (str_new_frozen): if the given string is embeddedable
naruse
2016-01-27
* test/-ext-/string/test_capacity.rb: Added missing library.
hsbt
2016-01-27
Add tests about String's internal capacity
naruse
[next]