[前][次][番号順一覧][上]

ruby-changes:63001-63100

  63001 2020-09-18 14:18 [ko1@a...            ] 3b159374a2 (master): sync ruby_global_symbols
  63002 2020-09-18 14:18 [ko1@a...            ] b416a76402 (master): add debug log on enabling multi-ractor mode
  63003 2020-09-18 14:18 [ko1@a...            ] 06e9b94d40 (master): show object info to debug purpose.
  63004 2020-09-18 14:18 [ko1@a...            ] b189dc6926 (master): rb_obj_info() shows more info for T_SYMBOL
  63005 2020-09-18 15:03 [ko1@a...            ] b5db9b8a31 (master): [ruby/rdoc] Support full filename to make a link for a text file
  63006 2020-09-18 15:03 [ko1@a...            ] 305c430603 (master): [ruby/rdoc] Add man/ri.1 for distribution files
  63007 2020-09-18 15:03 [ko1@a...            ] e23f0f29da (master): [ruby/rdoc] update all files if any file is newer
  63008 2020-09-18 15:03 [ko1@a...            ] 0d56aec1dd (master): [ruby/rdoc] Fix spelling error in parser comment
  63009 2020-09-18 17:43 [ko1@a...            ] 5bb5e706f1 (master): Only interrupt when there is no scheduler in sync_wakeup()
  63010 2020-09-18 18:14 [ko1@a...            ] af1926e859 (master): Fix copy/paste error from 5bb5e706f1d310a467075630145d2cc277045765
  63011 2020-09-18 18:48 [ko1@a...            ] 6dd257ed1e (master): Added sync task for bigdecimal
  63012 2020-09-18 18:48 [ko1@a...            ] 3d86f7a37c (master): The executable file of erb is under the libexec on ruby/erb repo
  63013 2020-09-19 04:32 [ko1@a...            ] 1a9dd31910 (master): Pin values in the finalizer table
  63014 2020-09-19 04:32 [ko1@a...            ] 7d9b4d3c61 (master): * 2020-09-19 [ci skip]
  63015 2020-09-19 05:14 [ko1@a...            ] 555ea83344 (master): [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIGNMENT
  63016 2020-09-19 05:14 [ko1@a...            ] e193dd1e3d (master): [ruby/irb] Version 1.2.7
  63017 2020-09-19 09:07 [ko1@a...            ] 6cb6d5abc3 (master): Add assertions when inline caches are copied to MJIT
  63018 2020-09-19 17:53 [ko1@a...            ] 73a626c078 (master): [ruby/io-wait] update required_ruby_version
  63019 2020-09-19 17:53 [ko1@a...            ] 702cebf104 (master): strip trailing spaces [ci skip]
  63020 2020-09-20 20:24 [ko1@a...            ] c10326d913 (ruby_2_7): bump patchlevel to 128
  63021 2020-09-20 20:24 [ko1@a...            ] 1b39a995b5 (ruby_2_7): Revert "statement experssion is a GCCism" to pass ICC CI.
  63022 2020-09-20 20:39 [ko1@a...            ] 6987c8997e (master): Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()
  63023 2020-09-20 20:39 [ko1@a...            ] 84c4c7bec8 (master): * 2020-09-20 [ci skip]
  63024 2020-09-20 23:11 [ko1@a...            ] be2efb118f (master): Fulfill missing tests and stabilize tests
  63025 2020-09-20 23:11 [ko1@a...            ] d5fa66156a (master): Add status to Ractor#inspect
  63027 2020-09-20 23:14 [ko1@a...            ] b6d599d76e (master): Update heap_pages_himem after freeing pages
  63028 2020-09-21 06:51 [ko1@a...            ] 501fff14c7 (master): When setting current thread scheduler to nil, invoke `#close`.
  63029 2020-09-21 06:52 [ko1@a...            ] 596173155a (master): * 2020-09-21 [ci skip]
  63030 2020-09-21 08:49 [ko1@a...            ] 70f08f1eed (master): Make `Thread#join` non-blocking.
  63031 2020-09-21 12:28 [ko1@a...            ] f7aa51b2b8 (master): Update NEWS & documentation relating to scheduler.
  63032 2020-09-21 14:05 [ko1@a...            ] 10d795cfca (master): Add NEWS about `Fiber#backtrace` and `Fiber#backtrace_locations`.
  63033 2020-09-21 22:55 [ko1@a...            ] c19bcf38eb (master): Fix Thread leak in Thread#join specs
  63034 2020-09-21 22:59 [ko1@a...            ] 0fa1c82bfc (master): Make it clear the first field of join_arg is the waiting thread
  63035 2020-09-21 23:06 [ko1@a...            ] 2b73e6ba71 (master): Simplify the implementation of Scheduler#block
  63036 2020-09-21 23:24 [ko1@a...            ] 82998918ef (master): Make Thread#join always convert its argument, as before 70f08f1eed
  63037 2020-09-22 01:28 [ko1@a...            ] c6c5d4b3fa (master): Comply with guide for method doc: string.c (#3528)
  63038 2020-09-22 01:28 [ko1@a...            ] 7ee166ed4e (master): * 2020-09-22 [ci skip]
  63039 2020-09-22 11:35 [ko1@a...            ] df14c758fc (master): Make hash returned by Hash#transform_values not have a default
  63040 2020-09-23 01:01 [ko1@a...            ] 8b41e9b6e7 (master): Revert "Pin values in the finalizer table"
  63041 2020-09-23 01:01 [ko1@a...            ] 3c80889802 (master): * 2020-09-23 [ci skip]
  63042 2020-09-23 01:20 [ko1@a...            ] f3dddd77a9 (master): Add a comment about why we're checking the finalizer table
  63043 2020-09-23 04:05 [ko1@a...            ] 179384a668 (master): Revert "Prevent SystemStackError when calling super in module with activated refinement"
  63044 2020-09-23 06:32 [ko1@a...            ] b904b72960 (master): Enhanced RDoc for String (#3565)
  63045 2020-09-23 07:44 [ko1@a...            ] ed27c2514c (master): Update UnixSocket#recv_io tests to handle receiving a UnixSocket
  63046 2020-09-23 09:09 [ko1@a...            ] e380f78851 (master): Removed rb_find_file_ext_safe and rb_find_file_safe
  63047 2020-09-23 11:00 [ko1@a...            ] ba889100d8 (master): Bundle rbs gem as bundled gems (#3496)
  63048 2020-09-23 11:46 [ko1@a...            ] 9a8f5f0a9a (master): Fix call-seq [ci skip]
  63049 2020-09-23 17:39 [ko1@a...            ] 5cc728816d (master): Update the version number of rubygems and bundler at NEWS.md
  63050 2020-09-23 17:48 [ko1@a...            ] b57c54679b (master): strip trailing spaces [ci skip]
  63051 2020-09-23 21:08 [ko1@a...            ] f56fc720ee (master): bundle-package.* was removed at upstream repo
  63052 2020-09-23 21:08 [ko1@a...            ] 31a6eaabc1 (master): Manually merged from https://github.com/rubygems/rubygems/pull/2636
  63054 2020-09-23 22:02 [ko1@a...            ] b717f73402 (master): Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"
  63055 2020-09-24 03:53 [ko1@a...            ] 502c3ff02a (master): * 2020-09-24 [ci skip]
  63056 2020-09-24 07:57 [ko1@a...            ] fae135c5b3 (master): Document difference between Thread::Backtrace::Location#{, absolute_}path
  63057 2020-09-24 09:56 [ko1@a...            ] e06f4a3b1f (master): Remove test for putiseq insn
  63058 2020-09-24 17:10 [ko1@a...            ] 29ed16ff4a (master): add GC_GUARD       
  63059 2020-09-24 17:10 [ko1@a...            ] 4a588e70b8 (master): sync rb_gc_register_mark_object()
  63060 2020-09-24 19:25 [ko1@a...            ] 07786edd66 (master): test/net/http/test_https.rb: Stop the error due to openssl 1.1.1h
  63061 2020-09-24 19:31 [ko1@a...            ] 4405423c87 (master): test/ostruct/test_ostruct.rb: Prevent "method redefined; discarding old foo"
  63062 2020-09-24 19:31 [ko1@a...            ] 416bb11a5e (master): test/fiber/scheduler.rb: Prevent "instance variable @urgent not initialized"
  63063 2020-09-24 19:35 [ko1@a...            ] 1917afa34b (master): test/net/http/test_https.rb: the order of verify_callback seems to vary
  63064 2020-09-24 19:41 [ko1@a...            ] 0c611d7f4f (master): test/net/http/test_https.rb: The test logic was buggy
  63065 2020-09-24 21:42 [ko1@a...            ] 4715a24dd2 (master): [ruby/webrick] Ensure server port numbers are numeric and ensure they are stored as integers
  63066 2020-09-24 21:42 [ko1@a...            ] 96da24f279 (master): [ruby/webrick] Make readpartial limit chunk to appropriate size
  63067 2020-09-24 21:42 [ko1@a...            ] 0fe6461148 (master): [ruby/webrick] Allow EPROTOTYPE error when writing junk to a socket
  63069 2020-09-24 21:42 [ko1@a...            ] c06eab1329 (master): [ruby/webrick] Add test for shutdown_pipe
  63071 2020-09-24 21:42 [ko1@a...            ] ed12019ce6 (master): [ruby/webrick] Allow empty POST and PUT requests without content length
  63072 2020-09-24 21:42 [ko1@a...            ] c12c7fea70 (master): [ruby/webrick] Only run test_big_bodies test on Ruby 2.5+
  63073 2020-09-24 21:42 [ko1@a...            ] f64bea6d66 (master): [ruby/webrick] Allow shutdown_pipe to be passed in via @config
  63074 2020-09-24 21:42 [ko1@a...            ] 588ac990ff (master): [ruby/webrick] Manually pick commit from upstream repo
  63075 2020-09-24 21:42 [ko1@a...            ] 46ba416a1f (master): [ruby/webrick] Skip env-locale-sensitive CGI test on the "java" platform
  63076 2020-09-24 22:20 [ko1@a...            ] 757e185cee (master): Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"
  63077 2020-09-25 00:26 [ko1@a...            ] 7ad3aff48d (master): Ractor#close_outgoping cancel Ractor.yield
  63078 2020-09-25 00:26 [ko1@a...            ] b30af31c37 (master): * 2020-09-25 [ci skip]
  63079 2020-09-25 00:56 [ko1@a...            ] 6fe2a9fcda (master): Enhanced RDoc for String (#3569)
  63080 2020-09-25 03:23 [ko1@a...            ] 38385d28df (master): Enhanced RDoc for String (#3574)
  63081 2020-09-25 07:33 [ko1@a...            ] c5960d51d1 (master): Revert "[ruby/webrick] Fix shutdown_pipe test issue"
  63082 2020-09-25 07:54 [ko1@a...            ] 53acf6686a (master): Revert "[ruby/webrick] Add test for shutdown_pipe"
  63083 2020-09-25 08:38 [ko1@a...            ] 83ff0f74bf (master): Enhanced RDoc for String#match? (#3576)
  63084 2020-09-25 09:50 [ko1@a...            ] 996af2ce08 (master): Disable deprecation warning by the default [Feature #16345]
  63085 2020-09-25 11:38 [ko1@a...            ] 873fb1aa4c (master): ALLOCA_N: do not use RUBY_ALIGNOF
  63086 2020-09-25 11:38 [ko1@a...            ] e9fb2bc873 (master): RBIMPL_ALIGNOF: do not use __alignof__
  63087 2020-09-25 11:38 [ko1@a...            ] fe875be01a (master): rb_cv_have_alignas: not used any longer
  63088 2020-09-25 11:38 [ko1@a...            ] e75aed7abb (master): RBIMPL_ALIGNOF: do not use constexpr
  63089 2020-09-25 11:39 [ko1@a...            ] 0b77a86d1e (master): ext/-test-/RUBY_ALIGNOF: add minimalistic test
  63090 2020-09-25 11:39 [ko1@a...            ] c6c241e49c (master): enrich comment     
  63091 2020-09-25 11:39 [ko1@a...            ] 4cc501bcfd (master): ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler
  63093 2020-09-25 12:53 [ko1@a...            ] 5286526346 (master): frozen T_OBJECT can be shareable.
  63094 2020-09-25 12:54 [ko1@a...            ] d247dedade (master): Ractor.yield should raise if out-port is closed
  63095 2020-09-25 13:08 [ko1@a...            ] 6081ba4a87 (master): refactoring a test code.
  63096 2020-09-25 13:12 [ko1@a...            ] 8ea1021f19 (master): [ruby/psych] Bump version to 3.2.0
  63098 2020-09-25 13:12 [ko1@a...            ] 33641e00cd (master): Remove private_iv_get
  63099 2020-09-25 13:12 [ko1@a...            ] 263c43487f (master): [ruby/psych] Revert psych version
  63100 2020-09-25 13:12 [ko1@a...            ] f794c928a0 (master): [ruby/psych] Update SNAKEYAML CVE-2017-18640

[前][次][番号順一覧][上]