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

ruby-changes:48301-48400

  48301 2017-10-25 14:04 [ko1@a...            ] hsbt:r60415 (trunk): Added development dependency for power_assert.
  48302 2017-10-25 14:23 [ko1@a...            ] nobu:r60416 (trunk): range.c: use rb_check_funcall
  48303 2017-10-25 14:44 [ko1@a...            ] nobu:r60417 (trunk): io.c: write a newline together
  48304 2017-10-25 15:58 [ko1@a...            ] hsbt:r60418 (trunk): Fixed conflicted variables. v is already used another condition.
  48305 2017-10-25 16:03 [ko1@a...            ] hsbt:r60419 (trunk): Update power_assert-1.1.1. It support `test-bundled-gems`.
  48306 2017-10-25 16:28 [ko1@a...            ] nobu:r60420 (trunk): securerandom.rb: fix an example of choose [ci skip]
  48307 2017-10-25 17:37 [ko1@a...            ] nobu:r60421 (trunk): win32.c: unknown reparse tags
  48308 2017-10-25 18:24 [ko1@a...            ] hsbt:r60422 (trunk): Regenerate slack token on Travis CI.
  48309 2017-10-25 21:04 [ko1@a...            ] nobu:r60423 (trunk): io.c: warn old write
  48310 2017-10-25 21:31 [ko1@a...            ] nobu:r60424 (trunk): test_io.rb: skip writev test
  48311 2017-10-25 21:33 [ko1@a...            ] nobu:r60425 (trunk): io.c: let rb_p use writev
  48312 2017-10-25 21:57 [ko1@a...            ] kazu:r60426 (trunk): Fix `shadowing outer local variable` warning [ci skip]
  48313 2017-10-25 22:19 [ko1@a...            ] mame:r60427 (trunk): Make imemo_alloc writebarrier-unprotected
  48314 2017-10-25 22:29 [ko1@a...            ] usa:r60428 (trunk): Get rid of a test error on Windows caused by r60417
  48315 2017-10-25 22:38 [ko1@a...            ] mame:r60429 (trunk): Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffer
  48316 2017-10-25 23:25 [ko1@a...            ] nobu:r60430 (trunk): common.mk: remove old gems at update-gems
  48317 2017-10-26 08:35 [ko1@a...            ] svn:r60432 (trunk): * 2017-10-26        
  48318 2017-10-26 08:35 [ko1@a...            ] nobu:r60431 (trunk): test-bundled-gems-fetch
  48319 2017-10-26 08:45 [ko1@a...            ] kazu:r60433 (trunk): test/ostruct: Specify frozen_string_literal: true.
  48320 2017-10-26 09:59 [ko1@a...            ] nobu:r60434 (trunk): common.mk: test-bundler [ci skip]
  48321 2017-10-26 09:59 [ko1@a...            ] nobu:r60435 (trunk): common.mk: test-bundled-gem [ci skip]
  48322 2017-10-26 10:36 [ko1@a...            ] nobu:r60436 (trunk): common.mk: quote pipes on Windows
  48323 2017-10-26 15:58 [ko1@a...            ] marcandRe: r60437 (trunk): TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]
  48324 2017-10-26 16:23 [ko1@a...            ] nobu:r60438 (trunk): common conversion functions
  48325 2017-10-26 16:36 [ko1@a...            ] nobu:r60439 (trunk): test_env.rb: fix one-off bug
  48326 2017-10-26 17:32 [ko1@a...            ] ko1:r60440 (trunk): Use rb_execution_context_t instead of rb_thread_t
  48327 2017-10-26 17:41 [ko1@a...            ] ko1:r60441 (trunk): some functions accept `ec` instead of `th`.
  48328 2017-10-26 17:42 [ko1@a...            ] ko1:r60442 (trunk): fix comments        
  48329 2017-10-26 17:45 [ko1@a...            ] mame:r60443 (trunk): Expand the definition of rb_imemo_new in rb_imemo_alloc_new
  48330 2017-10-26 19:49 [ko1@a...            ] ko1:r60444 (trunk): A function accepts `ec` instead of `th`.
  48331 2017-10-26 19:50 [ko1@a...            ] ko1:r60445 (trunk): A function accepts `ec` instead of `th`.
  48332 2017-10-26 19:52 [ko1@a...            ] ko1:r60446 (trunk): use GET_EC()        
  48333 2017-10-26 19:53 [ko1@a...            ] ko1:r60447 (trunk): vm_push_frame() accepts `ec` instead of `th`.
  48334 2017-10-26 19:55 [ko1@a...            ] ko1:r60448 (trunk): vm_pop_frame() accepts `ec` instead of `th`.
  48335 2017-10-26 20:02 [ko1@a...            ] ko1:r60450 (trunk): introduce EC_*_TAG() instead of TH_*_TAG()
  48336 2017-10-26 20:06 [ko1@a...            ] ko1:r60449 (trunk): backtrace_each() accepts `ec` instead of `th`.
  48337 2017-10-26 23:21 [ko1@a...            ] ko1:r60451 (trunk): fix freeing `th->ec` bugs.
  48338 2017-10-26 23:28 [ko1@a...            ] ko1:r60452 (trunk): skip test_fiber_transfer_segv because it cause error with previous commit
  48339 2017-10-26 23:38 [ko1@a...            ] ko1:r60453 (trunk): make root fiber at switching.
  48340 2017-10-26 23:44 [ko1@a...            ] ko1:r60454 (trunk): replace `GET_THREAD()->ec` to `GET_EC()`.
  48341 2017-10-27 00:29 [ko1@a...            ] naruse:r60455 (trunk): Host header should add branckets to IPv6 address [Bug #12642]
  48342 2017-10-27 00:29 [ko1@a...            ] svn:r60456 (trunk): * 2017-10-27        
  48343 2017-10-27 02:14 [ko1@a...            ] usa:r60457 (trunk): Quote with double quotes for Windows
  48344 2017-10-27 02:16 [ko1@a...            ] usa:r60458 (trunk): Ignore .bundle      
  48345 2017-10-27 08:02 [ko1@a...            ] hsbt:r60459 (trunk): Removed obsoleted gitignore for test dependency.
  48346 2017-10-27 08:34 [ko1@a...            ] ko1:r60460 (trunk): rb_vm_bh_to_procval() accepts `ec` instead of `th`.
  48347 2017-10-27 09:26 [ko1@a...            ] mame:r60461 (trunk): Restore the prototype declaration of rb_vm_bh_to_procval
  48348 2017-10-27 09:32 [ko1@a...            ] ko1:r60462 (trunk): move decl.          
  48349 2017-10-27 09:46 [ko1@a...            ] ko1:r60463 (trunk): vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.
  48350 2017-10-27 10:13 [ko1@a...            ] ko1:r60464 (trunk): refactoring (rb_|)threadptr_stack_overflow.
  48351 2017-10-27 10:22 [ko1@a...            ] ko1:r60465 (trunk): Some functions accept `ec` instead of `th`.
  48352 2017-10-27 10:31 [ko1@a...            ] ko1:r60466 (trunk): ec->th for vm_cref_push() and constify.
  48353 2017-10-27 10:35 [ko1@a...            ] ko1:r60467 (trunk): vm_throw* accept `ec` instead of `th`.
  48354 2017-10-27 11:49 [ko1@a...            ] ko1:r60468 (trunk): `vm_call_handler` and related functions accept `ec` instead of `th`.
  48355 2017-10-27 12:55 [ko1@a...            ] a_matsuda:r60469 (trunk): Fix typo      
  48356 2017-10-27 14:19 [ko1@a...            ] ko1:r60470 (trunk): vm_get_ev_const() accepts `ec` instead of `th`.
  48357 2017-10-27 14:22 [ko1@a...            ] ko1:r60471 (trunk): vm_search_super_method() accepts `ec` instead of `th`.
  48358 2017-10-27 14:27 [ko1@a...            ] ko1:r60472 (trunk): remove duplicated definition.
  48359 2017-10-27 14:30 [ko1@a...            ] ko1:r60473 (trunk): vm_defined() accepts `ec` instead of `th`.
  48360 2017-10-27 14:33 [ko1@a...            ] ko1:r60474 (trunk): `ec` -> `th`     
  48361 2017-10-27 15:01 [ko1@a...            ] ko1:r60475 (trunk): should use `th`.    
  48362 2017-10-27 15:06 [ko1@a...            ] ko1:r60476 (trunk): `th` -> `ec` for block related functions.
  48363 2017-10-27 15:21 [ko1@a...            ] ko1:r60477 (trunk): vm_exec_core() accepts `ec` instead of `th`.
  48364 2017-10-27 17:40 [ko1@a...            ] naruse:r60478 (trunk): Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"
  48365 2017-10-27 21:00 [ko1@a...            ] nobu:r60479 (trunk): compile.c, iseq.c: consitfied NODE pointers
  48366 2017-10-27 23:55 [ko1@a...            ] watson1978:r60480 (trunk): string.c: Improve String#prepend performance if only one argument is given
  48367 2017-10-28 00:06 [ko1@a...            ] mame:r60481 (trunk): Add explicit markers for literal objects generated in parse.y
  48368 2017-10-28 00:06 [ko1@a...            ] svn:r60482 (trunk): * 2017-10-28        
  48369 2017-10-28 00:14 [ko1@a...            ] kazu:r60483 (trunk): Remove duplicated include
  48370 2017-10-28 00:14 [ko1@a...            ] kazu:r60484 (trunk): Fix parameter name 
  48371 2017-10-28 00:59 [ko1@a...            ] mame:r60485 (trunk): Manage AST NODEs out of GC
  48372 2017-10-28 01:02 [ko1@a...            ] mame:r60486 (trunk): Revert "Manage AST NODEs out of GC"
  48373 2017-10-28 01:35 [ko1@a...            ] mame:r60487 (trunk): compile.c: stop modifying NODE tree
  48375 2017-10-28 02:06 [ko1@a...            ] mame:r60489 (trunk): parse.y: Need to mark the third element of `NODE_HEREDOC`
  48376 2017-10-28 03:37 [ko1@a...            ] normal:r60490 (trunk): io.c: fix IO.copy_stream on O_APPEND destination on Linux
  48377 2017-10-28 03:55 [ko1@a...            ] ko1:r60491 (trunk): skip tests temporarily
  48379 2017-10-28 04:17 [ko1@a...            ] ko1:r60493 (trunk): catch up recent changes for call threaded code VM.
  48380 2017-10-28 06:08 [ko1@a...            ] nobu:r60494 (trunk): compile.c: make node arguments invariant
  48381 2017-10-28 06:08 [ko1@a...            ] nobu:r60495 (trunk): node.c: removed duplicate node_buffer_t definition
  48382 2017-10-28 08:26 [ko1@a...            ] normal:r60496 (trunk): socket: fix BasicSocket#*_nonblock buffering bugs from r58400
  48383 2017-10-28 09:45 [ko1@a...            ] ko1:r60497 (trunk): fix compile error.  
  48384 2017-10-28 10:05 [ko1@a...            ] a_matsuda:r60498 (trunk): Invalid TracePoint#disable example (without block)
  48385 2017-10-28 14:36 [ko1@a...            ] ko1:r60499 (trunk): skip machine stack marking for current ec.
  48386 2017-10-28 15:49 [ko1@a...            ] a_matsuda:r60500 (trunk): Fix example that trace method is called outside block
  48387 2017-10-28 18:22 [ko1@a...            ] ktsj:r60501 (trunk): iseq.c: show all call flags
  48388 2017-10-28 18:22 [ko1@a...            ] ktsj:r60502 (trunk): iseq.c: fix a typo 
  48390 2017-10-28 19:24 [ko1@a...            ] ko1:r60504 (trunk): `th` -> `ec` for vm_set_*_stack.
  48391 2017-10-28 19:32 [ko1@a...            ] eregon:r60505 (trunk): Add specs for [Feature #13983] Rational and Complex should be frozen
  48392 2017-10-28 19:36 [ko1@a...            ] ko1:r60506 (trunk): `th` -> `ec` for vm_exec().
  48393 2017-10-28 19:43 [ko1@a...            ] ko1:r60507 (trunk): `th` -> `ec` for rb_vm_rewind_cfp.
  48394 2017-10-28 19:47 [ko1@a...            ] ko1:r60508 (trunk): `th` -> `ec` for some functions.
  48395 2017-10-28 19:55 [ko1@a...            ] ko1:r60509 (trunk): `th` -> `ec` for some functions.
  48396 2017-10-28 19:59 [ko1@a...            ] ko1:r60510 (trunk): `th` -> `ec` for vm_iter_break().
  48397 2017-10-28 20:02 [ko1@a...            ] ko1:r60511 (trunk): * vm.c (REWIND_CFP): use `ec` directly.
  48398 2017-10-28 20:04 [ko1@a...            ] ko1:r60512 (trunk): * vm.c (vm_define_method): don't use `th` any more.
  48399 2017-10-28 20:11 [ko1@a...            ] ko1:r60513 (trunk): rename a function.  
  48400 2017-10-28 20:16 [ko1@a...            ] ko1:r60514 (trunk): `th` -> `ec` for rb_vm_make_binding().

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