index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reline.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `class Reline::History` and test.
manga_osyo
2019-07-15
1
-60
/
+2
*
Add arg check to Reline.dig_perfect_match_proc=
aycabta
2019-07-11
1
-0
/
+1
*
Print starting debug message with RELINE_STDERR_TTY
aycabta
2019-06-18
1
-0
/
+1
*
Implement auto indent for multiline
aycabta
2019-06-18
1
-0
/
+10
*
Remove debug print
aycabta
2019-06-14
1
-4
/
+0
*
Add Reline.prompt_proc
aycabta
2019-06-14
1
-0
/
+14
*
Move I/O access from Reline::KeyStroke to Reline
aycabta
2019-06-05
1
-2
/
+75
*
Add Reline test for unknown macro
aycabta
2019-06-02
1
-4
/
+6
*
Add new test for Reline within pipe
aycabta
2019-06-02
1
-0
/
+2
*
Reline.readmultiline always needs block to confirm termination
aycabta
2019-06-02
1
-5
/
+1
*
Use inputrc data for keystroke setting
aycabta
2019-06-01
1
-2
/
+5
*
Seprate raw keystroke config for each platforms
Nobuyoshi Nakada
2019-06-01
1
-25
/
+1
*
Support Home and End key to move to beg and end
aycabta
2019-06-01
1
-2
/
+6
*
Use IO#sync= instead of a monkey patch
aycabta
2019-05-31
1
-7
/
+1
*
Flush I/O immediately if RELINE_STDERR_TTY is set
aycabta
2019-05-31
1
-0
/
+7
*
Remove extra items because Reline::HISTORY is a sized queue
aycabta
2019-05-29
1
-2
/
+27
*
Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangs
Takashi Kokubun
2019-05-29
1
-17
/
+0
*
Remove extra items because Reline::HISTORY is a sized queue
aycabta
2019-05-29
1
-1
/
+15
*
Use existing instances for LineEditor and Config
aycabta
2019-05-29
1
-0
/
+3
*
Use Reline.completer_quote_characters to complete
aycabta
2019-05-28
1
-16
/
+0
*
Fix rendering bug of ^D
aycabta
2019-05-27
1
-0
/
+4
*
Move to next of last line by ^C
aycabta
2019-05-27
1
-0
/
+2
*
Incremental syntax highlight for IRB source lines
Takashi Kokubun
2019-05-24
1
-0
/
+10
*
Check block in #readmultiline
aycabta
2019-05-25
1
-0
/
+3
*
Support Meta key in Reline
aycabta
2019-05-24
1
-2
/
+4
*
Reopen $stderr with specified fd by RELINE_STDERR_TTY
aycabta
2019-05-22
1
-0
/
+3
*
Support DEL key
aycabta
2019-05-21
1
-2
/
+4
*
Add Reline.test_mode to use with special I/O
aycabta
2019-05-18
1
-3
/
+13
*
Rename confuzed name Reline::IO with Reline::IOGate
aycabta
2019-05-15
1
-15
/
+15
*
Readline's class vars should be encoded as default_external
aycabta
2019-05-14
1
-22
/
+55
*
Implement Reline::HISTORY as an expanded Array
aycabta
2019-05-13
1
-1
/
+36
*
Reline.completion_proc= should raise ArgumentError
aycabta
2019-05-13
1
-0
/
+1
*
Reline.completion_append_character= should be nil
aycabta
2019-05-13
1
-1
/
+1
*
Add Reline.special_prefixes as stub
aycabta
2019-05-13
1
-0
/
+2
*
Implement Reline's class methods for compatibility
aycabta
2019-05-13
1
-2
/
+48
*
Add Reline.pre_input_hook interface
aycabta
2019-05-13
1
-0
/
+9
*
Implement Reline.input= and Reline.output=
aycabta
2019-05-13
1
-2
/
+16
*
Split namespace of env-dependent I/O classes
aycabta
2019-05-13
1
-15
/
+20
*
Check INPUTRC env in Reline::Config
aycabta
2019-05-12
1
-1
/
+1
*
Change LineEditor instance in Reline to class var
aycabta
2019-05-12
1
-21
/
+24
*
Add Reline.delete_text that raises NotImplementedError
aycabta
2019-05-01
1
-0
/
+4
*
Add Reline as a fallback library for Readline
aycabta
2019-04-30
1
-0
/
+197
*
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
1
-196
/
+0
*
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-23
1
-0
/
+196
*
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-21
1
-196
/
+0
*
IRB is improved with Reline and RDoc
aycabta
2019-04-20
1
-0
/
+196