summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2021-01-04Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA
2021-01-04Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA
2021-01-03[ruby/timeout] Removed deprecated names that had been warned for 5 yearsNobuyoshi Nakada
2021-01-02mkmf.rb: always try_compile as try_headerNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-12-28[ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun
2020-12-28[ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-12-28[ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun
2020-12-28[ruby/drb] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2020-12-28[ruby/pp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2020-12-28[ruby/pp] Drop to support < Ruby 2.7Hiroshi SHIBATA
2020-12-27[ruby/csv] Fix typo [ci skip]Kenta Murata
2020-12-27[ruby/csv] Bump versionSutou Kouhei