summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Version 1.2.6aycabta2020-09-141-1/+1
* [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reli...aycabta2020-09-141-1/+1
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-2/+12
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-144-6/+62
* [ruby/irb] Version 1.2.5aycabta2020-09-141-2/+2
* [ruby/reline] Version 0.1.5aycabta2020-09-141-1/+1
* Suppress "assigned but unused variable" warningaycabta2020-09-121-1/+1
* [ruby/reline] Support for word movement escape sequences in iTerm2aycabta2020-09-121-0/+6
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-6/+6
* [ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta2020-09-121-4/+6
* [ruby/reline] Stop using chomp option of lines methodaycabta2020-09-121-1/+1
* [ruby/reline] Stop erasing chars after the cursor at eolaycabta2020-09-121-2/+12
* [ruby/reline] Skip the nil obtained from getcaycabta2020-09-121-2/+6
* [ruby/reline] not clear scrollback bufferYoshinao Muramatu2020-09-121-6/+8
* [ruby/reline] clear_screen use Windows APIYoshinao Muramatu2020-09-121-3/+10
* [ruby/reline] Use str.encoding by default for split_by_widthaycabta2020-09-121-1/+1
* Promote time.rb to default gemsHiroshi SHIBATA2020-09-121-0/+22
* Promote resolv-replace to default gemsHiroshi SHIBATA2020-09-111-0/+24
* Promote resolv to default gemsHiroshi SHIBATA2020-09-111-0/+22
* Promote securerandom to default gemsHiroshi SHIBATA2020-09-111-0/+22
* Promote open-uri to default gemsHiroshi SHIBATA2020-09-111-0/+22
* Removed DRb.default_safe_level and DRb#safe_levelHiroshi SHIBATA2020-09-111-9/+0
* Promote base64 to default gemsHiroshi SHIBATA2020-09-101-0/+22
* Promote shellwords to default gemsHiroshi SHIBATA2020-09-101-0/+22
* Promote abbrev to default gemsHiroshi SHIBATA2020-09-101-0/+22
* Make SecureRandom support RactorAaron Patterson2020-09-091-31/+15
* Promote tsort to default gemsHiroshi SHIBATA2020-09-091-0/+22
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-6/+4
* [ruby/tempfile] Revert Tempfile.open unlinking the fileJeremy Evans2020-09-091-1/+8
* lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...Marc-Andre Lafortune2020-09-041-2/+1
* Get rid of using Socket.gethostbynameNobuyoshi Nakada2020-08-311-6/+1
* Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze2020-08-291-0/+2
* Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze2020-08-291-4/+6
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-2/+0
* Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4eBenoit Daloze2020-08-291-1/+1
* [ruby/reline] Move width calculator methods to Reline::Unicodeaycabta2020-08-282-64/+72
* [ruby/reline] fix cursor_pos regexp matchtompng2020-08-281-3/+4
* [ruby/irb] Discard newlines at end of fileaycabta2020-08-2811-18/+0
* [webrick][DOC] Describe the stance of WEBrick about its security and utilizat...Kenta Murata2020-08-261-2/+7
* Specify the executable of erbHiroshi SHIBATA2020-08-251-1/+1
* Promote erb to default gemsHiroshi SHIBATA2020-08-211-0/+22
* Promote rinda to default gemsHiroshi SHIBATA2020-08-211-0/+24
* Promote find to default gemsHiroshi SHIBATA2020-08-201-0/+24
* Promote set to default gemsHiroshi SHIBATA2020-08-201-0/+24
* [ruby/racc] Fixed the licenses field of gemspecHiroshi SHIBATA2020-08-191-1/+1
* Fixed the invalid SPDX identifier on gemspecHiroshi SHIBATA2020-08-181-1/+1
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-1826-26/+26
* Added the missing licenses field to some default gemsHiroshi SHIBATA2020-08-188-0/+8
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-08-181-1/+1
* [ruby/reline] Add require 'rbconfig' to use RbConfigaycabta2020-08-181-0/+1