summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-06-23* eval.c (setup_exception): "mesg == sysstack_error" andnaruse
2014-06-23tcltklib.c: fix format specifiersnobu
2014-06-23* nacl/nacl-config.rb: Use File.exist? instead of executable?kosaki
2014-06-23* lib/uri/mailto.rb: support RFC6068.naruse
2014-06-23* tool/config_files.rb: rename class ConfigFiles to Downloader.hsbt
2014-06-23* tool/rbinstall.rb: support to install bundle gems.hsbt
2014-06-23* lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu
2014-06-23 * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei
2014-06-23 * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei
2014-06-23 * include/ruby/ruby.h (struct RFloat): no longer. [Feature #9863]shyouhei
2014-06-23* lib/uri/generic.rb (check_port): allow strings for port= asnaruse
2014-06-23Backtrace for SystemStackErrornobu
2014-06-23object.c: rb_obj_copy_ivarnobu
2014-06-23signal.c: drop dangerous tagnobu
2014-06-22remove registrynaruse
2014-06-22* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse
2014-06-22support RFC3986 [Feature #2542]naruse
2014-06-22lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse
2014-06-22fix that arg_check didn't worknaruse
2014-06-21fiddle/extconf.rb: supply 0nobu
2014-06-20ChangeLog: fix vm_core.h entry in r46465nobu
2014-06-20* remove trailing spaces.svn
2014-06-20encoding.c: fix rdoc [ci skip]nobu
2014-06-20* test/lib/tracepointchecker.rb: add to check TracePoint healthiness.ko1
2014-06-19* test/ruby/test_settracefunc.rb: rewrite tests withko1
2014-06-19* compile.c (rb_iseq_compile_node): put start label of block afterko1
2014-06-19* vm_eval.c (rb_catch_protect): fix same problem of [Bug #9961].ko1
2014-06-19* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko1
2014-06-19* vm.c (invoke_block_from_c): move call/return event timing forko1
2014-06-19* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko1
2014-06-19proc.c: Implement Method#currynobu
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-17eval.c: pass unknown optionsnobu
2014-06-17* gc.c (obj_memsize_of): memsize_of(T_ZOMBIE) returns 0, not a rb_bug.ko1
2014-06-16* test/runner.rb: failure message should be passed as an argument.ko1
2014-06-16* test/runner.rb: capture TracePoint stat before setup and compareko1
2014-06-16process.c: use UTF-8nobu
2014-06-14Fix a typo.akr
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-14string.c: fix wrong capanobu
2014-06-13* man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]zzak
2014-06-13* vm_trace.c: add new method TracePoint.stat to debugko1
2014-06-13* vm_trace.c: clear and restore recursive checking thread local datako1
2014-06-13array.c: combination on a shared copynobu
2014-06-13array.c: yield_indexed_valuesnobu
2014-06-13array.c: fix array sizenobu
2014-06-12string.c: consider capacitynobu
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt