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

ruby-changes:39201-39300

  39201 2015-07-17 22:15 [ko1@a...            ] nobu:r51282 (trunk): compile.c: remove unused big
  39202 2015-07-17 22:18 [ko1@a...            ] nobu:r51283 (trunk): compile.c: use ruby_tag_type
  39203 2015-07-17 23:52 [ko1@a...            ] nobu:r51284 (trunk): vm_eval.c: safe level 4
  39204 2015-07-18 03:03 [ko1@a...            ] normal:r51285 (trunk): io.c (argf_read_nonblock): support `exception: false'
  39205 2015-07-18 03:05 [ko1@a...            ] svn:r51286 (trunk): * 2015-07-18        
  39206 2015-07-18 07:10 [ko1@a...            ] normal:r51287 (trunk): signal.c (trap_handler): cleanup to use RSTRING_GETMEM + memcmp
  39207 2015-07-18 07:21 [ko1@a...            ] normal:r51288 (trunk): test/socket/test_nonblock: use smaller buffer for sendmsg
  39208 2015-07-18 10:29 [ko1@a...            ] normal:r51289 (trunk): test/ruby/test_process.rb: test thread+sigs work after failed exec
  39209 2015-07-18 18:45 [ko1@a...            ] nobu:r51290 (trunk): eval.c: extra conversion of exit status
  39210 2015-07-18 19:52 [ko1@a...            ] nobu:r51291 (trunk): gc.c: reduce EXEC_TAGs
  39211 2015-07-18 20:45 [ko1@a...            ] nobu:r51292 (trunk): load.c: reduce EXEC_TAGs
  39212 2015-07-18 21:29 [ko1@a...            ] nobu:r51293 (trunk): thread.c: gather common statements
  39213 2015-07-18 23:47 [ko1@a...            ] nobu:r51294 (trunk): load.c: use TAG_RETURN
  39214 2015-07-19 09:26 [ko1@a...            ] nobu:r51295 (trunk): eval.c: check tag value
  39215 2015-07-19 09:26 [ko1@a...            ] svn:r51296 (trunk): * 2015-07-19        
  39216 2015-07-19 14:29 [ko1@a...            ] nobu:r51297 (trunk): pty.c: fix example typo [ci skip]
  39217 2015-07-20 00:21 [ko1@a...            ] nobu:r51298 (trunk): thread.c: fix timeout limit
  39218 2015-07-20 00:21 [ko1@a...            ] svn:r51299 (trunk): * 2015-07-20        
  39219 2015-07-20 09:08 [ko1@a...            ] nobu:r51300 (trunk): ruby_vm_throw_flags
  39220 2015-07-20 09:11 [ko1@a...            ] nobu:r51301 (trunk): thread.c: reuse tag
  39221 2015-07-20 12:22 [ko1@a...            ] normal:r51302 (trunk): parse.y (struct parser_params): pack to 4 cache lines on x86-64
  39222 2015-07-20 12:27 [ko1@a...            ] normal:r51303 (trunk): parse.y (ripper_initialize): fixup r51302
  39223 2015-07-20 15:05 [ko1@a...            ] normal:r51304 (trunk): parse.y (parser_initialize): avoid redundant zero-ing
  39224 2015-07-21 05:34 [ko1@a...            ] normal:r51305 (trunk): io.c: IO.copy_stream uses poll on Linux
  39225 2015-07-21 05:36 [ko1@a...            ] svn:r51306 (trunk): * 2015-07-21        
  39226 2015-07-21 13:28 [ko1@a...            ] nobu:r51307 (trunk): test_process.rb: split a test
  39227 2015-07-21 13:37 [ko1@a...            ] nobu:r51308 (trunk): fix typo in OptionParser#complete docs [ci skip]
  39228 2015-07-21 16:09 [ko1@a...            ] normal:r51309 (trunk): load.c (ruby_dln_librefs): make static
  39229 2015-07-21 17:18 [ko1@a...            ] normal:r51310 (trunk): test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limits
  39230 2015-07-21 19:47 [ko1@a...            ] ko1:r51311 (trunk): * compile.c: constify the first parameter (iseq).
  39231 2015-07-21 19:51 [ko1@a...            ] nobu:r51312 (trunk): ruby/win32.h: include windows.h
  39232 2015-07-21 19:51 [ko1@a...            ] nobu:r51313 (trunk): ruby/missing.h: M_PI fallback definition
  39233 2015-07-21 19:52 [ko1@a...            ] nobu:r51314 (trunk): win32.c: symlink constants fallback
  39234 2015-07-21 19:52 [ko1@a...            ] nobu:r51315 (trunk): cont.c: CreateFiberEx fallback
  39235 2015-07-21 19:52 [ko1@a...            ] nobu:r51316 (trunk): console.c: undefined vk
  39236 2015-07-21 20:29 [ko1@a...            ] nobu:r51317 (trunk): Makefile.sub: UNREACHABLE
  39237 2015-07-21 20:32 [ko1@a...            ] hsbt:r51318 (trunk): * test/ruby/test_range.rb: Add test for Range#hash
  39238 2015-07-21 21:21 [ko1@a...            ] nobu:r51319 (trunk): thread.c: refactor a loop
  39239 2015-07-22 04:05 [ko1@a...            ] ko1:r51320 (trunk): * gc.c (internal_object_p): Now a singleton classes appear by
  39240 2015-07-22 04:07 [ko1@a...            ] svn:r51321 (trunk): * 2015-07-22        
  39241 2015-07-22 06:19 [ko1@a...            ] ko1:r51322 (trunk): * method.h: constify rb_method_iseq_t::iseqptr.
  39242 2015-07-22 06:29 [ko1@a...            ] ko1:r51323 (trunk): * vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
  39243 2015-07-22 06:39 [ko1@a...            ] ko1:r51324 (trunk): fix ChangeLog       
  39244 2015-07-22 06:41 [ko1@a...            ] ko1:r51325 (trunk): * vm_core.h: constify rb_call_info_t::kw_arg,
  39245 2015-07-22 07:23 [ko1@a...            ] ko1:r51326 (trunk): * ext/objspace/objspace.c (total_i): no need to skip singleton classes.
  39247 2015-07-22 08:24 [ko1@a...            ] naruse:r51328 (trunk): suppress warnings
  39248 2015-07-22 08:24 [ko1@a...            ] naruse:r51329 (trunk): follow r51064    
  39249 2015-07-22 09:34 [ko1@a...            ] nobu:r51330 (trunk): thread.c: return the error
  39250 2015-07-22 09:35 [ko1@a...            ] nobu:r51331 (trunk): common.mk: add exec
  39251 2015-07-22 09:36 [ko1@a...            ] nobu:r51332 (trunk): parse.y: call rb_intern2
  39252 2015-07-22 09:37 [ko1@a...            ] nobu:r51333 (trunk): Makefile.in: PIC lex.c
  39253 2015-07-22 09:45 [ko1@a...            ] nobu:r51334 (trunk): fix doc for Numeric#coerce [ci skip]
  39254 2015-07-22 15:49 [ko1@a...            ] hsbt:r51335 (trunk): * test/ruby/test_range.rb: Add test case for Range#end with
  39255 2015-07-22 16:14 [ko1@a...            ] nobu:r51336 (trunk): common.mk: fix exec
  39256 2015-07-22 17:50 [ko1@a...            ] hsbt:r51337 (trunk): * lib/matrix/eigenvalue_decomposition.rb: refine code style.
  39257 2015-07-22 18:05 [ko1@a...            ] usa:r51338 (trunk): * test/webrick/test_utils.rb (TestWEBrickUtils#test_nested_timeout_outer): seems
  39258 2015-07-22 19:55 [ko1@a...            ] ko1:r51339 (trunk): * vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and
  39259 2015-07-22 19:58 [ko1@a...            ] ko1:r51340 (trunk): * vm_core.h: remove unused declaration of
  39260 2015-07-22 20:21 [ko1@a...            ] ko1:r51341 (trunk): * vm_core.h: modify layout of rb_iseq_constant_body.
  39261 2015-07-22 20:27 [ko1@a...            ] nobu:r51342 (trunk): ruby.h: ASSUME     
  39262 2015-07-22 22:26 [ko1@a...            ] nagachika:r51343 (trunk): * ChangeLog: fix a typo for r51324. [ci skip]
  39263 2015-07-22 23:44 [ko1@a...            ] nobu:r51344 (trunk): string.c: fix coderange of reverse
  39264 2015-07-23 00:16 [ko1@a...            ] kazu:r51345 (trunk): fix typos [ci skip]
  39265 2015-07-23 00:16 [ko1@a...            ] svn:r51346 (trunk): * 2015-07-23        
  39266 2015-07-23 03:32 [ko1@a...            ] tenderlove:r51347 (trunk): * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]
  39267 2015-07-23 03:35 [ko1@a...            ] tenderlove:r51348 (trunk): * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]
  39268 2015-07-23 04:05 [ko1@a...            ] tenderlove:r51349 (trunk): fix tests bu not setting the string instance on the frozen object
  39269 2015-07-23 09:05 [ko1@a...            ] nobu:r51350 (trunk): parse.y: pop cmdarg
  39270 2015-07-23 09:10 [ko1@a...            ] nobu:r51351 (trunk): ossl_ssl.c: suppress warnings
  39271 2015-07-23 10:16 [ko1@a...            ] nobu:r51352 (trunk): string.c: str_shared_replace
  39272 2015-07-23 10:25 [ko1@a...            ] nobu:r51353 (trunk): string.c: taint flags
  39273 2015-07-23 14:14 [ko1@a...            ] nobu:r51354 (trunk): string.c: trivial optimizations
  39274 2015-07-23 14:17 [ko1@a...            ] nobu:r51355 (trunk): string.c: new string for fake string
  39275 2015-07-23 18:34 [ko1@a...            ] ko1:r51356 (trunk): * vm_core.h: constify rb_iseq_constant_body::iseq_encoded and
  39276 2015-07-23 18:53 [ko1@a...            ] ko1:r51357 (trunk): * vm_core.h: constify rb_iseq_constant_body::local_table and
  39277 2015-07-23 18:53 [ko1@a...            ] svn:r51358 (trunk): * remove trailing spaces.
  39278 2015-07-24 16:36 [ko1@a...            ] nobu:r51359 (trunk): Add tests for `File.extname`
  39279 2015-07-24 16:39 [ko1@a...            ] svn:r51361 (trunk): * 2015-07-24        
  39280 2015-07-24 16:39 [ko1@a...            ] nobu:r51360 (trunk): string.c: pool only bare strings in fstring
  39281 2015-07-24 20:30 [ko1@a...            ] ngoto:r51362 (trunk): * test/rinda/test_rinda.rb (RingIPv6#prepare_ipv6): prevent to use
  39282 2015-07-24 21:27 [ko1@a...            ] nobu:r51363 (trunk): string.c: fstring must not be a shared string
  39283 2015-07-24 21:30 [ko1@a...            ] nobu:r51364 (trunk): st.c: fix arguments order to compare
  39284 2015-07-25 04:49 [ko1@a...            ] ko1:r51365 (trunk): * vm_core.h: constify rb_iseq_constant_body::catch_table.
  39285 2015-07-25 04:50 [ko1@a...            ] svn:r51366 (trunk): * 2015-07-25        
  39286 2015-07-25 05:58 [ko1@a...            ] ko1:r51367 (trunk): * vm_core.h: constify rb_iseq_constant_body::param::opt_table and
  39287 2015-07-25 06:01 [ko1@a...            ] ko1:r51368 (trunk): * vm_core.h: constify rb_iseq_constant_body::line_info_table.
  39288 2015-07-25 06:44 [ko1@a...            ] ko1:r51369 (trunk): * vm_core.h: size should be unsigned.
  39289 2015-07-25 10:49 [ko1@a...            ] nobu:r51370 (trunk): string.c: cmp orders
  39290 2015-07-25 10:49 [ko1@a...            ] nobu:r51371 (trunk): string.c: remove redundant call
  39291 2015-07-25 11:05 [ko1@a...            ] nobu:r51372 (trunk): string.c: fill the terminator
  39292 2015-07-25 11:18 [ko1@a...            ] nobu:r51373 (trunk): iseq.c: fix type   
  39293 2015-07-25 21:04 [ko1@a...            ] nobu:r51374 (trunk): random.c: get rid of blocking
  39294 2015-07-26 03:45 [ko1@a...            ] tenderlove:r51375 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move
  39295 2015-07-26 03:46 [ko1@a...            ] svn:r51376 (trunk): * 2015-07-26        
  39296 2015-07-26 03:46 [ko1@a...            ] svn:r51377 (trunk): * remove trailing spaces.
  39297 2015-07-26 04:53 [ko1@a...            ] tenderlove:r51378 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add missing
  39298 2015-07-26 06:23 [ko1@a...            ] tenderlove:r51379 (trunk): * test/openssl/test_pair.rb: add a test ensuring that the default DH
  39299 2015-07-26 07:51 [ko1@a...            ] tenderlove:r51380 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move the default
  39300 2015-07-26 08:16 [ko1@a...            ] tenderlove:r51381 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): support

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