| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-29 | Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4e | Benoit Daloze | |
| 2020-08-28 | [ruby/reline] Move width calculator methods to Reline::Unicode | aycabta | |
| https://github.com/ruby/reline/commit/f348ecd9f5 | |||
| 2020-08-28 | [ruby/reline] fix cursor_pos regexp match | tompng | |
| https://github.com/ruby/reline/commit/1dd80ef188 | |||
| 2020-08-28 | [ruby/irb] Discard newlines at end of file | aycabta | |
| https://github.com/ruby/irb/commit/0b2773d91d | |||
| 2020-08-26 | [webrick][DOC] Describe the stance of WEBrick about its security and ↵ | Kenta Murata | |
| utilization (#3457) WEBrick is not recommended for the production use. We need to explicitly describe this fact in the document to avoid troubles due to misunderstanding. Notes: Merged-By: mrkn <mrkn@ruby-lang.org> | |||
| 2020-08-25 | Specify the executable of erb | Hiroshi SHIBATA | |
| 2020-08-21 | Promote erb to default gems | Hiroshi SHIBATA | |
| 2020-08-21 | Promote rinda to default gems | Hiroshi SHIBATA | |
| 2020-08-20 | Promote find to default gems | Hiroshi SHIBATA | |
| 2020-08-20 | Promote set to default gems | Hiroshi SHIBATA | |
| 2020-08-19 | [ruby/racc] Fixed the licenses field of gemspec | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/a1aeecff03 | |||
| 2020-08-18 | Fixed the invalid SPDX identifier on gemspec | Hiroshi SHIBATA | |
| 2020-08-18 | Update the license for the default gems to dual licenses | Hiroshi SHIBATA | |
| 2020-08-18 | Added the missing licenses field to some default gems | Hiroshi SHIBATA | |
| 2020-08-18 | Strip trailing spaces [ci skip] | Nobuyoshi Nakada | |
| 2020-08-18 | [ruby/reline] Add require 'rbconfig' to use RbConfig | aycabta | |
| https://github.com/ruby/reline/commit/4a0d32a3d0 | |||
| 2020-08-18 | [ruby/reline] Get rid of loading pathname unnecessarily | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/9bd54b7f1c | |||
| 2020-08-18 | [ruby/reline] Use the standard SPDX ID for license in gemspec | Maciej Mensfeld | |
| It is better to use SPDX ID for license field: https://guides.rubygems.org/specification-reference/#license= ref: https://spdx.org/licenses/Ruby.html https://github.com/ruby/reline/commit/8468a727e5 | |||
| 2020-08-18 | [ruby/reline] Remove duplicated line of code | aycabta | |
| Co-authored-by: Quentin Sabah <quentin.sabah@gmail.com> https://github.com/ruby/reline/commit/5526e9f7ee | |||
| 2020-08-18 | [ruby/reline] Keep original characters in inputrc | aycabta | |
| https://github.com/ruby/reline/commit/96583c6336 | |||
| 2020-08-18 | [ruby/reline] Support mode icon | Mark Delk | |
| Co-authored-by: aycabta <aycabta@gmail.com> https://github.com/ruby/reline/commit/067b618123 | |||
| 2020-08-18 | [ruby/reline] Use single quotes for non-expanded string literals | aycabta | |
| https://github.com/ruby/reline/commit/3bf7c7d722 | |||
| 2020-08-18 | [ruby/reline] Check Errno::EIO | aycabta | |
| Catch Errno::EIO what will be occurred if the console terminates I/O before Reline finishes rendering. https://github.com/ruby/reline/commit/e51eaa6d43 | |||
| 2020-08-18 | [ruby/reline] Add home/end mapping for urxvt and relatives | Tomás Pollak | |
| https://github.com/ruby/reline/commit/c30b293f1c | |||
| 2020-08-18 | [ruby/irb] Support shortening lambda notetion for nesting level of prompt | aycabta | |
| https://github.com/ruby/irb/commit/f1a775af47 | |||
| 2020-08-18 | [ruby/irb] Support shortening lambda notation | aycabta | |
| https://github.com/ruby/irb/commit/8e3f81d428 | |||
| 2020-08-18 | [ruby/irb] Expand path to run separated test correctly | aycabta | |
| https://github.com/ruby/irb/commit/be2937abd5 | |||
| 2020-08-18 | [ruby/irb] Workaround a bug of ruby-mode.el | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/6dfd59400d | |||
| 2020-08-18 | [ruby/irb] Yet another unnecessary readline | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/933841af11 | |||
| 2020-08-18 | [ruby/irb] Directly check if the method is available instead of version | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/3ea9fd9ed0 | |||
| 2020-08-18 | [ruby/irb] Get rid of loading readline unnecessarily | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/420e7d2270 | |||
| 2020-08-18 | [ruby/irb] Prefer require_relative to load the files in this library | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/0ac3bc7296 | |||
| 2020-08-18 | [ruby/irb] Make history infinite if set SAVE_HISTORY to negative | aycabta | |
| https://github.com/ruby/irb/commit/824473e880 | |||
| 2020-08-18 | [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORY | aycabta | |
| https://github.com/ruby/irb/commit/5044eb2730 | |||
| 2020-08-18 | [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or later | aycabta | |
| https://github.com/ruby/irb/commit/71ba754e8e | |||
| 2020-08-18 | [ruby/irb] Support oneline method definition | aycabta | |
| https://github.com/ruby/irb/commit/826ae909c9 | |||
| 2020-08-16 | Remove the deprecated override of Kernel#open in open-uri | Jeremy Evans | |
| This was deprecated in 2.7 to resolve [Misc #15893]. Notes: Merged: https://github.com/ruby/ruby/pull/3377 | |||
| 2020-08-14 | Fix links to Dig Methods document (#3421) | Burdette Lamar | |
| * Fix links to Dig Methods document * Fix links to Dig Methods document Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-13 | Adding doc/dig_methods.rdoc and links to it (#3416) | Burdette Lamar | |
| Adds a full discussion of #dig, along with links from Array, Hash, Struct, and OpenStruct. CSV::Table and CSV::Row are over in ruby/csv. I'll get to them soon. The art to the thing is to figure out how much (or how little) to say at each #dig. Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-06 | [Feature #16513] TracePoint#inspect returns "... file:line" (#3391) | Nguyễn Quang Minh | |
| * Fix debug documents to match Thread#to_s change (Feature #16412 ticket) * TracePoint#inspect returns "... file:line" (Feature #16513) * Guard older version of Ruby in Tracepoint inspection tests * Focus on current thread only when running TracePoint inspection test Notes: Merged-By: ko1 <ko1@atdot.net> | |||
| 2020-08-05 | Fixed the inconsistency gemspec location with net-* gems. | Hiroshi SHIBATA | |
| 2020-08-03 | [ruby/weakref] Use Gemfile instead of ↵ | Hiroshi SHIBATA | |
| Gem::Specification#add_development_dependency. https://github.com/ruby/weakref/commit/10d547ba12 | |||
| 2020-08-03 | [ruby/ostruct] Drop to Ruby 2.4 | Hiroshi SHIBATA | |
| https://github.com/ruby/ostruct/commit/00e8fe3df2 | |||
| 2020-08-03 | [ruby/cgi] Drop to Ruby 2.4 | Hiroshi SHIBATA | |
| https://github.com/ruby/cgi/commit/8a86536e94 | |||
| 2020-08-03 | net-ftp is under `lib/net` instead of `lib/net/ftp` | Hiroshi SHIBATA | |
| 2020-08-03 | Followed up b2d96abb42abbe2e01f010ffc9ac51f0f9a50002 for net-ftp. | Hiroshi SHIBATA | |
| 2020-07-31 | [rubygems/rubygems] Read path binarily | David Rodríguez | |
| I believe this should fix a flaky test on Windows. https://github.com/rubygems/rubygems/commit/a516b49a0a Notes: Merged: https://github.com/ruby/ruby/pull/3379 | |||
| 2020-07-31 | [rubygems/rubygems] Don't format executables on `gem update --system` | David Rodríguez | |
| This restores 3.0 behavior and goes back to not formatting executables by default on `gem update --system`. This is friendlier for jruby and doesn't really affect OS packagers. https://github.com/rubygems/rubygems/commit/1a504b651d Notes: Merged: https://github.com/ruby/ruby/pull/3379 | |||
| 2020-07-31 | [rubygems/rubygems] unset XDG_* environmental variables for testing of rubygems. | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/539fd9a39a Notes: Merged: https://github.com/ruby/ruby/pull/3379 | |||
| 2020-07-31 | [rubygems/rubygems] Revert "Disallow warnings to creep into the test suite" | David Rodríguez | |
| This reverts commit 694e6afee769ffb3168a564ee7d315af2a934993. It was failed on Windows and I'm unsure why. Also, the check seems brittle since it could fail potentially fail because of warnings outside of our control. https://github.com/rubygems/rubygems/commit/908e9344dd Notes: Merged: https://github.com/ruby/ruby/pull/3379 | |||
