aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CSI allows empty digit which equals 0Nobuyoshi Nakada2019-05-271-1/+1
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-272-1/+7
* Use IRB::InputMethod#eof? to quitaycabta2019-05-272-2/+2
* Fix rendering bug of ^Daycabta2019-05-272-13/+35
* Move to next of last line by ^Daycabta2019-05-271-1/+7
* Check blank historyaycabta2019-05-271-0/+3
* Move to next of last line by ^Caycabta2019-05-272-0/+11
* Reline should move to next line after finished in Readline modeaycabta2019-05-271-0/+3
* Add support for history with Reline backendSutou Kouhei2019-05-271-4/+6
* Move to the other line when press <- at head or -> at tailaycabta2019-05-271-0/+14
* Implement J to join lines in vi command modeaycabta2019-05-272-1/+16
* Remove \1 and \2 that escape CSI before renderaycabta2019-05-271-0/+4
* .azure-pipelines.yml: Add timeout to install dependenciesTakashi Kokubun2019-05-261-0/+1
* Highlight global variable on IRBTakashi Kokubun2019-05-262-1/+3
* Simplify lexer state matching in #dispatch_seqTakashi Kokubun2019-05-261-26/+30
* * expand tabs.git2019-05-273-10/+10
* Add FrozenError#receiverJeremy Evans2019-05-267-7/+121
* Refactor IRB color dispatchTakashi Kokubun2019-05-262-30/+32
* Support op, cvar, iver, gvar and kw that follow on symbeg in IRBaycabta2019-05-271-1/+2
* Support :@@cvar and : on colorizeaycabta2019-05-272-2/+2
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-262-6/+8
* Fix indexes in comments of vi_insert.rbaycabta2019-05-271-33/+32
* Fix number literal regexp of IRB completionaycabta2019-05-271-1/+1
* Use correctly RI output in IRB completionaycabta2019-05-271-28/+111
* * 2019-05-27git2019-05-271-1/+1
* parse.y: broke the terminator condition downNobuyoshi Nakada2019-05-272-7/+13
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-262-0/+4
* azure-pipelines.yml: Do not notify vs2017 failureTakashi Kokubun2019-05-261-0/+3
* parse.y: adjust error indicatorNobuyoshi Nakada2019-05-263-10/+15
* test/ruby/test_notimp.rb: Use EnvUtil.timeout for timeout scale factorNobuyoshi Nakada2019-05-261-1/+1
* test/ruby/test_process.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-05-261-4/+4
* test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh2019-05-262-3/+9
* Fix scanner event at invalid syntaxNobuyoshi Nakada2019-05-264-8/+21
* test/rubygems/test_gem_stream_ui.rb (test_ask): extend the timeoutYusuke Endoh2019-05-261-1/+1
* Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun2019-05-252-1/+2
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-253-3/+8
* Fix more unintended syntax highlightsTakashi Kokubun2019-05-252-18/+23
* Always color Symbol as Yellow on IRB::ColorTakashi Kokubun2019-05-252-6/+57
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): scale timeoutYusuke Endoh2019-05-261-1/+2
* Colorize empty embexpr more on IRB::ColorTakashi Kokubun2019-05-252-2/+3
* Fix completion menu state calculationaycabta2019-05-261-2/+7
* Fix indexes in commentsNobuyoshi Nakada2019-05-262-66/+64
* Support some unhandled syntax highlightTakashi Kokubun2019-05-252-2/+12
* * 2019-05-26git2019-05-261-1/+1
* Use Reline.completer_word_break_characters to completeaycabta2019-05-261-2/+16
* Clear IRB::Color escape sequence before newlineTakashi Kokubun2019-05-252-3/+17
* Build trunk branch too to trigger AppVeyor on PRTakashi Kokubun2019-05-251-3/+4
* Build trunk branch too to trigger Travis on PRTakashi Kokubun2019-05-251-0/+1
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-254-7/+25
* Respect --nocolorize on REPL source highlightTakashi Kokubun2019-05-251-3/+5