summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2017-10-22Fixed misspelling words.hsbt
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-09-28test_dln.rb: fix path separator on MinGWshirosaki
2017-09-24load.c: fix rb_load_protect conditionnobu
2017-09-09sprintf.c: NULL as strnobu
2017-08-31io.c: shrink read buffernobu
2017-08-20non-keywords hashnobu
2017-08-19ruby.h: fix rb_scan_args_trail_idxnobu
2017-06-22gc.c: expand sorted pagesnobu
2017-06-20skip unresolved issue.ko1
2017-06-19test for [Bug #12670]nobu
2017-06-07thread.c: avoid busy looping on rb_thread_fd_closenormal
2017-05-27rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()normal
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