summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-09-13test_rubyoptions.rb: keep paths if necessarynobu
2017-09-08fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal
2017-09-06string.c: fix false coderangenobu
2017-09-04string.c: grapheme clusters on frozen stringnobu
2017-09-03string.c: enumerator_wantarraynobu
2017-09-03string.c: fix for non-Unicode encodingsnobu
2017-09-03test_io.rb: suppress a warningnobu
2017-09-02cont.c: fix root fiber to_snobu
2017-09-01skip unless PLATFORM is darwin.ko1
2017-09-01Fix C level backtrace on Darwinnaruse
2017-09-01compile.c: ensure after toplevel returnnobu
2017-08-31Skip test_open_tempfile_path on EINVALsorah
2017-08-31File#path: Raise IOError when a file is O_TMPFILEsorah
2017-08-31test_syntax.rb: suppress warningsnobu
2017-08-31String#each_grapheme_cluster and String#grapheme_clustersnaruse
2017-08-31test_syntax.rb: assert outputnobu
2017-08-30array.c: integer calculationsnobu
2017-08-29array.c: join encodingnobu
2017-08-29test/ruby: tweaked heredocsnobu
2017-08-23gc.c: restore cfp at finalizernobu
2017-08-23skip unless finalizers runnobu
2017-08-23gc.c: run all finalizersnobu
2017-08-22parse.y: primary should not be 0nobu
2017-08-17vm_method.c: alias warning at refined methodnobu
2017-08-17parse.y: unexpected tINTEGER messagenobu
2017-08-15High Sierra's APFS cannot use invalid filenames [Bug #13816]naruse
2017-08-13parse.y: set used flag in gettablenobu
2017-08-12Suppress warning: shadowing outer local variable - klassnaruse
2017-08-11re.c: options for sub-regexpnobu
2017-08-10ruby.c: ignore non-option in shebang linenobu
2017-08-10Fiber#to_s (#inspect) return richer information.ko1
2017-08-10compile.c: fix KW_SPLAT flag conditionnobu
2017-08-10vm_args.c: prefer optarg to keyword splatnobu
2017-08-06add some more assertions to test_ill_formed_utf_8_replace duerst
2017-08-05splat keyword hashnobu
2017-08-03Use the same variable name as in dir.ckazu
2017-08-03dir.c: relative path Dir basenobu
2017-08-03dir.c: relax base optionnobu
2017-08-01should not copy promoted flags.ko1
2017-07-31Improve error messagekazu
2017-07-29visibility of inherited methodnobu
2017-07-26parse.y: brace after array literal argnobu
2017-07-25parse.y: limit codepoint lengthnobu
2017-07-23sprintf.c: width too bignobu
2017-07-20string.c: add String#delete_suffix and String#delete_suffix!sonots
2017-07-20parse.y: empty hash in definednobu
2017-07-20compile.c: restore stack at returnnobu
2017-07-19random.c: ensure initializednobu
2017-07-19test_rand.rb: improved assert_fork_statusnobu
2017-07-19revert r59359, r59356, r59355, r59354normal