summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-14Expand f_abs to use particular functions directlyNobuyoshi Nakada
2019-07-14NEWS: RubyVM.resolve_feature_path moved [ci skip]Kazuhiro NISHIYAMA
2019-07-14addr2line.c (binary_filename): extend the buffer for NUL terminatorYusuke Endoh
2019-07-14Increase fetchDepth to prevent checkout failureTakashi Kokubun
2019-07-14Make export declaration place more consistentTakashi Kokubun
2019-07-14Removed binop macro which has not been usedNobuyoshi Nakada
2019-07-14MJIT Support for getblockparamproxyTakashi Kokubun
2019-07-14[DOC] Add missing headings [ci skip]Kazuhiro NISHIYAMA
2019-07-14Introduce RUBY_DEBUG flag macroNobuyoshi Nakada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-07-14[DOC] Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-07-14addr2line.c (main_exe_path): avoid SEGV when /proc is not availableYusuke Endoh
2019-07-14complement '.rb' on `test-all TESTS=test_xxx`Koichi Sasada
2019-07-14Fix links to headingsMaxime Lapointe
2019-07-14* expand tabs.git
2019-07-14Split RUBY_ASSERT and so on under include/rubyNobuyoshi Nakada
2019-07-14Describe about Pathname.glob.Tanaka Akira
2019-07-14Delegates 3 arguments for Pathname.glob.Tanaka Akira
2019-07-14Add a /* fall through */ commentYusuke Endoh
2019-07-14Describe warning of open-uri.Tanaka Akira
2019-07-14Warn open-uri's "open" method at Kernel.Tanaka Akira
2019-07-14* expand tabs.git
2019-07-14Prefer `rb_error_arity` to `rb_check_arity` when it can be usedYusuke Endoh
2019-07-14Calculate float complex division per each partNobuyoshi Nakada
2019-07-14* expand tabs.git
2019-07-14compile.c (defined_expr): return void instead of intYusuke Endoh
2019-07-14io.c (rb_file_open_internal): initialize all the fieldsYusuke Endoh
2019-07-14[DOC] Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix indent [ci skip]Kazuhiro NISHIYAMA
2019-07-14fix issue with 'SIGINT' handling in LineEditor#resetLuke Gruber
2019-07-14Method#inspect with source location.Koichi Sasada
2019-07-14Removed FileUtils for file manipulations with module inclusion.Hiroshi SHIBATA
2019-07-14Use FileUtils.mkdir_p instead of mkdir command directoly.Hiroshi SHIBATA
2019-07-14Use FileUtils.cp_r instead of cp command directoly.Hiroshi SHIBATA
2019-07-14Fixup dccb0e1ec94e7b9c13c715939ae7e0ccc4ffb23eHiroshi SHIBATA
2019-07-14Use FileUtils.rm_rf instead of rm command directly.Hiroshi SHIBATA
2019-07-14Do not use hard-coded file path of default gems upstream.Hiroshi SHIBATA
2019-07-14Describe lambda-ness of Proc more.Tanaka Akira
2019-07-14[DOC] Fix link to feature [ci skip]Kazuhiro NISHIYAMA
2019-07-14Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-07-14NEWS: warning of flip-flop is reverted [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix experimental marker [ci skip]Kazuhiro NISHIYAMA
2019-07-14Add a /* fall through */ commentYusuke Endoh
2019-07-14Drop obsoleted mjit_cancel_ivar debug_counterTakashi Kokubun
2019-07-14* expand tabs.git
2019-07-14Add /* fall through */ commentsYusuke Endoh
2019-07-14* expand tabs.git
2019-07-14Avoid io_tell whose return value is not usedYusuke Endoh
2019-07-14Update dependencies for 369ff79394765ce198ac7cee872a8c739d895aaaTakashi Kokubun
2019-07-14Refactor mjit_worker command line with C99Takashi Kokubun