aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove auto indent of continuation lineaycabta2019-06-281-3/+0
* [DOC] Singleton.instance [ci skip]Nobuyoshi Nakada2019-06-281-0/+4
* Moved Singleton.instance to get rid of redefinitionNobuyoshi Nakada2019-06-281-8/+9
* Removed unused variableNobuyoshi Nakada2019-06-281-1/+1
* Fix documentation for Net::SMTPServerBusyJeremy Evans2019-06-271-1/+1
* EXPR_LABEL also indicates non-continuation lineaycabta2019-06-271-1/+1
* bc mode is already removed [ci skip]Kazuhiro NISHIYAMA2019-06-272-2/+2
* EXPR_CMDARG also indicates the end of an expressionaycabta2019-06-271-1/+1
* Increase indent of continuation lineaycabta2019-06-271-0/+3
* Decrease indent by closing token correctlyaycabta2019-06-271-3/+3
* Decrease nesting level when closing token comes at a non-first token of lineaycabta2019-06-261-0/+2
* `ensure` is not a continuos lineNobuyoshi Nakada2019-06-261-1/+1
* Decrease indent at "elsif" tooNobuyoshi Nakada2019-06-261-2/+2
* Remove other debug printsNobuyoshi Nakada2019-06-261-3/+0
* Remove debug print...sorryaycabta2019-06-261-2/+0
* Treat auto indent with newline correctlyaycabta2019-06-251-10/+42
* Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta2019-06-251-0/+2
* Fix IO#scanf on pipes on WindowsJeremy Evans2019-06-251-1/+1
* Require version file relativelyDavid Rodríguez2019-06-251-1/+1
* Bump version to 1.2.0.SHIBATA Hiroshi2019-06-251-1/+1
* Refactor calculation of corresponding token depthaycabta2019-06-251-18/+33
* Adds WebAssembly MIME typeRob2019-06-241-0/+1
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-1/+1
* Treat closing token with starting token at head of 2nd line correctlyaycabta2019-06-221-1/+1
* Do auto indent only when closing token at first of lineaycabta2019-06-221-4/+16
* Constified unusable charsNobuyoshi Nakada2019-06-211-2/+4
* Support irregular auto indentaycabta2019-06-211-8/+24
* Fix small typo on block_scanf example [ci-skip]Espartaco Palma2019-06-211-1/+1
* Avoid verbose warning when using Net::POP3 with SSLJeremy Evans2019-06-201-0/+1
* Revert "Removed needless file with the upstream repository."Hiroshi SHIBATA2019-06-201-0/+640
* Removed needless file with the upstream repository.Hiroshi SHIBATA2019-06-201-640/+0
* Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA2019-06-202-1/+46
* Disable auto indent when move cursor up or downaycabta2019-06-201-18/+23
* * remove trailing spaces, append newline at EOF.git2019-06-195-13/+13
* Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA2019-06-191-1/+1
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-1917-35/+4635
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-193-18/+23
* Avoid auto indent in prompt when dynamic auto indentaycabta2019-06-191-1/+1
* Fix auto indent crash when blank inputaycabta2019-06-181-1/+2
* Print starting debug message with RELINE_STDERR_TTYaycabta2019-06-181-0/+1
* Implement auto indent for multilineaycabta2019-06-184-2/+79
* Implement line_no correctlyaycabta2019-06-162-7/+7
* irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]Nobuyoshi Nakada2019-06-141-0/+1
* Remove debug printaycabta2019-06-141-4/+0
* Set allow_escape_code for promptaycabta2019-06-141-10/+10
* Use Reline.prompt_proc in IRBaycabta2019-06-143-6/+29
* Add Reline.prompt_procaycabta2019-06-142-12/+72
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-133-29/+44
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-121-1/+1
* Treat "begin rescue end" correctlyaycabta2019-06-121-1/+1