aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed inconsistency file from upstream repository of rubygems.Hiroshi SHIBATA2019-05-281-27/+0
* * remove trailing spaces.git2019-05-281-1/+1
* Update the certificate files to make the test pass on Debian 10Yusuke Endoh2019-05-286-141/+308
* Avoid doubly building Travis and AppVeyorTakashi Kokubun2019-05-282-6/+8
* parse.y: numbered parameter symbolNobuyoshi Nakada2019-05-282-1/+9
* Use Reline.completer_quote_characters to completeaycabta2019-05-284-27/+36
* Fix reversed row and column get_screen_size on Windowsaycabta2019-05-281-1/+1
* Use Shift+Enter as Meta+Enter on Windowsaycabta2019-05-281-1/+7
* Use VK_MENU instead of VK_LMENU to check ALT on Windowsaycabta2019-05-281-2/+2
* Remove unused variable from IRB::InputCompletoraycabta2019-05-281-1/+0
* Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta2019-05-281-0/+15
* Join next line if deletes newline at end of lineaycabta2019-05-281-0/+8
* Exit only when blank inputaycabta2019-05-281-1/+1
* Supress duplicated warningKazuki Tsujimoto2019-05-281-0/+3
* Support OSC and treat \1 \2 correctlyaycabta2019-05-281-12/+53
* Revert "Support OSC and treat \1 \2 correctly"aycabta2019-05-281-53/+12
* * 2019-05-28git2019-05-281-1/+1
* Support OSC and treat \1 \2 correctlyaycabta2019-05-281-12/+53
* Colorize error partNobuyoshi Nakada2019-05-272-3/+19
* Do not make an incomplete escape a valid charNobuyoshi Nakada2019-05-272-5/+5
* Ripper#tokenNobuyoshi Nakada2019-05-272-4/+28
* check the object is in tomb_heap.Koichi Sasada2019-05-271-0/+13
* add a space between type and othersKoichi Sasada2019-05-271-1/+1
* add a line break for each error messageKoichi Sasada2019-05-271-10/+10
* fix GC.verify_internal_consistency.Koichi Sasada2019-05-271-16/+51
* is_pointer_to_heap() checks also tomb or not.Koichi Sasada2019-05-271-3/+14
* parse.y: removed "parser_" prefix from tokadd_utf8Nobuyoshi Nakada2019-05-271-6/+6
* Added #inspect and #pretty_inspect to Ripper::Lexer::ElemNobuyoshi Nakada2019-05-271-1/+16
* open-uri: Regenerate server certificates for testsYusuke Endoh2019-05-271-124/+217
* 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