summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-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-11Removed DRb.default_safe_level and DRb#safe_levelHiroshi 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-09Make SecureRandom support RactorAaron Patterson
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-04lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...Marc-Andre Lafortune
2020-08-31Get rid of using Socket.gethostbynameNobuyoshi Nakada
2020-08-29Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-08-29Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4eBenoit Daloze
2020-08-28[ruby/reline] Move width calculator methods to Reline::Unicodeaycabta
2020-08-28[ruby/reline] fix cursor_pos regexp matchtompng
2020-08-28[ruby/irb] Discard newlines at end of fileaycabta
2020-08-26[webrick][DOC] Describe the stance of WEBrick about its security and utilizat...Kenta Murata
2020-08-25Specify the executable of erbHiroshi SHIBATA
2020-08-21Promote erb to default gemsHiroshi SHIBATA
2020-08-21Promote rinda to default gemsHiroshi SHIBATA
2020-08-20Promote find to default gemsHiroshi SHIBATA
2020-08-20Promote set to default gemsHiroshi SHIBATA
2020-08-19[ruby/racc] Fixed the licenses field of gemspecHiroshi SHIBATA
2020-08-18Fixed the invalid SPDX identifier on gemspecHiroshi SHIBATA
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-08-18Added the missing licenses field to some default gemsHiroshi SHIBATA
2020-08-18Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-08-18[ruby/reline] Add require 'rbconfig' to use RbConfigaycabta
2020-08-18[ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/reline] Use the standard SPDX ID for license in gemspecMaciej Mensfeld
2020-08-18[ruby/reline] Remove duplicated line of codeaycabta