[前][次][番号順一覧][上]
ruby-changes:40501-40600
40501 2015-11-16 12:11 [ko1@a... ] svn:r52582 (trunk): * 2015-11-16
40502 2015-11-16 12:34 [ko1@a... ] akr:r52583 (trunk): [DOC]
40503 2015-11-16 14:47 [ko1@a... ] nobu:r52584 (trunk): struct.c: fix index in message
40504 2015-11-16 15:33 [ko1@a... ] hsbt:r52585 (trunk): * tool/rbinstall.rb: fix wrong permission for gem specification without
40505 2015-11-16 15:44 [ko1@a... ] knu:r52586 (trunk): * lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, and
40506 2015-11-16 15:59 [ko1@a... ] hsbt:r52587 (trunk): * struct.c: Standardize a method signature of Struct#[]=.
40507 2015-11-16 16:01 [ko1@a... ] hsbt:r52588 (trunk): * proc.c: Add call-seq of `Method#super_method`
40508 2015-11-16 16:16 [ko1@a... ] hsbt:r52589 (trunk): * mkconfig.rb: Add some high-level documentation.
40509 2015-11-16 16:18 [ko1@a... ] hsbt:r52590 (trunk): * ChangeLog: fixed accidentally commit.
40510 2015-11-16 16:30 [ko1@a... ] knu:r52591 (trunk): * lib/set.rb (Hash#flatten!, #add?, #delete?, #collect!, #reject!,
40511 2015-11-16 16:41 [ko1@a... ] knu:r52592 (trunk): Explain the reason for calling do_with_enum without a block [ci skip]
40512 2015-11-16 16:41 [ko1@a... ] knu:r52593 (trunk): * lib/set.rb: Enable frozen_string_literal.
40513 2015-11-16 17:41 [ko1@a... ] nobu:r52594 (trunk): compile.c: optimize leave
40514 2015-11-16 17:41 [ko1@a... ] nobu:r52595 (trunk): compile.c: tailcall on aref and aset
40515 2015-11-16 18:22 [ko1@a... ] nobu:r52596 (trunk): struct.c: dig
40516 2015-11-16 21:38 [ko1@a... ] ngoto:r52597 (trunk): * test/dtrace/helper.rb (Dtrace::TestCase#trap_probe): dtrace buffer size is set as 8m on Solaris (default 4m). [Bug #11697]
40517 2015-11-17 08:25 [ko1@a... ] normal:r52598 (trunk): socket: avoid arg parsing in rsock_s_recvfrom_nonblock
40518 2015-11-17 08:25 [ko1@a... ] svn:r52599 (trunk): * 2015-11-17
40519 2015-11-17 08:34 [ko1@a... ] normal:r52600 (trunk): socket: Socket#connect_nonblock avoids arg parsing with C API
40520 2015-11-17 08:40 [ko1@a... ] normal:r52601 (trunk): socket: avoid arg parsing in rsock_s_accept_nonblock
40521 2015-11-17 09:58 [ko1@a... ] normal:r52602 (trunk): socket (bsock_recvmsg_internal): avoid arg parsing
40522 2015-11-17 10:05 [ko1@a... ] normal:r52603 (trunk): socket: avoid arg parsing in bsock_sendmsg_internal
40523 2015-11-17 10:16 [ko1@a... ] normal:r52604 (trunk): socket: avoid exceptions in wrapper code
40524 2015-11-17 11:16 [ko1@a... ] nobu:r52605 (trunk): init.c: is_socket
40525 2015-11-17 11:23 [ko1@a... ] duerst:r52606 (trunk): NEWS: Small grammatical fix
40526 2015-11-17 11:26 [ko1@a... ] nobu:r52607 (trunk): update rdoc of dig methods [ci skip]
40527 2015-11-17 11:30 [ko1@a... ] normal:r52608 (trunk): socket: update doc for recvfrom_nonblock [ci skip]
40528 2015-11-17 13:56 [ko1@a... ] usa:r52609 (trunk): * ext/socket/lib/socket.rb: UNIXSocket is not always exists. fixes
40529 2015-11-17 14:06 [ko1@a... ] usa:r52610 (trunk): * ext/socket/lib/socket.rb (Socket#recvmsg{, _nonblock}): default values
40530 2015-11-17 14:36 [ko1@a... ] nobu:r52611 (trunk): OpenStruct#dig
40531 2015-11-17 15:31 [ko1@a... ] duerst:r52612 (trunk): enc/unicode/casefold.h, name2ctype.h: Change Unicode Version for
40532 2015-11-17 15:35 [ko1@a... ] duerst:r52613 (trunk): NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip]
40533 2015-11-17 15:39 [ko1@a... ] Re: duerst:r52612 (trunk): enc/unicode/casefold.h, name2ctype.h: Change Unicode Version for
40534 2015-11-17 18:43 [ko1@a... ] ko1:r52614 (trunk): * method.h: introduce rb_method_definition_t::complemented_count.
40535 2015-11-17 18:54 [ko1@a... ] ko1:r52615 (trunk): fix typo
40536 2015-11-17 18:59 [ko1@a... ] Re: duerst:r52612 (trunk): enc/unicode/casefold.h, name2ctype.h: Change Unicode Version for
40537 2015-11-17 19:05 [ko1@a... ] usa:r52616 (trunk): * configure.in (BASERUBY): use Kernel#print instead of Kernel#p because
40538 2015-11-17 19:39 [ko1@a... ] ko1:r52617 (trunk): * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognize
40539 2015-11-17 19:50 [ko1@a... ] usa:r52618 (trunk): * win32/win32.c (fstat): declare for mingw.
40540 2015-11-17 22:18 [ko1@a... ] ko1:r52619 (trunk): revert r52614, r52615, r52617 because they cause serious errors
40541 2015-11-17 22:59 [ko1@a... ] sonots:r52620 (trunk): lib/logger.rb: Add Logger#reopen
40542 2015-11-17 23:15 [ko1@a... ] sonots:r52621 (trunk): * lib/logger.rb: support symbol and string log level setting
40543 2015-11-17 23:16 [ko1@a... ] sonots:r52622 (trunk): * doc/maintainers.rdoc: Change lib/logger.rb maintainer from nahi to sonots
40544 2015-11-18 00:25 [ko1@a... ] kazu:r52623 (trunk): Logger is Stdlib instead of Core classes
40545 2015-11-18 00:25 [ko1@a... ] svn:r52624 (trunk): * 2015-11-18
40546 2015-11-18 07:00 [ko1@a... ] normal:r52625 (trunk): socket: fix recvmsg without argument
40547 2015-11-18 09:25 [ko1@a... ] nobu:r52626 (trunk): configure.in: additional flags
40548 2015-11-18 09:26 [ko1@a... ] nobu:r52627 (trunk): configure.in: fix help message
40549 2015-11-18 09:53 [ko1@a... ] sonots:r52628 (trunk): * test/logger/test_logdevice.rb: Fix tests of logger to make it work on
40550 2015-11-18 10:08 [ko1@a... ] shugo:r52629 (trunk): * doc/syntax/refinements.rdoc: update documentation to reflect
40551 2015-11-18 10:18 [ko1@a... ] normal:r52630 (trunk): socket: fix typo for default size
40552 2015-11-18 10:37 [ko1@a... ] usa:r52631 (trunk): * ext/socket/ancdata.c (bsock_recvmsg_internal): stretch the buffer size
40553 2015-11-18 11:08 [ko1@a... ] nobu:r52632 (trunk): compile.c: check type before checking insn_id
40554 2015-11-18 11:32 [ko1@a... ] nobu:r52633 (trunk): compile.c: optimize useless branches
40555 2015-11-18 16:09 [ko1@a... ] nobu:r52634 (trunk): comment for r52633 [ci skip]
40556 2015-11-18 17:08 [ko1@a... ] ko1:r52635 (trunk): * gc.c (rb_raw_obj_info): fix trivial issues.
40557 2015-11-18 17:16 [ko1@a... ] ko1:r52636 (trunk): * method.h: introduce the folliwing field and macros.
40558 2015-11-18 20:08 [ko1@a... ] usa:r52637 (ruby_2_1): merge revision(s) 49099: [Backport #10046]
40559 2015-11-18 20:13 [ko1@a... ] usa:r52638 (ruby_2_1): merge revision(s) 51569, 51649: [Backport #11367]
40560 2015-11-18 20:18 [ko1@a... ] usa:r52639 (ruby_2_1): merge revision(s) 51713: [Backport #11492] [Backport #11646]
40561 2015-11-18 20:24 [ko1@a... ] usa:r52640 (ruby_2_1): merge revision(s) 48609: [Backport #10449] [Backport #11651]
40562 2015-11-18 20:26 [ko1@a... ] usa:r52641 (ruby_2_1): merge revision(s) 52476, 52477: [Backport #11603]
40563 2015-11-18 20:34 [ko1@a... ] usa:r52642 (ruby_2_1): merge revision(s) 51722, 51724: [Backport #11376]
40564 2015-11-18 20:39 [ko1@a... ] usa:r52643 (ruby_2_1): merge revision(s) 52556, 52557: [Backport #10735]
40565 2015-11-18 20:48 [ko1@a... ] usa:r52644 (ruby_2_1): merge revision(s) 50985: [Backport #11693]
40566 2015-11-18 20:57 [ko1@a... ] usa:r52645 (ruby_2_1): merge revision(s) 50104, 50105: [Backport #10906]
40567 2015-11-18 21:10 [ko1@a... ] ko1:r52646 (trunk): * vm_method.c (prepare_callable_method_entry): use
40568 2015-11-18 22:19 [ko1@a... ] akr:r52647 (trunk): add tests.
40569 2015-11-18 23:00 [ko1@a... ] ko1:r52648 (trunk): * vm_method.c (rb_class_clear_method_cache): should clear all
40570 2015-11-18 23:38 [ko1@a... ] nagachika:r52649 (ruby_2_2): merge revision(s) 51722, 51724: [Backport #11376]
40571 2015-11-19 00:11 [ko1@a... ] nagachika:r52650 (ruby_2_2): merge revision(s) 52211: [Backport #11610] [Backport #11637]
40572 2015-11-19 00:38 [ko1@a... ] nagachika:r52651 (ruby_2_2): merge revision(s) 52556, 52557: [Backport #10735]
40573 2015-11-19 00:49 [ko1@a... ] nagachika:r52652 (ruby_2_2): merge revision(s) 52016, 52017, 52019, 52020, 52021: [Backport #10735]
40574 2015-11-19 00:55 [ko1@a... ] usa:r52653 (trunk): * ext/extmk.rb (--extflags): new option to pass EXTLDFLAGS to children,
40575 2015-11-19 00:56 [ko1@a... ] svn:r52654 (trunk): * 2015-11-19
40576 2015-11-19 01:14 [ko1@a... ] nagachika:r52655 (ruby_2_2): merge revision(s) 51292, 51439, 51440: [Backport #11404] [Backport #11481]
40577 2015-11-19 01:48 [ko1@a... ] usa:r52656 (trunk): * configure.in: add -static-libgcc for mingw automatically if available.
40578 2015-11-19 02:22 [ko1@a... ] akr:r52657 (trunk): * test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags is
40579 2015-11-19 02:53 [ko1@a... ] usa:r52658 (trunk): * ext/socket/ancdata.c (bsock_recvmsg_internal): stretch the buffer size
40580 2015-11-19 08:27 [ko1@a... ] nobu:r52659 (trunk): fix typo
40581 2015-11-19 08:33 [ko1@a... ] nobu:r52660 (trunk): gc.c: use BUILTIN_TYPE
40582 2015-11-19 10:14 [ko1@a... ] nagachika:r52661 (ruby_2_2): merge revision(s) 51445: [Backport #11404] [Backport #11481]
40583 2015-11-19 14:00 [ko1@a... ] usa:r52662 (trunk): * win32/win32.c (finish_overlapped_socket): ignore EMSGSIZE when input,
40584 2015-11-19 14:12 [ko1@a... ] nobu:r52663 (trunk): compile.c: tailcall before specialize
40585 2015-11-19 14:16 [ko1@a... ] usa:r52664 (trunk): * win32/win32.c (finish_overlapped_socket): return value of this
40586 2015-11-19 14:58 [ko1@a... ] nobu:r52665 (trunk): ruby.c: set compile options at once
40587 2015-11-19 15:16 [ko1@a... ] hsbt:r52666 (trunk): * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).
40588 2015-11-19 15:33 [ko1@a... ] ko1:r52667 (trunk): * compile.c (iseq_compile_each): T_IMEMO/iseq objects should be
40589 2015-11-19 15:54 [ko1@a... ] ko1:r52668 (trunk): * signal.c: should also clear ruby_disable_gc.
40590 2015-11-19 17:56 [ko1@a... ] nobu:r52669 (trunk): ruby.c: feature_option
40591 2015-11-19 19:45 [ko1@a... ] nobu:r52670 (trunk): ruby.c: fix ARGV doc [ci skip]
40592 2015-11-19 20:13 [ko1@a... ] ko1:r52671 (trunk): * gc.c: trivial performance improvements.
40593 2015-11-19 21:57 [ko1@a... ] ko1:r52672 (trunk): * gc.c (gc_start): force to invoke GC by GC.start
40594 2015-11-19 22:50 [ko1@a... ] akr:r52673 (trunk): * ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag.
40595 2015-11-20 07:10 [ko1@a... ] normal:r52674 (trunk): add .gitattributes
40596 2015-11-20 07:10 [ko1@a... ] svn:r52675 (trunk): * 2015-11-20
40597 2015-11-20 07:10 [ko1@a... ] svn:r52676 (trunk): * properties.
40598 2015-11-20 09:20 [ko1@a... ] ko1:r52677 (trunk): * vm.c (rb_vm_cref_replace_with_duplicated_cref): added.
40599 2015-11-20 12:44 [ko1@a... ] hsbt:r52678 (trunk): * lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod.
40600 2015-11-20 12:48 [ko1@a... ] hsbt:r52679 (trunk): * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo().
[前][次][番号順一覧][上]