summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30ruby.h: relax rb_funcall check on extra args for clangnormal
2018-01-30proc: fix super_method segfault after bindnormal
2018-01-30* 2018-01-31svn
2018-01-30net/http: fix documentation for HTTP connection reusenormal
2018-01-30Remove empty directories [ci skip]kazu
2018-01-30simply show BASERUBY itselfusa
2018-01-30setup.mak: discard BASERUBY outputnobu
2018-01-30support ruby 1.9.3naruse
2018-01-30[DOC] Refinements on modules are allowedhsbt
2018-01-30force fixablenobu
2018-01-30ia64: update ia64-specific code to use execution contexthsbt
2018-01-30vcs.rb: checkout the current branch before rebasenobu
2018-01-30common.mk: added minimum dependencies of incsnobu
2018-01-30bare_instructions.rb: sp_inc is signednobu
2018-01-30skip EINVAL on unsupported platformko1
2018-01-30vcs.rb: fix errorsnobu
2018-01-30iseq.c: internal lvar namenobu
2018-01-30net/pop: make modified strings mutablenormal
2018-01-29show BASERUBY's version on `make showflags`naruse
2018-01-29Suport ruby 1.9.3naruse
2018-01-29Update to ruby/spec@83063a3eregon
2018-01-29* 2018-01-30svn
2018-01-29Update to ruby/mspec@5d49a6ceregon
2018-01-29string.c (rb_str_format_m): Fix the example code of the docmame
2018-01-29redefinition of a typedef is a C11ismshyouhei
2018-01-29eliminate CALL_SIMPLE_METHODshyouhei
2018-01-29s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei
2018-01-29also use sp_inc in vm coreshyouhei
2018-01-29ruby.c: no VARIABLE_LIBPATHnobu
2018-01-29extensive use of instruction attributesshyouhei
2018-01-28* properties.svn
2018-01-28doc/signals.rdoc: new document work-in-progressnormal
2018-01-28* 2018-01-29svn
2018-01-28uri/common: reduce allocations and retained objectsnormal
2018-01-28method.h: VM_METHOD_TYPE_MINIMUM_BITSnobu
2018-01-28parse.y (parser_append_options): shorter alias LOCnobu
2018-01-28method.h: BITFIELD in rb_method_definition_tnobu
2018-01-27internal.h: add BITFIELD macro to aid C99 usersnormal
2018-01-27* 2018-01-28svn
2018-01-27vm_core: use "int" for living_thread_numnormal
2018-01-27insns.def: [DOC] update supported attributes [ci skip]k0kubun
2018-01-27compile.c: try to convert in massign `for`nobu
2018-01-27array.c: rb_check_to_arraynobu
2018-01-27defined? returns nil for toplevel constant lookupnobu
2018-01-27vcs.rb: prepend DebugSystem to VCSnobu
2018-01-27vm_insnhelper.c: avoid intermediate arraynobu
2018-01-27bare_instructions.rb: show class name on inspectk0kubun
2018-01-27Fix duplicated HAVE_NANkazu
2018-01-27insns2vm.rb: add missing word to helpk0kubun
2018-01-27insns2vm.rb: make #generate_parser privatek0kubun