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

ruby-changes:48401-48500

  48401 2017-10-28 20:20 [ko1@a...            ] ko1:r60515 (trunk): check `ec` instead of `th`.
  48402 2017-10-28 20:22 [ko1@a...            ] ko1:r60516 (trunk): use `ec` directly.  
  48403 2017-10-28 20:41 [ko1@a...            ] ko1:r60517 (trunk): `th` -> `ec` for rb_longjmp() and related functions.
  48404 2017-10-28 20:43 [ko1@a...            ] ko1:r60518 (trunk): * proc.c (proc_new): use `ec` directly.
  48405 2017-10-28 20:46 [ko1@a...            ] ko1:r60519 (trunk): * proc.c (rb_block_arity): use `ec` directly.
  48406 2017-10-28 20:53 [ko1@a...            ] ko1:r60520 (trunk): `th` -> `ec` for rb_vm_call()
  48407 2017-10-28 21:23 [ko1@a...            ] ko1:r60521 (trunk): `th` -> `ec` for method management functions.
  48408 2017-10-28 22:22 [ko1@a...            ] ko1:r60522 (trunk): `th` -> `ec` for backtrace functions.
  48409 2017-10-29 00:15 [ko1@a...            ] svn:r60524 (trunk): * 2017-10-29        
  48411 2017-10-29 00:16 [ko1@a...            ] eregon:r60525 (trunk): Update to ruby/spec@a6b8805
  48412 2017-10-29 00:21 [ko1@a...            ] svn:r60526 (trunk): * append newline at EOF.
  48413 2017-10-29 00:21 [ko1@a...            ] svn:r60527 (trunk): * properties.       
  48414 2017-10-29 00:37 [ko1@a...            ] ktsj:r60528 (trunk): iseq.c: remove obsolete comment
  48415 2017-10-29 01:15 [ko1@a...            ] eregon:r60529 (trunk): Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrect
  48416 2017-10-29 01:34 [ko1@a...            ] kazu:r60530 (trunk): Add note to close_{read, write} too
  48417 2017-10-29 02:45 [ko1@a...            ] eregon:r60531 (trunk): Make sure to compile each extension only once in ruby/spec
  48418 2017-10-29 05:04 [ko1@a...            ] eregon:r60532 (trunk): Ignore the libruby check if it cannot be found
  48419 2017-10-29 08:54 [ko1@a...            ] nobu:r60533 (trunk): Localize EC functions
  48420 2017-10-29 09:43 [ko1@a...            ] nobu:r60534 (trunk): io.c: convert to string at writev
  48421 2017-10-29 14:46 [ko1@a...            ] nobu:r60535 (trunk): io.c: honor buffered mode
  48422 2017-10-29 15:16 [ko1@a...            ] ktsj:r60536 (trunk): .gdbinit: follow up changes in r60440
  48423 2017-10-29 21:57 [ko1@a...            ] ko1:r60537 (trunk): `ec` has `thread_ptr`.
  48424 2017-10-29 22:17 [ko1@a...            ] ko1:r60538 (trunk): `rb_trace_arg_t::ec`
  48425 2017-10-29 22:19 [ko1@a...            ] ko1:r60539 (trunk): EXEC_EVENT_HOOK(ec, ...)
  48427 2017-10-29 22:20 [ko1@a...            ] ko1:r60541 (trunk): use `GET_EC()` directly.
  48428 2017-10-29 22:49 [ko1@a...            ] ko1:r60542 (trunk): rb_ec_stack_check() 
  48429 2017-10-29 22:50 [ko1@a...            ] ko1:r60543 (trunk): use `GET_EC()`.     
  48430 2017-10-29 22:51 [ko1@a...            ] ko1:r60544 (trunk): remove rb_threadptr_during_gc().
  48432 2017-10-29 23:31 [ko1@a...            ] ko1:r60546 (trunk): `th` -> `ec` for VM dump related functions.
  48433 2017-10-29 23:33 [ko1@a...            ] ko1:r60547 (trunk): use `GET_VM()` directly.
  48434 2017-10-29 23:38 [ko1@a...            ] ko1:r60548 (trunk): `th` -> `ec` for vm_call_super().
  48436 2017-10-29 23:45 [ko1@a...            ] ko1:r60550 (trunk): `rb_call0()` accepts `ec`.
  48437 2017-10-29 23:52 [ko1@a...            ] ko1:r60551 (trunk): `th` -> `ec` for rb_raise_method_missing().
  48438 2017-10-29 23:55 [ko1@a...            ] ko1:r60552 (trunk): `th` -> `ec` for `rb_iterate0`.
  48439 2017-10-29 23:59 [ko1@a...            ] ko1:r60553 (trunk): use `GET_EC()`.     
  48440 2017-10-30 00:00 [ko1@a...            ] ko1:r60554 (trunk): use `GET_EC()`.     
  48441 2017-10-30 00:00 [ko1@a...            ] svn:r60555 (trunk): * 2017-10-30        
  48442 2017-10-30 00:03 [ko1@a...            ] ko1:r60556 (trunk): * vm_eval.c (vm_catch_protect): accepts `ec` instead of `th`.
  48443 2017-10-30 00:13 [ko1@a...            ] ko1:r60557 (trunk): use `GET_EC()`.     
  48444 2017-10-30 00:17 [ko1@a...            ] ko1:r60558 (trunk): remove unused functions.
  48445 2017-10-30 00:25 [ko1@a...            ] ko1:r60559 (trunk): constify `rb_vm_bh_to_procval()`
  48446 2017-10-30 00:27 [ko1@a...            ] ko1:r60560 (trunk): use given `ec`.     
  48447 2017-10-30 00:31 [ko1@a...            ] ko1:r60561 (trunk): * vm_eval.c (current_vm_stack_arg): accepts `ec`.
  48448 2017-10-30 00:34 [ko1@a...            ] ko1:r60562 (trunk): * vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.
  48449 2017-10-30 00:39 [ko1@a...            ] ko1:r60563 (trunk): call `rb_vm_stack_to_heap()`
  48450 2017-10-30 00:41 [ko1@a...            ] ko1:r60564 (trunk): * eval_jump.c (rb_exec_end_proc): use `GET_EC()`.
  48451 2017-10-30 00:51 [ko1@a...            ] ko1:r60565 (trunk): * node.h (ast_t): renamed to `rb_ast_t`.
  48452 2017-10-30 01:12 [ko1@a...            ] ko1:r60566 (trunk): * vm_dump.c (vm_stack_dump_each): accepts `ec`.
  48453 2017-10-30 01:18 [ko1@a...            ] eregon:r60567 (trunk): Fix spec which can fail if the pipe is closed before flushing in the subprocess
  48455 2017-10-30 05:51 [ko1@a...            ] stomar:r60569 (trunk): complex.c: doc fix
  48456 2017-10-30 05:56 [ko1@a...            ] stomar:r60570 (trunk): doc/contributors.rdoc: [DOC] update
  48457 2017-10-30 05:57 [ko1@a...            ] stomar:r60571 (trunk): io.c: docs for IO#write
  48458 2017-10-30 05:58 [ko1@a...            ] stomar:r60572 (trunk): io.c: improve docs
  48459 2017-10-30 05:59 [ko1@a...            ] stomar:r60573 (trunk): lib/set.rb: improve docs for Set#===
  48460 2017-10-30 06:43 [ko1@a...            ] stomar:r60574 (trunk): string.c: improve docs
  48461 2017-10-30 06:52 [ko1@a...            ] yui-knk:r60575 (trunk): parse.y (new_regexp_gen): Set column for NODE_SCOPE
  48463 2017-10-30 12:58 [ko1@a...            ] ko1:r60577 (trunk): stop refine_spec because it causes double free error
  48464 2017-10-30 14:45 [ko1@a...            ] nobu:r60578 (trunk): rbinstall.rb: show categories of default gems
  48465 2017-10-30 14:45 [ko1@a...            ] nobu:r60579 (trunk): backward.h: rb_frame_method_id_and_class
  48466 2017-10-30 22:36 [ko1@a...            ] yui-knk:r60580 (trunk): Store lineno on RNode
  48467 2017-10-31 08:44 [ko1@a...            ] yui-knk:r60581 (trunk): Use nd_lineno instead of nd_line for branch coverages
  48468 2017-10-31 08:44 [ko1@a...            ] svn:r60582 (trunk): * 2017-10-31        
  48470 2017-10-31 08:56 [ko1@a...            ] normal:r60584 (trunk): webrick: support Proc objects as body responses
  48471 2017-10-31 09:46 [ko1@a...            ] yui-knk:r60585 (trunk): Use NODE_CASE2 if case expressions don't exist
  48472 2017-10-31 10:37 [ko1@a...            ] normal:r60586 (trunk): webrick/httpresponse: minor cleanups to reduce memory use
  48473 2017-10-31 14:24 [ko1@a...            ] mame:r60587 (trunk): Remove unneeded complexity
  48474 2017-10-31 16:24 [ko1@a...            ] hsbt:r60588 (trunk): null byte at Psych::Emitter.
  48475 2017-10-31 18:33 [ko1@a...            ] nobu:r60589 (trunk): compile.c: compile_return
  48476 2017-10-31 18:33 [ko1@a...            ] nobu:r60590 (trunk): compile.c: ensure after return in library toplevel
  48477 2017-10-31 22:30 [ko1@a...            ] yui-knk:r60591 (trunk): node.h: Rename nd_reserved to nd_location
  48478 2017-11-01 04:10 [ko1@a...            ] normal:r60592 (trunk): use mode_t where applicable (instead of int)
  48479 2017-11-01 04:10 [ko1@a...            ] svn:r60593 (trunk): * 2017-11-01        
  48480 2017-11-01 07:24 [ko1@a...            ] marcandRe: r60594 (trunk): Pathname: Simplify example [DOC] [ci-skip]
  48481 2017-11-01 09:17 [ko1@a...            ] normal:r60595 (trunk): dir: Dir.mkdir and Dir.rmdir release GVL
  48482 2017-11-01 10:52 [ko1@a...            ] nobu:r60596 (trunk): file.c: infect from arguments
  48484 2017-11-01 11:04 [ko1@a...            ] ko1:r60598 (trunk): revert r60596 because it cause faulure on TestFile#test_realpath_taintedness
  48485 2017-11-01 11:22 [ko1@a...            ] nobu:r60599 (trunk): file.c: infect from arguments
  48486 2017-11-01 12:26 [ko1@a...            ] nobu:r60600 (trunk): Pathname: get rid of a -Wcomment warning [DOC]
  48487 2017-11-01 12:26 [ko1@a...            ] nobu:r60601 (trunk): test_syntax.rb: all assertions
  48488 2017-11-01 12:26 [ko1@a...            ] nobu:r60602 (trunk): compile.c: refactored compile_return
  48489 2017-11-02 08:30 [ko1@a...            ] svn:r60605 (trunk): * properties.       
  48490 2017-11-02 08:30 [ko1@a...            ] svn:r60606 (trunk): * 2017-11-02        
  48491 2017-11-02 08:36 [ko1@a...            ] svn:r60604 (trunk): * remove trailing spaces, append newline at EOF.
  48492 2017-11-02 12:12 [ko1@a...            ] usa:r60607 (trunk): Should quote by double quotes, not single quotes for Windows
  48493 2017-11-02 13:25 [ko1@a...            ] hsbt:r60608 (trunk): Merge release version of Rubygems 2.7.0.
  48494 2017-11-02 13:27 [ko1@a...            ] hsbt:r60609 (trunk): Fixed syntax error with ignore option order.
  48495 2017-11-02 13:28 [ko1@a...            ] usa:r60610 (trunk): Support Windows     
  48496 2017-11-02 15:30 [ko1@a...            ] rhe:r60611 (trunk): bignum.c: avoid use of uninitialized value in Integer.sqrt
  48497 2017-11-02 16:52 [ko1@a...            ] nobu:r60612 (trunk): debug.c: vm call flags
  48498 2017-11-02 16:52 [ko1@a...            ] nobu:r60613 (trunk): compile.c: kw splat after splat
  48499 2017-11-02 21:29 [ko1@a...            ] nobu:r60614 (trunk): assertions.rb: fix return in assert_raise
  48500 2017-11-02 21:45 [ko1@a...            ] nobu:r60615 (trunk): skip/fix wrong tests

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