aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* eval.c: hide internal objectsnobu2017-02-031-0/+18
* Add class name to assert messageskazu2017-02-021-2/+2
* escape.c: check argumentnobu2017-02-021-0/+6
* test_cgi_util.rb: encoding testsnobu2017-02-021-4/+10
* test_iseq_load.rb: refine test_require_integrationnobu2017-02-021-8/+8
* test_time.rb: use UTCnobu2017-02-011-1/+1
* test_queue.rb: fix portabilitynobu2017-02-011-4/+4
* Add IMEMO type to heap dump output.tenderlove2017-01-311-0/+17
* openssl: import v2.0.3rhe2017-01-312-0/+17
* allow Queue operation in trap.ko12017-01-311-0/+17
* time.c (time_strftime): avoid garbage in common casenormal2017-01-311-0/+11
* test_io.rb: separate a testnobu2017-01-311-0/+3
* sprintf.c: avoid garbage in common (no exception) casenormal2017-01-311-0/+10
* io.c (rb_io_syswrite): avoid leaving garbage after writenormal2017-01-301-1/+3
* string.c (rb_str_tmp_frozen_release): release embedded stringsnormal2017-01-301-0/+16
* make FIXNUM_MAX visible from Rubyshyouhei2017-01-301-21/+17
* reduce iterations for slower machinesnobu2017-01-301-2/+2
* refine assertionsnobu2017-01-301-8/+10
* more checks for promptnobu2017-01-301-31/+32
* test for promptnobu2017-01-301-0/+47
* test for immature statementnobu2017-01-291-0/+5
* test for top level statementnobu2017-01-291-0/+15
* test for commentnobu2017-01-291-2/+22
* tests for irb lexernobu2017-01-291-0/+18
* {ext,test}/etc: Specify frozen_string_literal: true.kazu2017-01-291-1/+1
* test/unit.rb: minimum workersnobu2017-01-281-1/+1
* {ext,test}/dbm: Specify frozen_string_literal: true.kazu2017-01-281-2/+2
* leakchecker.rb: get rid of uninitialized Tempfilenobu2017-01-272-1/+7
* {ext,test}/date: Specify frozen_string_literal: true.kazu2017-01-2712-28/+28
* lib/weakref.rb: Specify frozen_string_literal: true.kazu2017-01-261-1/+1
* io.c: close before waitnobu2017-01-251-0/+21
* eval.c: copy special exceptionnobu2017-01-241-0/+20
* * remove trailing spaces.svn2017-01-241-2/+2
* Update Rubygems 2.6.10hsbt2017-01-249-20/+170
* test/test_tmpdir.rb: Specify frozen_string_literal: true.kazu2017-01-231-1/+1
* object.c: no TypeError at Symbolnobu2017-01-231-0/+4
* csv.rb: fix field_size_limit checknobu2017-01-231-0/+22
* lib/tempfile.rb: Specify frozen_string_literal: true.kazu2017-01-211-1/+1
* SecureRandom should try /dev/urandom first [Bug #9569]shyouhei2017-01-201-2/+2
* parse.y: rescue/else/ensure in do-endnobu2017-01-191-0/+67
* string.c: rindex(//) should set $~.shugo2017-01-191-0/+3
* parse.y: chomp by -lnobu2017-01-191-1/+2
* vm_method.c: resolve refined method to undefnobu2017-01-181-0/+19
* class.c: non-keyword hash classnobu2017-01-181-0/+12
* uri/generic.rb: fix exception on non-IP formatnobu2017-01-171-0/+25
* lib/pstore.rb: Specify frozen_string_literal: true.kazu2017-01-172-2/+2
* Fix a typo [ci skip]kazu2017-01-161-1/+1
* test_rational.rb: messagesnobu2017-01-161-93/+93
* revert r57323nobu2017-01-143-23/+22
* Made #decode_rdata client to catch errorsnobu2017-01-141-0/+15