aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * properties.svn2014-06-170-0/+0
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-173-4/+54
* eval.c: pass unknown optionsnobu2014-06-173-4/+30
* * gc.c (obj_memsize_of): memsize_of(T_ZOMBIE) returns 0, not a rb_bug.ko12014-06-172-1/+8
* configure.in: extract date at build timenobu2014-06-162-4/+2
* * 2014-06-17svn2014-06-161-2/+2
* runner.rb: instance variablenobu2014-06-161-2/+2
* * test/runner.rb: failure message should be passed as an argument.ko12014-06-162-2/+8
* * test/runner.rb: capture TracePoint stat before setup and compareko12014-06-162-6/+13
* * test/uri/test_generic.rb: fix wrong arguments for test case.hsbt2014-06-161-2/+2
* * test/date/test_date_arith.rb: remove unused block argument.hsbt2014-06-161-4/+4
* * test/date/test_date_strptime.rb: remove useless variable.hsbt2014-06-161-1/+0