aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bigdecimal.c: fix missing argumentnobu2018-03-261-2/+2
* * 2018-03-26svn2018-03-261-1/+1
* Update Complex#infinite? documenationnobu2018-03-261-4/+2
* Update Complex#finite? documentationnobu2018-03-261-1/+1
* assertions for r62914nobu2018-03-251-2/+10
* vm_args.c: warn splat to varnobu2018-03-252-4/+19
* * 2018-03-25svn2018-03-251-1/+1
* extmk.rb: get rid of shadowing outer local variablenobu2018-03-251-1/+1
* configure.ac: named blocksnobu2018-03-241-10/+5
* compile.c: split add_insn_infonobu2018-03-241-25/+24
* * 2018-03-24svn2018-03-241-1/+1
* compile.c: suppress missing-noreturnnobu2018-03-241-6/+1
* parse.y: k_else in bodystmtnobu2018-03-232-15/+34
* parse.y: else without rescuenobu2018-03-234-8/+17
* * 2018-03-23svn2018-03-221-1/+1
* test_exception.rb: assertions with Exception.to_tty?nobu2018-03-221-4/+20
* sample/timeout.rb: Remove unnecessary increment [ci skip]kazu2018-03-221-1/+1
* set UTF-8 if given URI string is ASCIInaruse2018-03-222-1/+4
* error.c: full_message optionsnobu2018-03-223-11/+95
* Factor out get_reg_grapheme_clusternaruse2018-03-221-42/+24
* fix each_grapheme_cluster's size [Bug #14363]naruse2018-03-222-4/+61
* Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"naruse2018-03-222-4/+1
* each_grapheme_cluster shouldn't return size [Bug #14363]naruse2018-03-222-1/+4
* parse.y: reorder in the placenobu2018-03-221-21/+13
* Docs and tests on URI.hierarchical?, URI.absolute?nobu2018-03-212-3/+39
* Improve documentation for 'text '.splitnobu2018-03-211-4/+4
* * 2018-03-22svn2018-03-211-1/+1
* Remove outdated proc.c binding comment.nobu2018-03-211-3/+1
* parse.y: terminator at continued linenobu2018-03-212-1/+20
* parse.y: unindent continued linenobu2018-03-212-1/+15
* test_iseq.rb: disable load_from_binarynobu2018-03-211-1/+1
* * 2018-03-21svn2018-03-211-1/+1
* iseq.c: constfied validate_get_insn_info [ci skip]nobu2018-03-211-2/+2
* node.c: predicates for special NODEsnobu2018-03-205-12/+13
* io.c: Methods of File should not invoke external commandsshugo2018-03-203-8/+9
* compile.c: fix ibf_load_codenobu2018-03-203-6/+10
* Reverting r62775, this should fix i686 buildstenderlove2018-03-197-73/+189
* * 2018-03-20svn2018-03-191-1/+1
* * win32/README.win32: `make up` is only necessary when building from SVN source.usa2018-03-191-1/+1
* parse.y: NUL-terminate ruby_sourcefilenobu2018-03-192-8/+7
* note that patch is required and need to run make up before makeusa2018-03-191-3/+6
* parse.y: push `do` token infonobu2018-03-191-6/+16
* parse.y: ignore do indentationsnobu2018-03-191-2/+4
* parse.y: mismatched indentations at middlenobu2018-03-192-13/+58
* compile.c: arg var indexnobu2018-03-192-31/+90
* parse.y: fix duplicate kwrestnobu2018-03-191-6/+6
* iseq.c: append local var index to namenobu2018-03-191-2/+8
* * 2018-03-19svn2018-03-191-1/+1
* iseq.c: mark kwrest argnobu2018-03-191-1/+2
* compile.c: fix function name [ci skip]nobu2018-03-181-2/+2