aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* time.c: refine num_exact error messagenobu2016-12-211-0/+10
* eval.c: fix circular causenobu2016-12-211-0/+20
* compile.c: toplevel returnnobu2016-12-211-0/+23
* numeric.c: allow nil as rounding mode optionnobu2016-12-211-2/+2
* io.c: update argf linenonobu2016-12-201-7/+10
* io.c: update argf linenonobu2016-12-201-0/+12
* re.c: consider the case of RMatch::regexp is nilrhe2016-12-201-3/+19
* array.c: do not resize to less than 0rhe2016-12-201-0/+5
* array.c: check array length every time after yieldingrhe2016-12-201-3/+10
* Increase timeoutnaruse2016-12-181-3/+3
* sprintf.c: fix width underflownobu2016-12-171-0/+5
* Increase timeoutnaruse2016-12-171-1/+1
* re.c: non-regexp name referencenobu2016-12-171-0/+4
* multiline heredoc identifiernobu2016-12-161-1/+1
* fix chomping newline only linenobu2016-12-161-0/+12
* parse.y: newline in heredoc identifiernobu2016-12-151-0/+6
* encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe2016-12-141-0/+4
* parse.y: fix yyerror messagenobu2016-12-141-0/+5
* test for Symbol#match? [Feature #12898]nobu2016-12-121-0/+42
* test_m17n.rb: escapenobu2016-12-121-4/+4
* String#match? and Symbol#match?nobu2016-12-121-0/+44
* re.c: char boundarynobu2016-12-121-1/+2
* parse.y: zero codepointsnobu2016-12-111-3/+0
* internal.h: change the default rounding mode to half-upmrkn2016-12-102-6/+6
* vm.c: check type of hash to mergenobu2016-12-081-0/+20
* vm_insnhelper.c: zsuper in refinementsnobu2016-12-081-0/+21
* Extend timeout for Solaris unstable10s.shugo2016-12-072-2/+2
* file.c: cygwin behaviornobu2016-12-071-1/+17
* array.c, enum.c: change sum algorithmmrkn2016-12-062-0/+2
* numeric.c: fix exception message for nil roundingmrkn2016-12-061-0/+3
* Fix typoskazu2016-12-064-5/+5
* EPERM by symlinknobu2016-12-061-1/+1
* EPERM by symlinknobu2016-12-061-1/+1
* re.c: check that MatchData is initializedrhe2016-12-061-0/+1
* test/ruby/test_hash.rb: suppress syntax warningrhe2016-12-061-1/+1
* switching hash removalnobu2016-12-062-13/+40
* Don't insert an entry to loading_tbl if another thread succeed to load.shugo2016-12-051-2/+2
* random.c: private randnobu2016-12-051-0/+11
* Increase timeout of TestRequire#test_require_with_loaded_features_popnaruse2016-12-041-1/+1
* class.c: missing unknown_keyword_errornobu2016-12-041-0/+7
* string.c: chomp optionnobu2016-12-031-0/+29
* add tests againts regressions for upcoming codepoint reordering in unfolding ...duerst2016-12-031-0/+25
* change test class name because it is not only about foldingduerst2016-12-031-3/+3
* test/ruby/test_string.rb: ensure restoring $/nobu2016-12-021-0/+7
* parse.y: relax spacesnobu2016-12-021-3/+3
* String#unpack1 [Feature #12752]naruse2016-12-011-0/+7
* Remove `offset:` from `Array#pack`usa2016-12-011-11/+2
* Supports `buffer` and `offset` in `Array#pack`usa2016-12-011-0/+34
* parse.y: reject invalid codepointnobu2016-12-011-7/+4
* Wait until excpetion handling is ready.shugo2016-12-011-0/+3