summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-19Replace "iff" with "if and only if"Gannon McGibbon
2021-01-19[ruby/irb] Rescue Errno::EINVAL on IRB ppTakashi Kokubun
2021-01-18[ruby/irb] Use a real screen size for pp by defaultTakashi Kokubun
2021-01-19Use real-case version number for the result of `gem list`Hiroshi SHIBATA
2021-01-19Added empty ruby2_keywords gem to suffice dependenciesNobuyoshi Nakada
2021-01-18Added ruby2_keywords for Ruby 2.5 and 2.6Hiroshi SHIBATA
2021-01-18[ruby/irb] Version 1.3.2aycabta
2021-01-18[ruby/irb] handle repeated exception separatelyNobuhiro IMAI
2021-01-18[ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI
2021-01-18[ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta
2021-01-18[ruby/reline] Reline::Windows.erase_after_cursor erases attributes tooaycabta
2021-01-18[ruby/reline] Support for change in Windows-specific behavior at eolaycabta
2021-01-18[ruby/reline] Initialize a variable just in caseaycabta
2021-01-17[ruby/fileutils] Removed code for dead versionsNobuyoshi Nakada
2021-01-17[ruby/fileutils] Drop support for dead old versionsNobuyoshi Nakada
2021-01-15[ruby/time] Use Time#strftime to formatNobuyoshi Nakada
2021-01-15[ruby/time] No document for private methodsNobuyoshi Nakada
2021-01-14mkmf.rb: remove exts.mk at distcleanNobuyoshi Nakada
2021-01-13[ruby/ostruct] Bump versionMarc-Andre Lafortune
2021-01-12Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune
2021-01-13[ruby/reline] Version 0.2.1aycabta
2021-01-13[ruby/reline] Move the cursor correctly when deleting at eolaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2021-01-13[ruby/irb] Version 1.3.1aycabta
2021-01-10[ruby/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-07[ruby/irb] Add missing requireTakashi Kokubun
2021-01-08[ruby/irb] Fix comment, irb gem supports 2.5.0 or olderaycabta
2021-01-08[ruby/reline] Add acknowledgments and license for rb-readlineaycabta
2021-01-08[ruby/reline] Suppress auto indent for adding newlines in pastingaycabta
2021-01-08[ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta
2021-01-08[ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta
2021-01-08[ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta
2021-01-08[ruby/reline] Update cursor correctly when just cursor movingaycabta
2021-01-08irb: Drop lines from backtrace for tests in Ruby repositoryaycabta
2021-01-08[ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta
2021-01-08[ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta
2021-01-08[ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2021-01-08[ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`Nobuhiro IMAI
2021-01-07We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov
2021-01-05[ruby/ostruct] Bump versionMarc-Andre Lafortune
2021-01-05[ruby/ostruct] Allow ostruct to return a value on super (#4028)Adam Hess
2021-01-05[ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada
2021-01-05[ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta
2021-01-05[ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta
2021-01-05[ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta
2021-01-05[ruby/irb] Handle indentations related to keyword "do" correctlyaycabta
2021-01-05[ruby/irb] Escape invalid byte sequence in Exceptionaycabta
2021-01-05[ruby/irb] Newline in oneliner def doesn't reset indentaycabta