aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada2019-06-101-0/+1
* irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada2019-06-102-7/+10
* Revert to change for filelist of bundler gemspec.Hiroshi SHIBATA2019-06-091-3/+3
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-0984-811/+482
* Make Resolv::DNS#each_name accept Resolv::IPv{4,6} argumentsJeremy Evans2019-06-081-0/+2
* Fix broken `gem unpack`Nobuyoshi Nakada2019-06-081-0/+1
* Revert "require rubygems/package where used"Hiroshi SHIBATA2019-06-083-5/+0
* require rubygems/package where usedNobuyoshi Nakada2019-06-073-0/+5
* ripper_state_lex.rb: chomp CRNobuyoshi Nakada2019-06-071-1/+2
* Revert "Stop `circular require` warning"Kazuhiro NISHIYAMA2019-06-061-1/+1
* Stop `circular require` warningKazuhiro NISHIYAMA2019-06-061-1/+1
* lib/rubygems.rb: Stop "Leaked file descriptor" warningYusuke Endoh2019-06-061-1/+7