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

ruby-changes:38701-38800

  38701 2015-06-05 20:42 [ko1@a...            ] ko1:r50782 (trunk): * internal.h: move definition of rb_cref_t to method.h.
  38702 2015-06-05 22:40 [ko1@a...            ] ko1:r50783 (trunk): * class.c (ins_methods_push): change 3rd parameter's type
  38703 2015-06-06 01:12 [ko1@a...            ] ngoto:r50784 (trunk): * ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments are
  38704 2015-06-06 01:12 [ko1@a...            ] svn:r50785 (trunk): * 2015-06-06        
  38705 2015-06-06 07:22 [ko1@a...            ] normal:r50786 (trunk): * ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignment
  38706 2015-06-06 08:00 [ko1@a...            ] ko1:r50787 (trunk): * gc.c: remove struct mark_tbl_arg and pass objspace directly
  38707 2015-06-06 08:55 [ko1@a...            ] normal:r50788 (trunk): test/socket/test_nonblock.rb: try to avoid EMSGSIZE
  38708 2015-06-06 10:38 [ko1@a...            ] nobu:r50789 (trunk): class.c: suppress a warning
  38709 2015-06-06 15:07 [ko1@a...            ] ko1:r50790 (trunk): * class.c (ins_methods_push): Change type and name of parameters
  38710 2015-06-06 16:01 [ko1@a...            ] ko1:r50791 (trunk): * class.c: ins_methods_push() needs rb_method_visibility_t type on
  38711 2015-06-06 19:20 [ko1@a...            ] ko1:r50792 (trunk): * method.h: back to share rb_method_definition_t by
  38712 2015-06-07 05:35 [ko1@a...            ] gogotanaka:r50793 (trunk): * lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]
  38713 2015-06-07 05:35 [ko1@a...            ] svn:r50794 (trunk): * 2015-06-07        
  38714 2015-06-07 05:35 [ko1@a...            ] gogotanaka:r50795 (trunk): * lib/cmath.rb: [DOC] Documentation improvements [ci skip]
  38715 2015-06-07 07:11 [ko1@a...            ] gogotanaka:r50796 (trunk): * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rb
  38716 2015-06-08 00:06 [ko1@a...            ] kazu:r50797 (trunk): fix typo [ci skip] 
  38717 2015-06-08 00:08 [ko1@a...            ] svn:r50798 (trunk): * 2015-06-08        
  38718 2015-06-08 05:11 [ko1@a...            ] ko1:r50799 (trunk): * gc.c (obj_info): print method id for T_IMEMO/ment.
  38719 2015-06-09 11:45 [ko1@a...            ] marcandRe: r50800 (trunk): * lib/matrix.rb: Simplify and optimize EratosthenesSieve
  38720 2015-06-09 11:45 [ko1@a...            ] svn:r50801 (trunk): * 2015-06-09        
  38721 2015-06-09 12:32 [ko1@a...            ] marcandRe: r50802 (trunk): * lib/prime.rb: Simplify and optimize EratosthenesSieve
  38722 2015-06-09 12:32 [ko1@a...            ] marcandRe: r50803 (trunk): * lib/prime.rb: Simplify and optimize EratosthenesSieve
  38723 2015-06-09 15:58 [ko1@a...            ] nobu:r50804 (trunk): mkmf.rb: macro assigments
  38724 2015-06-09 16:16 [ko1@a...            ] usa:r50805 (ruby_2_1): merge revision(s) 50515: [Backport #11155]
  38725 2015-06-09 16:25 [ko1@a...            ] usa:r50806 (ruby_2_1): merge revision(s) 50637: [Backport #11172]
  38726 2015-06-09 16:25 [ko1@a...            ] nobu:r50807 (trunk): version.c: use str_new_static
  38727 2015-06-09 16:29 [ko1@a...            ] usa:r50808 (ruby_2_1): merge revision(s) 50646: [Backport #11185]
  38728 2015-06-09 16:31 [ko1@a...            ] usa:r50809 (ruby_2_1): merge revision(s) 50685: [Backport #11198]
  38729 2015-06-10 11:06 [ko1@a...            ] nobu:r50810 (trunk): fake.rb.in: accurate fake
  38730 2015-06-10 11:06 [ko1@a...            ] svn:r50811 (trunk): * 2015-06-10        
  38731 2015-06-10 11:13 [ko1@a...            ] nobu:r50812 (trunk): common.mk: update version.i
  38732 2015-06-10 14:06 [ko1@a...            ] gogotanaka:r50813 (trunk): * Fix typo. Patch by @davydovanton
  38733 2015-06-10 22:03 [ko1@a...            ] kazu:r50814 (trunk): README.ja.md: fix markup miss. [ci skip]
  38734 2015-06-10 22:37 [ko1@a...            ] ngoto:r50815 (trunk): * lib/mkmf.rb: revert r50804 because of build failure when specifying
  38735 2015-06-11 00:35 [ko1@a...            ] nobu:r50816 (trunk): fake.rb.in: match spaces
  38736 2015-06-11 00:35 [ko1@a...            ] svn:r50817 (trunk): * 2015-06-11        
  38737 2015-06-11 04:40 [ko1@a...            ] gogotanaka:r50818 (trunk): * test/test_cmath.rb: Add assertions for error handling.
  38738 2015-06-11 05:04 [ko1@a...            ] gogotanaka:r50819 (trunk): * test/test_cmath.rb: Add assertions for trigonometric functions.
  38739 2015-06-11 06:56 [ko1@a...            ] ko1:r50820 (trunk): * vm_insnhelper.c (check_frame): check type of cref_or_me first.
  38740 2015-06-11 08:25 [ko1@a...            ] ko1:r50821 (trunk): * vm_core.h: define VM_ASSERT() for assertion
  38741 2015-06-11 08:42 [ko1@a...            ] ko1:r50822 (trunk): * vm.c: use VM_ASSERT instead of assert().
  38742 2015-06-11 08:55 [ko1@a...            ] ko1:r50823 (trunk): * method.h: embed rb_method_entry_t::attr::flags (5 bits) into
  38743 2015-06-11 08:55 [ko1@a...            ] svn:r50824 (trunk): * remove trailing spaces.
  38744 2015-06-11 11:36 [ko1@a...            ] nobu:r50825 (trunk): vm_core.h: make VM_ASSERT an expression
  38745 2015-06-11 13:19 [ko1@a...            ] usa:r50826 (trunk): * test/test_cmath.rb (TestCMath#test_trigonometric_functions): should
  38746 2015-06-11 13:50 [ko1@a...            ] nobu:r50827 (trunk): array.c: fix array size overflow
  38747 2015-06-11 14:19 [ko1@a...            ] hsbt:r50828 (trunk): * lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.
  38748 2015-06-11 14:35 [ko1@a...            ] hsbt:r50829 (trunk): * lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixed
  38749 2015-06-11 15:55 [ko1@a...            ] ko1:r50830 (trunk): * method.h (METHOD_ENTRY_BASIC_SET): should clear last bit.
  38750 2015-06-11 15:57 [ko1@a...            ] naruse:r50831 (trunk): * configure.in: define SET_THREAD_NAME if it has pthread_set_name_np
  38751 2015-06-11 16:26 [ko1@a...            ] ko1:r50832 (trunk): * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).
  38752 2015-06-11 17:07 [ko1@a...            ] nobu:r50833 (trunk): fake.rb.in: scan version.c
  38753 2015-06-11 19:11 [ko1@a...            ] hsbt:r50834 (trunk): * ext/zlib/zlib.c: Fix indentation for rdoc.
  38754 2015-06-12 01:12 [ko1@a...            ] nagachika:r50835 (ruby_2_2): merge revision(s) 50515: [Backport #11155]
  38755 2015-06-12 01:15 [ko1@a...            ] nagachika:r50836 (ruby_2_2): merge revision(s) 50637: [Backport #11172]
  38756 2015-06-12 01:39 [ko1@a...            ] nagachika:r50837 (ruby_2_2): merge revision(s) 50646: [Backport #11185]
  38757 2015-06-12 02:18 [ko1@a...            ] nagachika:r50838 (ruby_2_2): merge revision(s) 50685: [Backport #11198]
  38758 2015-06-12 16:28 [ko1@a...            ] nobu:r50839 (trunk): array.c: bsearch_index
  38759 2015-06-12 16:30 [ko1@a...            ] svn:r50840 (trunk): * 2015-06-12        
  38760 2015-06-12 16:41 [ko1@a...            ] nobu:r50841 (trunk): array.c: typo      
  38761 2015-06-12 17:03 [ko1@a...            ] nobu:r50842 (trunk): test_nofree.rb: rehearsal
  38762 2015-06-12 17:04 [ko1@a...            ] nobu:r50843 (trunk): test_nofree.rb: fix commit miss
  38763 2015-06-12 17:19 [ko1@a...            ] nobu:r50844 (trunk): array.c: fix for enumerator
  38764 2015-06-12 17:34 [ko1@a...            ] nobu:r50845 (trunk): hash.c: fetch_values
  38765 2015-06-12 18:21 [ko1@a...            ] hsbt:r50846 (trunk): * sample/exyacc.rb: Fix some typos.
  38766 2015-06-12 18:22 [ko1@a...            ] hsbt:r50847 (trunk): * ChangeLog: added missing commit message.
  38767 2015-06-12 21:14 [ko1@a...            ] usa:r50848 (trunk): * file.c (File::SHARE_DELETE): new flag to be able to delete opened file
  38768 2015-06-12 21:22 [ko1@a...            ] usa:r50849 (trunk): * pack.c (pack_{un, }pack): new template character `j` and `J`, pointer
  38769 2015-06-12 22:01 [ko1@a...            ] nobu:r50850 (trunk): vm.c: break from orphan block
  38770 2015-06-12 22:22 [ko1@a...            ] kazu:r50851 (trunk): fix typos [ci skip]
  38771 2015-06-12 22:23 [ko1@a...            ] kazu:r50852 (trunk): fix error          
  38772 2015-06-12 23:46 [ko1@a...            ] zzak:r50853 (trunk): * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]
  38773 2015-06-13 00:45 [ko1@a...            ] marcandRe: r50854 (trunk): * lib/prime.rb: Have with_index accept an offset parameter.
  38774 2015-06-13 00:45 [ko1@a...            ] svn:r50855 (trunk): * 2015-06-13        
  38775 2015-06-13 00:45 [ko1@a...            ] marcandRe: r50856 (trunk): * lib/prime.rb: Fix with_object with no block given
  38776 2015-06-13 00:46 [ko1@a...            ] marcandRe: r50857 (trunk): * lib/prime.rb: Return sized enumerators.
  38777 2015-06-13 09:19 [ko1@a...            ] nobu:r50858 (trunk): envutil.rb: failure description
  38778 2015-06-13 11:00 [ko1@a...            ] nobu:r50859 (trunk): win32_vk.inc: suppress warnings
  38779 2015-06-13 11:35 [ko1@a...            ] hsbt:r50860 (trunk): * ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.
  38780 2015-06-13 11:39 [ko1@a...            ] hsbt:r50861 (trunk): * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.
  38781 2015-06-13 11:40 [ko1@a...            ] hsbt:r50862 (trunk): * lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbash
  38782 2015-06-13 17:39 [ko1@a...            ] naruse:r50863 (trunk): * vm_core.h (rb_thread_t): add th->name.
  38783 2015-06-13 17:42 [ko1@a...            ] naruse:r50864 (trunk): suppress warning: ambiguous first argument; put parentheses or a space even after `/' operator
  38784 2015-06-13 17:49 [ko1@a...            ] naruse:r50865 (trunk): darwin can't set anothre thread's name
  38785 2015-06-13 17:56 [ko1@a...            ] naruse:r50866 (trunk): sleep thread until assertions
  38786 2015-06-13 19:47 [ko1@a...            ] usa:r50867 (trunk): * ext/io/console/depend (.list.chksum): revert a part of r50859, because
  38787 2015-06-13 19:58 [ko1@a...            ] naruse:r50868 (trunk): add Thread.name and Thread.name= docs Feature #11251 [ci skip]
  38788 2015-06-13 20:17 [ko1@a...            ] naruse:r50869 (trunk): mark thread name string
  38789 2015-06-13 20:46 [ko1@a...            ] naruse:r50870 (trunk): * file.c (rb_stat_ino): get inode from the interval of struct st.
  38790 2015-06-13 20:50 [ko1@a...            ] naruse:r50871 (trunk): add news about inode for Windows [Feature #11216]
  38791 2015-06-13 20:53 [ko1@a...            ] naruse:r50872 (trunk): move a new feature to correct section
  38792 2015-06-13 21:02 [ko1@a...            ] naruse:r50873 (trunk): On Windows File::Stat#ino always returned 0, but
  38793 2015-06-13 21:29 [ko1@a...            ] nobu:r50874 (trunk): thread.c: indent   
  38794 2015-06-13 21:30 [ko1@a...            ] nobu:r50875 (trunk): io.c: simplify rb_io_modestr_fmode
  38795 2015-06-14 03:34 [ko1@a...            ] gogotanaka:r50876 (trunk): * test/test_cmath.rb: Adding parens to suppress warnings.
  38796 2015-06-14 03:36 [ko1@a...            ] svn:r50877 (trunk): * 2015-06-14        
  38797 2015-06-14 04:17 [ko1@a...            ] eregon:r50878 (trunk): * lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]
  38798 2015-06-14 04:41 [ko1@a...            ] eregon:r50879 (trunk): * test/lib/leakchecker.rb: Return false for no leaks.
  38799 2015-06-14 04:42 [ko1@a...            ] eregon:r50880 (trunk): * test/lib/leakchecker.rb (check): refactor.
  38800 2015-06-14 05:25 [ko1@a...            ] eregon:r50881 (trunk): * io.c (rb_io_s_binread): close fd if seek offset is invalid.

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