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

ruby-changes:64501-64600

  64501 2020-12-23 13:51 [ko1@a...            ] d1c7db9d00 (master): Added assertions   
  64502 2020-12-23 13:51 [ko1@a...            ] b2aa21b868 (master): Split the test     
  64504 2020-12-23 13:51 [ko1@a...            ] c0a2d95cf3 (master): Update rb_ractor_ensure_shareable
  64505 2020-12-23 13:53 [ko1@a...            ] 61bd28b836 (master): [ruby/date] Workaround for non-ruby repository like ruby/date, flori/json
  64506 2020-12-23 14:04 [ko1@a...            ] 5cf25c55a6 (master): Update version for Ractor-safe extensions
  64507 2020-12-23 14:43 [ko1@a...            ] 0dd4896175 (master): need to clear blocking cnt at fork (child process)
  64508 2020-12-23 15:08 [ko1@a...            ] daec109f42 (master): [ruby/psych] Optimize cache with `compare_by_identity`
  64510 2020-12-23 15:09 [ko1@a...            ] d1963adae8 (master): [ruby/psych] Avoid methods depending on bindings
  64511 2020-12-23 15:09 [ko1@a...            ] c5a445d577 (master): [ruby/psych] Make Ractor-ready.
  64512 2020-12-23 15:09 [ko1@a...            ] 3ee0ad9190 (master): [ruby/psych] Don't use instance variables directly for config
  64513 2020-12-23 15:32 [ko1@a...            ] dbb4f19969 (master): Allow inlining Integer#-@ and #~
  64514 2020-12-23 16:51 [ko1@a...            ] 81a8d1cf09 (master): Skip checking ROBJECT_EMBED
  64515 2020-12-23 16:56 [ko1@a...            ] e052d07163 (master): Revert "need to clear blocking cnt at fork (child process)"
  64516 2020-12-23 18:07 [ko1@a...            ] 313d63c2ac (master): Use rb_init_identtable instead of direct use of rb_hashtype_ident
  64517 2020-12-23 18:33 [ko1@a...            ] aa856d5077 (master): [ruby/date] Fix envutil for old Ruby
  64518 2020-12-23 18:33 [ko1@a...            ] aad88cc10b (master): [ruby/date] Define dummy RUBY_TYPED_FROZEN_SHAREABLE for old Ruby
  64519 2020-12-23 19:54 [ko1@a...            ] 684649ea05 (master): [ruby/psych] Bump version to 3.3.0
  64520 2020-12-23 19:54 [ko1@a...            ] 8259d88938 (master): [ruby/psych] Skip test_ractor.rb with ruby/psych repo
  64521 2020-12-23 21:30 [ko1@a...            ] 31bd172185 (master): [ruby/irb] Suppress "shadowing outer" warning
  64522 2020-12-23 21:30 [ko1@a...            ] 129ecb43e5 (master): [ruby/irb] Fix error_message for assert_dynamic_prompt
  64523 2020-12-23 22:15 [ko1@a...            ] 28e9344fa4 (master): [ruby/irb] Change StdioInputMethod#eof? to non-blocking
  64524 2020-12-23 23:40 [ko1@a...            ] 94015200b6 (master): [fiddle] Update to 1.0.6
  64525 2020-12-24 00:16 [ko1@a...            ] 3a81daaf8d (master): Module#public_class_method also accepts a symbol array as an argument
  64526 2020-12-24 00:17 [ko1@a...            ] 221ca0f828 (master): * 2020-12-24 [ci skip]
  64527 2020-12-24 01:40 [ko1@a...            ] fb54574393 (master): Pass keyword options in assert_syntax_error
  64528 2020-12-24 01:40 [ko1@a...            ] 4a8ff22f0c (master): Reset paren_nest at tAREF and tASET [Bug #17431]
  64529 2020-12-24 01:51 [ko1@a...            ] 8feb40f49a (master): Document shareable_constant_value and other magic constants [doc]
  64531 2020-12-24 02:00 [ko1@a...            ] b32ed8aa41 (master): remove method__cache__clear
  64532 2020-12-24 04:14 [ko1@a...            ] 458d5175b9 (master): Small improvements in magic comments docs
  64533 2020-12-24 04:31 [ko1@a...            ] 7fcb6b3dbe (master): fix ractor-locking around rb_ractor_thread_list()
  64534 2020-12-24 04:31 [ko1@a...            ] 7340e7f827 (master): introduce rb_ractor_atfork()
  64535 2020-12-24 05:59 [ko1@a...            ] ae26d5bd41 (master): doc/fiber.md: fix typos
  64536 2020-12-24 09:33 [ko1@a...            ] 05a756b332 (master): [memory_view] Fix some grammar issues in a comment
  64537 2020-12-24 10:15 [ko1@a...            ] f755926ddd (master): test/ruby/test_module.rb: not depend on the order of method definitions
  64538 2020-12-24 11:43 [ko1@a...            ] 66719d7dc8 (master): etc: use atomic operation instead of mutex
  64540 2020-12-24 12:29 [ko1@a...            ] 1e215a66d2 (master): Fix class of method in Method#inspect for singleton classes of classes
  64541 2020-12-24 14:29 [ko1@a...            ] 6f29716f9f (master): shareable_constant_value: experimental_copy
  64542 2020-12-24 14:32 [ko1@a...            ] e43b5aa52d (master): remove redundant example.
  64543 2020-12-24 14:34 [ko1@a...            ] 8e1c0b2f93 (master): dir.c: chdir conflict should raise only when called in different thread
  64544 2020-12-24 14:37 [ko1@a...            ] 5696c69354 (master): Redocument Fiber#transfer
  64545 2020-12-24 14:37 [ko1@a...            ] 24ae0e8ed7 (master): Review comments    
  64546 2020-12-24 14:58 [ko1@a...            ] 8c510e4095 (master): NEWS.md: grammatical improvement
  64547 2020-12-24 15:37 [ko1@a...            ] 8aa299de24 (master): Tweak magic comments [doc]
  64548 2020-12-24 16:02 [ko1@a...            ] 176b75747c (master): Add NEWS entries about JIT in Jul ~ Dec
  64549 2020-12-24 16:07 [ko1@a...            ] e44a8bd791 (master): Let's be more accurate [ci skip]
  64550 2020-12-24 16:19 [ko1@a...            ] a76082f499 (master): Add call-seq to Ractor doc; improve wording [doc]
  64551 2020-12-24 16:23 [ko1@a...            ] b343d54792 (master): Use RBIMPL_COMPILER_{SINCE, BEFORE} for MSVC
  64552 2020-12-24 16:38 [ko1@a...            ] f910a27d37 (master): README.md: Haiku is currently unsupported
  64553 2020-12-24 17:02 [ko1@a...            ] 1729fd8c0a (master): doc/contributing.rdoc: remove outdated content
  64554 2020-12-24 17:04 [ko1@a...            ] 1415653c84 (master): Redocument non-blocking Fibers and scheduler
  64555 2020-12-24 17:15 [ko1@a...            ] 85f0179479 (master): doc/keywords.rdoc: mention pattern matching in the `in` keyword section
  64556 2020-12-24 17:19 [ko1@a...            ] eb3944c287 (master): Bundle RBS 1.0.0.pre2 (#3991)
  64557 2020-12-24 17:52 [ko1@a...            ] 8664c3ddef (master): update doc/ractor.md
  64558 2020-12-24 18:04 [ko1@a...            ] 1a74fb011d (master): doc/maintainers.rdoc: typo
  64559 2020-12-24 18:59 [ko1@a...            ] 7ca2ca9e32 (master): Remove unneeded code
  64560 2020-12-24 19:38 [ko1@a...            ] 9f9a389d95 (master): doc/syntax/pattern_matching.rdoc: fix typos, grammar, style
  64561 2020-12-24 19:38 [ko1@a...            ] c601a7ecfd (master): doc/keywords.rdoc: fix typo
  64562 2020-12-24 21:27 [ko1@a...            ] c752d29bbf (master): Bundle RBS 1.0.0 (#3994)
  64563 2020-12-24 22:59 [ko1@a...            ] bdbbfd1fa5 (master): Store errno in struct rb_process_status
  64564 2020-12-24 23:14 [ko1@a...            ] 2c752ff930 (master): Fix a typo [ci skip]
  64565 2020-12-24 23:32 [ko1@a...            ] 167dc37632 (master): [ruby/irb] Try not to register the exact same measuring method twice
  64566 2020-12-24 23:32 [ko1@a...            ] 0db9842b2c (master): [ruby/reline] Delete the last char of a line by dw
  64567 2020-12-24 23:32 [ko1@a...            ] 8d5d139afa (master): [ruby/reline] Suppress crashing when boken prompt_list is given
  64568 2020-12-24 23:32 [ko1@a...            ] 9a7647d9eb (master): [ruby/reline] Doesn't contain terminate spaces by cw
  64569 2020-12-24 23:32 [ko1@a...            ] 634b231f33 (master): [ruby/reline] Discard prompt cache by changing mode icon
  64570 2020-12-24 23:58 [ko1@a...            ] 81562f943e (master): Updated access to Process::Status attributes
  64571 2020-12-25 00:14 [ko1@a...            ] c64a067d05 (master): configure.ac: Make it possible to build on Android Termux
  64572 2020-12-25 00:15 [ko1@a...            ] 0356c3269a (master): * 2020-12-25 [ci skip]
  64573 2020-12-25 00:56 [ko1@a...            ] d143b75f8e (master): Adjusted indents [ci skip]
  64574 2020-12-25 01:29 [ko1@a...            ] 32616229e3 (master): [ruby/irb] Version 1.3.0
  64575 2020-12-25 01:29 [ko1@a...            ] 523b520b44 (master): [ruby/reline] 0.2.0
  64576 2020-12-25 01:45 [ko1@a...            ] 9b091084a1 (master): [memory_view] Add documentation [ci skip]
  64577 2020-12-25 01:59 [ko1@a...            ] 8981a63f12 (master): Update TypeProf to 0.11.0 (#3996)
  64578 2020-12-25 02:08 [ko1@a...            ] db2ebbd71b (master): Optimize calls to `Kernel#hash` (#3987)
  64579 2020-12-25 07:15 [ko1@a...            ] c3f91f9d88 (master): [DOC] Fix typos    
  64580 2020-12-25 07:22 [ko1@a...            ] 93a1ef6709 (master): Fix typos          
  64581 2020-12-25 09:52 [ko1@a...            ] 45f3d48106 (master): USE_RUBY_DEBUG_LOG is not defined !devel build
  64582 2020-12-25 10:23 [ko1@a...            ] 1ba77ff8aa (master): Update stdlib section for Ruby 3.0
  64583 2020-12-25 11:20 [ko1@a...            ] 888cf28a7e (master): define RGENGC_DEBUG_ENABLED() as 0
  64584 2020-12-25 11:33 [ko1@a...            ] 1f18f5c61e (master): Sort URLs by issue numbers and remove duplicated [ci skip]
  64585 2020-12-25 12:07 [ko1@a...            ] 78677f105d (master): Disable DTrace in FreeBSD (#3999)
  64586 2020-12-25 12:32 [ko1@a...            ] 6a0bbc55b6 (master): Updated bundled_gems
  64587 2020-12-25 12:34 [ko1@a...            ] 5c6f5b16c6 (ruby_3_0): Update stdlib section for Ruby 3.0
  64588 2020-12-25 12:34 [ko1@a...            ] a628a108fe (ruby_3_0): USE_RUBY_DEBUG_LOG is not defined !devel build
  64589 2020-12-25 12:34 [ko1@a...            ] 0a31310b99 (ruby_3_0): define RGENGC_DEBUG_ENABLED() as 0
  64590 2020-12-25 12:34 [ko1@a...            ] 312171907c (ruby_3_0): Sort URLs by issue numbers and remove duplicated [ci skip]
  64591 2020-12-25 12:34 [ko1@a...            ] 95aff21468 (ruby_3_0): Disable DTrace in FreeBSD (#3999)
  64592 2020-12-25 15:22 [ko1@a...            ] 09216f63ba (master): test/test_trick.rb: Add a test file for TRICK entries (#3988)
  64593 2020-12-25 16:01 [ko1@a...            ] caae14d90b (master): test_trick.rb: Make the encoding explicit for code written in UTF-8
  64594 2020-12-25 17:09 [ko1@a...            ] c591ab11ce (master): Development of 3.1.0 started.
  64595 2020-12-25 17:33 [ko1@a...            ] 7e3d710a22 (master): Copy NEWS.md to doc/NEWS-3.0.0.md and update for 3.1.0
  64596 2020-12-25 17:45 [ko1@a...            ] ddacff2b41 (master): Follow up on variations of the development start messages [ci skip]
  64597 2020-12-25 20:11 [ko1@a...            ] 7a4b8d8700 (master): [memory_view] Fix a comment
  64598 2020-12-25 21:59 [ko1@a...            ] a01d28fed7 (master): test/test_trick.rb: increase timeout of some tests
  64599 2020-12-25 22:09 [ko1@a...            ] aaf0474e76 (master): Adjusted the heading level of "Block Arguments" [ci skip]
  64600 2020-12-25 22:10 [ko1@a...            ] 255ee4de8c (master): Update method definition documentation

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