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

ruby-changes:71001-71100

  71001 2022-01-25 01:12 [ko1@a...            ] 97ab2599f3 (master): * 2022-01-25 [ci skip]
  71002 2022-01-25 04:34 [ko1@a...            ] 87784fdeb2 (master): Keep right operand within width when right shifting
  71003 2022-01-25 08:41 [ko1@a...            ] 530e485265 (master): `ID` in `rb_id_table_foreach_with_replace` [Feature #18253]
  71004 2022-01-25 08:50 [ko1@a...            ] de678cd51e (master): [ruby/pathname] Officially drop support for ruby 2.6 or older
  71005 2022-01-25 16:44 [ko1@a...            ] a51e1cd682 (master): enable `RUBY_ON_BUG` on release build
  71006 2022-01-25 22:12 [ko1@a...            ] 342e7a094a (master): [rubygems/rubygems] Fix spec to not touch the network
  71007 2022-01-25 22:12 [ko1@a...            ] cd806e19b7 (master): [rubygems/rubygems] Remove unnecessary comment
  71008 2022-01-25 23:10 [ko1@a...            ] e3b5cc8836 (master): NEWS: `Fixnum` and `Bignum` are removed finally [Feature #12005]
  71009 2022-01-25 23:38 [ko1@a...            ] b07879e553 (master): Remove redundant if statement in try_move
  71010 2022-01-26 02:24 [ko1@a...            ] 42ef3fcaef (master): [rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORM
  71011 2022-01-26 02:24 [ko1@a...            ] ac57405235 (master): * 2022-01-26 [ci skip]
  71012 2022-01-26 05:57 [ko1@a...            ] 6e901939c6 (master): Revert "`ID` in `rb_id_table_foreach_with_replace` [Feature #18253]"
  71014 2022-01-26 06:51 [ko1@a...            ] 142d5db112 (master): Support ID_TABLE_STOP for replace function
  71015 2022-01-26 06:51 [ko1@a...            ] 82f0580aa4 (master): Call rb_id_table_foreach_values instead
  71016 2022-01-26 09:56 [ko1@a...            ] e953d68657 (master): refactoring btest output
  71017 2022-01-26 09:56 [ko1@a...            ] cac6fe9023 (master): add `--stderr-on-failure` option to test-all
  71018 2022-01-26 10:06 [ko1@a...            ] cc8064ba2e (master): Do not need to print to stderr
  71019 2022-01-26 13:09 [ko1@a...            ] c925d3b668 (master): [rubygems/rubygems] Fix `force_ruby_platform` ignored when lockfile includes the current specific platform
  71020 2022-01-26 15:54 [ko1@a...            ] 16e7585557 (master): Unpoison the cached object in the exact size
  71021 2022-01-26 15:56 [ko1@a...            ] 4010cbfe35 (master): Use the prefixed pkg-config command
  71022 2022-01-26 18:24 [ko1@a...            ] bffd6cbd97 (master): Check if `execv` is available for ruby/missing.h
  71023 2022-01-26 23:46 [ko1@a...            ] e714163011 (master): Fix typo in assertion in gc.c
  71024 2022-01-27 01:29 [ko1@a...            ] b6b2e489f1 (master): [ruby/irb] Changed to call Kernel.print
  71025 2022-01-27 01:29 [ko1@a...            ] 3ce97a182f (master): * 2022-01-27 [ci skip]
  71026 2022-01-27 02:03 [ko1@a...            ] 1a180b7e18 (master): Streamline cached attr reader / writer indexes
  71027 2022-01-27 05:28 [ko1@a...            ] d3d888b986 (master): [lldb] Handle MacOS 64Kb heap pages in the lldb helpers
  71028 2022-01-27 12:33 [ko1@a...            ] 99d02caed3 (master): [ruby/logger] Fix log rotation inter-process lock failed.
  71029 2022-01-27 14:00 [ko1@a...            ] 6a6227e016 (master): Shifting zero always results in zero [Bug #18517]
  71030 2022-01-27 14:29 [ko1@a...            ] 7ff1bf3178 (master): An alias can suppress method redefinition warning
  71031 2022-01-27 15:46 [ko1@a...            ] e89d80702b (master): Fix memory leak at the same named alias [Bug #18516]
  71032 2022-01-27 17:16 [ko1@a...            ] f511ff3b3a (master): [ruby/yaml] Add JRuby-specific warning when psych fails
  71033 2022-01-27 20:54 [ko1@a...            ] d66e7ec77b (master): [ruby/reline] Add a comment for VK_MENU
  71034 2022-01-27 20:54 [ko1@a...            ] f4ee60543a (master): [ruby/reline] The AltGr behaves exactly the same as Ctrl+Alt
  71035 2022-01-28 22:43 [ko1@a...            ] bb5f710887 (master): Update to ruby/mspec@49adc2f
  71036 2022-01-28 22:43 [ko1@a...            ] c26e41c9a3 (master): * 2022-01-28 [ci skip]
  71037 2022-01-29 03:33 [ko1@a...            ] 018036c282 (master): Remove assert_equal that will never be run
  71038 2022-01-29 03:33 [ko1@a...            ] 1bd033cb89 (master): * 2022-01-29 [ci skip]
  71039 2022-01-29 15:23 [ko1@a...            ] b90e56e624 (master): mkmf: pkg_config accepts multiple options
  71040 2022-01-29 15:23 [ko1@a...            ] 24c7e75ded (master): test: backfill coverage for MakeMakefile.pkg_config
  71041 2022-01-29 15:34 [ko1@a...            ] 7672f6a423 (master): mkmf: unify duplicate code in pkg_config
  71042 2022-01-29 15:37 [ko1@a...            ] 90a8b1c543 (master): Remove a typo hash [ci skip]
  71043 2022-01-29 17:33 [ko1@a...            ] fbb3cab956 (master): Add a NEWS entry about [Feature #16806]
  71044 2022-01-29 19:08 [ko1@a...            ] 67f4729ff0 (master): [Bug#18556] Fallback `MAP_ ANONYMOUS`
  71045 2022-01-29 23:03 [ko1@a...            ] 44c44b9b4a (master): Ignore warnings at reading debug info for now
  71046 2022-01-31 03:47 [ko1@a...            ] e75bd8df51 (master): pend some tests while using to_binary
  71047 2022-01-31 03:47 [ko1@a...            ] b0bd26ada9 (master): * 2022-01-31 [ci skip]
  71048 2022-01-31 07:18 [ko1@a...            ] 99a65e80d5 (master): [DOC] Enhanced RDoc for io.c (#5460)
  71049 2022-01-31 07:38 [ko1@a...            ] f924e05b68 (master): [DOC] Fix a typo in the NEWS.md
  71050 2022-01-31 07:59 [ko1@a...            ] b01657c470 (master): [DOC] Fix case for new sentence.
  71051 2022-01-31 15:36 [ko1@a...            ] bdd3cf0037 (ruby_3_1): Fix incorrect minimum read length.
  71052 2022-01-31 15:36 [ko1@a...            ] aa3b2c81c8 (ruby_3_1): Fix console.c usage of `rb_io_wait`.
  71053 2022-01-31 15:36 [ko1@a...            ] 5b0c7b4ad0 (ruby_3_1): Prefer `wait_readable` rather than `IO.select`.
  71054 2022-01-31 23:42 [ko1@a...            ] 605f226142 (master): Fix heap page iteration in gc_verify_heap_page
  71055 2022-02-01 05:20 [ko1@a...            ] d5c9710b07 (master): [rubygems/rubygems] Remove encoding pragma from specification.rb
  71056 2022-02-01 05:21 [ko1@a...            ] 2b2e3b7991 (master): * 2022-02-01 [ci skip]
  71057 2022-02-01 08:09 [ko1@a...            ] 6623d60ec8 (master): Try make this more readable and consistent with other targets
  71058 2022-02-01 08:09 [ko1@a...            ] e53af7d1fb (master): Tweaks to freeze bundler CI
  71059 2022-02-01 08:09 [ko1@a...            ] 517d7c3221 (master): Sync latest Bundler & RubyGems
  71060 2022-02-01 12:22 [ko1@a...            ] ec906191ab (master): Restore workaround for test_rubygems.rb, It still fails with chkbuild encironment
  71061 2022-02-01 13:22 [ko1@a...            ] fc4fbeef28 (master): [ruby/io-wait] bump up to 0.2.2
  71062 2022-02-01 13:22 [ko1@a...            ] 804dca7b0c (master): Update default gems list at fc4fbeef28b1d243e45d7fc8d60778 [ci skip]
  71063 2022-02-01 14:12 [ko1@a...            ] ddb9d60f7d (master): [ruby/io-wait] Make the gem a noop on Rubies older than 2.6
  71064 2022-02-01 20:04 [ko1@a...            ] f6894711a4 (master): [ruby/io-wait] Exclude rake files from packages
  71065 2022-02-01 20:07 [ko1@a...            ] 0b2f6b942b (master): [rubygems/rubygems] Skip "seller shipped" notification after delivery
  71066 2022-02-02 09:08 [ko1@a...            ] aff4b2194f (master): Fix a typo [ci skip]
  71067 2022-02-02 09:08 [ko1@a...            ] bb845fb971 (master): * 2022-02-02 [ci skip]
  71068 2022-02-02 13:26 [ko1@a...            ] d4a8c04dc7 (master): Update RBS (#5515) 
  71069 2022-02-02 13:26 [ko1@a...            ] ea6b6f1ad3 (master): Update bundled gems list at d4a8c04dc7bb1c9aa48eaf50dc6b18 [ci skip]
  71070 2022-02-02 13:30 [ko1@a...            ] 69463805f0 (ruby_3_1): * 2022-02-02 [ci skip]
  71071 2022-02-02 16:57 [ko1@a...            ] 6794f8cf92 (ruby_3_1): Merge pull request #5482 from hsbt/rubygems-3-3-bundler-2-3
  71072 2022-02-02 17:53 [ko1@a...            ] 7bef8ed183 (ruby_3_1): Update bundled gems list at 2022-02-02
  71073 2022-02-02 21:18 [ko1@a...            ] 94687a6826 (master): [ruby/net-protocol] Drop unused gemspec directives
  71074 2022-02-02 21:21 [ko1@a...            ] d8c54bac4a (master): [ruby/net-protocol] Fix typo in gem description [ci skip]
  71075 2022-02-02 22:53 [ko1@a...            ] af10771045 (master): Add `econv_get_encoding` function
  71076 2022-02-02 23:52 [ko1@a...            ] 7b77d46671 (master): Decouple GC slot sizes from RVALUE
  71077 2022-02-03 02:20 [ko1@a...            ] 2913a2f5cf (master): Treat TS_ICVARC cache as separate from TS_IVC cache
  71078 2022-02-03 02:21 [ko1@a...            ] 3ca244a29a (master): * 2022-02-03 [ci skip]
  71079 2022-02-03 05:10 [ko1@a...            ] 7529c53891 (master): [ruby/net-http] Do not set SNI hostname if connecting to IP address
  71080 2022-02-03 08:05 [ko1@a...            ] 6728f692e0 (ruby_3_1): * 2022-02-03 [ci skip]
  71081 2022-02-03 11:22 [ko1@a...            ] 8f3a36fb6e (master): Fix indents [ci skip]
  71082 2022-02-03 23:22 [ko1@a...            ] 424374d330 (master): Fix case when gc_marks_continue does not yield slots
  71083 2022-02-04 05:07 [ko1@a...            ] a9221406aa (master): Move total_allocated_pages to size pool
  71084 2022-02-04 05:07 [ko1@a...            ] af321ea727 (master): Move total_freed_pages to size pool
  71085 2022-02-04 05:07 [ko1@a...            ] a3caf196d9 (master): * 2022-02-04 [ci skip]
  71086 2022-02-04 05:07 [ko1@a...            ] 9fab2c1a1a (master): Add the size pool slot size to the output of ObjectSpace.dump/dump_all
  71087 2022-02-04 08:27 [ko1@a...            ] 203b1fc7e2 (master): Add documentation for regexp emoji named character property
  71088 2022-02-04 21:55 [ko1@a...            ] 46f6575157 (master): [DOC] Enhanced RDoc for io.c (#5511)
  71089 2022-02-05 07:27 [ko1@a...            ] 06a28ec4d4 (master): [DOC] Enhanced RDoc for io.c (#5527)
  71090 2022-02-05 07:27 [ko1@a...            ] 06e96b922f (master): * 2022-02-05 [ci skip]
  71091 2022-02-05 07:36 [ko1@a...            ] 2a76440fac (master): [Bug #18501] Fire write barrier after hash has been written
  71092 2022-02-06 03:06 [ko1@a...            ] 603ab70961 (master): support concurrent btest execution
  71093 2022-02-06 03:06 [ko1@a...            ] 3ec2ffed86 (master): * 2022-02-06 [ci skip]
  71094 2022-02-06 05:05 [ko1@a...            ] 3e6c6c74dd (master): {DOC] Enhanced RDoc for io.c (#5529)
  71095 2022-02-06 11:10 [ko1@a...            ] c79d2e5474 (master): Fix TAG_THROW through require [Bug #18562]
  71096 2022-02-06 20:31 [ko1@a...            ] 7ce3a100f2 (master): Fold command line items
  71097 2022-02-06 20:31 [ko1@a...            ] 2cf687fe6c (master): Appveyor: DBM extensions have not been bundled already
  71098 2022-02-06 20:31 [ko1@a...            ] 90a540e9f2 (master): Appveyor: Try readline extension
  71099 2022-02-07 00:03 [ko1@a...            ] 402d76485c (master): [MSWin] Install libffi using vcpkg
  71100 2022-02-07 00:03 [ko1@a...            ] b9083c206a (master): [MSWin] Cache installed vcpkg packages

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