aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* struct.c: unique membersnobu2016-04-161-0/+22
* assertions.rb: set default internal encodingnobu2016-04-092-15/+9
* at_exit listnobu2016-04-041-0/+19
* * numeric.c (int_to_f): raise NotImplementedError when a receivermrkn2016-03-191-1/+1
* * bignum.c (Bignum#<=>): remove it because they are unified withmrkn2016-03-191-0/+22
* * test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira2016-03-181-3/+5
* * numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn2016-03-181-0/+26
* * test/-ext-/time/test_new.rb (test_timespec_new): Time#gmtoff valuesodaira2016-03-161-1/+3
* * test/-ext-/float/test_nextafter.rb: In AIX,odaira2016-03-041-3/+10
* object.c: fix error messagenobu2016-02-191-0/+8
* * string.c (rb_str_init): introduce String.new(capacity: size)naruse2016-02-171-3/+16
* * string.c (str_new_frozen): if the given string is embeddedablenaruse2016-02-031-0/+6
* * test/-ext-/string/test_capacity.rb: Added missing library.hsbt2016-01-271-0/+1
* Add tests about String's internal capacitynaruse2016-01-271-0/+18
* ext/-test-: reduce feature namesnobu2016-01-1010-10/+10
* vm_backtrace.c: ignore ifunc framesnobu2015-12-211-0/+17
* Add frozen_string_literal: false for all filesnaruse2015-12-1661-0/+61
* marshal.c: skip internal namesnobu2015-12-081-0/+19
* string.c: no frozen error at cstrnobu2015-12-011-0/+18
* cstr.c: split bug_str_cstr_untermnobu2015-12-011-0/+6
* time/test_new.rb: fix testsnobu2015-11-111-4/+4
* Add tests for rb_time_timespec_newnaruse2015-11-101-0/+39
* preserve encodings in error messagesnobu2015-09-281-0/+3
* string.c: fill the terminatornobu2015-07-251-0/+8
* string.c: pool only bare strings in fstringnobu2015-07-241-0/+64
* encoding.c: drop dummy encoding flagnobu2015-07-151-0/+11
* -test-/string: movenobu2015-07-1510-12/+12
* iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal2015-07-071-0/+9
* * test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa2015-07-071-8/+12
* file.c: skip invalid bytenobu2015-07-071-4/+7
* symbol.c: preserve encodingnobu2015-07-071-0/+14
* * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko12015-07-061-4/+4
* * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]ngoto2015-06-251-0/+35
* test_last_thread.rb: relaxnobu2015-06-191-1/+1
* proc.c: inadvertent IDnobu2015-06-191-0/+22
* * thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki2015-06-141-0/+22
* test_nofree.rb: fix commit missnobu2015-06-121-3/+4
* test_nofree.rb: rehearsalnobu2015-06-121-3/+4
* intern.h: rb_f_notimplement for ext on Windowsnobu2015-05-181-0/+4
* notimplement: renamenobu2015-05-171-2/+2
* string.c: clear NOFREE flag at embeddingnobu2015-04-171-0/+10
* proc.c: respond_to_missing? at Methodnobu2015-03-201-0/+22
* test_inadvertent_creation.rb: fix messagesnobu2015-03-201-4/+4
* test_inadvertent_creation.rb: undefined singletonnobu2015-03-201-0/+1
* test_rubyoptions.rb: use assert_in_out_errnobu2015-03-031-3/+1
* vm_core.h: fix symbols leaknobu2015-02-061-0/+21
* test_inadvertent_creation.rb: assert method_missingnobu2015-02-051-16/+22
* convert method name to a Symbolnobu2015-02-051-8/+8
* vm_insnhelper.c: fix missing reasonnobu2015-02-051-2/+2
* test_inadvertent_creation.rb: move testsnobu2015-02-051-0/+62