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
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
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
2016-01-10
ext/-test-: reduce feature names
nobu
2015-12-21
vm_backtrace.c: ignore ifunc frames
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-08
marshal.c: skip internal names
nobu
2015-12-01
string.c: no frozen error at cstr
nobu
2015-12-01
cstr.c: split bug_str_cstr_unterm
nobu
2015-11-11
time/test_new.rb: fix tests
nobu
2015-11-10
Add tests for rb_time_timespec_new
naruse
2015-09-28
preserve encodings in error messages
nobu
2015-07-25
string.c: fill the terminator
nobu
2015-07-24
string.c: pool only bare strings in fstring
nobu
2015-07-15
encoding.c: drop dummy encoding flag
nobu
2015-07-15
-test-/string: move
nobu
2015-07-07
iseq.c (iseq_data_to_ary): dump kw_arg as symbol
normal
2015-07-07
* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumed
usa
2015-07-07
file.c: skip invalid byte
nobu
2015-07-07
symbol.c: preserve encoding
nobu
2015-07-06
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-06-25
* test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]
ngoto
2015-06-19
test_last_thread.rb: relax
nobu
2015-06-19
proc.c: inadvertent ID
nobu
2015-06-14
* thread.c (thread_start_func_2): don't interrupt when last thread exit
kosaki
2015-06-12
test_nofree.rb: fix commit miss
nobu
2015-06-12
test_nofree.rb: rehearsal
nobu
2015-05-18
intern.h: rb_f_notimplement for ext on Windows
nobu
2015-05-17
notimplement: rename
nobu
2015-04-17
string.c: clear NOFREE flag at embedding
nobu
2015-03-20
proc.c: respond_to_missing? at Method
nobu
2015-03-20
test_inadvertent_creation.rb: fix messages
nobu
2015-03-20
test_inadvertent_creation.rb: undefined singleton
nobu
2015-03-03
test_rubyoptions.rb: use assert_in_out_err
nobu
2015-02-06
vm_core.h: fix symbols leak
nobu
[next]