aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal2017-09-081-0/+11
* string.c: fix false coderangenobu2017-09-061-7/+20
* string.c: grapheme clusters on frozen stringnobu2017-09-041-0/+2
* string.c: enumerator_wantarraynobu2017-09-031-4/+35
* string.c: fix for non-Unicode encodingsnobu2017-09-031-0/+2
* test_io.rb: suppress a warningnobu2017-09-031-1/+1
* cont.c: fix root fiber to_snobu2017-09-021-0/+1
* skip unless PLATFORM is darwin.ko12017-09-011-4/+5
* Fix C level backtrace on Darwinnaruse2017-09-011-0/+20
* compile.c: ensure after toplevel returnnobu2017-09-011-1/+1
* Skip test_open_tempfile_path on EINVALsorah2017-08-311-5/+11
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-0/+12
* test_syntax.rb: suppress warningsnobu2017-08-311-1/+1
* String#each_grapheme_cluster and String#grapheme_clustersnaruse2017-08-311-0/+40
* test_syntax.rb: assert outputnobu2017-08-311-7/+4
* array.c: integer calculationsnobu2017-08-301-6/+43
* array.c: join encodingnobu2017-08-291-0/+1
* test/ruby: tweaked heredocsnobu2017-08-296-32/+53
* gc.c: restore cfp at finalizernobu2017-08-231-0/+23
* skip unless finalizers runnobu2017-08-231-1/+2
* gc.c: run all finalizersnobu2017-08-231-0/+22
* parse.y: primary should not be 0nobu2017-08-221-0/+4
* vm_method.c: alias warning at refined methodnobu2017-08-171-0/+17
* parse.y: unexpected tINTEGER messagenobu2017-08-171-0/+3
* High Sierra's APFS cannot use invalid filenames [Bug #13816]naruse2017-08-151-1/+9
* parse.y: set used flag in gettablenobu2017-08-131-0/+3
* Suppress warning: shadowing outer local variable - klassnaruse2017-08-121-6/+6
* re.c: options for sub-regexpnobu2017-08-111-0/+6
* ruby.c: ignore non-option in shebang linenobu2017-08-101-0/+2
* Fiber#to_s (#inspect) return richer information.ko12017-08-101-0/+12
* compile.c: fix KW_SPLAT flag conditionnobu2017-08-101-0/+2
* vm_args.c: prefer optarg to keyword splatnobu2017-08-101-0/+4
* add some more assertions to test_ill_formed_utf_8_replace duerst2017-08-061-0/+9
* splat keyword hashnobu2017-08-051-0/+11
* Use the same variable name as in dir.ckazu2017-08-031-2/+2
* dir.c: relative path Dir basenobu2017-08-031-0/+2
* dir.c: relax base optionnobu2017-08-031-0/+3
* should not copy promoted flags.ko12017-08-011-0/+10
* Improve error messagekazu2017-07-311-2/+2
* visibility of inherited methodnobu2017-07-291-0/+44
* parse.y: brace after array literal argnobu2017-07-261-0/+4
* parse.y: limit codepoint lengthnobu2017-07-251-0/+2
* sprintf.c: width too bignobu2017-07-231-0/+6
* string.c: add String#delete_suffix and String#delete_suffix!sonots2017-07-201-0/+145
* parse.y: empty hash in definednobu2017-07-201-1/+7
* compile.c: restore stack at returnnobu2017-07-201-0/+1
* random.c: ensure initializednobu2017-07-191-0/+4
* test_rand.rb: improved assert_fork_statusnobu2017-07-191-3/+14
* revert r59359, r59356, r59355, r59354normal2017-07-192-44/+0
* fix typonobu2017-07-181-1/+1