[前][次][スレッド一覧][上]
ruby-changes:71501-71600
71501 2022-03-25 01:14 [ko1@a... ] 8f6eaca2e1 (master): Delete ID from constant cache table if it becomes empty on ISEQ free
71502 2022-03-25 01:14 [ko1@a... ] 8008fb7352 (master): Update formatting per feedback
71503 2022-03-25 01:14 [ko1@a... ] 629908586b (master): Finer-grained inline constant cache invalidation
71504 2022-03-25 01:15 [ko1@a... ] 33b13bd9f1 (master): * 2022-03-25 [ci skip]
71505 2022-03-25 04:31 [ko1@a... ] 343ea9967e (master): Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
71506 2022-03-25 09:53 [ko1@a... ] 8e3fbf9432 (master): Merge psych master: Removed the bundled libyaml
71507 2022-03-25 09:53 [ko1@a... ] bfdceab313 (master): Try to remove yaml sources from depend
71508 2022-03-25 09:53 [ko1@a... ] 033d979640 (master): Disabled cross compile for unknown errors with psych build
71509 2022-03-25 09:53 [ko1@a... ] 829754b329 (master): Added libyaml-dev into BASERUBY check
71510 2022-03-25 09:53 [ko1@a... ] 0292a34c9c (master): Removed libyaml object files from depends
71511 2022-03-25 20:28 [ko1@a... ] 7ee26740e4 (master): [ruby/readline-ext] Removed the duplicated dependencies
71512 2022-03-25 20:29 [ko1@a... ] 69967ee64e (master): Revert "Finer-grained inline constant cache invalidation"
71513 2022-03-26 00:52 [ko1@a... ] f918f6e4e7 (master): [DOC] Repair format and links in What's Here sections (#5711)
71514 2022-03-26 00:52 [ko1@a... ] 52793c007b (master): * 2022-03-26 [ci skip]
71515 2022-03-26 02:17 [ko1@a... ] d0b7df8153 (master): Fix formatting of What's Here for File (#5717)
71516 2022-03-26 03:48 [ko1@a... ] 1a002d9ade (master): Fix formatting errors in What's Here for Array, Hash, ENV (#5718)
71517 2022-03-26 05:44 [ko1@a... ] 7f93b7dc88 (master): [DOC] Fix formatting for What's Here in IO (#5719)
71518 2022-03-26 06:34 [ko1@a... ] f79765abe8 (master): Update NEWS for {Kernel, TracePoint}#binding change
71519 2022-03-26 21:20 [ko1@a... ] 300f4677c9 (master): [DOC] Use simple references to operator methods
71520 2022-03-27 02:42 [ko1@a... ] e699e2d9bf (master): Enhanced RDoc for String (#5723)
71521 2022-03-27 02:43 [ko1@a... ] 956e57f7f3 (master): * 2022-03-27 [ci skip]
71522 2022-03-27 11:24 [ko1@a... ] 1b0f05168d (master): [DOC] Fix references to unary operator
71523 2022-03-27 19:34 [ko1@a... ] ca85f16a7d (master): ext/psych/extconf.rb: Fail when libyaml is unavailable
71524 2022-03-28 04:45 [ko1@a... ] 63f6dce09e (master): * 2022-03-28 [ci skip]
71525 2022-03-28 10:43 [ko1@a... ] c3555e3da4 (master): Added entry of Psych changes for #18571
71526 2022-03-28 11:00 [ko1@a... ] 4e580bd67a (master): Fix a link [ci skip]
71527 2022-03-28 15:05 [ko1@a... ] 282baa6943 (master): [DOC] Move the entry for [Feature #18571]
71528 2022-03-28 17:12 [ko1@a... ] 152bb3c0b4 (master): Use m4 comments outside macros in m4 files
71529 2022-03-28 17:12 [ko1@a... ] 2cb3efffcf (master): Extract RUBY_REQUIRE_FUNCS
71530 2022-03-28 17:12 [ko1@a... ] 5568cd5a55 (master): Fix a missing comma
71531 2022-03-28 17:28 [ko1@a... ] 035b75c8f4 (master): Update zlib version to 1.2.12
71532 2022-03-28 23:03 [ko1@a... ] ae650f0372 (master): Remove unneeded function declarations in gc.c
71533 2022-03-29 00:48 [ko1@a... ] 8db4f25bf4 (master): Update to ruby/spec@aaf998f
71534 2022-03-29 00:48 [ko1@a... ] 79bd12a6e4 (master): * 2022-03-29 [ci skip]
71535 2022-03-29 06:00 [ko1@a... ] 51e98eab1f (master): Fix Ractor.receive_if + rb_vm_barrier() deadlock
71536 2022-03-29 19:07 [ko1@a... ] 8e2a2ba0f9 (master): Merge psych master
71537 2022-03-29 20:20 [ko1@a... ] c8e1ae4db7 (master): [DOC] Repair format of What's Here sections in object.c (#5722)
71538 2022-03-29 20:58 [ko1@a... ] c67088dbae (master): [ruby/psych] Try bundled libyaml source if pre-installed is unavailable
71539 2022-03-30 00:21 [ko1@a... ] 87123c4fc7 (master): Refactor test_dump_all to make assertions about the contents of the dumped hash
71540 2022-03-30 00:21 [ko1@a... ] f3b58e1d38 (master): * 2022-03-30 [ci skip]
71541 2022-03-30 04:10 [ko1@a... ] 173a6b6a80 (master): Make define_singleton_method always define a public method
71542 2022-03-30 07:29 [ko1@a... ] 6d3f447aec (master): Fix multiplex backreferencs near end of string in regexp match
71543 2022-03-30 10:14 [ko1@a... ] 3c6a0033e3 (master): Avoid trace events in implementation of TracePoint#enable
71544 2022-03-30 10:14 [ko1@a... ] 9c1d32a7ad (master): Make TracePoint#enable with block target current thread by default
71545 2022-03-30 10:14 [ko1@a... ] 3cad54a246 (master): Fix comment
71546 2022-03-30 10:14 [ko1@a... ] 750e18594b (master): Update comment for TracePoint#enable
71547 2022-03-30 10:14 [ko1@a... ] d8dfabbfe6 (master): Fix spec description
71549 2022-03-30 11:00 [ko1@a... ] 0bca029d2f (master): [DOC] Use simple references to operator methods
71550 2022-03-30 11:31 [ko1@a... ] 71aa43c725 (master): [ruby/psych] Configure libyaml from the original source
71551 2022-03-30 14:38 [ko1@a... ] 8d27d00af5 (master): Fix locations of the second argument
71552 2022-03-30 16:36 [ko1@a... ] 42a0bed351 (master): Prefix ccan headers (#4568)
71553 2022-03-30 16:50 [ko1@a... ] ce87bb8bd6 (master): re.c: Add `timeout` keyword for Regexp.new and Regexp#timeout
71554 2022-03-30 16:50 [ko1@a... ] 34b288f8d4 (master): doc/regexp.rdoc: Add explanation about Regexp timeout configuration
71555 2022-03-30 16:51 [ko1@a... ] a94002115b (master): thread.c: Move double2hrtime and hrtime2double to hrtime.h
71556 2022-03-30 16:51 [ko1@a... ] ffc3b37f96 (master): re.c: Add Regexp.timeout= and Regexp.timeout
71557 2022-03-30 16:51 [ko1@a... ] 23530d68cb (master): ractor.c: Add a helper function to ensure the context is a main ractor
71559 2022-03-30 16:51 [ko1@a... ] ad808506b3 (master): Update dependencies
71560 2022-03-30 16:51 [ko1@a... ] 5df2589b64 (master): internal/ractor.h: Added
71561 2022-03-30 22:33 [ko1@a... ] dde164e968 (master): Decouple incremental marking step from page sizes
71562 2022-03-30 23:08 [ko1@a... ] 75efbb98af (master): [ruby/psych] Propagate the host configuration to libyaml
71563 2022-03-31 03:04 [ko1@a... ] fbaadd1cfe (master): Do not autosplat array in block call just because keywords accepted
71564 2022-03-31 03:04 [ko1@a... ] 0dd63216e3 (master): * 2022-03-31 [ci skip]
71565 2022-03-31 03:40 [ko1@a... ] 79b59fee16 (master): Update NEWS for proc autosplat change
71566 2022-03-31 03:46 [ko1@a... ] ffcdbedbfb (master): Repaired What's Here sections for Range, String, Symbol, Struct (#5735)
71567 2022-03-31 04:14 [ko1@a... ] 0cb43034b4 (master): Repair format for What's Here in Dir (#5737)
71568 2022-03-31 07:09 [ko1@a... ] 9f306618b1 (master): [Bug #18667] Define RUBY_API_VERSION on Windows
71569 2022-03-31 08:35 [ko1@a... ] 3a70d4cd60 (master): [DOC] Fix ghcr link
71571 2022-03-31 10:52 [ko1@a... ] 663c297e34 (master): Remove CI configuration files from extracted bundled gems
71572 2022-03-31 10:52 [ko1@a... ] abfd859b13 (master): Remove github and git related files from extracted bundled gems
71573 2022-03-31 12:18 [ko1@a... ] 217cea7812 (master): [ruby/psych] Remove `unknown` vendor for cross-compiling tool prefix
71574 2022-03-31 12:55 [ko1@a... ] ddd83e8462 (master): test/date/test_date_parse.rb: relax the time limit
71575 2022-03-31 18:01 [ko1@a... ] d8189ed23f (master): Return only captured range in `MatchData` [Bug #18670]
71576 2022-03-31 20:00 [ko1@a... ] 834c3b3545 (master): [rubygems/rubygems] Update bundler documentation to reflect bundle config scope changes
71577 2022-03-31 21:35 [ko1@a... ] af2ab0dd1c (master): [ruby/psych] Make a static library from PIC object files
71578 2022-04-01 00:17 [ko1@a... ] 8751769637 (master): [ruby/ostruct] Avoid using block_given in the presence of aliases
71579 2022-04-01 00:17 [ko1@a... ] 5357b6bfb2 (master): * 2022-04-01 [ci skip]
71580 2022-04-01 00:18 [ko1@a... ] 8a38419b73 (master): [ruby/ostruct] v0.5.5
71581 2022-04-01 00:23 [ko1@a... ] f380a25520 (master): Update default gems list at 8a38419b73ec2b698dd2d0462055f3 [ci skip]
71582 2022-04-01 03:40 [ko1@a... ] bb037f6d86 (master): Remove hard-coded swept slots threshold
71583 2022-04-01 06:26 [ko1@a... ] 2222032979 (master): Remove dependency on libcapstone
71584 2022-04-01 11:49 [ko1@a... ] e680e63e7e (master): [ruby/psych] Output libyaml configure log
71585 2022-04-01 13:57 [ko1@a... ] 06f94d1784 (master): [ruby/net-protocol] Bump version to 0.1.3
71586 2022-04-01 13:57 [ko1@a... ] f24abc0bb2 (master): Update default gems list at 06f94d1784c6f00ba7d21af57af0d0 [ci skip]
71587 2022-04-01 14:44 [ko1@a... ] b3a05827c7 (master): debug.gem v1.5.0
71588 2022-04-01 14:44 [ko1@a... ] 7dfea79ebf (master): Update bundled gems list at b3a05827c716bbb6a54cb6924f5840 [ci skip]
71589 2022-04-01 21:46 [ko1@a... ] 76572e5a7f (master): [Feature #18619] Reverse the order of compaction movement
71590 2022-04-01 21:46 [ko1@a... ] c26a85fc96 (master): [Feature #18619] Remove redundant compaction path
71591 2022-04-01 21:46 [ko1@a... ] d8352ff3ac (master): [Feature #18619] remove FL_FROM_FREELIST
71592 2022-04-01 23:23 [ko1@a... ] d1d48cb690 (master): Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
71593 2022-04-01 23:27 [ko1@a... ] fe21b7794a (master): Use mmap for heap page allocation only
71594 2022-04-01 23:52 [ko1@a... ] 651b832c1b (master): extract magic number from gc_sweep_step
71595 2022-04-02 02:49 [ko1@a... ] 58adb1636b (master): [ruby/net-http] Update the content-length heading when decoding bodies
71596 2022-04-02 02:49 [ko1@a... ] b61e469c74 (master): * 2022-04-02 [ci skip]
71597 2022-04-02 03:48 [ko1@a... ] 20c190f95a (master): Fix up global name references in misc/lldb_disasm.py
71598 2022-04-02 03:48 [ko1@a... ] 6068da8937 (master): Finer-grained constant cache invalidation (take 2)
71599 2022-04-02 13:58 [ko1@a... ] 45ee8ad921 (ruby_3_0): * 2022-04-02 [ci skip]
71600 2022-04-02 13:58 [ko1@a... ] 5fafd801fb (ruby_3_0): bundle zlib-1.2.12 instead of 1.2.11.
[前][次][スレッド一覧][上]