summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-23io.c: read BOM only for readingnobu
2017-11-23ripper.y: fix word list eventsnobu
2017-11-23debug.c: include RIMemo in ruby_dummy_gdb_enumsnobu
2017-11-22lib/set.rb: [DOC] remove empty commentsstomar
2017-11-22* 2017-11-23svn
2017-11-22set.rb: improve docs for Setstomar
2017-11-22* 2017-11-22svn
2017-11-22parse.y: Fix the locations of NODE_BLOCK_PASSyui-knk
2017-11-21Fix a typokazu
2017-11-21Use `const void*` instead of `const char*`kazu
2017-11-21vm_args.c: ec arg of args_setup_kw_parametersnobu
2017-11-21Skip comment linesusa
2017-11-21fix test_erb.rb [GH-1763]nobu
2017-11-21check invariant.ko1
2017-11-21test/ruby/bug-13526.rb: should wait until all threads are stoppederegon
2017-11-21parse.y: Fix the locations of NODE in percent stringsyui-knk
2017-11-20parse.y: Fix the last location of NODE_STR in %wyui-knk
2017-11-20parse.y: Set the last location of NODE_ARRAY in %wyui-knk
2017-11-20parse.y: Fix the last location of NODE_LIT in %iyui-knk
2017-11-20* 2017-11-21svn
2017-11-20parse.y: Set the last location of NODE_ARRAY in %iyui-knk
2017-11-20[DOC] Fix example result [ci skip]kazu
2017-11-20parse.y: Fix the locations of NODE_FCALLyui-knk
2017-11-20File.mkfifo releases GVLnormal
2017-11-20lib/matrix: Add hadamard_product/entrywise_product.marcandre
2017-11-20lib/matrix: Add Matrix{.|#}combinemarcandre
2017-11-20lib/matrix: accept vectors in {h|v}stackmarcandre
2017-11-20lib/matrix: Add explicit coercion #to_matrixmarcandre
2017-11-20win32.c: vm_exit_handlernobu
2017-11-19Update the last location of NODE_BLOCKyui-knk
2017-11-19test/ruby/bug-13526.rb: Fix to actually refer to an existing fileeregon
2017-11-19* properties.svn
2017-11-19* append newline at EOF.svn
2017-11-19Add specs for concurrent Module#autoloaderegon
2017-11-19* 2017-11-20svn
2017-11-19Reorganize Module#autoload to have similar specs next to each othereregon
2017-11-19gc.c: moved ENABLE_VM_OBJSPACE from vm_core.hnobu
2017-11-19file.c (rb_file_s_mkfifo): use mode_t instead of intnormal
2017-11-19file.c: fix 64-bit conversion warnings from r60844normal
2017-11-19File.readlink and rb_readlink releases GVLnormal
2017-11-18file: File#truncate and File.truncate release GVLnormal
2017-11-18addr2line.c: fix r60841 for glibc before 2.22normal
2017-11-18* 2017-11-19svn
2017-11-18explictly skip compressed debug linenaruse
2017-11-18parse.y: Fix the locations of NODE_ITERyui-knk
2017-11-18call only with ISEQ_TRACE_EVENTS.ko1
2017-11-18introduce `trace_events' info for iseq.ko1
2017-11-18Cannot call rb_thread_call_with{out,}_gvl before running VMusa
2017-11-18parse.y: Fix the locations of NODE_DVAR and NODE_LVARyui-knk
2017-11-18.gdbinit: fix print_pathobjktsj