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

ruby-changes:48501-48600

  48501 2017-11-03 05:06 [ko1@a...            ] stomar:r60616 (trunk): rexml: improve docs
  48502 2017-11-03 05:06 [ko1@a...            ] svn:r60617 (trunk): * 2017-11-03        
  48503 2017-11-03 05:20 [ko1@a...            ] stomar:r60618 (trunk): proc.c: improve docs for {Method, Proc}#arity
  48504 2017-11-03 05:21 [ko1@a...            ] stomar:r60619 (trunk): proc.c: further improve docs for {Method, Proc}#arity
  48505 2017-11-03 05:23 [ko1@a...            ] stomar:r60620 (trunk): proc.c: fix rdoc for Method class documentation
  48508 2017-11-03 05:31 [ko1@a...            ] stomar:r60622 (trunk): NEWS: fix grammar
  48509 2017-11-03 05:38 [ko1@a...            ] stomar:r60624 (trunk): io.c: improve docs for the chomp option
  48510 2017-11-03 09:52 [ko1@a...            ] nobu:r60625 (trunk): test/ruby/test_eval.rb: use orphan procs
  48511 2017-11-03 10:47 [ko1@a...            ] nagachika:r60626 (ruby_2_4): merge revision(s) 58499, 58500: [Backport #13181]
  48512 2017-11-03 11:17 [ko1@a...            ] yui-knk:r60627 (trunk): node.h: Remove obsolete comment
  48513 2017-11-03 12:22 [ko1@a...            ] yui-knk:r60628 (trunk): node.c: Fix possible alignment bugs
  48514 2017-11-03 12:49 [ko1@a...            ] yui-knk:r60629 (trunk): node.c: Add some comments
  48515 2017-11-03 15:07 [ko1@a...            ] suke:r60630 (trunk): * ext/win32ole/lib/win32ole.rb :add WIN32OLE#methods. WIN32OLE might work
  48516 2017-11-03 16:14 [ko1@a...            ] kazu:r60631 (trunk): Fix a typo [ci skip]
  48519 2017-11-04 12:05 [ko1@a...            ] mame:r60634 (trunk): Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm
  48520 2017-11-04 13:59 [ko1@a...            ] mame:r60635 (trunk): Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"
  48521 2017-11-04 15:56 [ko1@a...            ] rhe:r60636 (trunk): openssl: pull test case from upstream commit 62af0446569a
  48522 2017-11-04 16:21 [ko1@a...            ] mame:r60637 (trunk): Revert "Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm""
  48524 2017-11-04 18:18 [ko1@a...            ] mame:r60639 (trunk): Make Ripper use NODE buffer
  48525 2017-11-04 19:02 [ko1@a...            ] mame:r60640 (trunk): Remove NODE-related pieces of code from GC
  48526 2017-11-04 19:56 [ko1@a...            ] mame:r60641 (trunk): ext/objspace/objspace.c: add imemo_strterm
  48527 2017-11-04 19:56 [ko1@a...            ] mame:r60642 (trunk): Rename imemo_strterm to imemo_parser_strterm
  48528 2017-11-04 20:37 [ko1@a...            ] mame:r60643 (trunk): Remove RNODE cast from NODE utility functions
  48529 2017-11-04 21:01 [ko1@a...            ] nobu:r60644 (trunk): parse.y: suppress warnings
  48531 2017-11-04 22:05 [ko1@a...            ] mame:r60646 (trunk): test/ruby/test_io.rb (test_write_no_garbage): Add detailed message
  48532 2017-11-04 22:31 [ko1@a...            ] mame:r60647 (trunk): parse.y (new_args_tail_gen): returns a NODE instead of imemo
  48533 2017-11-04 22:31 [ko1@a...            ] mame:r60648 (trunk): gc.c (rb_free_tmp_buffer): stop accessing imemo_alloc as NODE
  48534 2017-11-04 22:59 [ko1@a...            ] yui-knk:r60649 (trunk): compile.c (setup_args): Fix a typo
  48536 2017-11-04 23:32 [ko1@a...            ] nobu:r60651 (trunk): gc.c: UNEXPECTED_NODE
  48537 2017-11-05 00:22 [ko1@a...            ] mame:r60652 (trunk): Introduce `rb_code_location_t`
  48538 2017-11-05 00:22 [ko1@a...            ] svn:r60653 (trunk): * 2017-11-05        
  48540 2017-11-05 01:34 [ko1@a...            ] mame:r60655 (trunk): Introduce rb_code_range_t and replace YYLTYPE with it
  48541 2017-11-05 02:48 [ko1@a...            ] eregon:r60656 (trunk): Workaround Travis CI issue by hardcoding localhost
  48542 2017-11-05 09:31 [ko1@a...            ] suke:r60657 (trunk): * ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError.
  48544 2017-11-05 10:02 [ko1@a...            ] suke:r60659 (trunk): ext/win32ole/lib/win32ole.rb (metods): rescue WIN32OLEQueryInterfaceError.
  48545 2017-11-05 12:52 [ko1@a...            ] mame:r60660 (trunk): Revert "Introduce rb_code_range_t and replace YYLTYPE with it"
  48546 2017-11-05 14:11 [ko1@a...            ] nobu:r60661 (trunk): runruby.rb: support run.gdb by --debugger option
  48548 2017-11-06 00:10 [ko1@a...            ] kazu:r60662 (trunk): Modify spell miss. 
  48549 2017-11-06 06:13 [ko1@a...            ] nobu:r60664 (trunk): runruby.rb: add -C/--chdir option
  48550 2017-11-06 06:13 [ko1@a...            ] nobu:r60665 (trunk): lexer.rb: Ripper::Lexer::State
  48551 2017-11-06 07:14 [ko1@a...            ] marcandRe: r60666 (trunk): Fix size on Enumerable#cycle when the size is 0 [Bug #14082].
  48552 2017-11-06 08:27 [ko1@a...            ] nobu:r60667 (trunk): test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]
  48553 2017-11-06 08:32 [ko1@a...            ] nobu:r60668 (trunk): enum.c: check argument first
  48554 2017-11-06 11:02 [ko1@a...            ] hsbt:r60669 (trunk): Merge RubyGems 2.7.1.
  48555 2017-11-06 14:41 [ko1@a...            ] ko1:r60670 (trunk): renmae ec::fiber to ec::fiber_ptr.
  48558 2017-11-06 17:22 [ko1@a...            ] ko1:r60673 (trunk): use `GET_EC()` directly.
  48560 2017-11-07 12:41 [ko1@a...            ] svn:r60675 (trunk): * 2017-11-07        
  48561 2017-11-07 13:01 [ko1@a...            ] ko1:r60676 (trunk): th->ec: rb_threadptr_reset_raised()
  48562 2017-11-07 13:04 [ko1@a...            ] ko1:r60677 (trunk): rename because it doesn't receive `th`.
  48563 2017-11-07 13:53 [ko1@a...            ] ko1:r60678 (trunk): remove `rb_postponed_job_t::th`.
  48564 2017-11-07 14:01 [ko1@a...            ] ko1:r60679 (trunk): move `rb_thread_t::method_missing_reason` to ec.
  48566 2017-11-07 14:08 [ko1@a...            ] ko1:r60681 (trunk): use GET_EC() directly
  48567 2017-11-07 14:09 [ko1@a...            ] ko1:r60682 (trunk): use GET_VM()        
  48568 2017-11-07 14:12 [ko1@a...            ] ko1:r60683 (trunk): rename to rb_ec_set_raised().
  48569 2017-11-07 14:22 [ko1@a...            ] ko1:r60684 (trunk): * eval_intern.h: rename macros rb_thread_raised_* to
  48570 2017-11-07 14:28 [ko1@a...            ] knu:r60685 (trunk): Add details on the min/time parameters to the rdoc
  48571 2017-11-07 14:39 [ko1@a...            ] ko1:r60686 (trunk): * vm_eval.c (rescue_funcall_args): th->ec
  48573 2017-11-07 14:41 [ko1@a...            ] ko1:r60688 (trunk): fix comment         
  48574 2017-11-07 14:45 [ko1@a...            ] ko1:r60689 (trunk): th->ec: rb_load_internal0
  48576 2017-11-07 15:01 [ko1@a...            ] ko1:r60691 (trunk): fix prefix `ruby_...()` to `rb_...()`.
  48577 2017-11-07 15:09 [ko1@a...            ] ko1:r60692 (trunk): th->ec: rb_threadptr_setup_exception
  48578 2017-11-07 15:14 [ko1@a...            ] ko1:r60693 (trunk): th->ec: vm_once_dispatch.
  48579 2017-11-07 15:36 [ko1@a...            ] mame:r60694 (trunk): Symptomatic treatment for `rb_thread_terminate_all` freeze
  48580 2017-11-07 17:01 [ko1@a...            ] ko1:r60695 (trunk): `rb_execution_context_t *` should not be `th`
  48581 2017-11-07 17:19 [ko1@a...            ] ko1:r60696 (trunk): th->ec: dtrace   
  48582 2017-11-07 17:24 [ko1@a...            ] ko1:r60697 (trunk): `th` is not used.   
  48583 2017-11-07 20:21 [ko1@a...            ] nobu:r60698 (trunk): tool/runruby.rb: fix RUNRUBY_USE_GDB case
  48584 2017-11-07 23:24 [ko1@a...            ] ko1:r60699 (trunk): disable GC.         
  48586 2017-11-08 05:05 [ko1@a...            ] svn:r60701 (trunk): * 2017-11-08        
  48587 2017-11-08 05:06 [ko1@a...            ] stomar:r60702 (trunk): NEWS: clarify "ubygems.rb" entry
  48588 2017-11-08 05:08 [ko1@a...            ] stomar:r60704 (trunk): etc.c: improve docs for sysconfdir
  48589 2017-11-08 05:11 [ko1@a...            ] stomar:r60707 (trunk): string.c: fix typos
  48590 2017-11-08 05:14 [ko1@a...            ] stomar:r60710 (trunk): http.rb: improve docs
  48591 2017-11-08 05:17 [ko1@a...            ] stomar:r60713 (trunk): hash.c: improve docs for Hash#slice
  48594 2017-11-08 05:27 [ko1@a...            ] stomar:r60708 (trunk): vm_dump.c: [DOC] fix grammar
  48596 2017-11-08 05:52 [ko1@a...            ] stomar:r60711 (trunk): pathname.c: improve docs for Pathname
  48597 2017-11-08 05:57 [ko1@a...            ] stomar:r60709 (trunk): socket.c, tcpsocket.c: improve deprecation notices
  48598 2017-11-08 06:02 [ko1@a...            ] stomar:r60703 (trunk): README.md: fix typos and grammar
  48599 2017-11-08 09:03 [ko1@a...            ] yui-knk:r60714 (trunk): Omit first argument of NEW_CASE2
  48600 2017-11-08 12:57 [ko1@a...            ] knu:r60715 (trunk): Fix typos in rdoc   

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