index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
reline
/
yamatanooroti
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-06
[ruby/reline] Enter newline if cursor position is middle of input
Mari Imaizumi
2025-01-05
[ruby/reline] Refactor utf-8 strings and invalid strings in test
tomoya ishida
2025-01-05
[ruby/reline] Fix bracketed paste and scrolling bug
tomoya ishida
2025-01-01
[ruby/reline] Support inserting C-c C-z C-\ with quoted_insert
tomoya ishida
2024-12-06
[ruby/reline] Combine MAPPINGS(single byte input to symbol) with
tomoya ishida
2024-11-30
[ruby/reline] Call user defined sigwinch and sigcont handler
tomoya ishida
2024-11-08
[ruby/reline] Windows fix (https://github.com/ruby/reline/pull/775)
YO4
2024-10-05
[ruby/reline] Fix tempfile leaks
Nobuyoshi Nakada
2024-10-05
[ruby/reline] Hash#inspect style has changed in ruby 3.4
Nobuyoshi Nakada
2024-10-04
[ruby/reline] Concatenate some rendeing test
tomoya ishida
2024-10-03
[ruby/reline] Make rendering test faster using updated yamatanooroti
tomoya ishida
2024-09-03
[ruby/reline] Fix redisplay/insert_text called from pre_input_hook
tomoya ishida
2024-07-12
[ruby/reline] Fix rendering bug of nomultiline prompt
tomoya ishida
2024-06-25
[ruby/reline] Rerender and enter raw mode again by SIGCONT
tomoya ishida
2024-06-04
Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO i...
Takashi Kokubun
2024-06-03
Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not."
Takashi Kokubun
2024-06-03
[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not.
tomoya ishida
2024-05-27
[ruby/reline] Implement the redo command
verdy89
2024-05-14
[ruby/reline] Implement the undo command
Mari Imaizumi
2024-05-08
[ruby/reline] Implement bracketed paste insert
tomoya ishida
2024-05-02
[ruby/reline] Fix prompt width calculation bug. Test with colored
tomoya ishida
2024-04-30
[ruby/reline] Fix completion dialog position when completed part is
tomoya ishida
2024-04-29
[ruby/reline] Input with eof and no newline bugfix
tomoya ishida
2024-04-19
[ruby/reline] Implement `show-all-if-ambiguous` feature
Mari Imaizumi
2024-04-17
[ruby/reline] Refactor nomultiline and multiline mode difference
tomoya ishida
2024-04-05
[ruby/reline] Thread safe readline
tomoya ishida
2024-04-04
[ruby/reline] Fix audoindent including "\v", escape "\v" for
tomoya ishida
2024-04-01
[ruby/reline] Refactor completion
tomoya ishida
2024-03-24
[ruby/reline] Add mode_string to prompt calculation dependencies
tomoya ishida
2024-03-23
[ruby/reline] Make mutated string in yamatanooroti explicitly
Stan Lo
2024-03-19
[ruby/reline] Reline 0.5.0.pre
tomoya ishida
2024-01-04
[ruby/reline] Fix pasting tab-indented code crash
tomoya ishida
2023-11-06
[ruby/reline] Introduce a new class Reline::Face to configure
HASUMI Hitoshi
2023-08-20
[ruby/reline] Remove Timeout usage
Stan Lo
2023-07-19
[ruby/reline] Add assertion to auto_indent_proc's parameter, add
tomoya ishida
2023-07-18
[ruby/reline] Add missing `close` to test_rendering.rb
tomoya ishida
2023-07-08
[ruby/reline] Ignore unhandled escape sequences
tomoya ishida
2023-07-07
[ruby/reline] Reduce direct references to `Reline::IOGate`
Stan Lo
2023-07-05
[ruby/reline] Fix wrong byte_pointer passed to auto_indent_proc
tomoya ishida
2023-05-27
[ruby/reline] Fix scrolldown condition in dialog rendering
tomoya ishida
2023-05-27
[ruby/reline] Use appropriate dialog height and reduce screen pushup
tomoya ishida
2023-05-07
[ruby/reline] Fix dialog corrupts rendering by pushing up input line
tomoya ishida
2023-05-01
[ruby/reline] Rewrite dialog rendering
tomoya ishida
2023-03-27
[ruby/reline] Fix cursor position overrun
tomoya ishida
2023-03-18
[ruby/reline] Fix: line longer than terminal width breaks rendering
tomoya ishida
2023-03-04
[ruby/reline] Fix completion with multiline
tomoya ishida
2023-02-27
[ruby/reline] Fix wrong indent number in prompt. whole_lines has
tomoya ishida
2023-02-27
[ruby/reline] Fix the cause of test_yamatanooroti randomly failing
tomoya ishida
2023-02-06
[ruby/reline] Fix line rendering when newline is added at the end of the buffer
tompng
[next]