aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* thread.c: set cause by Thread#raisenobu2016-09-091-0/+46
* variable.c: fix deprecated constant messagenobu2016-09-091-0/+1
* variable.c: fix private constant messagenobu2016-09-091-0/+3
* * array.c (flatten): use rb_obj_class instead of rb_class_ofktsj2016-09-081-0/+18
* * eval.c (rb_mod_s_used_modules): rename Module.used_refinements toshugo2016-09-081-8/+8
* * insns.def (setclassvariable, setconstant): warn when self is ashugo2016-09-081-0/+16
* hash.c: map_v -> transform_valuesmrkn2016-09-081-6/+6
* * remove trailing spaces.svn2016-09-071-3/+3
* * eval.c (rb_mod_s_used_refinements): new methodshugo2016-09-071-0/+49
* Use qualified namesnobu2016-08-306-25/+25
* multiple argumentsnobu2016-08-272-1/+12
* test_regex_casefold.rb: skip if no data filenobu2016-08-261-1/+1
* string.c: rb_fs_setternobu2016-08-231-4/+5
* string.c: $; name in error messagenobu2016-08-221-1/+8
* iseq.c: undef allocatornobu2016-08-221-0/+4
* parse.y: lparen_arg statementnobu2016-08-191-0/+5
* test_rand.rb: refine probability testnobu2016-08-181-3/+9
* numeric.c: infinite recursionnobu2016-08-131-0/+17
* test_comparable.rb: fix clamp testnobu2016-08-131-2/+2
* parse.y: chained assignmentsnobu2016-08-131-0/+10
* parse.y: rescue modifier in rhs of op asgnnobu2016-08-131-6/+78
* error.c: fix newline in syntax errornobu2016-08-121-0/+3
* Comparable#clampnobu2016-08-111-0/+14
* parse.y: rescue modifier in rhsnobu2016-08-101-0/+10
* hash.c: implement Hash#map_v and Hash#map_v!mrkn2016-08-091-0/+21
* test_objectspace.rb: errors in a finalizernobu2016-08-091-1/+1
* * ext/tk: Tk is removed from stdlib. [Feature #8539]naruse2016-08-091-2/+0
* deprecate TRUE,FALSE,NILnobu2016-08-071-3/+1
* hash.c: env_name_newnobu2016-08-051-0/+3
* hash.c: set encodingnobu2016-08-041-0/+2
* math.c: tanh overflownobu2016-08-021-0/+2
* * remove trailing spaces.svn2016-08-011-1/+1
* Object#clone with freeze: false [Feature #12300]shyouhei2016-08-011-0/+16
* * enc/iso_8859_2.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-301-1/+1
* test: use assert_includenobu2016-07-261-1/+1
* * enc/windows_1257.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * enc/windows_1250.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * remove trailing spaces.svn2016-07-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add explicit skip test forduerst2016-07-261-4/+13
* * string.c (String#dump): Change escaping of non-ASCII characters induerst2016-07-221-0/+12
* fix typoskazu2016-07-201-4/+4
* enumerator.c: Enumerator::Lazy#uniqnobu2016-07-201-0/+5
* enum.c: Enumerable#uniqnobu2016-07-201-0/+15
* variable.c: exclude private constantsnobu2016-07-191-0/+2
* numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn2016-07-174-0/+55
* util.c: do not underflownobu2016-07-151-0/+1
* * enc/iso_8859_9.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-132-2/+2
* * enc/windows_1252.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-131-1/+1