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

ruby-changes:40801-40900

  40801 2015-12-04 15:22 [ko1@a...            ] hsbt:r52880 (trunk): * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).
  40802 2015-12-04 16:32 [ko1@a...            ] nobu:r52881 (trunk): ruby.h: make flag setting macros void
  40803 2015-12-04 16:48 [ko1@a...            ] nobu:r52882 (trunk): string.c: should not taint fstring
  40804 2015-12-04 18:58 [ko1@a...            ] duerst:r52883 (trunk): enc/iso_8859_4.c: Added missing lower/upper-case character
  40805 2015-12-04 19:53 [ko1@a...            ] duerst:r52884 (trunk): enc/iso_8859_13.c: Added three missing lower/upper-case
  40806 2015-12-04 19:53 [ko1@a...            ] svn:r52885 (trunk): * remove trailing spaces.
  40807 2015-12-05 00:59 [ko1@a...            ] ngoto:r52886 (trunk): * include/ruby/ruby.h (RB_OBJ_TAINT): follow-up of r52881.
  40808 2015-12-05 01:00 [ko1@a...            ] svn:r52887 (trunk): * 2015-12-05        
  40809 2015-12-05 02:27 [ko1@a...            ] nobu:r52888 (trunk): compile.c: just append compile error message
  40810 2015-12-05 02:28 [ko1@a...            ] nobu:r52889 (trunk): compile.c: no extra parentheses
  40811 2015-12-05 06:09 [ko1@a...            ] normal:r52890 (trunk): vm.c: make ruby_vm_*_ptr static
  40812 2015-12-05 09:23 [ko1@a...            ] nobu:r52891 (trunk): random.c: fix filling size
  40813 2015-12-05 09:25 [ko1@a...            ] nobu:r52892 (trunk): ruby_atomic.h: fix the argument order
  40814 2015-12-05 09:57 [ko1@a...            ] nobu:r52893 (trunk): ruby_atomic.h: fix old value type of ATOMIC_CAS
  40815 2015-12-05 11:57 [ko1@a...            ] nobu:r52894 (trunk): Makefile.in: set CONFIGURE_TTY directly
  40816 2015-12-05 16:58 [ko1@a...            ] nobu:r52895 (trunk): node.c: NODE_QCALL 
  40817 2015-12-05 17:26 [ko1@a...            ] nobu:r52896 (trunk): hash.c: env encoding fallback on Windows
  40818 2015-12-05 17:33 [ko1@a...            ] nobu:r52897 (trunk): assertions.rb: fallback encoding error
  40819 2015-12-05 17:48 [ko1@a...            ] nobu:r52898 (trunk): Fix cross build    
  40820 2015-12-06 08:40 [ko1@a...            ] hsbt:r52899 (trunk): * ext/json/json.gemspec: bump version to json 1.8.3. CRuby already contained
  40821 2015-12-06 08:41 [ko1@a...            ] svn:r52900 (trunk): * 2015-12-06        
  40822 2015-12-06 12:12 [ko1@a...            ] nobu:r52901 (trunk): test_env.rb: escape
  40823 2015-12-06 15:25 [ko1@a...            ] nobu:r52902 (trunk): console.c: console_getpass
  40824 2015-12-06 15:30 [ko1@a...            ] nobu:r52903 (trunk): console.c: prompt to stderr
  40825 2015-12-06 16:22 [ko1@a...            ] usa:r52904 (trunk): * test/fileutils/test_fileutils.rb: add debug output to investigate the error that occur at random on Windows CI.
  40826 2015-12-06 18:28 [ko1@a...            ] usa:r52905 (trunk): * test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the test
  40827 2015-12-06 18:38 [ko1@a...            ] kazu:r52906 (trunk): fix a typo [ci skip]
  40828 2015-12-06 19:04 [ko1@a...            ] kazu:r52907 (trunk): * configure.in: add missing x.
  40829 2015-12-06 21:13 [ko1@a...            ] nobu:r52908 (trunk): hash.c: fix rubyspec failure
  40830 2015-12-06 21:28 [ko1@a...            ] normal:r52909 (trunk): introduce rb_autoload_str to replace rb_autoload
  40831 2015-12-06 21:42 [ko1@a...            ] nobu:r52910 (trunk): test_io_console.rb: wait
  40832 2015-12-07 12:12 [ko1@a...            ] naruse:r52911 (trunk): temporally remove prompt to pass the test
  40833 2015-12-07 12:12 [ko1@a...            ] svn:r52912 (trunk): * 2015-12-07        
  40834 2015-12-07 15:51 [ko1@a...            ] duerst:r52913 (trunk): .gitignoRe: added cygwin*.def for Cygwin
  40835 2015-12-07 23:08 [ko1@a...            ] kazu:r52914 (trunk): add missing options to call-seq of IO#read_nonblock
  40836 2015-12-07 23:14 [ko1@a...            ] kazu:r52915 (trunk): fix a typo [ci skip]
  40837 2015-12-07 23:40 [ko1@a...            ] nobu:r52916 (trunk): parse.y: indented hereoc
  40838 2015-12-08 00:10 [ko1@a...            ] ko1:r52917 (trunk): * string.c: introduce String#+@ and String#-@ to control
  40839 2015-12-08 00:11 [ko1@a...            ] svn:r52918 (trunk): * 2015-12-08        
  40840 2015-12-08 01:30 [ko1@a...            ] ko1:r52919 (trunk): add a NEWS entry for r52917
  40841 2015-12-08 01:58 [ko1@a...            ] tenderlove:r52920 (trunk): * ext/psych/*: update psych to 2.0.16
  40842 2015-12-08 02:23 [ko1@a...            ] ko1:r52921 (trunk): * iseq.c (iseq_translate): at the end of constructing an iseq,
  40843 2015-12-08 03:40 [ko1@a...            ] normal:r52922 (trunk): socket: expand docs+tests for recv_io/send_io
  40844 2015-12-08 03:44 [ko1@a...            ] ko1:r52923 (trunk): * compile.c (rb_iseq_build_from_ary): do not allocate table
  40845 2015-12-08 03:46 [ko1@a...            ] ko1:r52924 (trunk): * iseq.c (iseq_load): disable peephole optimization option
  40846 2015-12-08 03:50 [ko1@a...            ] normal:r52925 (trunk): doc/extension.rdoc: warn about kwargs performance in C [ci skip]
  40847 2015-12-08 04:01 [ko1@a...            ] ko1:r52926 (trunk): * test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.
  40848 2015-12-08 04:01 [ko1@a...            ] svn:r52927 (trunk): * properties.       
  40849 2015-12-08 08:57 [ko1@a...            ] normal:r52928 (trunk): insns.def (opt_case_dispatch): check Float#=== redefinition
  40850 2015-12-08 09:03 [ko1@a...            ] nobu:r52929 (trunk): date_core.c: missing argument check
  40851 2015-12-08 10:19 [ko1@a...            ] nobu:r52930 (trunk): optparse.rb: Fix typo [ci skip]
  40852 2015-12-08 10:47 [ko1@a...            ] normal:r52931 (trunk): compile optimized case dispatch for nil/true/false
  40853 2015-12-08 10:47 [ko1@a...            ] svn:r52932 (trunk): * properties.       
  40854 2015-12-08 11:52 [ko1@a...            ] usa:r52933 (ruby_2_1): merge revision(s) 52856, 52906: [Backport #11760]
  40855 2015-12-08 11:54 [ko1@a...            ] usa:r52934 (ruby_2_1): merge revision(s) 52892: [Backport #11775]
  40856 2015-12-08 12:08 [ko1@a...            ] nobu:r52935 (trunk): NEWS: indented heredoc [ci skip]
  40857 2015-12-08 12:20 [ko1@a...            ] usa:r52936 (trunk): * tool/merger.rb: get user's attention by using colored message when requiring operation.
  40858 2015-12-08 13:04 [ko1@a...            ] ngoto:r52937 (trunk): * test/io/console/test_io_console.rb (test_getpass): s.getpass
  40859 2015-12-08 13:32 [ko1@a...            ] normal:r52938 (trunk): compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASH
  40860 2015-12-08 14:12 [ko1@a...            ] nobu:r52939 (trunk): test_io_console.rb: separate master and slave
  40861 2015-12-08 14:20 [ko1@a...            ] nobu:r52940 (trunk): marshal.c: skip internal names
  40862 2015-12-08 14:21 [ko1@a...            ] marcandRe: r52941 (trunk): * array.c: Improve and fix documentation for Array#dig
  40863 2015-12-08 14:27 [ko1@a...            ] nobu:r52942 (trunk): error.c: name_err_local_variables
  40865 2015-12-08 17:36 [ko1@a...            ] duerst:r52944 (trunk): string.c: removed unused variable
  40866 2015-12-08 19:55 [ko1@a...            ] naruse:r52945 (trunk): Revert r52902, r52903, r52910, r52911, r52937, r52939
  40867 2015-12-08 21:20 [ko1@a...            ] kazu:r52946 (trunk): Revert r52907 "* configure.in: add missing x."
  40868 2015-12-08 21:31 [ko1@a...            ] kazu:r52947 (trunk): mention about Enumerator::Lazy#grep_v in NEWS
  40869 2015-12-08 22:27 [ko1@a...            ] nobu:r52948 (trunk): retry IO#getpass   
  40870 2015-12-08 22:59 [ko1@a...            ] ko1:r52949 (trunk): * introduce new ISeq binary format serializer/de-serializer
  40871 2015-12-08 22:59 [ko1@a...            ] svn:r52950 (trunk): * remove trailing spaces.
  40872 2015-12-08 22:59 [ko1@a...            ] svn:r52951 (trunk): * properties.       
  40873 2015-12-08 23:03 [ko1@a...            ] kazu:r52952 (trunk): fix a typo [ci skip]
  40874 2015-12-08 23:05 [ko1@a...            ] ko1:r52953 (trunk): * iseq.c (iseq_s_load): fix mysterious bug.
  40875 2015-12-08 23:06 [ko1@a...            ] ko1:r52954 (trunk): * compile.c (iseq_ibf_dump): fix for clang type checker.
  40876 2015-12-08 23:12 [ko1@a...            ] nobu:r52955 (trunk): suppress warnings  
  40877 2015-12-08 23:33 [ko1@a...            ] nobu:r52956 (trunk): check loading object index range
  40878 2015-12-08 23:33 [ko1@a...            ] ngoto:r52957 (trunk): * test/io/console/test_io_console.rb (run_pty): Avoid waiting twice
  40879 2015-12-08 23:47 [ko1@a...            ] nobu:r52958 (trunk): compile.c: make opt a string value
  40880 2015-12-08 23:49 [ko1@a...            ] kazu:r52959 (trunk): fix typos [ci skip]
  40881 2015-12-08 23:51 [ko1@a...            ] nobu:r52960 (trunk): free ibf_dump at exception
  40882 2015-12-09 00:05 [ko1@a...            ] kazu:r52961 (trunk): Add ticket numbers [ci skip]
  40883 2015-12-09 00:05 [ko1@a...            ] kazu:r52962 (trunk): fix indent [ci skip]
  40884 2015-12-09 00:06 [ko1@a...            ] svn:r52963 (trunk): * 2015-12-09        
  40885 2015-12-09 00:07 [ko1@a...            ] nobu:r52964 (trunk): make local symbols static
  40886 2015-12-09 00:15 [ko1@a...            ] ko1:r52965 (trunk): * compile.c (ibf_setup_load): rename to ibf_load_setup().
  40887 2015-12-09 00:18 [ko1@a...            ] ko1:r52966 (trunk): * compile.c (ibf_load_setup): cast to int.
  40888 2015-12-09 00:23 [ko1@a...            ] yuki:r52967 (trunk): gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.rc1
  40889 2015-12-09 00:27 [ko1@a...            ] nobu:r52968 (trunk): compile.c: fix extra_str
  40890 2015-12-09 00:30 [ko1@a...            ] ko1:r52969 (trunk): * compile.c (iseq_ibf_dump): dump extra data just string length.
  40891 2015-12-09 00:53 [ko1@a...            ] nobu:r52970 (trunk): file.c: call get_stat only once
  40892 2015-12-09 00:59 [ko1@a...            ] nobu:r52971 (trunk): compile.c: suppress warning
  40893 2015-12-09 01:17 [ko1@a...            ] nobu:r52972 (trunk): envutil.rb: improve message
  40894 2015-12-09 01:26 [ko1@a...            ] nagachika:r52973 (ruby_2_2): merge revision(s) 50423: [Backport #11733]
  40895 2015-12-09 01:45 [ko1@a...            ] nagachika:r52974 (ruby_2_2): merge revision(s) 52856, 52906: [Backport #11760]
  40897 2015-12-09 01:49 [ko1@a...            ] usa:r52976 (trunk): * string.c (rb_str_init): now accepts new option parameter `encoding'.
  40898 2015-12-09 02:10 [ko1@a...            ] nagachika:r52977 (ruby_2_2): merge revision(s) 52928: [Backport #11784]
  40899 2015-12-09 02:20 [ko1@a...            ] ko1:r52978 (trunk): * compile.c (ibf_dump_memsize): should check NULL.
  40900 2015-12-09 02:28 [ko1@a...            ] nobu:r52979 (trunk): gc.c: NULL check at memsize

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