summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2016-07-06require "rbconfig/sizeof"naruse
2016-05-30string.c: return reallocated pointernobu
2016-05-22-test-/integernobu
2016-05-22move duplicate assertionsnobu
2016-05-18string.c: integer overflownobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-04-16struct.c: unique membersnobu
2016-04-09assertions.rb: set default internal encodingnobu
2016-04-04at_exit listnobu
2016-03-19* numeric.c (int_to_f): raise NotImplementedError when a receivermrkn
2016-03-19* bignum.c (Bignum#<=>): remove it because they are unified withmrkn
2016-03-18* test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira
2016-03-18* numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn
2016-03-16* test/-ext-/time/test_new.rb (test_timespec_new): Time#gmtoff valuesodaira
2016-03-04* test/-ext-/float/test_nextafter.rb: In AIX,odaira
2016-02-19object.c: fix error messagenobu
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 embeddedablenaruse
2016-01-27* test/-ext-/string/test_capacity.rb: Added missing library.hsbt
2016-01-27Add tests about String's internal capacitynaruse
2016-01-10ext/-test-: reduce feature namesnobu
2015-12-21vm_backtrace.c: ignore ifunc framesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-08marshal.c: skip internal namesnobu
2015-12-01string.c: no frozen error at cstrnobu
2015-12-01cstr.c: split bug_str_cstr_untermnobu
2015-11-11time/test_new.rb: fix testsnobu
2015-11-10Add tests for rb_time_timespec_newnaruse
2015-09-28preserve encodings in error messagesnobu
2015-07-25string.c: fill the terminatornobu
2015-07-24string.c: pool only bare strings in fstringnobu
2015-07-15encoding.c: drop dummy encoding flagnobu
2015-07-15-test-/string: movenobu
2015-07-07iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal
2015-07-07* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa
2015-07-07file.c: skip invalid bytenobu
2015-07-07symbol.c: preserve encodingnobu
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-19test_last_thread.rb: relaxnobu
2015-06-19proc.c: inadvertent IDnobu
2015-06-14* thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki
2015-06-12test_nofree.rb: fix commit missnobu
2015-06-12test_nofree.rb: rehearsalnobu
2015-05-18intern.h: rb_f_notimplement for ext on Windowsnobu
2015-05-17notimplement: renamenobu
2015-04-17string.c: clear NOFREE flag at embeddingnobu
2015-03-20proc.c: respond_to_missing? at Methodnobu
2015-03-20test_inadvertent_creation.rb: fix messagesnobu