aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Rescue Errno::EINVAL on IRB ppTakashi Kokubun2021-01-191-5/+15
* [ruby/irb] Use a real screen size for pp by defaultTakashi Kokubun2021-01-181-1/+1
* Use real-case version number for the result of `gem list`Hiroshi SHIBATA2021-01-191-1/+1
* Added empty ruby2_keywords gem to suffice dependenciesNobuyoshi Nakada2021-01-191-0/+10
* Added ruby2_keywords for Ruby 2.5 and 2.6Hiroshi SHIBATA2021-01-181-0/+2
* [ruby/irb] Version 1.3.2aycabta2021-01-181-2/+2
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+2
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+1
* [ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta2021-01-181-1/+1
* [ruby/reline] Reline::Windows.erase_after_cursor erases attributes tooaycabta2021-01-181-0/+1
* [ruby/reline] Support for change in Windows-specific behavior at eolaycabta2021-01-181-15/+7
* [ruby/reline] Initialize a variable just in caseaycabta2021-01-181-0/+1
* [ruby/fileutils] Removed code for dead versionsNobuyoshi Nakada2021-01-171-13/+3
* [ruby/fileutils] Drop support for dead old versionsNobuyoshi Nakada2021-01-171-1/+1
* [ruby/time] Use Time#strftime to formatNobuyoshi Nakada2021-01-151-26/+2
* [ruby/time] No document for private methodsNobuyoshi Nakada2021-01-151-0/+2
* mkmf.rb: remove exts.mk at distcleanNobuyoshi Nakada2021-01-141-1/+1
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2021-01-131-1/+1
* Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune2021-01-121-1/+9
* [ruby/reline] Version 0.2.1aycabta2021-01-131-1/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+3
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-131-2/+2
* [ruby/irb] Version 1.3.1aycabta2021-01-131-2/+2
* [ruby/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune2021-01-101-1/+1
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-072-2/+2
* [ruby/irb] Add missing requireTakashi Kokubun2021-01-071-0/+1
* [ruby/irb] Fix comment, irb gem supports 2.5.0 or olderaycabta2021-01-081-1/+1
* [ruby/reline] Add acknowledgments and license for rb-readlineaycabta2021-01-081-1/+1
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-1/+1
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+7
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+1
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-082-22/+22
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-1/+3
* irb: Drop lines from backtrace for tests in Ruby repositoryaycabta2021-01-081-0/+1
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-2/+2
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-081-40/+34
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-9/+7
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-11/+11
* [ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`Nobuhiro IMAI2021-01-081-1/+1
* We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov2021-01-071-1/+0
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2021-01-051-1/+1
* [ruby/ostruct] Allow ostruct to return a value on super (#4028)Adam Hess2021-01-051-0/+1
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-052-1/+3
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-6/+23
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-1/+11
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-2/+21
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-17/+47
* [ruby/irb] Escape invalid byte sequence in Exceptionaycabta2021-01-051-1/+25
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-6/+8
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-1/+6