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

ruby-changes:61301-61400

  61301 2020-05-20 23:23 [ko1@a...            ] ff58cbce94 (master): add static modifer for rb_hash_fetch_values func
  61302 2020-05-21 03:17 [ko1@a...            ] 891e253ee7 (master): Use a pinning list for keeping objects alive during assembly.
  61303 2020-05-21 03:17 [ko1@a...            ] a3e79c1764 (master): * 2020-05-21 [ci skip]
  61304 2020-05-21 07:00 [ko1@a...            ] 6e7e7c1e57 (master): Only marked objects should be considered movable
  61305 2020-05-21 07:57 [ko1@a...            ] 140d4e4a5f (master): [ci skip] Enhanced rdoc for Hash (#3121)
  61306 2020-05-21 09:59 [ko1@a...            ] 43725c6091 (master): rb_scan_args_set: make it slightly readable
  61307 2020-05-21 11:17 [ko1@a...            ] 6f167da65b (master): Fixed a variable name [Bug #16903]
  61308 2020-05-21 13:27 [ko1@a...            ] 3eb3f7bb8c (master): test/ruby/test_optimization.rb: Proc creation test should count :T_DATA
  61309 2020-05-21 13:45 [ko1@a...            ] ba7f4bb0af (master): Synchronized non-inline version rb_scan_args with the inline version
  61310 2020-05-21 13:45 [ko1@a...            ] 62b47196e4 (master): Added UNREACHABLE_RETURN
  61311 2020-05-22 04:09 [ko1@a...            ] a53e2850c5 (master): Unpin and update VM references
  61312 2020-05-22 04:09 [ko1@a...            ] 38a4f617de (master): * 2020-05-22 [ci skip]
  61313 2020-05-22 06:56 [ko1@a...            ] 79d9528ddc (master): Fixed potential memory leak
  61314 2020-05-22 11:12 [ko1@a...            ] 74cd607ca0 (master): Run major GC three times to make sure the minor GC reason
  61315 2020-05-22 11:23 [ko1@a...            ] cbd45af2a9 (master): fix memory leak of ccs
  61316 2020-05-22 11:51 [ko1@a...            ] e5354de9f4 (master): add static modifier for rb_hash_select_bang func
  61317 2020-05-22 11:51 [ko1@a...            ] d707c92a35 (master): add static modifier for rb_hash_keep_if func
  61318 2020-05-22 11:51 [ko1@a...            ] 7c4e085938 (master): add static modifier for rb_hash_select func
  61319 2020-05-22 12:05 [ko1@a...            ] ac395754c7 (master): Enhanced rdoc for Hash (#3129)
  61320 2020-05-22 13:49 [ko1@a...            ] f4f157fc81 (master): Suppress warnings no inline ruby debug (#3107)
  61321 2020-05-22 20:32 [ko1@a...            ] 93ebf9643d (master): Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c
  61322 2020-05-22 20:32 [ko1@a...            ] 1d889c9656 (master): Sync Bundler PR #3624 with HEAD commits
  61323 2020-05-22 20:32 [ko1@a...            ] c7ebeb7eda (master): Sync Bundler PR #3624
  61324 2020-05-22 20:32 [ko1@a...            ] 26367367ec (master): Marked the failing examples with the current master branch on ruby repository
  61325 2020-05-22 20:32 [ko1@a...            ] df5fd1d09c (master): Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5
  61326 2020-05-22 20:32 [ko1@a...            ] 9c2752296d (master): Glob the all man files provided by bundler upstream
  61327 2020-05-22 21:25 [ko1@a...            ] ef13558fcd (master): Revert a commit miss in "Fixed potential memory leak"
  61328 2020-05-22 23:37 [ko1@a...            ] c745a60634 (master): Fix origin iclass pointer for modules
  61329 2020-05-22 23:56 [ko1@a...            ] 8d798e7c53 (master): Revert "Fix origin iclass pointer for modules"
  61330 2020-05-23 07:28 [ko1@a...            ] 36f29b598a (master): Fixed wrong usage rm_rf for cleanup the default gems in sync tool
  61331 2020-05-23 07:28 [ko1@a...            ] 2ec5f324f4 (master): * 2020-05-23 [ci skip]
  61332 2020-05-23 07:29 [ko1@a...            ] f8647343ed (master): Remove a bunch of files that were deleted upstream
  61333 2020-05-23 09:36 [ko1@a...            ] da484c3187 (master): Enhanced Rdoc for Hash
  61334 2020-05-23 09:43 [ko1@a...            ] fdb31aa7ab (master): Time.xmlschema: Clarify error and docs
  61335 2020-05-23 12:31 [ko1@a...            ] ad729a1d11 (master): Fix origin iclass pointer for modules
  61336 2020-05-23 14:29 [ko1@a...            ] 4a835621ce (master): [ruby/fiddle] Make array access override compatible with base class (#25)
  61338 2020-05-23 14:29 [ko1@a...            ] aa1d3c7d2c (master): [ruby/fiddle] Initialize memory to 0 when calling Fiddle.malloc(). (#24)
  61339 2020-05-23 14:29 [ko1@a...            ] 13f64333ea (master): [ruby/fiddle] Add Fiddle::VERSION
  61340 2020-05-23 14:29 [ko1@a...            ] 5fb7ca33e6 (master): [ruby/fiddle] Add missing spec.extensions
  61341 2020-05-23 14:29 [ko1@a...            ] 74a4558c14 (master): [ruby/fiddle] Update file list
  61342 2020-05-23 14:29 [ko1@a...            ] a0dcdd64c5 (master): [ruby/fiddle] Bump version
  61344 2020-05-23 14:29 [ko1@a...            ] d5c0018a9a (master): [ruby/fiddle] Fix a typo
  61345 2020-05-23 14:35 [ko1@a...            ] 3015a7aae7 (master): [ruby/fiddle] Improve documentation on how to correctly free memory and free memory in tests (#33)
  61346 2020-05-23 14:56 [ko1@a...            ] 0b2fc4cf37 (master): extlibs.rb: make symlink only if the target exists
  61347 2020-05-23 16:45 [ko1@a...            ] d48c92aa04 (master): Rename TestScheduler* to TestFiber for convention of the test directory
  61348 2020-05-23 17:25 [ko1@a...            ] b2976a4fca (master): Fixup d48c92aa04ffd3a1cecef599eaa5e4409aab2fe4
  61349 2020-05-23 20:58 [ko1@a...            ] 6006ab8cf9 (master): Search pkg-config by AC_CHECK_TOOL [Bug #16909]
  61350 2020-05-23 21:22 [ko1@a...            ] b722182e47 (master): Revert "Search pkg-config by AC_CHECK_TOOL [Bug #16909]"
  61351 2020-05-23 22:07 [ko1@a...            ] 39cb19303c (master): Search pkg-config with ac_tool_prefix [Bug #16909]
  61352 2020-05-23 23:24 [ko1@a...            ] c15cddd1d5 (master): Allow Dir.home to work for non-login procs when $HOME not set
  61353 2020-05-24 04:01 [ko1@a...            ] f27e0d90c8 (master): ext/fiddle/fiddle.gemspec: avoid require lib/fiddle/version.rb
  61354 2020-05-24 04:01 [ko1@a...            ] 0b161774d9 (master): * 2020-05-24 [ci skip]
  61355 2020-05-24 10:35 [ko1@a...            ] 8b8b7c7876 (master): Enhanced Rdoc for Hash (#3139)
  61356 2020-05-24 10:53 [ko1@a...            ] b10c9d2012 (master): [DOC] Added document for rb_check_symbol() [ci skip]
  61357 2020-05-24 23:52 [ko1@a...            ] 32e0ff26e0 (master): [ruby/rdoc] Delegate ERB args correctly
  61358 2020-05-24 23:52 [ko1@a...            ] f52a4690f8 (master): [ruby/rdoc] Process crossref before tidylink
  61359 2020-05-24 23:52 [ko1@a...            ] c79f9ea606 (master): [ruby/rdoc] Escape method names in HTML
  61360 2020-05-24 23:53 [ko1@a...            ] e6d1363ae6 (master): [ruby/rdoc] Fixed inverted CSS for note-list and label-list
  61361 2020-05-24 23:53 [ko1@a...            ] c6c023317c (master): [ruby/rdoc] Check uninitialized instance variable in test
  61362 2020-05-24 23:53 [ko1@a...            ] 37b8a7afca (master): [ruby/rdoc] Add instance_methods because instance_method_list should be obsolete
  61363 2020-05-24 23:53 [ko1@a...            ] 3169ffc0d6 (master): [ruby/rdoc] Add frozen string literal support
  61364 2020-05-24 23:53 [ko1@a...            ] 7e7981c84f (master): [ruby/rdoc] Treat multiple Ruby methods calling the same C method as aliases
  61365 2020-05-25 10:19 [ko1@a...            ] 06321ea26c (master): RBIMPL_ATTR_DEPRECATED: disable for GCC10
  61366 2020-05-25 10:19 [ko1@a...            ] 089dcfbf60 (master): * 2020-05-25 [ci skip]
  61367 2020-05-25 11:02 [ko1@a...            ] 2225aa987f (master): [DOC] Turned note-lists into label-lists [ci skip]
  61368 2020-05-25 15:21 [ko1@a...            ] 45ffab365d (master): Added entries about RubyGems and Bundler
  61369 2020-05-25 20:09 [ko1@a...            ] fcc8be0198 (master): Fix a failure in bundle version with version outputs the version with build metadata
  61370 2020-05-25 20:09 [ko1@a...            ] 67d2a715ca (master): Fix a error in a `before(:suite)` hook
  61371 2020-05-25 20:16 [ko1@a...            ] b10b37924a (master): Fix failures in ./spec/bundler/quality_spec.rb
  61372 2020-05-26 03:21 [ko1@a...            ] 21991e6ca5 (master): Use RUBY_DEBUG instead of NDEBUG
  61373 2020-05-26 03:21 [ko1@a...            ] 7bafc9f433 (master): * 2020-05-26 [ci skip]
  61374 2020-05-26 04:56 [ko1@a...            ] c9fe4ebd29 (master): cause SEGV for the test.
  61375 2020-05-26 11:47 [ko1@a...            ] faab5cbeb7 (master): Fix documentation for Fiber#raise [ci skip]
  61376 2020-05-26 13:38 [ko1@a...            ] 4e1f2283b4 (master): Make Thread#thread_variable? similar to #thread_variable_get
  61377 2020-05-26 14:10 [ko1@a...            ] 385ac07fd8 (master): Use receiver #name rather than #inspect to build NameError message
  61378 2020-05-26 15:09 [ko1@a...            ] 7d5da30c9e (master): Test for [Feature #16832]
  61379 2020-05-26 15:21 [ko1@a...            ] d63bba1e24 (master): [DOC] Use note-list to pretend original plain-text looks [ci skip]
  61380 2020-05-26 16:58 [ko1@a...            ] 17d17de0e8 (master): Get rid of redefinition of memcpy on mingw
  61381 2020-05-26 16:58 [ko1@a...            ] 04eb05a8e0 (master): Prefer configured printf format for mingw gcc 10
  61382 2020-05-26 19:18 [ko1@a...            ] 5917fe2303 (master): _GNU_SOURCE is needed for mkostemp on Cygwin
  61383 2020-05-26 23:04 [ko1@a...            ] 68e987c315 (master): GH actions with RUBY_DEBUG (#3144)
  61384 2020-05-26 23:21 [ko1@a...            ] a809caa4b3 (master): remove duplication.
  61385 2020-05-26 23:29 [ko1@a...            ] eb20d2f449 (master): include debug option in slack notification
  61386 2020-05-27 00:28 [ko1@a...            ] f8e703e2b0 (master): * 2020-05-27 [ci skip]
  61387 2020-05-27 00:31 [ko1@a...            ] 135c6a4b99 (master): fiddle: need to update configure after updating config tools
  61388 2020-05-27 00:34 [ko1@a...            ] 5429deb075 (master): lib/open3.rb: make sure that pipes are closed
  61389 2020-05-27 02:13 [ko1@a...            ] 962c302a1a (master): test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/random
  61390 2020-05-27 07:48 [ko1@a...            ] e0b40ef5d8 (master): Don't convert bundler man pages from mdoc to man
  61391 2020-05-27 11:27 [ko1@a...            ] 0fcb2dd51d (master): add static modifier for rb_str_ord func
  61392 2020-05-27 12:48 [ko1@a...            ] 51fa4c9f49 (master): Removed obsolete forwarding DLL recipe
  61393 2020-05-27 13:30 [ko1@a...            ] 0f8b5819b3 (master): Merged recipes for the same target
  61394 2020-05-27 14:31 [ko1@a...            ] 4cabd77e33 (master): Removed a trailing space [ci skip]
  61395 2020-05-27 15:02 [ko1@a...            ] 61b14bb32b (master): Eliminate a call instruction on JIT cancel path
  61396 2020-05-27 15:32 [ko1@a...            ] 9d71373c23 (master): Mark vm_stackoverflow as NOINLINE COLDFUNC on JIT
  61397 2020-05-27 15:37 [ko1@a...            ] 64c5bf5721 (master): Fix non-existent method reference in Enumerator.produce document (#3141)
  61398 2020-05-27 15:47 [ko1@a...            ] 752041ca11 (master): Update Enumerable::Yielder#to_proc document (#3142)
  61399 2020-05-27 15:49 [ko1@a...            ] a3f498e44c (master): Fix max, min, minmax documentation (#3131)
  61400 2020-05-27 17:42 [ko1@a...            ] 083a17a82a (master): Carve out mjit_exec_slowpath

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