[前][次][スレッド一覧][上]

ruby-changes:71801-71900

  71801 2022-05-12 04:13 [ko1@a...            ] 26a07b8b46 (master): Add a separate doc for contributing to stdlibs [ci skip]
  71802 2022-05-12 07:53 [ko1@a...            ] f6cc4b9737 (master): Write Thread instead of Threade
  71803 2022-05-12 07:53 [ko1@a...            ] 9f9a0940dd (master): Quick markup fix   
  71804 2022-05-12 10:07 [ko1@a...            ] 054ae999dc (master): [ruby/uri] Update file.rb
  71805 2022-05-12 14:54 [ko1@a...            ] fbebfe1697 (master): [ruby/uri] Add URI::Generic#decoded_#{user, password}
  71806 2022-05-12 18:19 [ko1@a...            ] 40ca208a6d (master): [ruby/uri] Improve URI.register_scheme tests and automatically upcase the given scheme
  71807 2022-05-12 19:36 [ko1@a...            ] 019cbded90 (master): mkmf: Add a configure option to set verbose mode (V=1 or 0) in mkmf.rb.
  71808 2022-05-12 19:36 [ko1@a...            ] 7522343351 (master): .github/workflows/compilers.yml: Add configure --enable-mkmf-verbose case.
  71809 2022-05-13 04:08 [ko1@a...            ] f07a0e79a2 (master): YJIT: Fix getting the EP with registers other than RAX (#5882)
  71810 2022-05-13 04:09 [ko1@a...            ] 30d0f08c83 (master): * 2022-05-13 [ci skip]
  71811 2022-05-13 04:20 [ko1@a...            ] a6ce73efec (master): Add documentation section to README
  71812 2022-05-13 04:20 [ko1@a...            ] 14ae97ded3 (master): * remove trailing spaces. [ci skip]
  71813 2022-05-13 06:34 [ko1@a...            ] ebaf56c013 (master): YJIT: Implement getblockparam
  71814 2022-05-13 08:44 [ko1@a...            ] 2d1032075a (master): Stop `build_extensions` when DESTDIR set
  71815 2022-05-13 15:24 [ko1@a...            ] 4c9ddaac0d (master): [rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` install output
  71816 2022-05-13 15:24 [ko1@a...            ] 4962e5c417 (master): [rubygems/rubygems] Normalize parameter name
  71817 2022-05-13 22:53 [ko1@a...            ] e36a794f1a (master): [ruby/logger] Update lib/logger.rb
  71819 2022-05-13 22:53 [ko1@a...            ] 90d8b7219e (master): [ruby/logger] Enhanced RDoc for Logger
  71820 2022-05-13 22:53 [ko1@a...            ] 55ba414405 (master): [ruby/logger] Update lib/logger.rb
  71821 2022-05-13 22:53 [ko1@a...            ] 1f1283b927 (master): [ruby/logger] Update lib/logger.rb
  71822 2022-05-13 22:53 [ko1@a...            ] 00635f8d41 (master): [ruby/logger] Update lib/logger.rb
  71823 2022-05-13 22:53 [ko1@a...            ] b9311e646e (master): [ruby/logger] Update lib/logger.rb
  71824 2022-05-13 22:53 [ko1@a...            ] 45a92cc4fe (master): [ruby/logger] Update lib/logger.rb
  71825 2022-05-13 23:48 [ko1@a...            ] 09c72f41ce (master): Print function name in backtrace when available
  71826 2022-05-14 05:02 [ko1@a...            ] 9639dc91d9 (master): [ruby/logger] [DOC] Enhanced RDoc for Logger (https://github.com/ruby/logger/pull/77)
  71827 2022-05-14 05:02 [ko1@a...            ] 51fab06017 (master): * 2022-05-14 [ci skip]
  71828 2022-05-14 05:26 [ko1@a...            ] 708e839dee (master): Fix compiler warning when USE_RVARGC=0
  71829 2022-05-14 22:38 [ko1@a...            ] 48002ff187 (master): [ruby/fileutils] [DOC] Enhanced RDoc for #ln (https://github.com/ruby/fileutils/pull/69)
  71830 2022-05-15 13:07 [ko1@a...            ] 32de6097b2 (master): Fix various autoload race conditions. (#5898)
  71831 2022-05-15 13:07 [ko1@a...            ] 105609d382 (master): * 2022-05-15 [ci skip]
  71832 2022-05-16 12:24 [ko1@a...            ] 774b9e27ae (master): [ruby/racc] [DOC] Remove stale `Object::ParseError` documentation
  71833 2022-05-16 12:24 [ko1@a...            ] 36efb2a146 (master): * 2022-05-16 [ci skip]
  71834 2022-05-16 17:10 [ko1@a...            ] dccfff943c (master): Add `make test-annocheck` to detect security issues.
  71835 2022-05-16 17:24 [ko1@a...            ] c380aac19d (master): [rubygems/rubygems] Improve `bundler/setup` performance again
  71836 2022-05-16 19:27 [ko1@a...            ] a7577dbfd3 (master): `annobin` works only when targeting Fedora
  71837 2022-05-16 21:50 [ko1@a...            ] f626998c4f (master): Delete autoload data from global features after autoload has completed. (#5910)
  71838 2022-05-16 23:43 [ko1@a...            ] f2dc972940 (master): [ruby/set] Fix a typo
  71839 2022-05-17 12:15 [ko1@a...            ] 2411f0ad8c (master): Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791
  71840 2022-05-17 12:15 [ko1@a...            ] 1f537dc62d (master): * 2022-05-17 [ci skip]
  71841 2022-05-17 13:56 [ko1@a...            ] 8a907da0f6 (master): Suppress an unused-but-set-variable warning [ci skip]
  71842 2022-05-17 16:12 [ko1@a...            ] 60d45b2ee8 (master): Restore implicit relationship between `autoload_const` and `autoload_data` during GC. (#5911)
  71843 2022-05-17 20:44 [ko1@a...            ] 11af23ee92 (master): Move feature deletion from GC mark to `autoload_delete`. (#5912)
  71844 2022-05-18 07:12 [ko1@a...            ] e658da9408 (master): [ruby/irb] Fix documents for .irbrc path
  71845 2022-05-18 07:12 [ko1@a...            ] e2bad65eab (master): * 2022-05-18 [ci skip]
  71846 2022-05-18 10:02 [ko1@a...            ] 81a8661ed1 (ruby_3_1): bump patchlevel  
  71847 2022-05-18 10:02 [ko1@a...            ] b5ef64a8a1 (ruby_3_1): Merge RubyGems-3.3.8 and Bundler-2.3.8
  71848 2022-05-18 10:02 [ko1@a...            ] 1a6a608ae0 (ruby_3_1): [ruby/securerandom] Bump up v0.2.0
  71849 2022-05-18 10:02 [ko1@a...            ] c5432beecc (ruby_3_1): Bump cgi version to 0.3.2
  71850 2022-05-18 10:02 [ko1@a...            ] 1a0c76f4e1 (ruby_3_1): Merge RubyGems-3.3.9 and Bundler-2.3.9
  71851 2022-05-18 10:02 [ko1@a...            ] b61f3a9199 (ruby_3_1): backport the latest version of sync_default_gems
  71852 2022-05-18 10:02 [ko1@a...            ] 86ca4b3fb4 (ruby_3_1): Ignore rubyspec_temp fot Git
  71853 2022-05-18 10:03 [ko1@a...            ] 719298051b (ruby_3_1): [rubygems/rubygems] Skip test for cargo builder
  71854 2022-05-18 10:03 [ko1@a...            ] 8ba584ff3c (ruby_3_1): Merge RubyGems-3.3.11 and Bundler-2.3.11
  71855 2022-05-18 10:03 [ko1@a...            ] 7e580d4156 (ruby_3_1): [rubygems/rubygems] Move testing_ruby_repo into test helper
  71856 2022-05-18 10:03 [ko1@a...            ] 14e4055ab1 (ruby_3_1): [Actions] mingw - use ruby/setup-ruby@v1 again
  71857 2022-05-18 10:03 [ko1@a...            ] 04d3a84178 (ruby_3_1): Merge Psych-4.0.4
  71858 2022-05-18 10:03 [ko1@a...            ] 2e291e3ffd (ruby_3_1): Merge RubyGems-3.3.12 and Bundler-2.3.12
  71859 2022-05-18 10:03 [ko1@a...            ] c7bbed2994 (ruby_3_1): Merge RubyGems-3.3.13 and Bundler-2.3.13
  71860 2022-05-18 10:03 [ko1@a...            ] 42355187df (ruby_3_1): Try previous ruby-setup-ruby
  71861 2022-05-18 10:04 [ko1@a...            ] 6b6d7df39d (master): [ruby/psych] Prepare to develop 5.0.0
  71862 2022-05-18 10:04 [ko1@a...            ] 3ec066334c (master): [ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3.1 gem install
  71863 2022-05-18 10:04 [ko1@a...            ] 093c516ce5 (master): Update default gems list at 6b6d7df39db2447dd675b2558aab69 [ci skip]
  71864 2022-05-18 11:28 [ko1@a...            ] aab683af0e (master): Write skipping instead of skiping [ci skip]
  71865 2022-05-18 11:32 [ko1@a...            ] c478a3c0a9 (master): [DOC] Use `make gdb-ruby` and `make lldb-ruby` in doc/contributing/building_ruby.md
  71866 2022-05-18 14:33 [ko1@a...            ] 9b3ed5a23f (master): Extract YJIT_LIBS directly without copying
  71867 2022-05-18 14:33 [ko1@a...            ] 9a0f5a8edc (master): Verbose mode on libyjit merge
  71868 2022-05-18 14:33 [ko1@a...            ] 3db8db8a32 (master): `AR` does not need the absolute path
  71869 2022-05-18 14:33 [ko1@a...            ] 97c12c5f69 (master): Clean intermediate object files
  71870 2022-05-19 07:19 [ko1@a...            ] 75fcfb1416 (master): [ruby/timeout] Remove redundant done? check
  71872 2022-05-19 07:19 [ko1@a...            ] 89fbec224d (master): [ruby/timeout] Reimplement Timeout.timeout with a single thread and a Queue
  71873 2022-05-19 07:19 [ko1@a...            ] 240ac9eaa8 (master): [ruby/timeout] Synchronize all accesses to @done
  71874 2022-05-19 07:20 [ko1@a...            ] 13c60e6568 (master): * 2022-05-19 [ci skip]
  71875 2022-05-19 15:49 [ko1@a...            ] ee3b61a44f (master): Removed subversion section because there is no active branch for svn.
  71876 2022-05-19 17:04 [ko1@a...            ] a72529182d (master): Suppress unused-function [ci skip]
  71877 2022-05-19 17:04 [ko1@a...            ] 72fc3b1bbb (master): Fold too long lines, etc [ci skip]
  71878 2022-05-19 17:12 [ko1@a...            ] 61a54d5180 (master): [DOC] Re-markup as Markdown
  71879 2022-05-19 17:15 [ko1@a...            ] 3d6fd162a4 (master): Undefine RUBY_DLN_CHECK_ABI on cygwin
  71880 2022-05-20 00:53 [ko1@a...            ] b8a268e293 (master): YJIT: Add opt_succ (#5919)
  71881 2022-05-20 00:53 [ko1@a...            ] cbfce40e5c (master): * 2022-05-20 [ci skip]
  71882 2022-05-20 07:05 [ko1@a...            ] 6850e3c42e (master): [rubygems/rubygems] Fix locale dependent spec failure
  71883 2022-05-20 17:23 [ko1@a...            ] ec7b42eb77 (master): [DOC] Add a note to clarify binary flags to `IO.new`
  71884 2022-05-20 17:32 [ko1@a...            ] aeea88174d (master): Merge RubyGems and Bundler HEAD
  71885 2022-05-20 17:32 [ko1@a...            ] bd8df25cdc (master): [ruby/did_you_mean] Fix `frozen_string_literal is ignored after any tokens` warning. (https://github.com/ruby/did_you_mean/pull/172)
  71886 2022-05-20 17:37 [ko1@a...            ] eab99b1d4b (master): `rb_thread_t::serial` for debug
  71887 2022-05-20 17:38 [ko1@a...            ] 37ea07d59b (master): setup vm->main_ractor before `Init_native_thread()`
  71888 2022-05-20 18:02 [ko1@a...            ] a37051ef3b (master): [flori/json] Remove unknown keyword arg from DateTime.parse
  71889 2022-05-20 18:02 [ko1@a...            ] 6923dd932b (master): [ruby/tempfile] Drop unused gemspec directives
  71890 2022-05-20 18:02 [ko1@a...            ] a15d0e267a (master): [flori/json] Fix parser bug for empty string allocation
  71891 2022-05-20 18:02 [ko1@a...            ] 9245b28d34 (master): [flori/json] Bump version to 2.6.2
  71892 2022-05-20 18:02 [ko1@a...            ] 767f3904ee (master): [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!
  71893 2022-05-20 18:02 [ko1@a...            ] 589f1c1d55 (master): [ruby/tempfile] Enhanced RDoc for ::new and ::create (https://github.com/ruby/tempfile/pull/10)
  71894 2022-05-20 18:02 [ko1@a...            ] 0dfd5d19f3 (master): [ruby/io-nonblock] Rename `io_nonblock_mode` and extract `set_fcntl_flags`
  71895 2022-05-20 18:02 [ko1@a...            ] 104fb83ccd (master): [ruby/io-nonblock] Remove unnecessary files from the gem
  71896 2022-05-20 18:02 [ko1@a...            ] bcdbfe4b6e (master): [ruby/reline] Require Ruby >= 2.6
  71897 2022-05-20 18:02 [ko1@a...            ] 1d9f2a4504 (master): [ruby/racc] Show diffs
  71898 2022-05-20 18:02 [ko1@a...            ] e3434118c2 (master): Update default gems list at bcdbfe4b6e09c0076571addd1d0dd3 [ci skip]
  71899 2022-05-20 18:53 [ko1@a...            ] bcc9451bbf (master): Merge JRuby implementation for stringio and io-wait
  71900 2022-05-20 18:53 [ko1@a...            ] c83ec3aba7 (master): Merge https://github.com/ruby/pathname/pull/8 for pathname

[前][次][スレッド一覧][上]