summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-01-21* regparse.c (fetch_name_with_level): allow non word charactersnaruse
2016-01-21* marshal.c (r_object0): honor Marshal.load post procnaruse
2016-01-21test_io_m17n.rb: BOM with non-UTFnobu
2016-01-19TestISeq.rb: exclude time consuming GC testnobu
2016-01-19increase timeout for ARMv7naruse
2016-01-18parse.y: escaped newline in dedenting heredocnobu
2016-01-18* test/ruby/test_string.rb: Added extra testcase for test_rstrip_banghsbt
2016-01-17test_syntax.rb: try allnobu
2016-01-17remove extra dotnobu
2016-01-17* string.c: Any kind of option is now taking the new code path forduerst
2016-01-17* enc/unicode.c: Fixed a logical error and some comments.duerst
2016-01-17* enc/unicode.c: Removed artificial expansion for Turkic,duerst
2016-01-17option.c: single byte booleannobu
2016-01-17Add a test case for ENV#select_bang,keep_ifnobu
2016-01-17Add a test case for ENV#reject_bang,delete_ifnobu
2016-01-16parse.y: should not deent concatenated stringnobu
2016-01-16* enc/unicode.c: Artificial mapping to test buffer expansion code.duerst
2016-01-16* ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.hsbt
2016-01-16* string.c, enc/unicode.c: New code path as a preparation for Unicode-wideduerst
2016-01-15parse.y: should not deent concatenated stringnobu
2016-01-14* lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse
2016-01-14variable.c: matched backrefs onlynobu
2016-01-14sprintf.c: exact numbernobu
2016-01-14test_sprintf.rb: simplifynobu
2016-01-14* Remove 512-bit DH group. It's affected by LogJam Attack.hsbt
2016-01-14variable.c: $1..$9 in global_variablesnobu
2016-01-13iseq.c: mark parent iseqnobu
2016-01-13test_thread.rb: wait for the thread to sleepnobu
2016-01-12iseq.c: mark parents of wrapped iseqnobu
2016-01-12fix test to follow r53503naruse
2016-01-12* remove trailing spaces.svn
2016-01-12test/ruby/enc/test_casing_options.rb: Tests for optionduerst
2016-01-10compile.c: fix lhs splat in massignnobu
2016-01-10ext/-test-: reduce feature namesnobu
2016-01-09test_hash.rb: add testnobu
2016-01-09symbol.h: unexpected safe callnobu
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2016-01-08test_tempfile.rb: use assert_filenobu
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2016-01-06optparse.rb: into kwdargnobu
2016-01-05* test/ruby/test_string.rb(test_chr): added test for String#chrhsbt
2016-01-05* test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?hsbt
2016-01-05leakchecker.rb: remove temporary measurenobu
2016-01-04stringio: binmode sets encoding to ASCII-8BITnormal
2016-01-04Revert r53431 "temporally revert r53411 to debug"naruse
2016-01-04test_ostruct.rb: sort method namesnobu
2016-01-04temporally revert r53411 to debugnaruse
2016-01-04* test/coverage/test_coverage.rb: ignored test when enabled to coverage.hsbt
2016-01-02Allow ERB subclass to add token easily. [Feature #11936]seki