aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-301-0/+21
* parse.y: refine error messagenobu2016-11-301-0/+4
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-301-2/+0
* get rid of ambiguous parentheses warningsnobu2016-11-295-20/+20
* object.c: no TypeError at special constnobu2016-11-291-0/+4
* object.c: no TypeError at special const clonenobu2016-11-291-0/+11
* Fix erroneous test of target against targetduerst2016-11-291-1/+3
* test_keyword.rb: more assertionsnobu2016-11-291-0/+9
* test_keyword.rb: assert_raise_with_message valuenobu2016-11-291-6/+2
* implement String/Symbol#casecmp? including Unicode case foldingduerst2016-11-282-0/+15
* object.c: no TypeError at special const dupnobu2016-11-271-3/+3
* file.c: home directory from systemnobu2016-11-262-3/+0
* round-downnobu2016-11-253-6/+44