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

ruby-changes:38901-39000

  38901 2015-06-21 05:50 [ko1@a...            ] sorah:r50982 (trunk): * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object when
  38902 2015-06-21 12:21 [ko1@a...            ] nobu:r50983 (trunk): ext/objspace/objspace_dump.c: adjust indent
  38903 2015-06-21 18:33 [ko1@a...            ] nobu:r50984 (trunk): ruby_atomic.h: refine ATOMIC_PTR_CAS
  38904 2015-06-21 19:53 [ko1@a...            ] nobu:r50985 (trunk): runruby.rb: don't close other fds
  38905 2015-06-21 20:28 [ko1@a...            ] nobu:r50986 (trunk): internal.h: roomof 
  38906 2015-06-21 21:29 [ko1@a...            ] nobu:r50987 (trunk): array.c: use ALLOCV_N
  38907 2015-06-21 23:48 [ko1@a...            ] kazu:r50988 (trunk): fix a typo [ci skip]
  38908 2015-06-21 23:49 [ko1@a...            ] kazu:r50989 (trunk): * NEWS: add a reference to a ticket. [ci skip]
  38909 2015-06-21 23:53 [ko1@a...            ] kazu:r50990 (trunk): * NEWS: mention Array#bsearch_index and Hash#fetch_values. [ci skip]
  38910 2015-06-21 23:56 [ko1@a...            ] kazu:r50991 (trunk): fix a typo [ci skip]
  38911 2015-06-22 09:21 [ko1@a...            ] nobu:r50992 (trunk): win32.c: use numberof
  38912 2015-06-22 09:22 [ko1@a...            ] svn:r50993 (trunk): * 2015-06-22        
  38913 2015-06-22 18:22 [ko1@a...            ] ngoto:r50994 (trunk): * test/lib/test/unit.rb (Test::Unit::Parallel#start_watchdog): removed
  38914 2015-06-22 18:28 [ko1@a...            ] ngoto:r50995 (trunk): fix typo aroud Bug numbering format
  38915 2015-06-23 05:10 [ko1@a...            ] normal:r50996 (trunk): add benchmarks for struct[:name]
  38916 2015-06-23 05:10 [ko1@a...            ] svn:r50997 (trunk): * 2015-06-23        
  38917 2015-06-23 05:11 [ko1@a...            ] svn:r50998 (trunk): * properties.       
  38918 2015-06-23 06:50 [ko1@a...            ] normal:r50999 (trunk): struct.c: cache member definition in a subclass
  38919 2015-06-23 09:49 [ko1@a...            ] normal:r51000 (trunk): dir.c (check_dirname): avoid volatile, use return value
  38920 2015-06-23 14:32 [ko1@a...            ] nobu:r51001 (trunk): error.c: index numbers
  38921 2015-06-23 14:32 [ko1@a...            ] nobu:r51002 (trunk): error.c: ArgumentError if no receiver
  38922 2015-06-24 08:41 [ko1@a...            ] normal:r51003 (trunk): ext/socket/ancdata.c (bsock_recvmsg_internal): reduce stack use
  38923 2015-06-24 08:41 [ko1@a...            ] svn:r51004 (trunk): * 2015-06-24        
  38924 2015-06-24 09:25 [ko1@a...            ] normal:r51005 (trunk): variable.c: remove FL_ABLE check for generic ivars
  38925 2015-06-24 12:21 [ko1@a...            ] hsbt:r51006 (trunk): * re.c: Update documentation for Regexp class.
  38926 2015-06-24 12:47 [ko1@a...            ] nobu:r51007 (trunk): intern.h: rb_strlen_lit
  38927 2015-06-24 12:50 [ko1@a...            ] nobu:r51008 (trunk): internal.h: rb_fstring_lit
  38928 2015-06-24 12:51 [ko1@a...            ] nobu:r51009 (trunk): string.c: rb_fstring_cstr
  38929 2015-06-24 14:30 [ko1@a...            ] ko1:r51010 (trunk): * gc.c (gc_mark_ptr): add a check code for #11244.
  38930 2015-06-24 16:18 [ko1@a...            ] normal:r51011 (trunk): string.c (rb_str_justify): use RB_GC_GUARD
  38931 2015-06-24 16:57 [ko1@a...            ] ko1:r51012 (trunk): * gc.c (gc_mark_children): add additional debug code for #11244.
  38932 2015-06-24 17:29 [ko1@a...            ] nobu:r51013 (trunk): load.c: use RB_GC_GUARD
  38933 2015-06-24 17:29 [ko1@a...            ] nobu:r51014 (trunk): vm_method.c: remove redundant check
  38934 2015-06-24 17:32 [ko1@a...            ] nobu:r51015 (trunk): vm_method.c: use the current visibility
  38935 2015-06-25 02:44 [ko1@a...            ] normal:r51016 (trunk): ext/openssl/ossl_ssl.c: raise if kwargs given in blocking mode
  38936 2015-06-25 02:46 [ko1@a...            ] svn:r51017 (trunk): * 2015-06-25        
  38937 2015-06-25 03:38 [ko1@a...            ] ko1:r51018 (trunk): * gc.c (RGENGC_OBJ_INFO, obj_info): add a macro to enable/disable
  38938 2015-06-25 06:47 [ko1@a...            ] ko1:r51019 (trunk): * vm_method.c (rb_method_definition_reset): need a WB for
  38939 2015-06-25 06:53 [ko1@a...            ] ko1:r51020 (trunk): * gc.c (obj_info): show more details for T_IMEMO/imemo_ment.
  38940 2015-06-25 07:10 [ko1@a...            ] ko1:r51021 (trunk): * gc.c (obj_info, method_type_name): show method type name in a string
  38941 2015-06-25 14:14 [ko1@a...            ] nobu:r51022 (trunk): test_prime.rb: cosmetic changes
  38942 2015-06-25 14:26 [ko1@a...            ] nobu:r51023 (trunk): test: refine assertions
  38943 2015-06-25 15:32 [ko1@a...            ] nobu:r51024 (trunk): random.c: refactor 
  38944 2015-06-25 16:12 [ko1@a...            ] nobu:r51025 (trunk): error.c: remove singleton method
  38945 2015-06-25 16:59 [ko1@a...            ] ko1:r51026 (trunk): * vm_method.c: make a rb_method_definition_t data (def) *after* making
  38946 2015-06-25 17:37 [ko1@a...            ] ko1:r51027 (trunk): * vm_method.c (rb_method_entry_create): need to call
  38947 2015-06-25 18:36 [ko1@a...            ] ngoto:r51028 (trunk): * test/lib/envutil.rb (Test::Unit::Assertions#assert_no_memory_leak):
  38948 2015-06-25 19:42 [ko1@a...            ] ngoto:r51029 (trunk): * configure.in: not to use vfork on Solaris to avoid deadlock
  38949 2015-06-25 21:42 [ko1@a...            ] ngoto:r51030 (trunk): * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]
  38950 2015-06-25 21:43 [ko1@a...            ] svn:r51031 (trunk): * properties.       
  38951 2015-06-26 00:17 [ko1@a...            ] kazu:r51032 (trunk): fix a typo [ci skip]
  38952 2015-06-26 00:19 [ko1@a...            ] svn:r51033 (trunk): * 2015-06-26        
  38953 2015-06-26 04:01 [ko1@a...            ] normal:r51034 (trunk): st.c: use ccan linked-list
  38954 2015-06-26 04:56 [ko1@a...            ] normal:r51035 (trunk): Revert r51034 "st.c: use ccan linked-list"
  38955 2015-06-26 08:07 [ko1@a...            ] normal:r51036 (trunk): enum.c (enum_minmax): simplify return value creation
  38956 2015-06-26 12:48 [ko1@a...            ] nobu:r51037 (trunk): transcode.c: fix race condition
  38957 2015-06-26 15:22 [ko1@a...            ] normal:r51038 (trunk): ChangeLog: doc accidentally squashed commit in r51036
  38958 2015-06-26 17:58 [ko1@a...            ] nobu:r51039 (trunk): object.c: common prefix of converter methods
  38959 2015-06-26 17:58 [ko1@a...            ] nobu:r51040 (trunk): sprintf.c: rb_inspect returns a string
  38960 2015-06-27 04:00 [ko1@a...            ] normal:r51041 (trunk): st.c: include ccan/list/list.h to test build
  38961 2015-06-27 04:01 [ko1@a...            ] svn:r51042 (trunk): * 2015-06-27        
  38962 2015-06-27 05:19 [ko1@a...            ] normal:r51043 (trunk): common.mk: add ccan/list headers as deps for st.c
  38963 2015-06-27 07:32 [ko1@a...            ] normal:r51044 (trunk): st.c: use ccan linked-list (try 2)
  38964 2015-06-27 07:52 [ko1@a...            ] normal:r51045 (trunk): Revert "st.c: use ccan linked-list (try 2)"
  38965 2015-06-27 19:11 [ko1@a...            ] eregon:r51046 (trunk): * lib/net/ftp.rb (makeport): close the TCPServer
  38966 2015-06-27 23:13 [ko1@a...            ] nagachika:r51047 (ruby_2_2): merge revision(s) 50982, 50983: [Backport #11291]
  38967 2015-06-28 12:07 [ko1@a...            ] nobu:r51048 (trunk): class.c: TypeError when superclass mismatch
  38968 2015-06-28 12:08 [ko1@a...            ] svn:r51049 (trunk): * 2015-06-28        
  38969 2015-06-28 12:29 [ko1@a...            ] nobu:r51050 (trunk): class.c: preserve encoding
  38970 2015-06-29 01:36 [ko1@a...            ] nobu:r51051 (trunk): test_redefinition_mismatch
  38971 2015-06-29 01:37 [ko1@a...            ] svn:r51052 (trunk): * 2015-06-29        
  38972 2015-06-29 02:07 [ko1@a...            ] nobu:r51053 (trunk): insns.def: preserve encoding
  38973 2015-06-29 02:11 [ko1@a...            ] nobu:r51055 (trunk): insns.def: preserve encoding
  38974 2015-06-29 02:11 [ko1@a...            ] nobu:r51054 (trunk): insns.def: preserve encoding
  38975 2015-06-29 07:24 [ko1@a...            ] nobu:r51056 (trunk): sizes.c.tmpl: extract RUBY_DEFINT
  38976 2015-06-29 12:09 [ko1@a...            ] hsbt:r51057 (trunk): * README.md: tweak styles. [fix GH-945][ci skip] Patch by @bryndyment
  38977 2015-06-29 12:43 [ko1@a...            ] nobu:r51058 (trunk): mkmf.rb: suppress warnings
  38978 2015-06-29 13:28 [ko1@a...            ] usa:r51059 (ruby_2_1): merge revision(s) 50982, 50983: [Backport #11291]
  38979 2015-06-29 14:53 [ko1@a...            ] shugo:r51060 (trunk): * eval.c (add_activated_refinement): should not include the original
  38980 2015-06-29 16:14 [ko1@a...            ] naruse:r51061 (trunk): * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be upper
  38981 2015-06-29 17:38 [ko1@a...            ] nobu:r51062 (trunk): insns.def: no quoting
  38982 2015-06-29 19:04 [ko1@a...            ] naruse:r51063 (trunk): fix previous commit for nil case
  38983 2015-06-30 03:10 [ko1@a...            ] normal:r51064 (trunk): st.c: use ccan linked-list (try 3)
  38984 2015-06-30 03:12 [ko1@a...            ] svn:r51065 (trunk): * 2015-06-30        
  38985 2015-06-30 08:25 [ko1@a...            ] normal:r51066 (trunk): io.c: reopen stdio streams correctly when given "w+"
  38986 2015-06-30 11:59 [ko1@a...            ] usa:r51067 (ruby_2_1): merge revision(s) 49224, 49225, 49234, 49235: [Backport #10711]
  38987 2015-06-30 16:48 [ko1@a...            ] nobu:r51068 (trunk): test_io.rb: skip method definitions
  38988 2015-06-30 17:28 [ko1@a...            ] nobu:r51069 (trunk): io.c: reopen OS encoding path
  38989 2015-06-30 18:39 [ko1@a...            ] usa:r51070 (trunk): * win32/file.c (rb_freopen): need to terminate by NUL.
  38990 2015-06-30 18:42 [ko1@a...            ] usa:r51071 (trunk): * win32/file.c (rb_freopen): remove debug code.
  38991 2015-06-30 23:04 [ko1@a...            ] nobu:r51072 (trunk): file.c: not xfree  
  38992 2015-06-30 23:12 [ko1@a...            ] nobu:r51073 (trunk): ensure paths NUL-terminated
  38993 2015-06-30 23:12 [ko1@a...            ] nobu:r51074 (trunk): io.c: remove unnecessary shared
  38994 2015-07-01 04:16 [ko1@a...            ] nagachika:r51075 (ruby_2_2): merge revision(s) 50834: [Backport #11221]
  38995 2015-07-01 04:17 [ko1@a...            ] nagachika:r51076 (ruby_2_2): merge revision(s) 50860: [Backport #11249]
  38996 2015-07-01 05:45 [ko1@a...            ] normal:r51077 (trunk): struct.c: speedup for big structs
  38997 2015-07-01 05:46 [ko1@a...            ] svn:r51078 (trunk): * 2015-07-01        
  38998 2015-07-01 06:07 [ko1@a...            ] normal:r51079 (trunk): move RB_GC_GUARD responsibility to rb_add_method_iseq
  38999 2015-07-01 08:48 [ko1@a...            ] naruse:r51080 (trunk): * struct.c (struct_member_pos): avoid implicit conversion loses
  39000 2015-07-01 09:28 [ko1@a...            ] nobu:r51081 (trunk): struct.c: fix implicit conversions

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