summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-14Add `rb_thread_current_scheduler()`.Samuel Williams
2020-09-14Added promoted libraries to default gems section on NEWSHiroshi SHIBATA
2020-09-14* 2020-09-14 [ci skip]git
2020-09-14[ruby/irb] Version 1.2.6aycabta
2020-09-14[ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reli...aycabta
2020-09-14[ruby/irb] Omit output if first line of multiline is too longaycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-09-14[ruby/irb] Version 1.2.5aycabta
2020-09-14[ruby/reline] Version 0.1.5aycabta
2020-09-13* 2020-09-13 [ci skip]git
2020-09-13Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-09-12Fix compile-time check for copy_file_range(2)Masaki Matsushita
2020-09-12Check copy_file_range(2) is actually supported.Masaki Matsushita
2020-09-12Suppress "assigned but unused variable" warningaycabta
2020-09-12[ruby/reline] Support for word movement escape sequences in iTerm2aycabta
2020-09-12[ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta
2020-09-12[ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta
2020-09-12[ruby/reline] Stop using chomp option of lines methodaycabta
2020-09-12[ruby/reline] Stop erasing chars after the cursor at eolaycabta
2020-09-12[ruby/reline] Skip the nil obtained from getcaycabta
2020-09-12[ruby/reline] not clear scrollback bufferYoshinao Muramatu
2020-09-12[ruby/reline] clear_screen use Windows APIYoshinao Muramatu
2020-09-12[ruby/reline] Use str.encoding by default for split_by_widthaycabta
2020-09-12* 2020-09-12 [ci skip]git
2020-09-12Promote time.rb to default gemsHiroshi SHIBATA
2020-09-11Promote resolv-replace to default gemsHiroshi SHIBATA
2020-09-11Promote resolv to default gemsHiroshi SHIBATA
2020-09-11Promote securerandom to default gemsHiroshi SHIBATA
2020-09-11Promote open-uri to default gemsHiroshi SHIBATA
2020-09-11Let String#slice! return nil (#3533)Soutaro Matsumoto
2020-09-11rbinstall.rb: OpenStruct has not been needed for yearsNobuyoshi Nakada
2020-09-11Add missing breakKazuhiro NISHIYAMA
2020-09-11Removed DRb.default_safe_level and DRb#safe_levelHiroshi SHIBATA
2020-09-11Removed Thread#safe_levelHiroshi SHIBATA
2020-09-11* 2020-09-11 [ci skip]git
2020-09-10If the GC runs before the Mutex's are initialised then we get a crash in pthr...Matt Valentine-House
2020-09-10Promote syslog to default gemsHiroshi SHIBATA
2020-09-10Promote base64 to default gemsHiroshi SHIBATA
2020-09-10Promote shellwords to default gemsHiroshi SHIBATA
2020-09-10Promote abbrev to default gemsHiroshi SHIBATA
2020-09-10sync callable_method_entry()Koichi Sasada
2020-09-09Make SecureRandom support RactorAaron Patterson
2020-09-09Optimize ObjectSpace.dump_allJean Boussier
2020-09-10* 2020-09-10 [ci skip]git
2020-09-09Add a :since option to dump_allJean Boussier
2020-09-09Promote tsort to default gemsHiroshi SHIBATA
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-09-09[ruby/tempfile] Revert Tempfile.open unlinking the fileJeremy Evans
2020-09-09* 2020-09-09 [ci skip]git
2020-09-08Use size_t for MJIT's max_ivar_indexTakashi Kokubun