ruby/lib/irb
aycabta 46825a7462
Backport lib/reline, and lib/irb for 3.0.1 3rd (#4228)
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nil

96accf3b95

* [ruby/irb] Suppress colorize on Windows tests

5be9354cf9

* [ruby/irb] The command "irb_info" should show RUBY_PLATFORM

39d1cd874f

* [ruby/irb] Fix inverse separator condition

33f933196f

* [ruby/reline] Return 1 when char width not found

This fixes ruby/reline#261.

3cf1213014

* [ruby/reline] Avoid tripping over nil prompt

d4d9d3e3d4

* [ruby/reline] Move script files for yamatanooroti tests

03031b885d

* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns empty

ref. https://github.com/ruby/reline/pull/262

b98bc3c329

* [ruby/reline] We still need support new and legacy behavior.
Revert "Support for change in Windows-specific behavior at eol"

This reverts commit cad4de6ee841b43f3f0e441626f9415c3eda0f82.

646587fc2c

* [ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof processing

3535676689

* [ruby/reline] Use UTF-8 only for width calc, rest uses original encoding

I confirmed that libvterm supports only which are UTF-8, US ASCII, UK, and
DEC graphics by reading source code, so can't test this patch by
yamatanoorogi gem through vterm gem for now.

This fixes ruby/irb#190.

44596c0cc7

* [ruby/reline] fix Reline::Windows.getconsolemode buffer

use double quotes to properly convert the \000 escape sequence.

236dfe5683

* [ruby/irb] Version 1.3.4

ab9852ccc5

* [ruby/reline] Version 0.2.4

462f971bd3

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Co-authored-by: Eamonn Webster <eamonn.webster@gmail.com>
Co-authored-by: Yoshinao Muramatu <ysno@ac.auone-net.jp>
Co-authored-by: cremno <cremno@mail.ru>
2021-02-26 10:32:34 +09:00
..
cmd Backport lib/reline, and lib/irb for 3.0.1 3rd (#4228) 2021-02-26 10:32:34 +09:00
ext Backport lib/reline, and lib/irb for 3.0.1 3rd (#4228) 2021-02-26 10:32:34 +09:00
lc [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
.document [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
color.rb Backport lib/reline, ext/readline, and lib/irb for 3.0.1 (#4085) 2021-01-19 13:01:31 +09:00
color_printer.rb Backport lib/reline, and lib/irb for 3.0.1 2nd (#4157) 2021-02-07 21:04:32 +09:00
completion.rb Backport lib/reline, ext/readline, and lib/irb for 3.0.1 (#4085) 2021-01-19 13:01:31 +09:00
context.rb [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIGNMENT 2020-09-19 05:13:08 +09:00
easter-egg.rb Revert "Prefer #send over #__send__ when it is clear there is no possible conflict" 2020-11-05 20:54:34 +09:00
extend-command.rb irb: Define extension command on the given object 2020-12-20 19:35:59 +09:00
frame.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
help.rb [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
init.rb Backport lib/reline, and lib/irb for 3.0.1 2nd (#4157) 2021-02-07 21:04:32 +09:00
input-method.rb Backport lib/reline, and lib/irb for 3.0.1 2nd (#4157) 2021-02-07 21:04:32 +09:00
inspector.rb Backport lib/reline, ext/readline, and lib/irb for 3.0.1 (#4085) 2021-01-19 13:01:31 +09:00
irb.gemspec Backport lib/reline, and lib/irb for 3.0.1 2nd (#4157) 2021-02-07 21:04:32 +09:00
locale.rb Use Reline.encoding_system_needs if exists 2020-01-14 15:40:38 +09:00
magic-file.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
notifier.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
output-method.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
ruby-lex.rb Backport lib/reline, and lib/irb for 3.0.1 2nd (#4157) 2021-02-07 21:04:32 +09:00
ruby_logo.aa [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
src_encoding.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
version.rb Backport lib/reline, and lib/irb for 3.0.1 3rd (#4228) 2021-02-26 10:32:34 +09:00
workspace.rb Backport lib/reline, and lib/irb for 3.0.1 3rd (#4228) 2021-02-26 10:32:34 +09:00
ws-for-case-2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xmp.rb [ruby/irb] Prefer require_relative to load the files in this library 2020-08-18 14:38:01 +09:00