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

ruby-changes:62901-63000

  62901 2020-09-12 08:38 [ko1@a...            ] f36dc2b6de (master): [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't set
  62902 2020-09-12 08:38 [ko1@a...            ] 9baf1bd0a4 (master): [ruby/reline] Stop using chomp option of lines method
  62903 2020-09-12 10:08 [ko1@a...            ] ae508633b7 (master): Suppress "assigned but unused variable" warning
  62904 2020-09-12 16:08 [ko1@a...            ] 012785ef35 (master): Check copy_file_range(2) is actually supported.
  62905 2020-09-12 16:30 [ko1@a...            ] 0ac185be40 (master): Fix compile-time check for copy_file_range(2)
  62906 2020-09-13 12:35 [ko1@a...            ] 3bdf8efd81 (master): Fix typos [ci skip]
  62907 2020-09-13 12:35 [ko1@a...            ] d7b279e79f (master): * 2020-09-13 [ci skip]
  62908 2020-09-14 02:20 [ko1@a...            ] 5bb9e12573 (master): [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reline 0.1.5 or later
  62909 2020-09-14 02:20 [ko1@a...            ] 3a3e933033 (master): [ruby/reline] Version 0.1.5
  62911 2020-09-14 02:20 [ko1@a...            ] e468d9f49c (master): [ruby/irb] Add OMIT_ON_ASSIGNMENT
  62912 2020-09-14 02:20 [ko1@a...            ] 5d841f5631 (master): [ruby/irb] Version 1.2.5
  62913 2020-09-14 02:20 [ko1@a...            ] 8f9b1902f4 (master): [ruby/irb] Omit output if first line of multiline is too long
  62914 2020-09-14 02:20 [ko1@a...            ] ba73e44751 (master): * 2020-09-14 [ci skip]
  62915 2020-09-14 12:03 [ko1@a...            ] a9ccebbda0 (master): Added promoted libraries to default gems section on NEWS
  62916 2020-09-14 13:44 [ko1@a...            ] 905e9c8093 (master): Simplify bitmasks for IO events.
  62917 2020-09-14 13:44 [ko1@a...            ] d387029f39 (master): Standardised scheduler interface.
  62918 2020-09-14 13:44 [ko1@a...            ] 132453fa52 (master): Rename `Fiber{}` to `Fiber.schedule{}`.
  62919 2020-09-14 13:44 [ko1@a...            ] 6747cb5754 (master): Add RB_ prefix to `GetOpenFile` and `MakeOpenFile`.
  62920 2020-09-14 13:44 [ko1@a...            ] 703e529751 (master): Add `rb_thread_current_scheduler()`.
  62921 2020-09-14 13:44 [ko1@a...            ] 9e0a48c7a3 (master): Prefer `rb_thread_current_scheduler`.
  62922 2020-09-14 13:44 [ko1@a...            ] 701dcbb3ca (master): Add support for hooking `IO#read`.
  62923 2020-09-14 13:44 [ko1@a...            ] 1a0cfe2839 (master): Improve handling of urgent notification pipe.
  62924 2020-09-14 13:44 [ko1@a...            ] 3dc0fc11f0 (master): Update dependencies
  62925 2020-09-14 13:44 [ko1@a...            ] 8eea66a0ca (master): Add support for Queue & SizedQueue.
  62926 2020-09-14 13:44 [ko1@a...            ] 0f613cc5f1 (master): Add support for ConditionVariable.
  62927 2020-09-14 13:44 [ko1@a...            ] 7fca274198 (master): Rework console to use `rb_io_wait`.
  62928 2020-09-14 13:44 [ko1@a...            ] 178c1b0922 (master): Make Mutex per-Fiber instead of per-Thread
  62929 2020-09-14 14:11 [ko1@a...            ] 78ef7eeb36 (master): Manually picked https://github.com/ruby/open3/commit/724bdb8e1de939e71a6aa8a65ccf6980f53f4353 
  62930 2020-09-14 14:11 [ko1@a...            ] eace12c25b (master): Fixup 8f71bb0e4f76ab12e469d33bc560bd76cc3aaf90
  62931 2020-09-14 16:22 [ko1@a...            ] ccb944fcfe (master): add NEW entries about Ractor and new method cache.
  62932 2020-09-14 17:18 [ko1@a...            ] cdb85142f9 (master): [ruby/erb] Use libexec same as ruby core repository
  62933 2020-09-14 17:27 [ko1@a...            ] 888e04ae05 (master): [ruby/net-smtp] TLS should not check the host name by default.
  62934 2020-09-14 17:27 [ko1@a...            ] 141404e898 (master): [ruby/net-smtp] Net::SMTP.start arguments are keyword arguments
  62935 2020-09-14 17:27 [ko1@a...            ] f1d32010e6 (master): [ruby/net-smtp] Add SNI support to net/smtp
  62936 2020-09-14 17:53 [ko1@a...            ] d52dffd817 (master): [ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in gz file
  62937 2020-09-14 18:28 [ko1@a...            ] 50bce2065d (master): [ruby/tmpdir] Prefer better failure message
  62938 2020-09-14 18:28 [ko1@a...            ] f7f849e30c (master): [ruby/tmpdir] Test also TMP and TEMP environment variables
  62939 2020-09-14 18:28 [ko1@a...            ] 04de778ef1 (master): [ruby/tmpdir] Test "not a directory" cases
  62940 2020-09-14 18:28 [ko1@a...            ] 9fbbbadc96 (master): Added just working Test::Unit::CoreAssertions#diff
  62941 2020-09-14 18:28 [ko1@a...            ] edb5c67195 (master): [ruby/tmpdir] Warn when environment variables skipped (fixes #2)
  62942 2020-09-14 18:28 [ko1@a...            ] df1c035d03 (master): [ruby/tmpdir] Test "not writable" case
  62943 2020-09-15 00:05 [ko1@a...            ] 74ddac1c82 (master): relax dependency   
  62944 2020-09-15 00:05 [ko1@a...            ] f7ccb8dd88 (master): restart Ractor.select on intterupt
  62945 2020-09-15 00:05 [ko1@a...            ] e81d7189a0 (master): sync fstring pool  
  62946 2020-09-15 00:05 [ko1@a...            ] 1cabb216c6 (master): * 2020-09-15 [ci skip]
  62947 2020-09-15 01:47 [ko1@a...            ] 5e7ec05319 (master): [ruby/ostruct] Add really basic test that was missing
  62948 2020-09-15 01:47 [ko1@a...            ] e026e186f4 (master): [ruby/ostruct] Revert "ostruct.rb: deferred accessors"
  62949 2020-09-15 01:47 [ko1@a...            ] 12a13eef49 (master): [ruby/ostruct] Tweak doc
  62950 2020-09-15 01:47 [ko1@a...            ] ebb8de7302 (master): [ruby/ostruct] Refactor handling of frozen OpenStruct. Simplify `new_ostruct_member!`
  62951 2020-09-15 01:47 [ko1@a...            ] 8eefa8f373 (master): [ruby/ostruct] Allow overriding public methods
  62952 2020-09-15 01:47 [ko1@a...            ] 12a2e32d43 (master): [ruby/ostruct] Add access to public instance methods in case they are overriden
  62953 2020-09-15 01:59 [ko1@a...            ] 867f0c6793 (master): [ruby/rdoc] Prefer require_relative
  62954 2020-09-15 02:30 [ko1@a...            ] 28e60b0045 (master): [ruby/ostruct] Revert recent changes
  62955 2020-09-15 03:18 [ko1@a...            ] 39312cf4d6 (master): Optimize Pathname#relative? / absolute?
  62956 2020-09-15 05:10 [ko1@a...            ] 125605abd9 (master): [ruby/ostruct] method_missing is private
  62958 2020-09-15 05:11 [ko1@a...            ] 60f5d38482 (master): [ruby/ostruct] Fix dup/clone
  62959 2020-09-15 05:11 [ko1@a...            ] 606c009ce2 (master): [ruby/ostruct] Avoid self calling our public methods.
  62960 2020-09-15 09:40 [ko1@a...            ] 29b1ac613b (master): Add IRB and Reline update for NEWS of 3.0.0-preview1
  62961 2020-09-15 14:04 [ko1@a...            ] f3754dfc2e (master): Fix missing `"` [ci skip]
  62963 2020-09-15 19:53 [ko1@a...            ] 026ba68c10 (master): Fix handling of FMODE_PREP.
  62964 2020-09-15 19:53 [ko1@a...            ] a9b2a96c5c (master): Fix incorrect initialization of `rb_io_t::self`.
  62965 2020-09-15 20:49 [ko1@a...            ] 3dd9e12b51 (master): [ruby/fileutils] Reduce iteration through list for `:mkdir_p`
  62966 2020-09-15 21:08 [ko1@a...            ] 7f9f5f5723 (master): [ruby/securerandom] Use build_message instead of message for test-unit
  62967 2020-09-15 21:17 [ko1@a...            ] ed39078d37 (ruby_2_7): bump patchlevel to 125
  62968 2020-09-15 21:17 [ko1@a...            ] 7d76314885 (ruby_2_7): Merge RubyGems 3.1.4
  62969 2020-09-15 21:19 [ko1@a...            ] abbd324152 (master): [ruby/uri] Remove deprecated URI.escape/URI.unescape
  62970 2020-09-15 21:45 [ko1@a...            ] ee10efdcf0 (master): Revert "[ruby/securerandom] Use build_message instead of message for test-unit"
  62971 2020-09-16 01:09 [ko1@a...            ] 86087a1527 (master): pointers on the stack need to be pinned
  62972 2020-09-16 01:10 [ko1@a...            ] a0d50465de (master): * 2020-09-16 [ci skip]
  62973 2020-09-16 01:18 [ko1@a...            ] fbba6bd4e3 (master): Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noise
  62974 2020-09-16 04:32 [ko1@a...            ] 9b535f3ff7 (master): Interpolated strings are no longer frozen with frozen-string-literal: true
  62975 2020-09-16 04:56 [ko1@a...            ] 1af0319fc8 (master): 2.8 -> 3.0 in specs
  62976 2020-09-16 07:45 [ko1@a...            ] 344304c89f (master): Use build_message on test_securerandom.rb (#3543)
  62977 2020-09-16 15:47 [ko1@a...            ] 889bbbaf52 (master): skip on RUBY_ISEQ_DUMP_DEBUG=to_binary
  62978 2020-09-16 18:19 [ko1@a...            ] 9e813c1fc4 (master): RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String literals
  62979 2020-09-16 18:19 [ko1@a...            ] 9d8eeccf06 (master): Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"
  62980 2020-09-16 18:37 [ko1@a...            ] 10290da54d (master): Add a note at the top of the test scheduler
  62981 2020-09-16 19:27 [ko1@a...            ] 68b5f14d53 (master): Fix assertion failed in Complex.polar without NDEBUG (#3551)
  62982 2020-09-16 21:24 [ko1@a...            ] 0ebf6ea9a0 (ruby_2_7): bump patchlevel to 126
  62983 2020-09-16 21:24 [ko1@a...            ] 21c1b676c4 (ruby_2_7): Merge latest readline-ext
  62984 2020-09-16 21:24 [ko1@a...            ] 2159798f4c (ruby_2_7): Merge IRB 1.2.6  
  62986 2020-09-17 05:52 [ko1@a...            ] 8e173d8b27 (master): Warn on a finalizer that captures the object to be finalized
  62987 2020-09-17 05:52 [ko1@a...            ] 2e6c484040 (master): * 2020-09-17 [ci skip]
  62988 2020-09-17 18:17 [ko1@a...            ] ce888bfa23 (master): Add NEWS entry for [Feature #16792]
  62989 2020-09-17 20:31 [ko1@a...            ] 63a4f2f93f (master): Sort links in NEWS.md by URI [ci skip]
  62990 2020-09-17 20:35 [ko1@a...            ] e4dbb91f4c (master): Fix typos [ci skip]
  62991 2020-09-17 21:15 [ko1@a...            ] c3acfcc78d (master): Use a similar pattern for waiting and ready
  62992 2020-09-17 21:24 [ko1@a...            ] eb8270d675 (ruby_2_7): Skip bundler spec using irb with simulated JRuby environment.
  62993 2020-09-17 22:04 [ko1@a...            ] 9472d16061 (master): Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/SizedQueue operations
  62994 2020-09-17 22:04 [ko1@a...            ] 738a089b3a (master): Rename scheduler.{mutex_lock, mutex_unlock} to {block, unblock}
  62995 2020-09-17 22:04 [ko1@a...            ] deffb63021 (master): Document the various scheduler hooks
  62996 2020-09-17 22:17 [ko1@a...            ] 264889ec3d (master): Fix Mutex#unlock with a scheduler and thread contention
  62997 2020-09-18 00:30 [ko1@a...            ] d9b943b8e5 (master): Cleanup commented code
  62999 2020-09-18 00:30 [ko1@a...            ] 609e6ac0ca (master): * 2020-09-18 [ci skip]
  63000 2020-09-18 14:18 [ko1@a...            ] dd5db6f5fe (master): sync fstring_table for deletion

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