summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2017-04-15fix RSTRUCT_LEN macro in public C APInormal
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-03-02test: use RbConfig::Limitsnobu
2017-02-03eval.c: hide internal objectsnobu
2017-02-02test_iseq_load.rb: refine test_require_integrationnobu
2017-01-30make FIXNUM_MAX visible from Rubyshyouhei
2017-01-01passed block should keep the lambda-nessnobu
2016-12-22test_modify_expand.rb: skip if no overflownobu
2016-11-12test_fstring.rb: fix exceptionnobu
2016-11-12class.c: no fstring singleton classnobu
2016-11-12symbol/noninterned_name.rbnobu
2016-11-01numeric.c: fix return value on big 0nobu
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2016-09-25test_dln.rb: fix constantsnobu
2016-09-22dlntest.dll: movenobu
2016-09-13string.c: fix buffer overflow check condition in rb_str_set_len()rhe
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