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

ruby-changes:29301-29400

  29301 2013-06-17 17:39 [ko1@a...            ] eregon:r41353 (trunk): * gc.c: fix example of ObjectSpace.define_finalizer in overview
  29302 2013-06-17 17:45 [ko1@a...            ] eregon:r41354 (trunk): * gc.c (ObjectSpace): is a module not a class.
  29303 2013-06-17 18:16 [ko1@a...            ] eregon:r41355 (trunk): * ext/objspace/objspace.c: let rdoc know about objspace methods.
  29304 2013-06-17 19:25 [ko1@a...            ] naruse:r41356 (trunk): Write stdin_data only if it exists
  29305 2013-06-17 20:56 [ko1@a...            ] akr:r41357 (trunk): * loadpath.c (RUBY_REVISION): Defined to suppress revision.h
  29306 2013-06-17 20:57 [ko1@a...            ] akr:r41358 (trunk): Fix a indent.       
  29307 2013-06-17 21:39 [ko1@a...            ] ktsj:r41359 (trunk): * include/ruby/intern.h, proc.c (rb_method_call_with_block):
  29308 2013-06-17 21:47 [ko1@a...            ] ktsj:r41360 (trunk): * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):
  29309 2013-06-17 22:19 [ko1@a...            ] ktsj:r41361 (trunk): * test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):
  29310 2013-06-18 00:39 [ko1@a...            ] nagachika:r41362 (ruby_2_0_0): merge revision(s) 41347: [Backport #5048] [Backport #5465] [Backport #8319]
  29311 2013-06-18 00:44 [ko1@a...            ] nagachika:r41363 (ruby_2_0_0): merge revision(s) 41348:
  29312 2013-06-18 02:25 [ko1@a...            ] nagachika:r41364 (ruby_2_0_0): merge revision(s) 39721:
  29313 2013-06-18 02:56 [ko1@a...            ] nagachika:r41365 (ruby_2_0_0): merge revision(s) 40059,40061:
  29314 2013-06-18 04:03 [ko1@a...            ] nagachika:r41366 (ruby_2_0_0): merge revision(s) 40849:
  29315 2013-06-18 04:21 [ko1@a...            ] ko1:r41367 (trunk): * gc.c (gc_mark_children): don't need to care about T_ZOMBIE here.
  29316 2013-06-18 04:21 [ko1@a...            ] svn:r41368 (trunk): * 2013-06-18        
  29317 2013-06-18 09:02 [ko1@a...            ] nagachika:r41369 (ruby_2_0_0): merge revision(s) 40057:
  29318 2013-06-18 09:53 [ko1@a...            ] naruse:r41370 (trunk): Message is 3rd argument, not 2nd
  29319 2013-06-18 10:18 [ko1@a...            ] ko1:r41371 (trunk): * variable.c (rb_autoload): fix WB miss.
  29320 2013-06-18 11:18 [ko1@a...            ] ko1:r41372 (trunk): * gc.c (gc_mark_maybe): check to skip T_NONE.
  29321 2013-06-18 11:27 [ko1@a...            ] ko1:r41373 (trunk): * gc.c (gc_stat): add `generated_normal_object_count_types' for
  29322 2013-06-18 12:39 [ko1@a...            ] akr:r41374 (trunk): * bignum.c (rb_big_xor): Non-effective code removed.
  29323 2013-06-18 12:56 [ko1@a...            ] akr:r41375 (trunk): * bignum.c (nlz): Cast the result explicitly.
  29324 2013-06-18 13:43 [ko1@a...            ] naruse:r41376 (trunk): Add timeout to avoid stick
  29325 2013-06-18 16:11 [ko1@a...            ] naruse:r41377 (trunk): Remove useless sleep
  29326 2013-06-18 16:43 [ko1@a...            ] nobu:r41378 (trunk): parse.y: clear lex_strterm
  29327 2013-06-18 18:46 [ko1@a...            ] akr:r41379 (trunk): * configure.in: Check __int128.
  29328 2013-06-18 20:21 [ko1@a...            ] zzak:r41380 (trunk): * ext/objspace/objspace.c: rdoc on require to overview from r41355
  29329 2013-06-18 20:38 [ko1@a...            ] zzak:r41381 (trunk): * ext/.document: add object_tracing.c to document file
  29330 2013-06-18 20:41 [ko1@a...            ] zzak:r41382 (trunk): * ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]
  29331 2013-06-18 20:56 [ko1@a...            ] zzak:r41383 (trunk): * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.
  29332 2013-06-18 21:59 [ko1@a...            ] zzak:r41384 (trunk): * gc.c: Rename rb_mObSpace -> rb_mObjSpace
  29333 2013-06-18 22:05 [ko1@a...            ] zzak:r41385 (trunk): * ext/objspace/object_tracing.c: Document object_tracing methods.
  29334 2013-06-18 22:08 [ko1@a...            ] nobu:r41386 (trunk): test_symbol.rb: fix test
  29335 2013-06-18 22:10 [ko1@a...            ] zzak:r41387 (trunk): * ext/objspace/object_tracing.c: Return for ::allocation_generation
  29336 2013-06-18 22:37 [ko1@a...            ] tarui:r41388 (trunk): * gc.c (gc_profile_record_flag): reason seems like one-hot encoding.
  29337 2013-06-18 23:01 [ko1@a...            ] charliesome:r41389 (trunk): * vm_insnhelper.c (vm_call_method): ensure methods of type
  29338 2013-06-18 23:03 [ko1@a...            ] tarui:r41390 (trunk): * gc.c (gc_profile_record_flag): There may be two or more reasons. so, it was typo.
  29339 2013-06-19 02:05 [ko1@a...            ] nagachika:r41391 (ruby_2_0_0): merge revision(s) 41370:
  29340 2013-06-19 03:22 [ko1@a...            ] nagachika:r41392 (ruby_2_0_0): merge revision(s) 41342,41359,41361: [Backport #8341]
  29341 2013-06-19 03:40 [ko1@a...            ] nagachika:r41393 (ruby_2_0_0): merge revision(s) 41343,41360,41386: [Backport #8531]
  29342 2013-06-19 04:18 [ko1@a...            ] nagachika:r41394 (ruby_2_0_0): merge revision(s) 40525,40526,40528,40530: [Backport #8345]
  29343 2013-06-19 04:40 [ko1@a...            ] nagachika:r41395 (ruby_2_0_0): merge revision(s) 41389: [Backport #8540]
  29344 2013-06-19 04:51 [ko1@a...            ] ko1:r41396 (trunk): * variable.c (rb_const_set): fix WB miss.
  29345 2013-06-19 04:51 [ko1@a...            ] svn:r41397 (trunk): * 2013-06-19        
  29346 2013-06-19 06:29 [ko1@a...            ] ko1:r41398 (trunk): * hash.c: `st_update()' also has same issue of last fix.
  29347 2013-06-19 06:30 [ko1@a...            ] ko1:r41399 (trunk): * vm.c (kwmerge_i): add WB.
  29348 2013-06-19 06:35 [ko1@a...            ] ko1:r41400 (trunk): * gc.c (gc_stress_set): add special option of GC.stress.
  29349 2013-06-19 07:04 [ko1@a...            ] ko1:r41401 (trunk): * gc.c (RGENGC_CHECK_MODE): add new check mode `3'.
  29350 2013-06-19 07:07 [ko1@a...            ] ko1:r41402 (trunk): * gc.c (rgengc_remember): check T_NONE and T_ZOMBIE
  29351 2013-06-19 07:14 [ko1@a...            ] ko1:r41403 (trunk): * gc.c (rgengc_remember): fix output level.
  29352 2013-06-19 07:20 [ko1@a...            ] akr:r41404 (trunk): * bignum.c (rb_big_aref): Apply BIGLO to ~xds[i] for environment which
  29353 2013-06-19 07:27 [ko1@a...            ] ko1:r41405 (trunk): * gc.c (make_deferred): clear flags to T_ZOMBIE.
  29354 2013-06-19 07:46 [ko1@a...            ] ko1:r41406 (trunk): * gc.c (rb_objspace::gc_stress): int -> VALUE to store Fixnum object.
  29355 2013-06-19 07:49 [ko1@a...            ] ko1:r41407 (trunk): * gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.
  29356 2013-06-19 10:44 [ko1@a...            ] kazu:r41408 (trunk): fix indent and style
  29357 2013-06-19 14:07 [ko1@a...            ] kazu:r41409 (trunk): * test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.
  29358 2013-06-19 15:11 [ko1@a...            ] nobu:r41410 (trunk): gc.c: more info    
  29359 2013-06-19 15:14 [ko1@a...            ] nobu:r41411 (trunk): test_signal.rb: extra quotes
  29360 2013-06-19 15:26 [ko1@a...            ] ko1:r41412 (trunk): * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add
  29361 2013-06-19 16:47 [ko1@a...            ] nobu:r41413 (trunk): test/runner.rb: reap zombies
  29362 2013-06-19 16:47 [ko1@a...            ] nobu:r41414 (trunk): envutil.rb: reap zombies
  29363 2013-06-19 16:47 [ko1@a...            ] nobu:r41415 (trunk): test/ruby: reap zombies
  29364 2013-06-19 16:47 [ko1@a...            ] nobu:r41416 (trunk): test_signal.rb: use assert_in_out_err
  29365 2013-06-19 16:47 [ko1@a...            ] nobu:r41418 (trunk): test_curses.rb: reap zombie
  29366 2013-06-19 16:47 [ko1@a...            ] nobu:r41417 (trunk): test_io.rb: use assert_separately
  29367 2013-06-19 16:47 [ko1@a...            ] nobu:r41420 (trunk): test_rinda.rb: reap zombie
  29368 2013-06-19 16:47 [ko1@a...            ] nobu:r41421 (trunk): test/testunit: reap zombie
  29369 2013-06-19 16:48 [ko1@a...            ] nobu:r41419 (trunk): test_gdbm.rb: reap zombie
  29370 2013-06-19 16:48 [ko1@a...            ] nobu:r41422 (trunk): test_rinda.rb: no fork
  29371 2013-06-19 16:48 [ko1@a...            ] nobu:r41423 (trunk): test_dbm.rb: no fork
  29372 2013-06-19 16:48 [ko1@a...            ] nobu:r41425 (trunk): test_sdbm.rb: open_db_child
  29373 2013-06-19 16:48 [ko1@a...            ] nobu:r41424 (trunk): test_gdbm.rb: open_db_child
  29374 2013-06-19 16:48 [ko1@a...            ] nobu:r41426 (trunk): drbtest.rb: DRbBase
  29375 2013-06-19 18:17 [ko1@a...            ] nobu:r41427 (trunk): test_pty.rb: reap zombie
  29376 2013-06-19 19:36 [ko1@a...            ] akr:r41428 (trunk): * bignum.c (DIGSPERLONG): Don't define if BDIGIT is bigger than long.
  29377 2013-06-19 20:53 [ko1@a...            ] kazu:r41429 (trunk): * gc.c (gc_stress_get): GC.stress can be Fixnum.
  29378 2013-06-19 21:19 [ko1@a...            ] akr:r41430 (trunk): * bignum.c (rb_uint2big): Consider environments BDIGIT is bigger than
  29379 2013-06-19 21:42 [ko1@a...            ] xibbar:r41431 (trunk): * lib/cgi/util.rb(CGI.escapeHTML): performance improvement.
  29380 2013-06-19 23:30 [ko1@a...            ] ko1:r41432 (trunk): * gc.c (rb_gc_force_recycle): clear oldgen bitmap, too.
  29381 2013-06-19 23:34 [ko1@a...            ] ko1:r41433 (trunk): * gc.c (RVALUE_PROMOTED): check consistency between oldgen flag and
  29382 2013-06-19 23:45 [ko1@a...            ] nagachika:r41434 (ruby_2_0_0): merge revision(s) 41411:
  29383 2013-06-19 23:53 [ko1@a...            ] akr:r41435 (trunk): * bignum.c (bigfixize): Use rb_absint_size.
  29384 2013-06-19 23:59 [ko1@a...            ] ko1:r41436 (trunk): * gc.c (garbage_collect_test): rewrite checking code.
  29385 2013-06-20 00:06 [ko1@a...            ] svn:r41438 (trunk): * 2013-06-20        
  29386 2013-06-20 00:06 [ko1@a...            ] ko1:r41437 (trunk): * gc.c (RVALUE_PROMOTED): fix type.
  29387 2013-06-20 00:20 [ko1@a...            ] nagachika:r41439 (trunk): * ChangeLog: fix a typo for r41436.
  29388 2013-06-20 00:28 [ko1@a...            ] nagachika:r41440 (trunk): * gc.c (gc_free_stored_bitmaps): fix indent.
  29390 2013-06-20 00:57 [ko1@a...            ] nobu:r41442 (trunk): test_signal.rb: use standard fds
  29391 2013-06-20 00:59 [ko1@a...            ] naruse:r41443 (trunk): Join the thread to collect zombies
  29392 2013-06-20 01:01 [ko1@a...            ] nobu:r41444 (trunk): gc.c: gc_stress is a VALUE
  29393 2013-06-20 01:07 [ko1@a...            ] nobu:r41445 (trunk): gc.c: refine macros
  29394 2013-06-20 01:37 [ko1@a...            ] akr:r41446 (trunk): * bignum.c (bdigit_roomof): Use SIZEOF_BDIGITS.
  29395 2013-06-20 02:44 [ko1@a...            ] nobu:r41447 (trunk): win32.c: wait until exit
  29396 2013-06-20 02:46 [ko1@a...            ] nobu:r41448 (trunk): test_process.rb: redirect to null
  29397 2013-06-20 03:04 [ko1@a...            ] naruse:r41449 (trunk): collect zombies  
  29398 2013-06-20 03:08 [ko1@a...            ] nobu:r41451 (trunk): win32.c: GetLastError once
  29399 2013-06-20 03:08 [ko1@a...            ] nobu:r41450 (trunk): win32.c: no error after retry
  29400 2013-06-20 05:10 [ko1@a...            ] ko1:r41452 (trunk): * gc.c (gc_marks): fix wrong option. FALSE means major/full GC.

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