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

ruby-changes:37801-37900

  37801 2015-03-07 11:06 [ko1@a...            ] nobu:r49882 (trunk): mkconfig.rb: without fake.rb
  37802 2015-03-07 11:06 [ko1@a...            ] nobu:r49883 (trunk): expand-config.rb: without fake.rb
  37803 2015-03-07 11:06 [ko1@a...            ] nobu:r49884 (trunk): common.mk: same fake.rb
  37804 2015-03-07 11:06 [ko1@a...            ] nobu:r49885 (trunk): fake.rb.in: RUBY_PATCHLEVEL
  37805 2015-03-07 20:55 [ko1@a...            ] nobu:r49886 (trunk): make-snapshot: follow previous commits
  37806 2015-03-08 11:19 [ko1@a...            ] nobu:r49887 (trunk): GNUmakefile.in: fix dependency
  37807 2015-03-08 11:19 [ko1@a...            ] svn:r49888 (trunk): * 2015-03-08        
  37808 2015-03-08 11:25 [ko1@a...            ] nobu:r49889 (trunk): Makefile.sub: RUBY_PROGRAM_VERSION
  37809 2015-03-08 12:08 [ko1@a...            ] nobu:r49890 (trunk): test_extlibs.rb: skip excluded libraries
  37810 2015-03-08 15:30 [ko1@a...            ] nobu:r49891 (trunk): miniinit.c: minimum built-in encodings in miniruby
  37811 2015-03-08 16:57 [ko1@a...            ] nobu:r49892 (trunk): dir.c: glob short names
  37812 2015-03-08 22:53 [ko1@a...            ] akr:r49893 (trunk): * ext/zlib/zlib.c (rb_gzfile_close): Don't raise on double
  37813 2015-03-09 04:50 [ko1@a...            ] ko1:r49894 (trunk): * internal.h: define CREF accessor macros.
  37814 2015-03-09 04:51 [ko1@a...            ] svn:r49895 (trunk): * 2015-03-09        
  37815 2015-03-09 06:01 [ko1@a...            ] ko1:r49896 (trunk): * vm_insnhelper.h (COPY_CREF_OMOD): fix translation miss.
  37816 2015-03-09 06:22 [ko1@a...            ] ko1:r49897 (trunk): * internal.h: define rb_cref_t and change to use it.
  37817 2015-03-09 06:44 [ko1@a...            ] ko1:r49898 (trunk): * vm_insnhelper.c (lep_svar_set): add WBs.
  37818 2015-03-09 06:53 [ko1@a...            ] ko1:r49899 (trunk): * vm_insnhelper.h: define struct SVAR for SVAR.
  37819 2015-03-09 08:20 [ko1@a...            ] nobu:r49900 (trunk): proc.c, vm.c: fix implicit conversions
  37820 2015-03-09 13:58 [ko1@a...            ] nobu:r49901 (trunk): io.c: duplicate code
  37821 2015-03-09 14:47 [ko1@a...            ] nobu:r49902 (trunk): test_beginendblock.rb: assert_in_out_err
  37822 2015-03-09 14:48 [ko1@a...            ] nobu:r49903 (trunk): complex.c: suppress warnings on FreeBSD
  37823 2015-03-09 15:51 [ko1@a...            ] nobu:r49904 (trunk): suppress warnings  
  37824 2015-03-09 16:34 [ko1@a...            ] nobu:r49905 (trunk): stringio.c: don't raise after close
  37825 2015-03-09 21:43 [ko1@a...            ] ko1:r49906 (trunk): * vm_insnhelper.c (ep_cref): rename to lep_cref() because it should be
  37826 2015-03-09 22:00 [ko1@a...            ] nagachika:r49907 (ruby_2_1): merge revision(s) r48666: [Backport #10875]
  37827 2015-03-09 22:30 [ko1@a...            ] nagachika:r49908 (ruby_2_1): merge revision(s) r49689: [Backport #10953]
  37828 2015-03-09 22:39 [ko1@a...            ] nagachika:r49909 (ruby_2_1): merge revision(s) r49752, r49753: [Backport #10953]
  37829 2015-03-10 02:28 [ko1@a...            ] nagachika:r49910 (ruby_2_1): merge revision(s) r48854: [Backport #10494]
  37830 2015-03-10 02:38 [ko1@a...            ] nagachika:r49911 (ruby_2_1): merge revision(s) r48747, r48772: [Backport #10582]
  37831 2015-03-10 02:40 [ko1@a...            ] nagachika:r49912 (ruby_2_1): merge revision(s) r49428: [Backport #10694]
  37832 2015-03-10 13:54 [ko1@a...            ] nobu:r49913 (trunk): math.c: fix tgamma on mingw
  37833 2015-03-10 13:54 [ko1@a...            ] svn:r49914 (trunk): * 2015-03-10        
  37834 2015-03-10 17:28 [ko1@a...            ] ko1:r49915 (trunk): * thread.c (thread_join): Fixnum (except TAG_FATAL) and
  37835 2015-03-10 20:02 [ko1@a...            ] nobu:r49916 (trunk): test_math.rb: to_f tests
  37836 2015-03-10 20:05 [ko1@a...            ] akr:r49917 (trunk): * lib/webrick/server.rb: Invoke setup_shutdown_pipe in start method
  37837 2015-03-10 23:18 [ko1@a...            ] ktsj:r49918 (trunk): * enum.c (enum_slice_when): [DOC] fix typo.
  37838 2015-03-11 01:02 [ko1@a...            ] odaira:r49919 (trunk): * test/rubygems/test_gem_security_trust_dir.rb: The return value of
  37839 2015-03-11 01:02 [ko1@a...            ] svn:r49920 (trunk): * 2015-03-11        
  37840 2015-03-11 03:40 [ko1@a...            ] ko1:r49921 (trunk): * vm_insnhelper.h: define struct THROW_DATA to represent
  37841 2015-03-11 03:50 [ko1@a...            ] ko1:r49922 (trunk): * proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.
  37842 2015-03-11 03:53 [ko1@a...            ] ko1:r49923 (trunk): * eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead of
  37843 2015-03-11 03:53 [ko1@a...            ] svn:r49924 (trunk): * remove trailing spaces.
  37844 2015-03-11 04:57 [ko1@a...            ] ko1:r49925 (trunk): * vm_insnhelper.h: define struct IFUNC.
  37846 2015-03-11 06:29 [ko1@a...            ] ko1:r49927 (trunk): * vm_insnhelper.h (THROW_DATA_STATE): return int, not VALUE.
  37847 2015-03-11 09:21 [ko1@a...            ] ko1:r49928 (trunk): * internal.h: define struct MEMO.
  37848 2015-03-11 12:56 [ko1@a...            ] nobu:r49929 (trunk): normalize.rb: remove redundant hash
  37849 2015-03-11 13:28 [ko1@a...            ] nobu:r49930 (trunk): vm_dump.c: check procstat_getvmmap
  37850 2015-03-11 18:15 [ko1@a...            ] ko1:r49931 (trunk): * gc.c: fix memory leak by prepend method.
  37851 2015-03-11 19:36 [ko1@a...            ] ko1:r49932 (trunk): * include/ruby/ruby.h: introduce new type T_IMEMO.
  37852 2015-03-11 19:36 [ko1@a...            ] svn:r49933 (trunk): * remove trailing spaces.
  37853 2015-03-11 21:04 [ko1@a...            ] ko1:r49934 (trunk): fix ChangeLog entry 
  37854 2015-03-11 21:27 [ko1@a...            ] ko1:r49935 (trunk): * vm_insnhelper.c: use T_IMEMO to create SVAR.
  37855 2015-03-11 21:49 [ko1@a...            ] ko1:r49936 (trunk): * vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
  37856 2015-03-11 21:55 [ko1@a...            ] ko1:r49937 (trunk): * internal.h, eval_intern.h: move CREF accessors.
  37857 2015-03-11 22:31 [ko1@a...            ] ko1:r49938 (trunk): * node.h: remove NODE_IFUNC, NEW_IFUNC.
  37858 2015-03-11 22:37 [ko1@a...            ] ko1:r49939 (trunk): * eval.c (frame_called_id): it should use vm_ifunc type.
  37859 2015-03-12 00:20 [ko1@a...            ] kazu:r49940 (trunk): fix typos [ci skip]
  37860 2015-03-12 00:21 [ko1@a...            ] svn:r49941 (trunk): * 2015-03-12        
  37861 2015-03-12 08:13 [ko1@a...            ] ko1:r49942 (trunk): * internal.h: use T_IMEMO to represent `struct MEMO' value.
  37862 2015-03-12 08:15 [ko1@a...            ] ko1:r49943 (trunk): * gc.c: RGENGC_CHECK_MODE should be 0.
  37863 2015-03-12 08:22 [ko1@a...            ] ko1:r49944 (trunk): * load.c: removed unused header file "node.h".
  37864 2015-03-12 09:12 [ko1@a...            ] nobu:r49945 (trunk): fake.rb.in: expand srcdir
  37865 2015-03-12 10:34 [ko1@a...            ] ko1:r49946 (trunk): * common.mk: remove unused dependency.
  37866 2015-03-12 10:56 [ko1@a...            ] ko1:r49947 (trunk): * internal.h, node.h: move a definition of `struct rb_global_entry'
  37867 2015-03-12 12:03 [ko1@a...            ] normal:r49948 (trunk): accept_nonblock supports "exception: false"
  37868 2015-03-12 23:01 [ko1@a...            ] akr:r49949 (trunk): * test/lib/leakchecker.rb: Check environment variables.
  37869 2015-03-12 23:58 [ko1@a...            ] nobu:r49950 (trunk): fix env leaks      
  37870 2015-03-13 00:29 [ko1@a...            ] kazu:r49951 (trunk): fix typos [ci skip]
  37871 2015-03-13 00:30 [ko1@a...            ] svn:r49952 (trunk): * 2015-03-13        
  37872 2015-03-13 01:15 [ko1@a...            ] nobu:r49953 (trunk): gmake.mk: wait showflags
  37873 2015-03-13 07:07 [ko1@a...            ] normal:r49955 (trunk): accept_nonblock: favor rb_hash_lookup2 to avoid Hash#default
  37874 2015-03-13 07:07 [ko1@a...            ] normal:r49954 (trunk): ext/openssl/ossl_ssl.c: predefine wait_*able symbols
  37875 2015-03-13 10:56 [ko1@a...            ] nobu:r49956 (trunk): Makefile.in: no probes.stamp unless DTRACE_REBUILD
  37876 2015-03-13 11:37 [ko1@a...            ] nobu:r49957 (trunk): libff: fix enable-shared condition
  37877 2015-03-13 12:29 [ko1@a...            ] akr:r49958 (trunk): * test/readline/test_readline.rb: Restore environment variables:
  37878 2015-03-13 14:13 [ko1@a...            ] nobu:r49959 (trunk): test_objspace.rb: better assertions
  37879 2015-03-13 15:03 [ko1@a...            ] nobu:r49960 (trunk): io.c: rb_io_get_fptr
  37880 2015-03-13 15:03 [ko1@a...            ] nobu:r49961 (trunk): io.c: don't raise after close
  37881 2015-03-13 15:04 [ko1@a...            ] nobu:r49962 (trunk): stringio.c: don't raise after close
  37882 2015-03-13 17:29 [ko1@a...            ] nobu:r49963 (trunk): gmake.mk: fix typo 
  37883 2015-03-14 02:15 [ko1@a...            ] nobu:r49964 (trunk): parse.y: empty paren
  37884 2015-03-14 02:15 [ko1@a...            ] svn:r49965 (trunk): * 2015-03-14        
  37885 2015-03-14 12:24 [ko1@a...            ] nobu:r49966 (trunk): dir.h: direct::d_type
  37886 2015-03-14 18:15 [ko1@a...            ] gogotanaka:r49967 (trunk): * enum.c: [DOC] Fixes Enumerable#member? documentation
  37887 2015-03-14 20:08 [ko1@a...            ] gogotanaka:r49968 (trunk): * math.c (math_gamma): optimization for passed small integer.
  37888 2015-03-14 20:16 [ko1@a...            ] gogotanaka:r49969 (trunk): * math.c (math_gamma): explicit cast to double.
  37889 2015-03-15 02:37 [ko1@a...            ] gogotanaka:r49970 (trunk): * math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.
  37890 2015-03-15 02:38 [ko1@a...            ] svn:r49971 (trunk): * 2015-03-15        
  37891 2015-03-15 08:35 [ko1@a...            ] nobu:r49972 (trunk): math.c: more robust
  37892 2015-03-15 20:49 [ko1@a...            ] gogotanaka:r49973 (trunk): * math.c (math_cbrt): [DOC] Fix domain and codomain.
  37893 2015-03-16 02:53 [ko1@a...            ] gogotanaka:r49974 (trunk): * test/ruby/test_proc.rb: Fix typo signle -> single
  37894 2015-03-16 02:53 [ko1@a...            ] gogotanaka:r49976 (trunk): * test/ruby/test_lambda.rb: Fix typo yeild -> yield
  37895 2015-03-16 02:53 [ko1@a...            ] svn:r49975 (trunk): * 2015-03-16        
  37896 2015-03-16 16:48 [ko1@a...            ] nobu:r49977 (trunk): ruby.h: suppress false warnings
  37897 2015-03-16 16:49 [ko1@a...            ] nobu:r49978 (trunk): ruby.h: suppress false warnings
  37898 2015-03-16 17:39 [ko1@a...            ] gogotanaka:r49979 (trunk): * math.c (math_log1, math_log2, math_log10): refactoring
  37899 2015-03-16 17:43 [ko1@a...            ] hsbt:r49980 (trunk): * lib/webrick/server.rb: Fix regression bug in WEBrick's
  37900 2015-03-16 17:44 [ko1@a...            ] svn:r49981 (trunk): * properties.       

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