summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-06-28Remove auto indent of continuation lineaycabta
2019-06-28[DOC] Singleton.instance [ci skip]Nobuyoshi Nakada
2019-06-28Moved Singleton.instance to get rid of redefinitionNobuyoshi Nakada
2019-06-28Removed unused variableNobuyoshi Nakada
2019-06-27Fix documentation for Net::SMTPServerBusyJeremy Evans
2019-06-27EXPR_LABEL also indicates non-continuation lineaycabta
2019-06-27bc mode is already removed [ci skip]Kazuhiro NISHIYAMA
2019-06-27EXPR_CMDARG also indicates the end of an expressionaycabta
2019-06-27Increase indent of continuation lineaycabta
2019-06-27Decrease indent by closing token correctlyaycabta
2019-06-26Decrease nesting level when closing token comes at a non-first token of lineaycabta
2019-06-26`ensure` is not a continuos lineNobuyoshi Nakada
2019-06-26Decrease indent at "elsif" tooNobuyoshi Nakada
2019-06-26Remove other debug printsNobuyoshi Nakada
2019-06-26Remove debug print...sorryaycabta
2019-06-25Treat auto indent with newline correctlyaycabta
2019-06-25Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta
2019-06-25Fix IO#scanf on pipes on WindowsJeremy Evans
2019-06-25Require version file relativelyDavid Rodríguez
2019-06-25Bump version to 1.2.0.SHIBATA Hiroshi
2019-06-25Refactor calculation of corresponding token depthaycabta
2019-06-24Adds WebAssembly MIME typeRob
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2019-06-22Treat closing token with starting token at head of 2nd line correctlyaycabta
2019-06-22Do auto indent only when closing token at first of lineaycabta
2019-06-21Constified unusable charsNobuyoshi Nakada
2019-06-21Support irregular auto indentaycabta
2019-06-21Fix small typo on block_scanf example [ci-skip]Espartaco Palma
2019-06-20Avoid verbose warning when using Net::POP3 with SSLJeremy Evans
2019-06-20Revert "Removed needless file with the upstream repository."Hiroshi SHIBATA
2019-06-20Removed needless file with the upstream repository.Hiroshi SHIBATA
2019-06-20Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA
2019-06-20Disable auto indent when move cursor up or downaycabta
2019-06-19* remove trailing spaces, append newline at EOF.git
2019-06-19Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA
2019-06-19Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta
2019-06-19Avoid auto indent in prompt when dynamic auto indentaycabta
2019-06-18Fix auto indent crash when blank inputaycabta
2019-06-18Print starting debug message with RELINE_STDERR_TTYaycabta
2019-06-18Implement auto indent for multilineaycabta
2019-06-16Implement line_no correctlyaycabta
2019-06-14irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]Nobuyoshi Nakada
2019-06-14Remove debug printaycabta
2019-06-14Set allow_escape_code for promptaycabta
2019-06-14Use Reline.prompt_proc in IRBaycabta
2019-06-14Add Reline.prompt_procaycabta
2019-06-13make sync-default-gems GEM=irbTakashi Kokubun
2019-06-12Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada
2019-06-12Treat "begin rescue end" correctlyaycabta