summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-18Merge RubyGems 3.2.2 and Bundler 2.2.2Hiroshi SHIBATA
2020-12-17[ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune
2020-12-17[ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans
2020-12-17[ruby/irb] Fixed a typo in a comment [ci skip]Nobuyoshi Nakada
2020-12-17[ruby/irb] workaround for lack of tokens from `Ripper.lex`Nobuhiro IMAI
2020-12-17[ruby/reline] Use plus operator to create unfrozen stringRobert Schulze
2020-12-17[ruby/reline] Support longer than screen height on Windowsaycabta
2020-12-17[ruby/reline] Make a log file on windows if debug env is setaycabta
2020-12-17[ruby/reline] Support longer than screen heightaycabta
2020-12-17Fixing glitchy kill ring behavior in irbYale Kozinski
2020-12-16fix doc typod-m-u
2020-12-15Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA
2020-12-11[ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi
2020-12-11Exclude parenthesized function declarations such as NORETURNNobuyoshi Nakada
2020-12-10Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA
2020-12-10Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA
2020-12-10Added help message for gem i webrick in rdocHiroshi SHIBATA
2020-12-10Added help message for gem i webrick in gem server commandHiroshi SHIBATA
2020-12-10Added help message for gem i webrick in un.rbHiroshi SHIBATA
2020-12-10Move webrick library into internal test toolchainHiroshi SHIBATA
2020-12-09[ruby/matrix] v0.3.1Marc-Andre Lafortune
2020-12-09[ruby/matrix] Make frozen matrices Ractor shareableMarc-Andre Lafortune
2020-12-09[ruby/prime] Fix gemspecMarc-Andre Lafortune
2020-12-09[ruby/prime] v0.1.2Marc-Andre Lafortune
2020-12-09[ruby/prime] Optimize `Integer#prime?`Marc-Andre Lafortune
2020-12-08Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-12-08[ruby/reline] Editing to initial content is not just cursor movingaycabta
2020-12-06RubyGems certs - remove AddTrust, add GlobalSign Root R3MSP-Greg
2020-12-05[ruby/matrix] Optimize **Marc-Andre Lafortune
2020-12-05Cope with frozen-string-literalRobert Schulze
2020-12-05[ruby/reline] Process insertion buffer forciblyaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Forced newline insertion is not just cursor movingaycabta
2020-12-05[ruby/reline] Drop prompt list cache when num of lines is changedaycabta
2020-12-05[ruby/reline] Cache dynamic prompt for 0.5secaycabta
2020-12-05[ruby/reline] Stop rerendering if the cursor is only movedaycabta
2020-12-05[ruby/reline] Split #rerender method that is too hugeaycabta
2020-12-05[ruby/reline] Version 0.1.9aycabta
2020-12-05[ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta
2020-12-05[ruby/reline] Optimize regexp handling for widthaycabta
2020-12-05[ruby/reline] Optimize ASCII character width calculationaycabta
2020-12-05[ruby/reline] Key strokes like 2dl should behave d2laycabta
2020-12-05[ruby/reline] Fix crash to input `é`. refs #174manga_osyo
2020-12-05[ruby/reline] Version 0.1.8aycabta
2020-12-05[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta
2020-12-05[ruby/reline] Move alias_method to right after original definitionaycabta
2020-12-05[ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta
2020-12-05[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta
2020-12-05[ruby/reline] Implement vi_yankaycabta