[前][次][番号順一覧][上]
ruby-changes:66201-66300
66201 2021-05-14 07:19 [ko1@a... ] 434cd3c399 (master): What's Here for BasicObject (#4499)
66202 2021-05-14 09:40 [ko1@a... ] 7cf90f99f5 (master): Refix PAGE_SIZE
66203 2021-05-14 09:40 [ko1@a... ] a168c47728 (master): Make USE_MMAP_ALIGNED_ALLOC static const
66204 2021-05-14 13:44 [ko1@a... ] cf1e1879f1 (master): ext/objspace/lib/objspace/trace.rb: Added
66205 2021-05-14 15:40 [ko1@a... ] f691c15792 (master): ext/objspace/lib/objspace/trace.rb: Remove the original Kernel#p
66206 2021-05-14 15:45 [ko1@a... ] 702961a88b (master): test/ruby/test_refinement.rb: prevent "assigned but unused variable"
66207 2021-05-14 18:10 [ko1@a... ] f210d456a8 (master): test/objspace/test_objspace.rb: check stderr before stdout
66208 2021-05-14 18:10 [ko1@a... ] 5f8bca3257 (master): tool/lib/minitest/mock.rb: define Object#stub only when not defined
66209 2021-05-15 19:13 [ko1@a... ] eef406acf4 (master): [ruby/irb] IRB should use the latest Reline, 0.2.5
66210 2021-05-15 19:13 [ko1@a... ] 3e1d32a233 (master): * 2021-05-15 [ci skip]
66211 2021-05-16 00:07 [ko1@a... ] 8560f34246 (master): Fix a typo [ci skip]
66212 2021-05-16 00:07 [ko1@a... ] de6e76ff25 (master): * 2021-05-16 [ci skip]
66213 2021-05-16 18:28 [ko1@a... ] adafa8105f (master): PAGE_SIZE is never used on msys/mingw
66214 2021-05-17 08:33 [ko1@a... ] 229cb0fcdb (master): [Win32] long path name support [Bug #12551]
66215 2021-05-17 08:33 [ko1@a... ] 35981cb5e9 (master): * 2021-05-17 [ci skip]
66216 2021-05-17 08:50 [ko1@a... ] 167cff6a5d (master): NEWS.md: mention lib/objspace/trace.rb [Feature #17762]
66217 2021-05-17 11:21 [ko1@a... ] bcaa6aecea (master): [ruby/psych] Removed needless platform detection
66218 2021-05-17 11:21 [ko1@a... ] 830778db95 (master): [ruby/psych] feat: allow scalars and sequences to be styled when dumped
66219 2021-05-17 11:21 [ko1@a... ] c7c2ad5749 (master): [ruby/psych] Introduce `Psych.unsafe_load`
66220 2021-05-17 11:21 [ko1@a... ] a3ceed50b8 (master): [ruby/psych] Fix symabolize_name with non-string keys
66221 2021-05-17 11:21 [ko1@a... ] df86a13cc1 (master): [ruby/psych] Import test assertions from ruby/ruby
66222 2021-05-17 11:21 [ko1@a... ] fbb4e3f96c (master): [ruby/psych] Use Psych.safe_load by default
66223 2021-05-17 11:21 [ko1@a... ] b0e21197ce (master): [ruby/psych] Bump version
66224 2021-05-17 11:21 [ko1@a... ] 42b20bdbfe (master): [ruby/psych] remove deprecated interface
66225 2021-05-17 11:38 [ko1@a... ] da5b283963 (master): test/ostruct/test_ostruct.rb: Use YAML.unsafe_load instead of YAML.load
66226 2021-05-17 12:00 [ko1@a... ] 8e91b969df (master): Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea
66227 2021-05-17 12:05 [ko1@a... ] d8fd92f620 (master): Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdoc
66228 2021-05-17 12:55 [ko1@a... ] ffdf0232ef (master): lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_options
66229 2021-05-17 12:57 [ko1@a... ] dfecc650c3 (master): Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rb
66230 2021-05-17 13:38 [ko1@a... ] a0e97b0e2e (master): Use YAML.unsafe_load instead of YAML.load.
66231 2021-05-17 14:31 [ko1@a... ] f367b4ffe7 (master): assert_equal accepts an expected value as the first argument
66232 2021-05-17 14:31 [ko1@a... ] 31a757a442 (master): Make the test pass with the old libyaml
66233 2021-05-17 15:29 [ko1@a... ] e36da7ba18 (master): Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbd
66234 2021-05-17 15:43 [ko1@a... ] 008a63c477 (master): Revert "Use YAML.unsafe_load instead of YAML.load."
66235 2021-05-17 19:23 [ko1@a... ] 1f91627c8e (master): Removed EOL version from .github/workflows/spec_guards.yml
66236 2021-05-17 20:16 [ko1@a... ] 2de594ca98 (master): [flori/json] Deduplicate strings inside json_string_unescape
66237 2021-05-17 20:16 [ko1@a... ] 8a974dc83c (master): [flori/json] Fix incorrect `#` position in API doc
66238 2021-05-17 20:16 [ko1@a... ] 1d2b4ccaf2 (master): [flori/json] Refactor json_string_unescape
66239 2021-05-17 20:16 [ko1@a... ] ee611341c9 (master): Bump version of required_ruby_version to 2.3. Fixes #464
66240 2021-05-18 03:19 [ko1@a... ] 2321ade41d (master): Prefer respond_to? to defined? in MSpec
66241 2021-05-18 03:19 [ko1@a... ] 4ba97c6ffc (master): * 2021-05-18 [ci skip]
66242 2021-05-18 11:38 [ko1@a... ] f8b001704e (fiddle-1-0-8): * 2021-05-18 [ci skip]
66243 2021-05-18 12:48 [ko1@a... ] 7bd3d6d23e (master): [ruby/fiddle] Bump version
66244 2021-05-18 12:48 [ko1@a... ] 8d63b1dc75 (master): [ruby/fiddle] Bump version
66245 2021-05-18 12:48 [ko1@a... ] 791e8eec66 (master): [ruby/fiddle] win32types: sort
66246 2021-05-18 12:48 [ko1@a... ] 25e56fe374 (master): [ruby/fiddle] Fix Win32Types for Windows 64-bit (#63)
66247 2021-05-18 12:48 [ko1@a... ] b2de5999d8 (master): [ruby/fiddle] closuRe: accept symbol as type
66248 2021-05-18 12:49 [ko1@a... ] 212d836cd7 (master): [ruby/fiddle] Remove wrong comment
66249 2021-05-18 12:49 [ko1@a... ] 8758b07b1e (master): [ruby/fiddle] Fix more Win32Types definitions
66250 2021-05-18 12:49 [ko1@a... ] 4d1bb460f6 (master): [ruby/fiddle] Add --enable-debug-build option to extconf.rb
66251 2021-05-18 12:49 [ko1@a... ] ab5212b3c9 (master): [ruby/fiddle] Add support for "const" in type
66252 2021-05-18 12:49 [ko1@a... ] 881b2dc898 (master): [ruby/fiddle] closuRe: add support for const char *
66253 2021-05-18 12:49 [ko1@a... ] 79717f81f8 (master): [ruby/fiddle] windows: link to ws2_32 for WSAGetLastError()
66254 2021-05-18 12:49 [ko1@a... ] 2579593a56 (master): [ruby/fiddle] Do not use a libdir for glibc, it breaks Linux PPC64 (#70)
66255 2021-05-18 12:49 [ko1@a... ] 71d4a493b8 (master): [ruby/fiddle] windows: add Fiddle.win32_last_socket_error{, =}
66256 2021-05-18 17:00 [ko1@a... ] 0d343bf823 (master): Update bundled_gems
66257 2021-05-18 17:37 [ko1@a... ] 8ab2afb20b (master): Use Test::Unit instead of Minitest::Unit
66258 2021-05-18 17:37 [ko1@a... ] 5a0b89de32 (master): Removed minitest/autorun
66259 2021-05-18 17:37 [ko1@a... ] 9bd79c2cef (master): Removed minitest/benchmark
66260 2021-05-18 18:53 [ko1@a... ] 6674dd61fd (master): Remove ubuntu-16.04 (already commented out)
66261 2021-05-18 19:02 [ko1@a... ] 837cbea64b (master): test/psych/test_coder.rb: Suppress non-parenthesis warnings
66262 2021-05-18 19:07 [ko1@a... ] ceea1ea8af (master): test/rubygems/test_gem_commands_open_command.rb: prevent a warning
66263 2021-05-18 19:22 [ko1@a... ] 6d6391bf67 (master): Update bundled_gems
66264 2021-05-18 22:16 [ko1@a... ] 6b32f1f338 (master): Object whats here (#4503)
66265 2021-05-18 23:28 [ko1@a... ] 7c716b686c (master): ext/json/parser/prereq.mk: fix warnings for code generated by ragel
66266 2021-05-19 06:53 [ko1@a... ] e4e416380d (master): Revert any references that are on the machine stack after compacting
66267 2021-05-19 06:53 [ko1@a... ] 637683c9f4 (master): * 2021-05-19 [ci skip]
66268 2021-05-19 10:39 [ko1@a... ] 1d170fdc6d (master): ext/json/parser/parser.h: Add fallback MAYBE_UNUSED
66269 2021-05-19 14:24 [ko1@a... ] adcbae8d49 (master): Removed minitest/mock
66270 2021-05-20 14:35 [ko1@a... ] 63663bb459 (master): Rename nucomp_false s nucomp_real_p_m
66271 2021-05-20 14:35 [ko1@a... ] 821e3c128f (master): * 2021-05-20 [ci skip]
66272 2021-05-20 19:14 [ko1@a... ] 5026f9a5d5 (master): compile.c: stop the jump-jump optimization if the second has any event
66273 2021-05-20 19:40 [ko1@a... ] dfe21ef7a1 (master): Do not block JIT with pending_stale_p
66274 2021-05-20 21:57 [ko1@a... ] c711093559 (master): Get rid of sporadic WSAEACCES on Windows
66275 2021-05-21 04:25 [ko1@a... ] 2e919e4a64 (master): Remove extra word in heredoc documentation
66276 2021-05-21 04:26 [ko1@a... ] a7fae2af72 (master): * 2021-05-21 [ci skip]
66277 2021-05-21 09:01 [ko1@a... ] a35d137a37 (master): [DOC] Moved `File.fnmatch?` to dir.rb
66278 2021-05-21 10:40 [ko1@a... ] 9edad0df74 (master): Remove short options with argument [Bug #17870]
66280 2021-05-21 13:42 [ko1@a... ] b1c73f239f (master): [ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CVE-2021-31799
66281 2021-05-21 15:55 [ko1@a... ] 10e63f3f56 (master): [ruby/rdoc] Vertical-bar is disallowed in path names on Windows
66282 2021-05-21 15:55 [ko1@a... ] f18a0b7654 (master): [ruby/rdoc] Follow-up rubygems
66283 2021-05-21 15:55 [ko1@a... ] a298bdf860 (master): [ruby/rdoc] Dir.children is 2.5+
66284 2021-05-21 15:55 [ko1@a... ] 21d24767e8 (master): [ruby/rdoc] Update rdoc.gemspec by adding lib/rdoc/markup/table.rb
66285 2021-05-21 15:55 [ko1@a... ] 59b327aa58 (master): [ruby/rdoc] Drop support for Ruby 2.4
66286 2021-05-21 18:12 [ko1@a... ] 817764bd82 (master): simple rescue+while+break should not use `throw`
66287 2021-05-21 18:26 [ko1@a... ] e9974a466a (master): Get rid of sporadic WSAEACCES on Windows
66288 2021-05-21 18:28 [ko1@a... ] 50a534a152 (master): ripper: wrap endless method in bodystmt [Bug #17869]
66289 2021-05-21 18:28 [ko1@a... ] 050bb06e66 (master): ripper: assertions for rescue/ensure in method body
66290 2021-05-22 01:12 [ko1@a... ] 636d4f7eb9 (master): Avoid setting the visibility of refinement method entries
66291 2021-05-22 01:12 [ko1@a... ] 0772f1b583 (master): * 2021-05-22 [ci skip]
66292 2021-05-22 01:14 [ko1@a... ] b2fc592c30 (master): Build CDHASH properly when loading iseq from binary
66293 2021-05-22 10:34 [ko1@a... ] 8b00bfb7c2 (master): Do not allow array modifications after freeze inside sort!
66294 2021-05-22 14:35 [ko1@a... ] c4162a4cb8 (master): Refined portability of test for [Bug #17739]
66295 2021-05-22 14:52 [ko1@a... ] 2a70d21484 (ruby_3_0): merge revision(s) b1c73f239fe9af97de837331849f55d67c27561e,bb570ce6d80d28cfc7131dcb72885eed2f989b30,b88d1e6b44164bca0c2b85ea6639469813e1e1d8,127f735c1e5e0771076caf2a74390757a42fb177,f3f1a666c77f8c528b0adc9ccf78e4b9910bd6e0,fa048a0f8523cefde5428805dd334691486319e6,d5d1c41728d65acfb8aa2cf95f2d8ac88f271cd1,52ebaf718e6a78297ceb0dff49815eeed28eae45,7fe22152fc28084f4395fece84ff6e5eb2d6b288,19e6d271266eca5925e66fc8ec39b251a2fa6bcd,05898c5b9001c0b1e8bd7bf0d12b42a8e7c388b8,3651f678a719ae3a35825bcb4e0dabbc7c60d8df,10b082064e6ab0943cce4ef43e567d8044c7096d,de8e6218a3257fe19b46ff0aa157e66f452ac8b7,971a0cd246db6578e1ea8760a903e1a23e3681f3,61a29a41e1d0d11a9963315aa86d25ed690124c0,ff9a00887161840eb8a34d53749a7d7962181cfe,fad3412d475b57055f426cf4e86eafeab516672b,54aa11efa8b1be2c5d20402890d6d2fa90aa19a8,e84d275fe6d0c14ba58ce73b13323879c060b7ae,61e1cf23ac0d122fba3ad4cbaa402c7c94ad54d3,a6948329f8f89fb390215086fe4a888915fd589e,64b991b0cd98ee8f23266b8cbea0fa34bdaab1ec,b1c73f239fe9af97de837331849f55d67c27561e,0ee24b4fab1a1faef600a42c29863e1c3edd8c61: [Backport #17877]
66296 2021-05-22 14:59 [ko1@a... ] e175917f66 (ruby_3_0): merge revision(s) dfe21ef7a15a30fc33f3a5cc089e15d09e905eb4: [Backport #17874] [Backport #17876]
66297 2021-05-22 15:22 [ko1@a... ] 9c0df2e81c (ruby_3_0): merge revision(s) 9edc162583a4f685332239f6249745ad9b518cbe: [Backport #17781]
66298 2021-05-22 15:27 [ko1@a... ] 141861a222 (master): Update a comment about what 'inline' attr means
66299 2021-05-22 15:37 [ko1@a... ] fb4195b969 (master): Show a backtrace when tool/extlibs.rb fails
66300 2021-05-22 15:51 [ko1@a... ] ddd720f8dc (ruby_3_0): merge revision(s) 5026f9a5d5012248729a0052cd6cec811748291b: [Backport #17868]
[前][次][番号順一覧][上]