aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspelling words.hsbt2017-10-221-1/+1
* Remove unnecessary `require 'thread'`kazu2017-10-081-1/+0
* test_dln.rb: fix path separator on MinGWshirosaki2017-09-281-1/+1
* load.c: fix rb_load_protect conditionnobu2017-09-242-0/+16
* sprintf.c: NULL as strnobu2017-09-091-0/+4
* io.c: shrink read buffernobu2017-08-311-0/+8
* non-keywords hashnobu2017-08-201-0/+12
* ruby.h: fix rb_scan_args_trail_idxnobu2017-08-191-0/+219
* gc.c: expand sorted pagesnobu2017-06-221-2/+0
* skip unresolved issue.ko12017-06-201-2/+2
* test for [Bug #12670]nobu2017-06-191-0/+11
* thread.c: avoid busy looping on rb_thread_fd_closenormal2017-06-071-0/+23
* rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()normal2017-05-271-0/+7
* fix RSTRUCT_LEN macro in public C APInormal2017-04-151-0/+10
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-062-3/+3
* test: use RbConfig::Limitsnobu2017-03-021-2/+2
* eval.c: hide internal objectsnobu2017-02-031-0/+18
* test_iseq_load.rb: refine test_require_integrationnobu2017-02-021-8/+8
* make FIXNUM_MAX visible from Rubyshyouhei2017-01-301-21/+17
* passed block should keep the lambda-nessnobu2017-01-011-0/+12
* test_modify_expand.rb: skip if no overflownobu2016-12-221-0/+1
* test_fstring.rb: fix exceptionnobu2016-11-121-1/+1
* class.c: no fstring singleton classnobu2016-11-121-0/+9
* symbol/noninterned_name.rbnobu2016-11-122-17/+21
* numeric.c: fix return value on big 0nobu2016-11-011-0/+6
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-071-1/+1
* test_dln.rb: fix constantsnobu2016-09-251-8/+8
* dlntest.dll: movenobu2016-09-221-1/+5
* string.c: fix buffer overflow check condition in rb_str_set_len()rhe2016-09-131-0/+9
* require "rbconfig/sizeof"naruse2016-07-061-0/+1
* string.c: return reallocated pointernobu2016-05-301-0/+6
* -test-/integernobu2016-05-222-0/+2
* move duplicate assertionsnobu2016-05-221-0/+14
* string.c: integer overflownobu2016-05-181-0/+9
* Use Integer instead of Fixnum and Bignum.akr2016-05-174-12/+12
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-172-3/+3
* 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