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

ruby-changes:40601-40700

  40601 2015-11-20 12:53 [ko1@a...            ] hsbt:r52680 (trunk): * array.c: clarify docs for take_while/drop_while samples.
  40602 2015-11-20 13:03 [ko1@a...            ] nobu:r52681 (trunk): enc-unicode.rb: --header
  40603 2015-11-20 14:40 [ko1@a...            ] hsbt:r52682 (trunk): * lib/net/http.rb: set hostname before call ossl_ssl_set_session.
  40604 2015-11-20 14:57 [ko1@a...            ] hsbt:r52683 (trunk): * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"
  40605 2015-11-20 15:05 [ko1@a...            ] hsbt:r52684 (trunk): * Added missing reference of GitHub
  40606 2015-11-20 23:17 [ko1@a...            ] sonots:r52685 (trunk): * lib/logger.rb: expose logger mutex
  40607 2015-11-21 04:34 [ko1@a...            ] nobu:r52686 (trunk): symbol.c: not freeze the receiver
  40608 2015-11-21 04:37 [ko1@a...            ] svn:r52687 (trunk): * 2015-11-21        
  40609 2015-11-21 08:49 [ko1@a...            ] ko1:r52688 (trunk): * compile.c (iseq_compile_each): add debug information to NODE_STR
  40610 2015-11-21 08:51 [ko1@a...            ] naruse:r52689 (trunk): read may return nil
  40611 2015-11-21 09:20 [ko1@a...            ] naruse:r52690 (trunk): Visual C++ 14 (2015) uses ucrtbase.dll as c runtime
  40612 2015-11-21 09:32 [ko1@a...            ] ko1:r52691 (trunk): * thread_sync.c: reduce the specification of Queue#close.
  40613 2015-11-21 09:47 [ko1@a...            ] ko1:r52692 (trunk): add to NEWS about Queue#close
  40614 2015-11-21 13:06 [ko1@a...            ] naruse:r52693 (trunk): * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h.
  40615 2015-11-21 13:36 [ko1@a...            ] naruse:r52694 (trunk): * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
  40616 2015-11-21 14:02 [ko1@a...            ] naruse:r52695 (trunk): * ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 is
  40617 2015-11-21 15:36 [ko1@a...            ] naruse:r52696 (trunk): fix r52690       
  40618 2015-11-21 18:42 [ko1@a...            ] nobu:r52697 (trunk): ruby.c: fix pointer overrun
  40619 2015-11-21 18:57 [ko1@a...            ] nobu:r52698 (trunk): ruby.c: --debug=frozen-string-literal option
  40620 2015-11-21 21:18 [ko1@a...            ] kazu:r52699 (trunk): fix typos [ci skip]
  40621 2015-11-21 21:18 [ko1@a...            ] kazu:r52700 (trunk): fix a typo [ci skip]
  40622 2015-11-22 01:19 [ko1@a...            ] ngoto:r52701 (trunk): * test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when Socket::SO_TIMESTAMP is not defined.
  40623 2015-11-22 01:19 [ko1@a...            ] svn:r52702 (trunk): * 2015-11-22        
  40624 2015-11-22 01:37 [ko1@a...            ] ngoto:r52703 (trunk): * configure.in: Add -D_XOPEN_SOURCE=500 (or 600 or 700) on Solaris
  40625 2015-11-22 15:11 [ko1@a...            ] nobu:r52704 (trunk): compile.c: check each steps
  40626 2015-11-22 15:29 [ko1@a...            ] nobu:r52705 (trunk): compile.c: flush disasm
  40627 2015-11-22 15:32 [ko1@a...            ] nobu:r52706 (trunk): compile.c: use COMPILE_ERROR
  40628 2015-11-22 15:32 [ko1@a...            ] nobu:r52707 (trunk): compile.c: use rb_compile_bug
  40629 2015-11-22 15:32 [ko1@a...            ] nobu:r52708 (trunk): compile.c: free labels table
  40630 2015-11-22 15:42 [ko1@a...            ] nobu:r52709 (trunk): fake.rb.in: block comment
  40631 2015-11-22 16:37 [ko1@a...            ] nobu:r52710 (trunk): compile.c: optimize useless branches
  40632 2015-11-22 16:53 [ko1@a...            ] nobu:r52711 (trunk): compile.c: move logop DCE
  40633 2015-11-22 17:22 [ko1@a...            ] nobu:r52712 (trunk): compile.c: fix position
  40634 2015-11-22 18:01 [ko1@a...            ] ngoto:r52713 (trunk): * configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when both
  40635 2015-11-22 19:37 [ko1@a...            ] hsbt:r52714 (trunk): * ext/openssl/ossl.c: fix brew command for installation of openssl.
  40636 2015-11-22 22:09 [ko1@a...            ] ngoto:r52715 (trunk): * lib/cmath.rb: methods which has suffix '!' are now deprecated.
  40637 2015-11-22 22:41 [ko1@a...            ] odaira:r52716 (trunk): * gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGC
  40638 2015-11-23 00:40 [ko1@a...            ] nagachika:r52717 (ruby_2_2): merge revision(s) 51651, 51655: [Backport #11451]
  40639 2015-11-23 08:55 [ko1@a...            ] hsbt:r52718 (trunk): * ChangeLog: fix wrong reference for r52714
  40640 2015-11-23 08:55 [ko1@a...            ] svn:r52719 (trunk): * 2015-11-23        
  40641 2015-11-23 11:44 [ko1@a...            ] hsbt:r52720 (trunk): * gems/bundled_gems: bump version to minitest-5.8.3
  40642 2015-11-23 12:54 [ko1@a...            ] nobu:r52721 (trunk): Haiku now best effort support
  40643 2015-11-23 20:00 [ko1@a...            ] ngoto:r52722 (trunk): * configure.in: On Solaris, with gcc, "-std=iso9899:1999"
  40644 2015-11-24 06:21 [ko1@a...            ] normal:r52723 (trunk): fiddle: release GVL for ffi_call
  40645 2015-11-24 06:24 [ko1@a...            ] svn:r52724 (trunk): * 2015-11-24        
  40646 2015-11-24 06:58 [ko1@a...            ] normal:r52725 (trunk): io.c (rb_gc_for_fd): wrapper for retrying FD creation
  40647 2015-11-24 07:51 [ko1@a...            ] normal:r52726 (trunk): use rb_gc_for_fd for more callers
  40648 2015-11-24 07:57 [ko1@a...            ] normal:r52727 (trunk): ext/socket/init.c (rsock_accept): handle ENOMEM
  40649 2015-11-24 08:30 [ko1@a...            ] nobu:r52728 (trunk): Fix Struct#dig issue number [ci skip]
  40650 2015-11-24 09:04 [ko1@a...            ] nobu:r52729 (trunk): Add missing punctuation to File docs [ci skip]
  40651 2015-11-24 09:16 [ko1@a...            ] nobu:r52730 (trunk): internal.h: export rb_gc_for_fd
  40652 2015-11-24 09:17 [ko1@a...            ] nobu:r52731 (trunk): Drop support for BeOS
  40653 2015-11-24 10:00 [ko1@a...            ] hsbt:r52732 (trunk): * lib/rubygems/installer.rb: Fix two double-word typos.
  40655 2015-11-24 16:13 [ko1@a...            ] nobu:r52734 (trunk): parse.y: ripper for warnings
  40656 2015-11-24 22:12 [ko1@a...            ] kazu:r52735 (trunk): fix a typo [ci skip]
  40657 2015-11-25 00:01 [ko1@a...            ] ngoto:r52736 (trunk): * configure.in: On Solaris, it is safe to define _LARGEFILE_SOURCE
  40658 2015-11-25 00:03 [ko1@a...            ] svn:r52737 (trunk): * 2015-11-25        
  40659 2015-11-25 00:04 [ko1@a...            ] nagachika:r52738 (ruby_2_2): merge revision(s) 52683, 52684: [Backport #11719] [Backport #11722]
  40660 2015-11-25 00:29 [ko1@a...            ] nagachika:r52739 (ruby_2_2): merge revision(s) 52694: [Backport #3231]
  40661 2015-11-25 00:42 [ko1@a...            ] nagachika:r52740 (ruby_2_2): merge revision(s) 51816: [Backport #8543]
  40662 2015-11-25 00:49 [ko1@a...            ] nagachika:r52741 (ruby_2_2): merge revision(s) 52244: [Backport #11513]
  40663 2015-11-25 01:03 [ko1@a...            ] nagachika:r52742 (ruby_2_2): merge revision(s) 52461: [Backport #11663]
  40664 2015-11-25 01:10 [ko1@a...            ] nagachika:r52743 (ruby_2_2): merge revision(s) 52694: [Backport #3231]
  40665 2015-11-25 01:11 [ko1@a...            ] nagachika:r52744 (ruby_2_2): bump patchlevel for previous commit.
  40666 2015-11-25 10:58 [ko1@a...            ] shugo:r52745 (trunk): * io.c (argf_getpartial): should not resize str if the second
  40667 2015-11-25 12:18 [ko1@a...            ] nobu:r52746 (trunk): test_objectspace.rb: missing tests from rubyspec
  40668 2015-11-25 12:36 [ko1@a...            ] nobu:r52747 (trunk): configure.in: color to ifchange
  40669 2015-11-25 16:39 [ko1@a...            ] ko1:r52748 (trunk): add NEWS entry about --debug=frozen-string-literal
  40670 2015-11-25 17:02 [ko1@a...            ] nobu:r52749 (trunk): iseq.h: rename member
  40671 2015-11-25 21:24 [ko1@a...            ] nobu:r52750 (trunk): io.c: try to_io first
  40672 2015-11-26 07:24 [ko1@a...            ] normal:r52751 (trunk): test/openssl/test_ssl.rb (test_copy_stream): new test
  40673 2015-11-26 07:24 [ko1@a...            ] svn:r52752 (trunk): * 2015-11-26        
  40674 2015-11-26 09:49 [ko1@a...            ] hsbt:r52753 (trunk): * test/coverage/test_coverage.rb: Added test-case for Coverage.peek_result
  40675 2015-11-26 09:51 [ko1@a...            ] hsbt:r52754 (trunk): * test/coverage/test_coverage.rb: Added test-case for Coverage.restart.
  40676 2015-11-26 17:31 [ko1@a...            ] naruse:r52755 (trunk): fixup! r52695    
  40678 2015-11-26 17:32 [ko1@a...            ] svn:r52757 (trunk): * remove trailing spaces.
  40679 2015-11-26 18:09 [ko1@a...            ] nobu:r52758 (trunk): downloader.rb: Downloader.https
  40680 2015-11-26 21:36 [ko1@a...            ] nobu:r52759 (trunk): compile.c: tailcall opt for indexers
  40682 2015-11-27 00:41 [ko1@a...            ] naruse:r52761 (trunk): Use more tough server: GitHub or repo.or.cz
  40683 2015-11-27 00:41 [ko1@a...            ] svn:r52762 (trunk): * 2015-11-27        
  40684 2015-11-27 11:23 [ko1@a...            ] nobu:r52763 (trunk): parse.y: reduce ifdefs
  40685 2015-11-27 23:08 [ko1@a...            ] naruse:r52764 (trunk): * lib/net/http.rb (connect): detect closed connection and reconnect
  40686 2015-11-27 23:26 [ko1@a...            ] nobu:r52765 (trunk): test_parser_events.rb: suppress a warning
  40687 2015-11-28 00:03 [ko1@a...            ] naruse:r52766 (trunk): fixup! * lib/net/http.rb (connect): detect closed connection and reconnect If the server closes a keep-alive http connection, the client socket   reaches EOF. To avoid an EOFError, detect the closed connection and reconnect. Added test to ensure HTTP#post succeeds even if the keep-alive-connection has been closed by the server. by Kristian Hanekamp <kris.hanekamp@gmail.com> https://github.com/ruby/ruby/pull/1089 fix GH-1089
  40688 2015-11-28 00:04 [ko1@a...            ] svn:r52767 (trunk): * 2015-11-28        
  40689 2015-11-28 05:32 [ko1@a...            ] nagachika:r52768 (ruby_2_2): merge revision(s) 50737: [Backport #11211]
  40690 2015-11-28 05:43 [ko1@a...            ] nagachika:r52769 (ruby_2_2): merge revision(s) 52128, 52133: [Backport #11271]
  40691 2015-11-28 05:49 [ko1@a...            ] nagachika:r52770 (ruby_2_2): merge revision(s) 49813, 52140: [Backport #10686]
  40692 2015-11-28 06:09 [ko1@a...            ] nagachika:r52771 (ruby_2_2): merge revision(s) 51427: [Backport #10969]
  40693 2015-11-28 06:24 [ko1@a...            ] nagachika:r52772 (ruby_2_2): merge revision(s) 52227, 52228: [Backport #11369]
  40694 2015-11-28 06:39 [ko1@a...            ] nagachika:r52773 (ruby_2_2): merge revision(s) 51820: [Backport #11519]
  40695 2015-11-28 14:26 [ko1@a...            ] nobu:r52774 (trunk): ripper/core.rb: dispatch alias
  40696 2015-11-28 14:43 [ko1@a...            ] nobu:r52775 (trunk): ripper/core.rb: share handlers
  40697 2015-11-28 15:56 [ko1@a...            ] nobu:r52776 (trunk): ripper/lexer.rb: dispatch alias
  40698 2015-11-28 19:34 [ko1@a...            ] nobu:r52777 (trunk): parse.y: last content of heredoc
  40699 2015-11-29 03:16 [ko1@a...            ] nagachika:r52778 (ruby_2_2): merge revision(s) 51242: [Backport #11343]
  40700 2015-11-29 03:29 [ko1@a...            ] nagachika:r52779 (ruby_2_2): merge revision(s) 52222, 52229, 52273, 52277, 52357: [Backport #11613]

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