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

ruby-changes:46801-46900

  46801 2017-05-27 12:07 [ko1@a...            ] k0kubun:r58916 (trunk): erb.rb: Use str_uplus instead of rb_str_dup
  46802 2017-05-27 12:14 [ko1@a...            ] nobu:r58917 (trunk): .travis.yml: get number of processors at runtime
  46803 2017-05-27 12:43 [ko1@a...            ] nobu:r58918 (trunk): mspec/commands/mspec.rb: formatter for multi_exec
  46804 2017-05-27 13:35 [ko1@a...            ] normal:r58919 (trunk): common: "test-all" depends on "exts" target
  46805 2017-05-27 14:18 [ko1@a...            ] nobu:r58920 (trunk): .travis.yml: exts is not needed for tests here
  46806 2017-05-27 14:41 [ko1@a...            ] watson1978:r58921 (trunk): Improve performance of some Time methods
  46807 2017-05-27 14:41 [ko1@a...            ] watson1978:r58922 (trunk): Improve performance of some Time & Rational methods
  46808 2017-05-27 16:18 [ko1@a...            ] normal:r58923 (trunk): Revert "common: "test-all" depends on "exts" target"
  46811 2017-05-27 22:54 [ko1@a...            ] k0kubun:r58926 (trunk): bootstraptest/test_insns.rb: Fix typo
  46813 2017-05-28 02:04 [ko1@a...            ] svn:r58928 (trunk): * 2017-05-28        
  46814 2017-05-28 02:04 [ko1@a...            ] svn:r58929 (trunk): * properties.       
  46815 2017-05-28 06:54 [ko1@a...            ] eregon:r58930 (trunk): Update to ruby/mspec@6c95759
  46816 2017-05-28 06:55 [ko1@a...            ] eregon:r58931 (trunk): Update to ruby/spec@2795010
  46817 2017-05-28 06:55 [ko1@a...            ] svn:r58932 (trunk): * remove trailing spaces.
  46818 2017-05-28 07:01 [ko1@a...            ] svn:r58933 (trunk): * properties.       
  46819 2017-05-28 10:43 [ko1@a...            ] normal:r58934 (trunk): tests: increase CPU percentage threshold for assert_cpu_usage_low
  46820 2017-05-28 10:48 [ko1@a...            ] k0kubun:r58935 (trunk): process.c: Use getrusage(2) in Process.times
  46821 2017-05-28 14:39 [ko1@a...            ] normal:r58936 (trunk): test/ruby/test_io.rb: adjust CPU usage check to 10%
  46822 2017-05-28 18:49 [ko1@a...            ] nobu:r58937 (trunk): ruby.c: shrink ruby_cmdline_options_t
  46823 2017-05-28 18:49 [ko1@a...            ] nobu:r58938 (trunk): ruby.c: file in load_file argument
  46824 2017-05-28 20:30 [ko1@a...            ] eregon:r58939 (trunk): Update to ruby/spec@2a047c8
  46825 2017-05-28 20:30 [ko1@a...            ] eregon:r58940 (trunk): Add tool to pull latest mspec/spec when commits have been synchronized
  46826 2017-05-28 20:31 [ko1@a...            ] svn:r58941 (trunk): * properties.       
  46827 2017-05-28 21:02 [ko1@a...            ] eregon:r58942 (trunk): Update to ruby/spec@ca32ae2
  46828 2017-05-28 23:17 [ko1@a...            ] nobu:r58943 (trunk): lldb_cruby.py: constants from the target
  46829 2017-05-29 01:29 [ko1@a...            ] naruse:r58944 (trunk): Revert r58939 and r58942
  46830 2017-05-29 01:29 [ko1@a...            ] svn:r58946 (trunk): * properties.       
  46831 2017-05-29 01:29 [ko1@a...            ] svn:r58945 (trunk): * 2017-05-29        
  46832 2017-05-29 01:40 [ko1@a...            ] naruse:r58947 (trunk): Revert "Update to ruby/spec@2a047c8"
  46833 2017-05-29 01:41 [ko1@a...            ] naruse:r58948 (trunk): suppress warning: ambiguous first argument; put parentheses or a space even after `-' operator
  46834 2017-05-29 14:19 [ko1@a...            ] nobu:r58949 (trunk): default.mspec: remove useless flags
  46835 2017-05-29 15:39 [ko1@a...            ] nobu:r58950 (trunk): ruby-runner.c: replace argv[0]
  46836 2017-05-29 15:39 [ko1@a...            ] nobu:r58951 (trunk): tool/runruby.rb: exec ruby-runner
  46837 2017-05-29 15:53 [ko1@a...            ] nobu:r58952 (trunk): fix race condition 
  46838 2017-05-29 16:03 [ko1@a...            ] nobu:r58953 (trunk): fix up r58952      
  46839 2017-05-29 17:41 [ko1@a...            ] duerst:r58954 (trunk): Change max byte length of UTF-8 to 4 bytes
  46840 2017-05-29 17:59 [ko1@a...            ] duerst:r58955 (trunk): revert r58954 temporarily
  46841 2017-05-29 19:22 [ko1@a...            ] k0kubun:r58956 (trunk): test/erb/test_erb.rb: Fix unused variable warning
  46842 2017-05-29 19:53 [ko1@a...            ] k0kubun:r58957 (trunk): rubyspec: Fix method redefinition warning
  46843 2017-05-29 20:19 [ko1@a...            ] eregon:r58958 (trunk): Simplify, avoid extra exceptions and add test for concurrent mspec mkdir_p
  46844 2017-05-30 00:34 [ko1@a...            ] svn:r58960 (trunk): * 2017-05-30        
  46845 2017-05-30 00:34 [ko1@a...            ] nobu:r58959 (trunk): Run in separate process/pgrp [Bug #13609]
  46846 2017-05-30 02:56 [ko1@a...            ] eregon:r58961 (trunk): Enable Process.setpriority for a single process on more platforms.
  46847 2017-05-30 02:56 [ko1@a...            ] eregon:r58962 (trunk): Clean up a bit the Process.setpriority specs
  46848 2017-05-30 02:56 [ko1@a...            ] svn:r58963 (trunk): * properties.       
  46849 2017-05-30 11:57 [ko1@a...            ] watson1978:r58964 (trunk): Improve performance of Range#{min, max}
  46850 2017-05-30 14:43 [ko1@a...            ] duerst:r58965 (trunk): Change max byte length of UTF-8 to 4 bytes
  46851 2017-05-30 15:50 [ko1@a...            ] naruse:r58966 (trunk): Solaris 10 x86 raseis SEGV
  46852 2017-05-30 16:06 [ko1@a...            ] ko1:r58967 (trunk): add parameter names.
  46853 2017-05-30 18:01 [ko1@a...            ] watson1978:r58968 (trunk): Improve performance of Enumerable#{sort_by, min_by, max_by, minmax_by}
  46854 2017-05-30 20:59 [ko1@a...            ] nobu:r58969 (trunk): test_rubyoptions.rb: ruby-runner sets $0 to install name now
  46855 2017-05-30 21:48 [ko1@a...            ] nobu:r58970 (trunk): enum.c: rb_check_funcall_default for fallback value
  46856 2017-05-30 22:12 [ko1@a...            ] nobu:r58971 (trunk): enum.c: check if reentered
  46857 2017-05-31 03:17 [ko1@a...            ] stomar:r58972 (trunk): object.c: improve docs
  46858 2017-05-31 03:18 [ko1@a...            ] svn:r58973 (trunk): * 2017-05-31        
  46859 2017-05-31 11:42 [ko1@a...            ] nobu:r58974 (trunk): lldb_cruby.py: eval outside frames
  46860 2017-05-31 15:03 [ko1@a...            ] nobu:r58975 (trunk): common.mk: lldb [ci skip]
  46861 2017-05-31 15:40 [ko1@a...            ] nobu:r58976 (trunk): Makefile.sub: set ENABLE_SHARED [ci skip]
  46862 2017-05-31 15:47 [ko1@a...            ] ko1:r58977 (trunk): add debug counters for local variable (lavr) access.
  46863 2017-05-31 21:31 [ko1@a...            ] watson1978:r58978 (trunk): Improve performance of implicit type conversion
  46864 2017-06-01 09:05 [ko1@a...            ] svn:r58980 (trunk): * 2017-06-01        
  46865 2017-06-01 09:05 [ko1@a...            ] ko1:r58979 (trunk): rename absolute_path to realpath internally and introduce pathobj.
  46866 2017-06-01 13:38 [ko1@a...            ] duerst:r58981 (trunk): improve English for a warning message
  46867 2017-06-01 13:43 [ko1@a...            ] nobu:r58982 (trunk): debug.c: more enums
  46868 2017-06-01 13:48 [ko1@a...            ] ko1:r58983 (trunk): fix failure on r58981
  46869 2017-06-01 16:46 [ko1@a...            ] nobu:r58984 (trunk): vm_eval.c: fix for rb_check_funcall_default
  46870 2017-06-01 17:02 [ko1@a...            ] nobu:r58985 (trunk): vm_eval.c: fix rb_check_funcall_default
  46871 2017-06-01 21:58 [ko1@a...            ] nobu:r58986 (trunk): file.c: rb_check_funcall_default for fallback value
  46872 2017-06-01 22:05 [ko1@a...            ] nobu:r58987 (trunk): load.c: convert by rb_get_path_check
  46873 2017-06-02 00:12 [ko1@a...            ] ko1:r58988 (trunk): make Binding object WB protected.
  46874 2017-06-02 00:12 [ko1@a...            ] svn:r58989 (trunk): * 2017-06-02        
  46875 2017-06-02 00:18 [ko1@a...            ] ko1:r58990 (trunk): make Dir object WB protected.
  46876 2017-06-02 02:08 [ko1@a...            ] eregon:r58991 (trunk): Open files in binary modes for copying in MSpec's #cp
  46877 2017-06-02 02:09 [ko1@a...            ] eregon:r58992 (trunk): Create the file in the File::TMPFILE spec in its own directory
  46878 2017-06-02 02:25 [ko1@a...            ] eregon:r58993: Remove empty files in drb specs
  46879 2017-06-02 02:26 [ko1@a...            ] eregon:r58994: Remove bad spec which cannot behave nicely in a multi-process environment
  46880 2017-06-02 02:26 [ko1@a...            ] eregon:r58995 (trunk): Fix DRb.start_service to use any available port
  46881 2017-06-02 12:54 [ko1@a...            ] nobu:r58996 (trunk): file.c: preserve encoding
  46882 2017-06-02 13:10 [ko1@a...            ] nobu:r58997 (trunk): test_require.rb: filesystem encoding
  46883 2017-06-02 13:32 [ko1@a...            ] nobu:r58998 (trunk): test_require.rb: fallback encoding
  46884 2017-06-02 23:52 [ko1@a...            ] nobu:r58999 (trunk): test_require.rb: assert_require_insecure_path
  46885 2017-06-03 00:38 [ko1@a...            ] nobu:r59000 (trunk): common.mk: show locale
  46886 2017-06-03 00:38 [ko1@a...            ] svn:r59001 (trunk): * 2017-06-03        
  46887 2017-06-03 06:29 [ko1@a...            ] stomar:r59002 (trunk): string.c: docs for String#split
  46888 2017-06-03 10:04 [ko1@a...            ] normal:r59003 (trunk): test: attempt to reduce failures in assert_cpu_usage_low
  46889 2017-06-03 18:18 [ko1@a...            ] nobu:r59004 (trunk): test_require.rb: untouch default internal encoding
  46890 2017-06-03 18:35 [ko1@a...            ] nobu:r59005 (trunk): test/ruby/test_require.rb: remove duplicate assertion
  46891 2017-06-03 19:07 [ko1@a...            ] ko1:r59006 (trunk): * vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduce
  46892 2017-06-03 21:47 [ko1@a...            ] nobu:r59007 (trunk): ruby.c: dladdr_path is not used on cygwin
  46895 2017-06-04 02:11 [ko1@a...            ] svn:r59010 (trunk): * 2017-06-04        
  46896 2017-06-04 05:17 [ko1@a...            ] stomar:r59011 (trunk): array.c: docs for Array#{sort, sort!}
  46897 2017-06-04 15:24 [ko1@a...            ] nobu:r59012 (trunk): test_require.rb: fix expected path
  46898 2017-06-04 16:29 [ko1@a...            ] nobu:r59013 (trunk): load.c: encode to OS path outside PUSH_TAG
  46900 2017-06-05 14:44 [ko1@a...            ] ko1:r59014 (trunk): remove arg_setup_lambda.

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