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

ruby-changes:39101-39200

  39101 2015-07-07 15:26 [ko1@a...            ] nobu:r51182 (trunk): random.c: try getrandom
  39102 2015-07-07 16:46 [ko1@a...            ] normal:r51183 (trunk): random.c: fix failures on old Linux
  39103 2015-07-07 16:48 [ko1@a...            ] normal:r51184 (trunk): compile.c (COMPILE_ERROR): reduce GET_THREAD() calls
  39104 2015-07-07 18:20 [ko1@a...            ] kazu:r51185 (trunk): fix typos [ci skip]
  39105 2015-07-07 18:21 [ko1@a...            ] kazu:r51186 (trunk): * random.c (fill_random_bytes_syscall): fix compile error.
  39106 2015-07-08 00:42 [ko1@a...            ] usa:r51187 (trunk): * test/ruby/test_array.rb
  39107 2015-07-08 00:42 [ko1@a...            ] svn:r51188 (trunk): * 2015-07-08        
  39108 2015-07-08 00:57 [ko1@a...            ] usa:r51189 (trunk): * test/ruby/test_method.rb (TestMethod#test_{instance, define}_method): assumed
  39109 2015-07-08 04:51 [ko1@a...            ] normal:r51190 (trunk): iseq.c (iseq_data_to_ary): dump kw_arg as symbol
  39110 2015-07-08 07:43 [ko1@a...            ] hsbt:r51191 (trunk): * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik
  39111 2015-07-08 14:05 [ko1@a...            ] nobu:r51192 (trunk): pass saved errno   
  39112 2015-07-08 14:05 [ko1@a...            ] nobu:r51193 (trunk): basicsocket.c: swap examples [ci skip]
  39113 2015-07-08 15:09 [ko1@a...            ] nobu:r51194 (trunk): resolver.rb: fix fd leaks
  39114 2015-07-08 20:36 [ko1@a...            ] nobu:r51195 (trunk): leakchecker.rb: close console
  39115 2015-07-09 09:27 [ko1@a...            ] zzak:r51196 (trunk): * parse.y: Improve duplicate key warning with patch by @andremedeiros
  39116 2015-07-09 09:27 [ko1@a...            ] svn:r51197 (trunk): * 2015-07-09        
  39117 2015-07-09 09:35 [ko1@a...            ] ko1:r51198 (trunk): * vm_core.h (rb_control_frame_t): fix comments (layout index).
  39118 2015-07-09 10:19 [ko1@a...            ] hsbt:r51199 (trunk): * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.
  39119 2015-07-09 11:11 [ko1@a...            ] ko1:r51200 (trunk): * vm_core.h: remove rb_call_info_t::klass because
  39120 2015-07-09 13:04 [ko1@a...            ] ko1:r51201 (trunk): * vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().
  39121 2015-07-09 15:11 [ko1@a...            ] usa:r51202 (trunk): * win32/win32.c (waitpid): return immediately if interrupted.
  39122 2015-07-09 15:39 [ko1@a...            ] usa:r51203 (trunk): * win32/win32.c (waitpid): fixed return value of previous commit. thanks, nobu!
  39123 2015-07-09 16:55 [ko1@a...            ] nobu:r51204 (trunk): test_process.rb: test for [Bug #11340]
  39124 2015-07-10 10:23 [ko1@a...            ] nobu:r51205 (trunk): extmk.rb: silently skip never-installed extensions
  39125 2015-07-10 10:23 [ko1@a...            ] svn:r51206 (trunk): * 2015-07-10        
  39126 2015-07-10 10:46 [ko1@a...            ] nobu:r51207 (trunk): stringio.c: remove unnecessary check
  39127 2015-07-10 17:42 [ko1@a...            ] nobu:r51208 (trunk): dir.c: get attributes by fd
  39128 2015-07-10 20:28 [ko1@a...            ] ngoto:r51209 (trunk): * process.c (rb_f_exec): rb_exec_without_timer_thread should be
  39129 2015-07-10 21:50 [ko1@a...            ] nobu:r51210 (trunk): compressed mantypes
  39130 2015-07-10 21:50 [ko1@a...            ] nobu:r51211 (trunk): zlib.c: protoize   
  39131 2015-07-10 21:53 [ko1@a...            ] nobu:r51212 (trunk): zlib.c: GC guards  
  39132 2015-07-10 22:06 [ko1@a...            ] nobu:r51213 (trunk): timeout.rb: removed and use Timeout::Error
  39133 2015-07-11 08:48 [ko1@a...            ] nobu:r51214 (trunk): test_timeout.rb: add an assertion
  39134 2015-07-11 08:48 [ko1@a...            ] svn:r51215 (trunk): * 2015-07-11        
  39135 2015-07-11 12:46 [ko1@a...            ] nobu:r51216 (trunk): timeout.rb: fix backtrace
  39137 2015-07-11 21:17 [ko1@a...            ] nobu:r51218 (trunk): stringio.c: Fix an example doc [ci skip]
  39138 2015-07-12 06:43 [ko1@a...            ] nobu:r51219 (trunk): Simple testing for StringIO#sysread
  39141 2015-07-13 01:41 [ko1@a...            ] zzak:r51222 (trunk): * ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]
  39142 2015-07-13 01:42 [ko1@a...            ] svn:r51223 (trunk): * 2015-07-13        
  39143 2015-07-13 13:50 [ko1@a...            ] nobu:r51224 (trunk): timeout.rb: internal constants
  39144 2015-07-13 19:07 [ko1@a...            ] nobu:r51225 (trunk): use Timeout.timeout
  39145 2015-07-13 19:11 [ko1@a...            ] nobu:r51226 (trunk): timeout.rb: warn deprecated method
  39146 2015-07-13 19:52 [ko1@a...            ] nobu:r51227 (trunk): remove needless volatile
  39147 2015-07-13 23:45 [ko1@a...            ] kazu:r51228 (trunk): fix indent (tabify) [ci skip]
  39148 2015-07-13 23:46 [ko1@a...            ] kazu:r51229 (trunk): fix indent (tabify) [ci skip]
  39149 2015-07-13 23:58 [ko1@a...            ] nobu:r51230 (trunk): httpproxy.rb: fix typos [ci skip]
  39150 2015-07-14 11:20 [ko1@a...            ] nobu:r51231 (trunk): webrick/server.rb: stop immediately
  39151 2015-07-14 11:20 [ko1@a...            ] nobu:r51232 (trunk): test_utils.rb: split
  39153 2015-07-14 11:21 [ko1@a...            ] nobu:r51234 (trunk): webrick/utils.rb: adaptive sleep
  39154 2015-07-14 11:22 [ko1@a...            ] nobu:r51235 (trunk): webrick/utils.rb: wakeup immediately
  39155 2015-07-14 11:35 [ko1@a...            ] nobu:r51236 (trunk): timeout.rb: suppress a warning
  39157 2015-07-14 13:56 [ko1@a...            ] nobu:r51238 (trunk): test_filehandler.rb: fix UNC path failure
  39158 2015-07-14 17:13 [ko1@a...            ] nobu:r51239 (trunk): rtname.cmd: extract at once
  39159 2015-07-15 00:01 [ko1@a...            ] kazu:r51240 (trunk): fix compile error with clang
  39161 2015-07-15 00:09 [ko1@a...            ] kazu:r51242 (trunk): use _Static_assert with clang
  39163 2015-07-15 01:26 [ko1@a...            ] svn:r51244 (trunk): * remove trailing spaces.
  39164 2015-07-15 02:36 [ko1@a...            ] ko1:r51245 (trunk): * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know it
  39165 2015-07-15 02:59 [ko1@a...            ] ko1:r51246 (trunk): * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it via
  39166 2015-07-15 08:59 [ko1@a...            ] nobu:r51247 (trunk): gc.h: evaluate the macro argument only once
  39167 2015-07-15 10:30 [ko1@a...            ] nobu:r51248 (trunk): string.c: remove redundant calls
  39168 2015-07-15 12:56 [ko1@a...            ] nobu:r51249 (trunk): -test-/string: move
  39169 2015-07-15 14:43 [ko1@a...            ] ko1:r51250 (trunk): * vm.c (vm_make_env_each): add comments about env layout.
  39170 2015-07-15 16:55 [ko1@a...            ] nobu:r51251 (trunk): encoding.c: drop dummy encoding flag
  39171 2015-07-15 17:29 [ko1@a...            ] normal:r51252 (trunk): remove redundant NULL check in mark functions
  39172 2015-07-15 18:32 [ko1@a...            ] normal:r51253 (trunk): remove redundant NULL checks after RUBY_VM_IFUNC_P
  39173 2015-07-15 22:28 [ko1@a...            ] kazu:r51254 (trunk): fix typos [ci skip]
  39174 2015-07-15 23:26 [ko1@a...            ] ngoto:r51255 (trunk): * process.c (redirect_close, parent_redirect_close): should not close
  39175 2015-07-15 23:44 [ko1@a...            ] ngoto:r51256 (trunk): * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
  39177 2015-07-16 00:41 [ko1@a...            ] svn:r51258 (trunk): * 2015-07-16        
  39178 2015-07-16 01:39 [ko1@a...            ] ngoto:r51259 (trunk): * test/ruby/test_process.rb (test_exec_close_reserved_fd): test for
  39179 2015-07-16 03:11 [ko1@a...            ] normal:r51260 (trunk): thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INT
  39180 2015-07-16 09:04 [ko1@a...            ] normal:r51261 (trunk): load.c: use fstring for loaded features and expanded load path
  39182 2015-07-16 14:18 [ko1@a...            ] nobu:r51263 (trunk): vm.c: fix mark with rewinding cfp
  39183 2015-07-16 14:34 [ko1@a...            ] nobu:r51264 (trunk): vm.c: fix mark with rewinding cfp
  39184 2015-07-16 21:09 [ko1@a...            ] ngoto:r51265 (trunk): Revert r51209 because signals after stopping timer thread before
  39185 2015-07-16 21:29 [ko1@a...            ] nobu:r51266 (trunk): string.c: remove redundant calls
  39186 2015-07-16 21:50 [ko1@a...            ] ko1:r51267 (trunk): * iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseq
  39187 2015-07-16 22:06 [ko1@a...            ] ngoto:r51268 (trunk): * process.c (redirect_dup2): when the new FD of dup2() coflicts
  39188 2015-07-16 22:14 [ko1@a...            ] ko1:r51269 (trunk): * vm_core.h: constify rb_iseq_t::parent_iseq.
  39189 2015-07-16 22:29 [ko1@a...            ] kazu:r51270 (trunk): fix typos [ci skip]
  39190 2015-07-17 05:26 [ko1@a...            ] normal:r51271 (trunk): thread.c (mutex_alloc): remove needless volatile
  39191 2015-07-17 05:27 [ko1@a...            ] svn:r51272 (trunk): * 2015-07-17        
  39192 2015-07-17 05:43 [ko1@a...            ] normal:r51273 (trunk): avoid redundant GET_THREAD() calls
  39193 2015-07-17 09:59 [ko1@a...            ] normal:r51274 (trunk): remove unnecessary enumerator requires
  39194 2015-07-17 10:42 [ko1@a...            ] normal:r51275 (trunk): thread.c (rb_thread_alone): simplify
  39195 2015-07-17 15:37 [ko1@a...            ] nobu:r51276 (trunk): test_range.rb: add Range#last assertions
  39196 2015-07-17 15:38 [ko1@a...            ] nobu:r51277 (trunk): test_range.rb: add Range#new test
  39197 2015-07-17 15:39 [ko1@a...            ] nobu:r51278 (trunk): encoding.h: ENC_CODERANGE_CLEAN_P
  39198 2015-07-17 16:28 [ko1@a...            ] nobu:r51279 (trunk): EXEC_EVENT_HOOK_ORIG: eval the arguments only once
  39199 2015-07-17 16:28 [ko1@a...            ] nobu:r51280 (trunk): RUBY_VM_CHECK_INTS_BLOCKING: move to thread.c
  39200 2015-07-17 16:29 [ko1@a...            ] nobu:r51281 (trunk): RUBY_VM_CHECK_INTS: eval the argument only once

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