aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/mailto.rb: support RFC6068.naruse2014-06-233-47/+27
* * 2014-06-24svn2014-06-231-2/+2
* * test/openssl/test_509cert.rb: force sorted order for order-headius2014-06-231-2/+2
* * tool/config_files.rb: rename class ConfigFiles to Downloader.hsbt2014-06-234-7/+13
* * tool/rbinstall.rb: support to install bundle gems.hsbt2014-06-232-59/+16
* * lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu2014-06-232-7/+21
* * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei2014-06-235-13/+55
* * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei2014-06-235-7/+49
* * include/ruby/ruby.h (struct RFloat): no longer. [Feature #9863]shyouhei2014-06-233-6/+17
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-234-2/+17
* suppress warnings of URI.extractnaruse2014-06-231-15/+18
* Backtrace for SystemStackErrornobu2014-06-235-6/+24
* object.c: rb_obj_copy_ivarnobu2014-06-233-19/+31
* * 2014-06-23svn2014-06-231-2/+2
* signal.c: drop dangerous tagnobu2014-06-232-0/+12
* signal.c: no cfunc frame at stack overflownobu2014-06-221-2/+3
* remove registrynaruse2014-06-222-87/+37
* * lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse2014-06-222-0/+9
* * properties.svn2014-06-220-0/+0
* support RFC3986 [Feature #2542]naruse2014-06-227-536/+681
* lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse2014-06-222-1/+5
* fix that arg_check didn't worknaruse2014-06-222-7/+21
* suppress warnings: using default DH parameters.naruse2014-06-221-0/+2
* * 2014-06-22svn2014-06-211-2/+2
* Remove trailing white spaces.akr2014-06-211-1/+1
* fiddle/extconf.rb: supply 0nobu2014-06-212-1/+8
* ChangeLog: fix vm_core.h entry in r46465nobu2014-06-201-1/+1
* * remove trailing spaces.svn2014-06-201-2/+2
* * 2014-06-21svn2014-06-201-2/+2
* encoding.c: fix rdoc [ci skip]nobu2014-06-202-3/+6
* * properties.svn2014-06-200-0/+0
* * test/lib/tracepointchecker.rb: add to check TracePoint healthiness.ko12014-06-203-13/+126
* insns.def: avoid type-punned pointer castnobu2014-06-202-3/+3
* test_regexp.rb: split test_oncenobu2014-06-201-3/+6
* test_regexp.rb: assert prefixnobu2014-06-201-2/+4
* gmake.mk: for lovenobu2014-06-201-3/+11
* Don't erase for verbose mode.akr2014-06-201-1/+1
* test_optimization.rb: redefine separatelynobu2014-06-201-29/+34
* * test/ruby/test_settracefunc.rb: rewrite tests withko12014-06-192-99/+48
* * compile.c (rb_iseq_compile_node): put start label of block afterko12014-06-193-1/+60
* * 2014-06-20svn2014-06-191-2/+2
* * vm_eval.c (rb_catch_protect): fix same problem of [Bug #9961].ko12014-06-192-2/+9
* common.mk: fix dependenciesnobu2014-06-192-19/+20
* * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko12014-06-196-14/+90
* * vm.c (invoke_block_from_c): move call/return event timing forko12014-06-194-15/+51
* * vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko12014-06-195-7/+65
* * 2014-06-19svn2014-06-191-2/+2
* proc.c: Implement Method#currynobu2014-06-194-1/+101
* * 2014-06-18svn2014-06-181-2/+2
* constify parametersnobu2014-06-1823-131/+134