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

ruby-changes:53701-53800

  53701 2018-11-22 15:08 [ko1@a...            ] kazu:r65917 (trunk): .gitignoRe: add mjit_build_dir.c [ci skip]
  53702 2018-11-22 15:17 [ko1@a...            ] nobu:r65918 (trunk): mjit_archflag.sh: fix bare word in the header
  53703 2018-11-22 16:53 [ko1@a...            ] nobu:r65919 (trunk): Enable refinements to public_send.
  53704 2018-11-22 17:29 [ko1@a...            ] nobu:r65920 (trunk): Enable refinements at Object#respond_to?
  53705 2018-11-22 17:46 [ko1@a...            ] normal:r65921 (trunk): configure.ac: support 32-bit builds on x86-64 systems
  53706 2018-11-22 17:46 [ko1@a...            ] normal:r65922 (trunk): io + socket: make pipes and sockets nonblocking by default
  53707 2018-11-22 18:18 [ko1@a...            ] nobu:r65923 (trunk): Revert r63030      
  53708 2018-11-22 18:18 [ko1@a...            ] svn:r65924 (trunk): * expand tabs.      
  53709 2018-11-22 19:13 [ko1@a...            ] normal:r65925 (trunk): ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCK
  53710 2018-11-22 19:43 [ko1@a...            ] naruse:r65926 (trunk): Use File.expand_path("~username") instead of ENV["HOME"]
  53711 2018-11-22 20:03 [ko1@a...            ] naruse:r65927 (trunk): Wait accept is ready also on Solaris
  53712 2018-11-22 22:29 [ko1@a...            ] k0kubun:r65928 (trunk): mjit.c: avoid running copy job handler after ISeq GC
  53713 2018-11-23 05:02 [ko1@a...            ] normal:r65929 (trunk): socket: disable nonblocking-by-default on win32
  53714 2018-11-23 05:02 [ko1@a...            ] svn:r65930 (trunk): * 2018-11-23        
  53715 2018-11-23 07:44 [ko1@a...            ] normal:r65931 (trunk): io.c: revalidate fptr->fd after rb_io_wait_readable
  53716 2018-11-23 10:57 [ko1@a...            ] nobu:r65932 (trunk): split each assert_nothing_raised
  53717 2018-11-23 15:45 [ko1@a...            ] duerst:r65933 (trunk): prepare for Unicode 11.0.0 update
  53718 2018-11-23 20:00 [ko1@a...            ] kazu:r65934 (trunk): test/ruby/test_thread.rb: use safe navigation operator.
  53719 2018-11-23 20:42 [ko1@a...            ] nobu:r65935 (trunk): proc.c: [DOC] refine proc-compistion examples [ci skip]
  53720 2018-11-23 21:12 [ko1@a...            ] nobu:r65936 (trunk): Ignore more DLEXT files [ci skip]
  53721 2018-11-24 03:19 [ko1@a...            ] normal:r65937 (trunk): io.c (fptr_finalize_flush): close race leading to EBADF
  53722 2018-11-24 03:19 [ko1@a...            ] svn:r65938 (trunk): * 2018-11-24        
  53723 2018-11-24 06:39 [ko1@a...            ] normal:r65939 (trunk): io.c (io_fd_check_closed): prioritize cross-thread "stream closed"
  53724 2018-11-24 07:01 [ko1@a...            ] normal:r65940 (trunk): thread.c (rb_wait_for_single_fd): do not miss IO#close notifications
  53725 2018-11-24 07:01 [ko1@a...            ] svn:r65941 (trunk): * expand tabs.      
  53726 2018-11-24 08:19 [ko1@a...            ] duerst:r65942 (trunk): add GraphemeBreakeTests.txt file to UNICODE_PROPERTY_FILES for download
  53727 2018-11-24 09:55 [ko1@a...            ] k0kubun:r65943 (trunk): Fix r65926 test_dir.rb for windows (tilde)
  53728 2018-11-24 11:31 [ko1@a...            ] samuel:r65944 (trunk): Enable msys2 to check build status.
  53729 2018-11-24 11:31 [ko1@a...            ] samuel:r65945 (trunk): Fix argument order.
  53730 2018-11-24 13:34 [ko1@a...            ] nobu:r65946 (trunk): Make ext/etc/constdefs.h by srcs-ext
  53731 2018-11-24 13:34 [ko1@a...            ] nobu:r65947 (trunk): Add clean-srcs     
  53732 2018-11-24 17:23 [ko1@a...            ] normal:r65948 (trunk): io.c: wait on FD readability w/o GVL reacquisition
  53733 2018-11-24 17:38 [ko1@a...            ] knu:r65949 (trunk): Implement Enumerator#+ and Enumerable#chain [Feature #15144]
  53734 2018-11-24 17:38 [ko1@a...            ] knu:r65950 (trunk): Add entries regarding Enumerator::Chain to NEWS
  53735 2018-11-24 19:29 [ko1@a...            ] nobu:r65951 (trunk): Makefile.in: use ASMEXT in implicit rules
  53736 2018-11-24 20:35 [ko1@a...            ] samuel:r65952 (trunk): Change Makefile rule for assembly to use .S rather than .s
  53737 2018-11-24 20:35 [ko1@a...            ] samuel:r65953 (trunk): Ensure stack is correctly protected
  53738 2018-11-24 20:53 [ko1@a...            ] naruse:r65954 (trunk): Don't use single byte optimization on grapheme clusters
  53739 2018-11-24 21:26 [ko1@a...            ] naruse:r65956 (trunk): fix r65954; Keep tainty
  53740 2018-11-24 21:26 [ko1@a...            ] svn:r65957 (trunk): * expand tabs.      
  53741 2018-11-24 21:33 [ko1@a...            ] duerst:r65958 (trunk): remove guard against bug #15337, because it is fixed
  53742 2018-11-24 21:49 [ko1@a...            ] nobu:r65959 (trunk): assertions for r65956
  53743 2018-11-25 04:54 [ko1@a...            ] odaira:r65960 (trunk): * common.mk: revise r65767 because AIX's grep does not support -A
  53744 2018-11-25 04:54 [ko1@a...            ] svn:r65961 (trunk): * 2018-11-25        
  53745 2018-11-25 04:59 [ko1@a...            ] normal:r65962 (trunk): io.c: disable nonblocking-by-default on win32 pipes
  53746 2018-11-25 10:20 [ko1@a...            ] hsbt:r65963 (trunk): Use stub executables generated by RubyGems istead of original executables.
  53747 2018-11-25 10:20 [ko1@a...            ] svn:r65964 (trunk): * properties.       
  53748 2018-11-25 12:36 [ko1@a...            ] nobu:r65965 (trunk): un.rb: more options for httpd
  53749 2018-11-25 12:36 [ko1@a...            ] nobu:r65966 (trunk): Prefer ALLOCV over ALLOCA
  53750 2018-11-25 13:05 [ko1@a...            ] nobu:r65967 (trunk): No new entry when getting undefined global variable
  53751 2018-11-25 15:07 [ko1@a...            ] nobu:r65968 (trunk): NEWS: fix markup [ci skip]
  53752 2018-11-25 17:31 [ko1@a...            ] nobu:r65969 (trunk): parser: improve error messages
  53753 2018-11-25 17:32 [ko1@a...            ] nobu:r65970 (trunk): ChangeLog compatibility [ci skip]
  53754 2018-11-25 19:12 [ko1@a...            ] duerst:r65971 (trunk): deal with ONIGENC_CASE_IS_TITLECASE flag on lowercase characters
  53755 2018-11-25 20:02 [ko1@a...            ] duerst:r65972 (trunk): create function create_property_node to extract recurring functionality
  53756 2018-11-25 21:31 [ko1@a...            ] yui-knk:r65973 (trunk): Fix locations of NODE_UNDEF in undef with multiple args
  53757 2018-11-26 01:23 [ko1@a...            ] naruse:r65974 (trunk): Normalize month-mday before finding epoch
  53758 2018-11-26 01:23 [ko1@a...            ] svn:r65975 (trunk): * 2018-11-26        
  53759 2018-11-26 08:16 [ko1@a...            ] duerst:r65976 (trunk): add several emoji data files to UNICODE_EMOJI_DOWNLOAD for download
  53760 2018-11-26 10:23 [ko1@a...            ] hsbt:r65977 (trunk): Followed up r65963. Use libexec directory with sync tool.
  53761 2018-11-26 10:43 [ko1@a...            ] hsbt:r65978 (trunk): Use libexec for distination directory.
  53762 2018-11-26 10:54 [ko1@a...            ] hsbt:r65979: Removed `bundle_ruby` command. Because It's no longer shipped from Bundler 1.0.2.
  53763 2018-11-26 11:21 [ko1@a...            ] shyouhei:r65980 (trunk): .travis.yml: update MSAN setups [ci skip]
  53764 2018-11-26 11:31 [ko1@a...            ] kazu:r65981 (trunk): un.rb: add more options for httpd to help message [ci skip]
  53765 2018-11-26 11:46 [ko1@a...            ] shyouhei:r65982 (trunk): .travis.yml: avoid bashism
  53766 2018-11-26 12:47 [ko1@a...            ] nobu:r65983 (trunk): common.mk: simplify for ruby.imp
  53767 2018-11-26 14:29 [ko1@a...            ] mame:r65984 (trunk): lib/webrick: explicitly convert header values to a string
  53768 2018-11-26 14:32 [ko1@a...            ] mame:r65985 (trunk): lib/rdoc/markup/: Remove wrong call to `=~` against Array
  53769 2018-11-26 14:46 [ko1@a...            ] mame:r65986 (trunk): test/rdoc/test_rdoc_rdoc.rb: add dummy finish
  53770 2018-11-26 14:46 [ko1@a...            ] mame:r65987 (trunk): lib/rubygems/command.rb: remove meaningless code
  53771 2018-11-26 16:13 [ko1@a...            ] mame:r65988 (trunk): lib/rubygems: explicitly clarify the type for =~ matching
  53772 2018-11-26 16:55 [ko1@a...            ] mame:r65989 (trunk): object.c: Deprecate Object#=~ and add NilClass#=~`
  53773 2018-11-26 21:23 [ko1@a...            ] hsbt:r65991 (trunk): Sync the executables of rdoc from upstream repository.
  53774 2018-11-26 21:36 [ko1@a...            ] k0kubun:r65992 (trunk): lib/rubygems/indexer.rb: suppress random test-all error
  53775 2018-11-26 21:50 [ko1@a...            ] k0kubun:r65993 (trunk): mjit_worker.c: disable running copy job
  53776 2018-11-26 22:40 [ko1@a...            ] k0kubun:r65994 (trunk): process.c: finish MJIT prior to #exec
  53777 2018-11-26 23:03 [ko1@a...            ] svn:r65996 (trunk): * properties.       
  53778 2018-11-26 23:03 [ko1@a...            ] nobu:r65995 (trunk): Do not load rubygems when disabled
  53779 2018-11-26 23:45 [ko1@a...            ] k0kubun:r65997 (trunk): process.c: try to workaroun SEGV by r65994
  53780 2018-11-27 00:12 [ko1@a...            ] k0kubun:r65999 (trunk): process.c: avoid dlclose before exec
  53781 2018-11-27 00:12 [ko1@a...            ] k0kubun:r65998 (trunk): Revert "process.c: try to workaroun SEGV by r65994"
  53782 2018-11-27 00:12 [ko1@a...            ] svn:r66000 (trunk): * 2018-11-27        
  53783 2018-11-27 00:47 [ko1@a...            ] k0kubun:r66001 (trunk): vm_trace.c: MJIT-limited thread-safety for postponed_job
  53784 2018-11-27 01:14 [ko1@a...            ] k0kubun:r66002 (trunk): test_jit.rb: skip a test for Windows for now
  53785 2018-11-27 03:16 [ko1@a...            ] ko1:r66003 (trunk): Support targetting TracePoint [Feature #15289]
  53786 2018-11-27 03:16 [ko1@a...            ] svn:r66004 (trunk): * expand tabs.      
  53787 2018-11-27 03:27 [ko1@a...            ] ko1:r66005 (trunk): fix type error.     
  53788 2018-11-27 03:48 [ko1@a...            ] ko1:r66006 (trunk): fix for ansi-pedantic compile option.
  53789 2018-11-27 04:59 [ko1@a...            ] ko1:r66007 (trunk): Give up support for cross-callcc set_trace_func.
  53790 2018-11-27 05:16 [ko1@a...            ] ko1:r66008 (trunk): `TracePoint#enable(target_line:)` is supported. [Feature #15289]
  53791 2018-11-27 05:16 [ko1@a...            ] svn:r66009 (trunk): * remove trailing spaces.
  53792 2018-11-27 08:31 [ko1@a...            ] duerst:r66010 (trunk): improve messages for test failures
  53793 2018-11-27 09:39 [ko1@a...            ] ko1:r66011 (trunk): to debug https://ci.appveyor.com/project/ruby/ruby/builds/20566898/job/hda29416yal9h6hn use binary search
  53794 2018-11-27 09:44 [ko1@a...            ] ko1:r66012 (trunk): enable at least one behavior
  53795 2018-11-27 10:25 [ko1@a...            ] nobu:r66013 (trunk): ALWAYS_INLINE implies inline always
  53796 2018-11-27 11:18 [ko1@a...            ] duerst:r66014 (trunk): add some comments in function node_extended_grapheme_cluster() [ci skip]
  53797 2018-11-27 11:45 [ko1@a...            ] ko1:r66015 (trunk): `RubyVM::ISeq.of` accept ISeq.
  53798 2018-11-27 11:45 [ko1@a...            ] svn:r66016 (trunk): * expand tabs.      
  53800 2018-11-27 12:13 [ko1@a...            ] ko1:r66018 (trunk): enable another assertion

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