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

ruby-changes:66501-66600

  66501 2021-06-17 10:14 [ko1@a...            ] e4f891ce8d (master): Adjust styles [ci skip]
  66502 2021-06-17 14:07 [ko1@a...            ] 95ef545997 (master): [rubygems/rubygems] Close then unlink tempfiles on Windows
  66503 2021-06-17 23:59 [ko1@a...            ] c639b58823 (master): Refactor heap_set_increment
  66504 2021-06-18 02:34 [ko1@a...            ] acae5f363d (master): ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
  66505 2021-06-18 02:34 [ko1@a...            ] fb01411ae8 (master): node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
  66506 2021-06-18 02:34 [ko1@a...            ] ed3e30fc09 (master): * 2021-06-18 [ci skip]
  66507 2021-06-18 03:35 [ko1@a...            ] dfba87cd62 (master): Make it possible to get AST::Node from Thread::Backtrace::Location
  66508 2021-06-18 03:35 [ko1@a...            ] 0a36cab1b5 (master): Enable USE_ISEQ_NODE_ID by default
  66509 2021-06-18 03:35 [ko1@a...            ] ea6062898a (master): Remove LOCATION_TYPE_ISEQ_CALCED state from Backtrace::Location
  66510 2021-06-18 10:58 [ko1@a...            ] 1de063a10b (master): Add section on build requirements to the README
  66511 2021-06-18 14:21 [ko1@a...            ] bdeaa60e7b (master): Make frozen Time Ractor-shareable
  66512 2021-06-18 19:13 [ko1@a...            ] 9d96837dbd (master): Bump matrix version to 0.4.2
  66513 2021-06-19 02:03 [ko1@a...            ] 53a094ea45 (master): * 2021-06-19 [ci skip]
  66514 2021-06-19 10:55 [ko1@a...            ] 72a4e1d3bb (master): Tweak description of TracePoint :line event
  66515 2021-06-21 11:08 [ko1@a...            ] 28933c1071 (master): Adjust indents     
  66516 2021-06-21 11:08 [ko1@a...            ] 86b5c15e70 (master): * 2021-06-21 [ci skip]
  66517 2021-06-21 11:20 [ko1@a...            ] 60eee3c3cb (master): Fix syntax error in generated code
  66518 2021-06-21 17:36 [ko1@a...            ] c2f30aaade (master): [ruby/irb] Version 1.3.6
  66519 2021-06-21 18:44 [ko1@a...            ] 26f31f880c (master): [ruby/reline] Treat return key correctly on Windows
  66520 2021-06-21 18:44 [ko1@a...            ] c59bbd86a6 (master): [ruby/reline] Use ReadConsoleInputW() instead of getwch()
  66521 2021-06-21 18:44 [ko1@a...            ] 5e09da2f7a (master): [ruby/reline] Terminfo.tigetstr and tiparm should return String object
  66522 2021-06-21 18:44 [ko1@a...            ] cf6f686d29 (master): [ruby/reline] Remove an obsolete commented-out test
  66523 2021-06-21 18:44 [ko1@a...            ] 8135f489be (master): [ruby/reline] Add binding C-x C-x to em_exchange_mark on Windows
  66524 2021-06-21 18:44 [ko1@a...            ] 582b5705ab (master): [ruby/reline] Check existance of a constant, Fiddle::VERSION
  66525 2021-06-21 18:44 [ko1@a...            ] 60d1d6aa89 (master): [ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chain
  66526 2021-06-21 18:44 [ko1@a...            ] fa5a258e93 (master): [ruby/reline] Treat C-Space as M-Space on Windows
  66527 2021-06-21 18:44 [ko1@a...            ] b06218ce6f (master): [ruby/reline] Remove TODO comment in #render_partial
  66528 2021-06-21 18:44 [ko1@a...            ] 882c0d5015 (master): [ruby/reline] Reset config for random test
  66529 2021-06-21 18:44 [ko1@a...            ] cf186bfe14 (master): [ruby/reline] Add yamatanooroti test about set and exchange mark
  66530 2021-06-21 18:44 [ko1@a...            ] 1b543dc226 (master): [ruby/reline] Handle Errno::ENOTTY correctly
  66531 2021-06-21 18:44 [ko1@a...            ] 5cc11845b2 (master): [ruby/irb] Improve stackprof measure
  66532 2021-06-21 18:44 [ko1@a...            ] 30cc07fdc1 (master): Check Ruby version to use Fiddle with variadic args in test-all
  66533 2021-06-21 18:44 [ko1@a...            ] 00b027a69b (master): [ruby/reline] Fix explamation of #read_io
  66534 2021-06-21 18:44 [ko1@a...            ] 242bad9a87 (master): [ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTY
  66535 2021-06-21 18:44 [ko1@a...            ] 95a3cdade6 (master): [ruby/reline] Remove FIXME comment in #render
  66536 2021-06-21 18:44 [ko1@a...            ] 90df426426 (master): [ruby/reline] Version 0.2.6
  66537 2021-06-21 19:31 [ko1@a...            ] 089a26b0a6 (master): Use Encoding.default_external for tests of Readline::HISTORY
  66539 2021-06-21 22:12 [ko1@a...            ] 9498ea9385 (master): Revert "Use Encoding.default_external for tests of Readline::HISTORY"
  66540 2021-06-21 22:12 [ko1@a...            ] e11800e114 (master): Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistory
  66541 2021-06-21 22:12 [ko1@a...            ] 574c8ee9f1 (master): Call Reline.test_reset in teardown of tests for readline definitely
  66542 2021-06-21 22:26 [ko1@a...            ] 215fd1bf2c (master): Call Reline-specific method in helper file
  66543 2021-06-21 22:28 [ko1@a...            ] 06d52249de (master): Call super method by teardown of tests of Reline as Readline
  66544 2021-06-21 23:12 [ko1@a...            ] 8509532c78 (master): Fix finish_using_lib_reline
  66545 2021-06-22 02:40 [ko1@a...            ] c1741df1a1 (master): What's Here for Numeric and Comparable
  66546 2021-06-22 02:40 [ko1@a...            ] e2599a358d (master): * 2021-06-22 [ci skip]
  66547 2021-06-22 09:48 [ko1@a...            ] 4b28fea6ee (master): Run ifchange with shell explicitly, workaround of noexec mount
  66548 2021-06-22 11:05 [ko1@a...            ] 6a48f62c51 (master): [ruby/readline-ext] Version 0.1.2
  66549 2021-06-22 16:38 [ko1@a...            ] ff609eee98 (master): Avoid a duplicated method definition of Object#stub
  66550 2021-06-22 19:18 [ko1@a...            ] 3deb5d7113 (master): Direct io for accept, send, sendmsg, recvfrom, and related methods.
  66551 2021-06-22 19:49 [ko1@a...            ] 45e65f302b (master): Deprecate and rework old (fd) centric functions.
  66552 2021-06-22 19:49 [ko1@a...            ] fcc6fd23ec (master): Rework `sysread` to use blocking `read_internal_locktmp`.
  66553 2021-06-22 20:16 [ko1@a...            ] e01fa2f6ff (master): Add fiber scheduler news.
  66554 2021-06-22 20:18 [ko1@a...            ] eef3c08edc (master): Fix NEWS formatting.
  66555 2021-06-22 20:52 [ko1@a...            ] bce0021f75 (master): [Documentation] Fix typo, formatting in `time.c`
  66556 2021-06-22 22:33 [ko1@a...            ] de779f4a62 (master): [ruby/irb] Sort ls result ordered by anscestry
  66557 2021-06-23 06:34 [ko1@a...            ] 4f77a54f07 (master): Fix asan error when walking heap for T_PAYLOAD objects
  66558 2021-06-23 06:34 [ko1@a...            ] ad58845695 (master): * 2021-06-23 [ci skip]
  66559 2021-06-23 09:24 [ko1@a...            ] 87e52ee38b (master): Fix a link [ci skip]
  66560 2021-06-23 10:09 [ko1@a...            ] 3b615f4353 (master): Strip trailing spaces
  66561 2021-06-23 10:09 [ko1@a...            ] fd7023a87e (master): Convert ssize_t properly
  66562 2021-06-23 10:23 [ko1@a...            ] 46ff44ef17 (master): Add nilclass.rb to .document
  66563 2021-06-23 10:56 [ko1@a...            ] def7b3ee09 (master): Get rid of pointer casting
  66564 2021-06-23 10:56 [ko1@a...            ] 0700ee0e94 (master): Refactor class variable cache functions
  66565 2021-06-23 11:06 [ko1@a...            ] c483aa8394 (master): [ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCase
  66566 2021-06-23 11:06 [ko1@a...            ] 6aaa1c4d09 (master): [ruby/rdoc] Use pend instead of skip
  66567 2021-06-23 11:06 [ko1@a...            ] 193eea9dcd (master): [ruby/rdoc] Specify working directory for RDoc::Options#check_files
  66568 2021-06-23 11:06 [ko1@a...            ] f2e39e5fed (master): [ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rb
  66569 2021-06-23 12:42 [ko1@a...            ] 8f16a715e1 (master): Revert deprecations for now
  66570 2021-06-23 12:54 [ko1@a...            ] 923b365224 (master): Close UserInteraction for tests to fix leaked file descriptors
  66571 2021-06-23 14:25 [ko1@a...            ] 950c7a12ef (master): Make temporary directory under the regular location
  66572 2021-06-23 15:16 [ko1@a...            ] 69ce9e4187 (master): Clear default configurations
  66573 2021-06-23 18:48 [ko1@a...            ] ddb8739634 (master): Clear rdoc options in the global rubygems configuration
  66574 2021-06-23 19:18 [ko1@a...            ] 298d65b1e4 (master): Discard RDOCOPT environment variable to make tests stable
  66575 2021-06-23 19:18 [ko1@a...            ] 09e7a0c4a4 (master): Dispose the global rubygems configuration wholely
  66576 2021-06-23 21:00 [ko1@a...            ] 557b4eb4aa (master): Add detailed message to assert_external_string_equal
  66577 2021-06-23 21:49 [ko1@a...            ] 7c31ecd3ac (master): Add parentheses to avoid pointless condition
  66578 2021-06-23 23:42 [ko1@a...            ] 2fb435b3ab (master): Add Related link from String#hash to Object#hash
  66579 2021-06-24 00:48 [ko1@a...            ] 263f966244 (ruby_2_6): merge revision(s) 17aeff3e77e6fe0d37a9943dd93bcb16c4bb9f66,1616dcb16ef34ebf4ffc2167292f9a779f3e121e,1616dcb16ef34ebf4ffc2167292f9a779f3e121e: 
  66580 2021-06-24 02:03 [ko1@a...            ] 8209b73580 (master): Evacuate transient heap when enabling ractors
  66581 2021-06-24 02:03 [ko1@a...            ] b29c48efc0 (master): * 2021-06-24 [ci skip]
  66582 2021-06-24 03:34 [ko1@a...            ] 31f4d26273 (master): Check type of instruction - can be INSN or ADJUST
  66583 2021-06-24 12:48 [ko1@a...            ] 0fbdaaf7c9 (master): rand_bytes: prefer rng->get_bytes
  66584 2021-06-24 13:02 [ko1@a...            ] 6875408583 (master): Introduced RUBY_CRLF_ENVIRONMENT to simplify repeated condition
  66585 2021-06-24 13:02 [ko1@a...            ] 4c8c3fb230 (master): Load rubygems before default gems
  66586 2021-06-24 17:09 [ko1@a...            ] 358a357f72 (master): Reduce repeated same code
  66587 2021-06-24 18:02 [ko1@a...            ] 1356b90c91 (master): Prefer configured command as RM_RF
  66588 2021-06-24 18:02 [ko1@a...            ] 627aafac86 (master): Remove also debug symbol directory at clean on macOS
  66589 2021-06-24 21:23 [ko1@a...            ] e1c3cb9357 (master): test: imply random test order by --seed option
  66590 2021-06-24 21:23 [ko1@a...            ] fb978fab6d (master): Tests for MiniTest define anonymous test cases
  66591 2021-06-24 21:57 [ko1@a...            ] 189f154786 (master): [DOC] fixed return value of ENV.clone [ci skip]
  66592 2021-06-25 04:22 [ko1@a...            ] a2592702ae (master): Actually ignore FNM_CASEFOLD flag in Dir.glob
  66593 2021-06-25 04:22 [ko1@a...            ] 3ab68b910f (master): * 2021-06-25 [ci skip]
  66594 2021-06-25 04:25 [ko1@a...            ] be230615d0 (master): Remove shift of ep when computing Proc#hash
  66595 2021-06-25 17:29 [ko1@a...            ] 7641a83d1f (master): [ruby/racc] Removed needless condition for old versions of RubyGems.
  66596 2021-06-25 17:29 [ko1@a...            ] 71344a1d63 (master): [ruby/racc] Stop compressing integer lists
  66597 2021-06-25 17:29 [ko1@a...            ] b036a44e57 (master): [ruby/racc] Remove Object monkey patch
  66598 2021-06-25 17:29 [ko1@a...            ] dd0a9507a2 (master): [ruby/racc] Drop to support Ruby 2.4
  66599 2021-06-25 17:29 [ko1@a...            ] 77c1f6b1ec (master): [ruby/racc] Followed up #162
  66600 2021-06-25 17:29 [ko1@a...            ] b048fd572a (master): Followed up 66d2fc7989d741bf5a73286233139901cecb4fc2

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