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

ruby-changes:23701-23800

  23701 2012-05-21 23:03 [ko1@a...            ] naruse:r35752 (trunk): OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.
  23702 2012-05-22 00:47 [ko1@a...            ] mame:r35753 (trunk): * struct.c (rb_struct_members): Refactoring.  As Struct#members had
  23703 2012-05-22 00:47 [ko1@a...            ] svn:r35754 (trunk): * 2012-05-22        
  23704 2012-05-22 11:11 [ko1@a...            ] nobu:r35755 (ruby_1_9_2): merge revision(s) 27939,29703,29704,30164:
  23705 2012-05-22 17:31 [ko1@a...            ] ko1:r35756 (trunk): * vm_core.h: add a data type rb_location_t to store iseq location
  23706 2012-05-22 21:35 [ko1@a...            ] naruse:r35757 (trunk): rescue EPIPE raised from conn.print because of client's timeout
  23707 2012-05-22 22:21 [ko1@a...            ] nobu:r35758 (trunk): remove trailing spaces
  23708 2012-05-23 05:15 [ko1@a...            ] drbrain:r35759 (trunk): * class.c (rb_mod_init_copy):  Clear the cached inspect string of a
  23709 2012-05-23 05:15 [ko1@a...            ] svn:r35760 (trunk): * 2012-05-23        
  23710 2012-05-23 05:36 [ko1@a...            ] drbrain:r35761 (trunk): * lib/net/http.rb:  Broke up Net::HTTP into individual files.
  23711 2012-05-23 10:21 [ko1@a...            ] usa:r35762 (trunk): * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):
  23712 2012-05-23 16:13 [ko1@a...            ] nobu:r35763 (trunk): use RB_TYPE_P() instead of comparison of TYPE()
  23713 2012-05-23 22:09 [ko1@a...            ] naruse:r35764 (trunk): * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser of
  23714 2012-05-24 05:04 [ko1@a...            ] drbrain:r35765: Ignore extconf.rb generated mkmf.log
  23715 2012-05-24 12:08 [ko1@a...            ] nobu:r35766 (trunk): Bug #6487          
  23716 2012-05-24 12:08 [ko1@a...            ] svn:r35767 (trunk): * 2012-05-24        
  23717 2012-05-24 13:05 [ko1@a...            ] naruse:r35768 (trunk): Fix wrong filename: enc/shift_jis.c -> string.c (r35724).
  23718 2012-05-24 15:09 [ko1@a...            ] ko1:r35769 (trunk): * vm.c: add RubyVM::Backtrace object (btobj).
  23719 2012-05-24 15:36 [ko1@a...            ] ko1:r35770 (trunk): * vm_method.c (rb_method_defined_by): removed.
  23720 2012-05-24 18:51 [ko1@a...            ] nobu:r35771 (trunk): vm.c: suppress 64-to-32 warnings
  23721 2012-05-24 23:01 [ko1@a...            ] nobu:r35772 (trunk): vm_eval.c: fix types
  23722 2012-05-24 23:01 [ko1@a...            ] nobu:r35774 (trunk): vm.c: fix typo     
  23723 2012-05-24 23:01 [ko1@a...            ] nobu:r35775 (trunk): vm.c: marshal compatibility
  23724 2012-05-24 23:01 [ko1@a...            ] nobu:r35773 (trunk): vm.c: rb_typeddata_is_kind_of
  23725 2012-05-24 23:37 [ko1@a...            ] nobu:r35776 (trunk): Feature #5896      
  23726 2012-05-25 00:37 [ko1@a...            ] nobu:r35777 (trunk): Bug #5348          
  23727 2012-05-25 00:37 [ko1@a...            ] svn:r35778 (trunk): * 2012-05-25        
  23728 2012-05-25 01:15 [ko1@a...            ] nobu:r35779 (trunk): sprintf.c: inspect by plus
  23729 2012-05-25 08:52 [ko1@a...            ] drbrain:r35780 (trunk): * enum.c (enum_count):  Enumerable#count no longer uses #size when
  23730 2012-05-25 10:37 [ko1@a...            ] naruse:r35781 (ruby_1_9_3): merge revision(s) 35644:
  23731 2012-05-25 10:39 [ko1@a...            ] naruse:r35782 (ruby_1_9_3): merge revision(s) 35766:
  23732 2012-05-25 10:41 [ko1@a...            ] naruse:r35783 (ruby_1_9_3): merge revision(s) 35595: [Backport #6446]
  23733 2012-05-25 10:45 [ko1@a...            ] nobu:r35784: * properties.              
  23734 2012-05-25 11:20 [ko1@a...            ] nobu:r35785 (trunk): * test/-ext-/test_printf.rb: tests for [Feature #5896].
  23735 2012-05-25 11:21 [ko1@a...            ] nobu:r35786: * properties.              
  23736 2012-05-25 13:50 [ko1@a...            ] ko1:r35787 (trunk): * vm.c: refactoring backtrace related funcitons.
  23737 2012-05-25 13:56 [ko1@a...            ] nobu:r35788 (trunk): * properties.      
  23738 2012-05-25 16:13 [ko1@a...            ] usa:r35789 (trunk): * trunk/ext/-test-/printf/printf.c: change function names because of
  23739 2012-05-25 17:07 [ko1@a...            ] ko1:r35790 (trunk): * vm.c (oldbt_init, vm_backtrace_str_ary): arg->data should
  23740 2012-05-25 17:18 [ko1@a...            ] naruse:r35791 (ruby_1_9_3): merge revision(s) 35644:
  23741 2012-05-25 20:03 [ko1@a...            ] ko1:r35792 (trunk): * vm_eval.c (rb_f_caller): caller() method accepts second optional
  23742 2012-05-25 21:14 [ko1@a...            ] nobu:r35793 (trunk): vm.c: adjust argument types
  23743 2012-05-25 21:20 [ko1@a...            ] naruse:r35794 (ruby_1_9_3): merge revision(s) 34910:
  23744 2012-05-25 22:25 [ko1@a...            ] emboss:r35795 (trunk): * ext/openssl/ossl_ssl.c: Revert r35583
  23745 2012-05-25 23:44 [ko1@a...            ] emboss:r35796 (trunk): * test/openssl/test_ssl.rb: Clarify the intention of errors to be
  23746 2012-05-26 09:56 [ko1@a...            ] emboss:r35797 (trunk): * ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.
  23747 2012-05-26 09:56 [ko1@a...            ] svn:r35798 (trunk): * 2012-05-26        
  23748 2012-05-26 11:10 [ko1@a...            ] ko1:r35799 (trunk): * vm.c (rb_frame_info_t): keep previous ISEQ frame info for CFUNC
  23749 2012-05-26 12:25 [ko1@a...            ] ko1:r35800 (trunk): * vm.c (frame_info_to_str): add `break'.
  23750 2012-05-26 13:49 [ko1@a...            ] ko1:r35801 (trunk): * vm.c (RubyVM::FrameInfo): add a class to access each frame
  23751 2012-05-26 13:51 [ko1@a...            ] ko1:r35802 (trunk): * NEWS: add Kernel#caller's second argument.
  23752 2012-05-26 14:06 [ko1@a...            ] ko1:r35803 (trunk): ChangeLog: fix typos
  23753 2012-05-26 15:31 [ko1@a...            ] ko1:r35804 (trunk): * test/ruby/test_backtrace.rb (test_caller_lev):
  23754 2012-05-26 16:25 [ko1@a...            ] nobu:r35805 (trunk): test/ruby/test_file.rb: fix for UNC
  23755 2012-05-26 16:26 [ko1@a...            ] nobu:r35806 (trunk): file.c: fix for UNC
  23756 2012-05-26 17:09 [ko1@a...            ] ko1:r35807 (trunk): * vm.c (backtrace_*): change type of lev and n from size_t to int.
  23757 2012-05-26 18:10 [ko1@a...            ] tadf:r35808 (trunk): * time.c: modified doc.
  23758 2012-05-26 18:16 [ko1@a...            ] tadf:r35809 (trunk): * ext/date/date_strftime.c: reduced the code.
  23759 2012-05-26 18:21 [ko1@a...            ] tadf:r35810 (trunk): re-modified        
  23760 2012-05-26 19:07 [ko1@a...            ] tadf:r35811 (trunk): * ext/date/date_core.c: added description.
  23761 2012-05-27 03:18 [ko1@a...            ] nagachika:r35812 (trunk): * ChangeLog: fix a typo
  23762 2012-05-27 03:18 [ko1@a...            ] svn:r35813 (trunk): * 2012-05-27        
  23763 2012-05-27 09:32 [ko1@a...            ] tadf:r35814 (trunk): * ext/date/date_core.c: modified doc.
  23764 2012-05-27 10:04 [ko1@a...            ] tadf:r35815 (trunk): * ext/date/date_strftime.c: allows %Ok and %Ol.
  23765 2012-05-27 10:05 [ko1@a...            ] tadf:r35816 (trunk): modified test.     
  23766 2012-05-27 11:23 [ko1@a...            ] nobu:r35817 (trunk): * untabified.      
  23767 2012-05-27 11:28 [ko1@a...            ] nobu:r35818 (trunk): fix operator precedence
  23768 2012-05-27 13:35 [ko1@a...            ] ko1:r35819 (trunk): * benchmark/driver.rb: fix to continue benchmarks when
  23769 2012-05-27 13:47 [ko1@a...            ] nagachika:r35820 (trunk): * NEWS: expanded a tab.
  23770 2012-05-27 23:42 [ko1@a...            ] ko1:r35821 (trunk): * benchmark/bm_vm1_lvar_init.rb: added.
  23771 2012-05-28 01:14 [ko1@a...            ] nagachika:r35822 (trunk): * ChangeLog: remove trailing spaces.
  23772 2012-05-28 01:14 [ko1@a...            ] svn:r35823 (trunk): * 2012-05-28        
  23773 2012-05-28 01:15 [ko1@a...            ] nagachika:r35824 (trunk): * benchmark/bm_vm1_lvar_init.rb: fix newline code.
  23774 2012-05-28 01:25 [ko1@a...            ] nagachika:r35825 (trunk): * ChangeLog: fix a typo.
  23775 2012-05-28 11:40 [ko1@a...            ] naruse:r35826 (ruby_1_9_3): merge revision(s) 34753:
  23776 2012-05-28 12:12 [ko1@a...            ] nari:r35827 (trunk): * gc.c (obj_free): doesn't free a method table if it doesn't
  23777 2012-05-28 12:15 [ko1@a...            ] nari:r35828 (trunk): * ChangeLog: fix a typo.
  23778 2012-05-28 13:35 [ko1@a...            ] nobu:r35829 (trunk): common.mk: fix dependencies.
  23779 2012-05-28 13:54 [ko1@a...            ] nobu:r35830 (trunk): strftime.c: linux style
  23780 2012-05-28 16:57 [ko1@a...            ] nobu:r35831 (trunk): StatusLineOutput needs job_status to be :replace
  23781 2012-05-29 09:52 [ko1@a...            ] naruse:r35832 (trunk): Suppress warning: method redefined.
  23782 2012-05-29 09:52 [ko1@a...            ] svn:r35833 (trunk): * 2012-05-29        
  23783 2012-05-29 17:28 [ko1@a...            ] nobu:r35834 (trunk): strftime.c: fix colon modifier.
  23784 2012-05-29 17:28 [ko1@a...            ] nobu:r35835 (trunk): strftime.c: fix locale modifier
  23785 2012-05-29 17:28 [ko1@a...            ] nobu:r35836 (trunk): strftime.c: triple colons modifier
  23786 2012-05-30 06:21 [ko1@a...            ] drbrain:r35837 (trunk): * error.c (exc_set_backtrace):  Updated documentation to indicate
  23787 2012-05-30 06:21 [ko1@a...            ] svn:r35838 (trunk): * 2012-05-30        
  23788 2012-05-30 10:24 [ko1@a...            ] nobu:r35839 (trunk): common test options
  23789 2012-05-30 10:24 [ko1@a...            ] nobu:r35840 (trunk): color option       
  23790 2012-05-30 10:29 [ko1@a...            ] nobu:r35841 (trunk): lib/test/unit.rb: split platform condition
  23791 2012-05-30 10:58 [ko1@a...            ] nobu:r35842 (trunk): utc offset in seconds
  23792 2012-05-30 16:27 [ko1@a...            ] mrkn:r35843 (trunk): * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian#dfdxi):
  23793 2012-05-30 16:30 [ko1@a...            ] mrkn:r35844 (trunk): * ext/bigdecimal/lib/bigdecimal/jacobian.rb,
  23794 2012-05-30 17:21 [ko1@a...            ] naruse:r35845 (ruby_1_9_3): merge revision(s) 34552: [Bug #6516]
  23795 2012-05-31 07:49 [ko1@a...            ] svn:r35847 (trunk): * 2012-05-31        
  23796 2012-05-31 07:49 [ko1@a...            ] drbrain:r35846 (trunk): * ext/dl:  Added documentation.  Patch by Vincent Batts.
  23797 2012-05-31 08:20 [ko1@a...            ] drbrain:r35848 (trunk): * ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size):  Fixed ::size to
  23798 2012-05-31 08:41 [ko1@a...            ] drbrain:r35849 (trunk): * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes):  Refactored
  23799 2012-05-31 09:27 [ko1@a...            ] drbrain:r35850 (trunk): * ext/dl/lib/dl/struct.rb (DL::CStructEntity::size):  Refactored ::size
  23800 2012-05-31 09:38 [ko1@a...            ] drbrain:r35851 (trunk): * test/dl/test_c_struct_entry.rb:  Removed duplicated test

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