summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-14doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]Kazuhiro NISHIYAMA
2019-07-14doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]Kazuhiro NISHIYAMA
2019-07-14doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]Kazuhiro NISHIYAMA
2019-07-14Simplify link_o_to_so argumentsTakashi Kokubun
2019-07-14fix typos.Tanaka Akira
2019-07-14ruby.c (name_match_p): remove unnecessary conditionYusuke Endoh
2019-07-14abort sync commit history when it failed to modify commit message.Hiroshi SHIBATA
2019-07-14Use force flag for filter-branch.Hiroshi SHIBATA
2019-07-14Skip merge commit with rubygems and bundler.Hiroshi SHIBATA
2019-07-14Modified commit message with upstream repository name.Hiroshi SHIBATA
2019-07-14Added chrry-pick feature from upstream repository.Hiroshi SHIBATA
2019-07-14Try to sync with commit history for default gems.Hiroshi SHIBATA
2019-07-14Fix a wrong buffer size to avoid stack corruptionTakashi Kokubun
2019-07-14Add a /* fall through */ commentYusuke Endoh
2019-07-14Check the result of String#-@Nobuyoshi Nakada
2019-07-14socket: use frozen string buffer when releasing GVLTanaka Akira
2019-07-14Expand f_arg to use particular functions directlyNobuyoshi Nakada
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