aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for full Unicodeduerst2016-06-131-1/+28
* File.expand_path compose test only on OS Xnobu2016-06-121-12/+15
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for ASCII-onlyduerst2016-06-121-10/+24
* file.c: normalize cwdnobu2016-06-121-0/+18
* * enc/iso_8859_1.c: Implement non-ASCII case mapping.duerst2016-06-111-1/+1
* hash.c: ensure NUL-terminated for ENVnobu2016-06-101-0/+14
* test_proc.rb: test_lambda?nobu2016-06-081-0/+8
* test_syntax.rb: formal argument name testsnobu2016-06-071-6/+19
* * test/ruby/enc/test_case_comprehensive: Change test for encodingsduerst2016-06-071-4/+4
* * test/ruby/enc/test_case_comprehensive: Add regression tests forduerst2016-06-071-0/+83
* * test/ruby/enc/test_case_comprehensive: Fix method nameduerst2016-06-071-8/+8
* vm_insnhelper.c: check symbol proc to thrownobu2016-06-061-0/+9
* * string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodingsduerst2016-06-061-1/+5
* * test/ruby/enc/test_case_comprehensive.rb: Speed up testing for smallduerst2016-06-061-1/+11
* * test/ruby/enc/test_case_mapping.rb:duerst2016-06-061-59/+59
* Thread.report_on_exceptionnobu2016-06-061-0/+56
* * test/ruby/enc/test_case_comprehensive.rb:duerst2016-06-051-3/+3
* * string.c: Raise ArgumentError when invalid string is detected induerst2016-06-022-1/+8
* Revert r55225naruse2016-05-311-4/+4
* * string.c: Activate full Unicode case mapping for UTF-8 by removingduerst2016-05-311-4/+4
* test_file_exhaustive.rb: writable opennobu2016-05-301-1/+1
* test_file_exhaustive.rb: blocking flocknobu2016-05-281-7/+51
* * remove trailing spaces.svn2016-05-281-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add error messages to testsduerst2016-05-281-5/+12
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55187 b2dd03c8-39d4-4d8f-98...duerst2016-05-281-0/+8
* variable.c: hidden constantsnobu2016-05-271-0/+2
* transcode.c: scrub in the given encodingnobu2016-05-271-0/+3
* * remove trailing spaces.svn2016-05-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst2016-05-261-0/+117
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-251-0/+2
* * regcomp.c (compile_length_tree): return error code immediatelynaruse2016-05-251-0/+3
* * enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst2016-05-241-3/+24
* * test/ruby/enc/test_case_options.rb: adjust test class nameduerst2016-05-221-1/+1
* * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst2016-05-221-0/+0
* -test-/integernobu2016-05-221-0/+5
* move duplicate assertionsnobu2016-05-222-22/+0
* just check Integernobu2016-05-213-35/+27
* hash method valuesnobu2016-05-214-5/+5
* fix document of Regexp#match?kazu2016-05-191-0/+3
* * test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa2016-05-191-1/+1
* re.c: fix match?nobu2016-05-191-0/+7
* re.c: match? should return nil if no matchnobu2016-05-191-3/+3
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-181-0/+13
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-181-2/+25
* re.c: fix up r55036nobu2016-05-171-0/+1
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-171-0/+7
* Optimize enum_sum for a range from int to intmrkn2016-05-173-10/+16
* Implement Enumerable#summrkn2016-05-173-0/+100
* Use Integer instead of Fixnum and Bignum.akr2016-05-1719-61/+52
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-177-42/+28