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

ruby-changes:30501-30600

  30501 2013-08-16 14:20 [ko1@a...            ] kazu:r42580 (trunk): fix a typo         
  30502 2013-08-16 15:36 [ko1@a...            ] usa:r42581 (ruby_1_9_3): merge revision(s) 36620: [Backport #8791]
  30503 2013-08-16 17:04 [ko1@a...            ] nobu:r42582 (trunk): vm_eval.c: suppress warning
  30504 2013-08-16 17:15 [ko1@a...            ] nobu:r42583 (trunk): process.c: downcast
  30505 2013-08-16 17:46 [ko1@a...            ] ko1:r42584 (trunk): * test/profile_test_all.rb: refactoring memory profiling tool for
  30506 2013-08-16 18:10 [ko1@a...            ] ko1:r42585 (trunk): * test/profile_test_all.rb: remove space characters from test names.
  30507 2013-08-16 18:12 [ko1@a...            ] ko1:r42586 (trunk): * test/profile_test_all.rb: fix typo.
  30508 2013-08-17 00:35 [ko1@a...            ] nagachika:r42587 (ruby_2_0_0): * lib/rubygems: update to RubyGems 2.0.6. the patch by drbrain.
  30509 2013-08-17 00:37 [ko1@a...            ] nagachika:r42588 (ruby_2_0_0): merge revision(s) 42429: [Backport #8750]
  30510 2013-08-17 00:39 [ko1@a...            ] nagachika:r42589 (ruby_2_0_0): merge revision(s) 42421, 42422: [Backport #8746]
  30511 2013-08-17 01:22 [ko1@a...            ] nagachika:r42590 (ruby_2_0_0): merge revision(s) 42282: [Backport #8785]
  30512 2013-08-17 01:55 [ko1@a...            ] svn:r42592 (trunk): * 2013-08-17        
  30514 2013-08-17 17:24 [ko1@a...            ] eregon:r42593 (trunk): * process.c: revert r42591. Only an emulation is available on Darwin.
  30515 2013-08-17 20:13 [ko1@a...            ] eregon:r42594 (trunk): * process.c: [DOC] MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC is an
  30516 2013-08-17 20:23 [ko1@a...            ] akr:r42595 (trunk): [DOC]               
  30517 2013-08-17 22:20 [ko1@a...            ] nobu:r42596 (trunk): time.c: ignore invalid data
  30518 2013-08-17 22:40 [ko1@a...            ] nobu:r42597 (trunk): * ChangeLog: more description a bit. [Bug #8795]
  30519 2013-08-17 23:20 [ko1@a...            ] eregon:r42598 (trunk): * test/ruby/test_time.rb (#in_timezone): fix typo of r42596
  30520 2013-08-17 23:25 [ko1@a...            ] eregon:r42599 (trunk): * test/ruby/test_time.rb: use the in_timezone() helper
  30521 2013-08-18 00:48 [ko1@a...            ] akr:r42600 (trunk): * bignum.c (BIGDIVREM_EXTRA_WORDS): Redefine to 1.
  30522 2013-08-18 00:48 [ko1@a...            ] svn:r42601 (trunk): * 2013-08-18        
  30523 2013-08-18 03:22 [ko1@a...            ] akr:r42602 (trunk): * bignum.c (rb_big2str1): Use power_level instead of bitsize(xn).
  30524 2013-08-18 10:07 [ko1@a...            ] akr:r42603 (trunk): * bignum.c (rb_big2str1): Make an expression more explicit.
  30525 2013-08-18 12:42 [ko1@a...            ] nobu:r42604 (trunk): configure.in: clock_gettime
  30526 2013-08-18 13:21 [ko1@a...            ] akr:r42605 (trunk): * process.c (Init_process): Add constants: CLOCK_REALTIME_COARSE,
  30527 2013-08-18 14:26 [ko1@a...            ] akr:r42606 (trunk): * configure.in: Revert r42604. It causes linking librt on systems
  30528 2013-08-18 14:34 [ko1@a...            ] akr:r42607 (trunk): * process.c (rb_clock_gettime): Rename POSIX_TIME_CLOCK_REALTIME to
  30529 2013-08-18 19:36 [ko1@a...            ] ktsj:r42608 (trunk): * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:
  30530 2013-08-18 19:37 [ko1@a...            ] ktsj:r42609 (trunk): * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.
  30531 2013-08-18 20:27 [ko1@a...            ] ktsj:r42610 (trunk): * variable.c, vm_method.c: remove dead code.
  30532 2013-08-19 08:31 [ko1@a...            ] nobu:r42611 (trunk): * .travis.yml (before_script): check if cached config works.
  30533 2013-08-19 08:31 [ko1@a...            ] svn:r42612 (trunk): * 2013-08-19        
  30534 2013-08-19 08:37 [ko1@a...            ] nobu:r42613 (trunk): * .travis.yml (before_script): fix copy&paste miss.
  30535 2013-08-19 08:41 [ko1@a...            ] nobu:r42614 (trunk): * .travis.yml (before_script): fix copy&paste miss.
  30536 2013-08-19 12:57 [ko1@a...            ] akr:r42615 (trunk): * process.c (Init_process): Add constants: CLOCK_REALTIME_ALARM and
  30537 2013-08-19 13:03 [ko1@a...            ] nobu:r42616 (trunk): configure.in: clock_gettime
  30538 2013-08-19 13:29 [ko1@a...            ] usa:r42617 (trunk): * include/ruby/win32.h (CLOCK_MONOTONIC): typo.
  30539 2013-08-19 17:02 [ko1@a...            ] nobu:r42618 (trunk): process.c: retry fork if ENOMEM
  30540 2013-08-19 17:43 [ko1@a...            ] ko1:r42619 (trunk): * test/profile_test_all.rb: add `failed?' information.
  30541 2013-08-19 17:44 [ko1@a...            ] ko1:r42620 (trunk): * test/ruby/test_fiber.rb: collect garbage fibers immediately.
  30542 2013-08-19 18:32 [ko1@a...            ] usa:r42621 (ruby_1_9_3): merge revision(s) 42282: [Backport #8785]
  30543 2013-08-19 18:35 [ko1@a...            ] usa:r42622 (ruby_1_9_3): merge revision(s) 42429: [Backport #8750]
  30544 2013-08-19 18:38 [ko1@a...            ] usa:r42623 (ruby_1_9_3): merge revision(s) 42421, 42422: [Backport #8746]
  30545 2013-08-19 21:01 [ko1@a...            ] ko1:r42624 (trunk): * gc.c: fix around GC_DEBUG.
  30546 2013-08-19 21:39 [ko1@a...            ] akr:r42625 (trunk): * include/ruby/defines.h: Fix a compilation error with
  30547 2013-08-19 22:41 [ko1@a...            ] kazu:r42626 (trunk): fix typos          
  30548 2013-08-20 01:20 [ko1@a...            ] akr:r42627 (trunk): * configure.in: Define ac_cv_func_clock_gettime to yes for mingw*.
  30549 2013-08-20 01:20 [ko1@a...            ] svn:r42628 (trunk): * 2013-08-20        
  30550 2013-08-20 01:55 [ko1@a...            ] zzak:r42629 (trunk): * ext/socket/unixserver.c: [DOC] Document #accept
  30551 2013-08-20 02:02 [ko1@a...            ] zzak:r42630 (trunk): * lib/rss/xmlparser.rb: [DOC] Hide legacy constant from rdoc
  30552 2013-08-20 02:11 [ko1@a...            ] zzak:r42631 (trunk): * lib/rss/rss.rb: [DOC] Document for constants by Steve Klabnik
  30553 2013-08-20 02:36 [ko1@a...            ] zzak:r42632 (trunk): * lib/test/: [DOC] Document Test::Unit, hide most submodules and
  30554 2013-08-20 10:17 [ko1@a...            ] naruse:r42633 (trunk): fix `<module:MiniTest>': Unit is not a module (TypeError)
  30555 2013-08-20 13:46 [ko1@a...            ] ngoto:r42634 (trunk): * test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.
  30556 2013-08-21 02:32 [ko1@a...            ] ko1:r42635 (trunk): * gc.c (rb_gcdebug_print_obj_condition): add printing information.
  30557 2013-08-21 02:32 [ko1@a...            ] svn:r42636 (trunk): * 2013-08-21        
  30558 2013-08-21 02:41 [ko1@a...            ] ko1:r42637 (trunk): * insns.def: fix regexp's once option behavior.
  30559 2013-08-21 15:51 [ko1@a...            ] nobu:r42638 (trunk): insns.def: refine comments
  30560 2013-08-21 17:34 [ko1@a...            ] akr:r42639 (trunk): * gc.c (getrusage_time): Fallback clock_gettime to getrusage when
  30561 2013-08-21 19:18 [ko1@a...            ] akr:r42640 (trunk): * process.c (rb_clock_gettime): CLOCK_PROCESS_CPUTIME_ID emulation
  30562 2013-08-21 19:32 [ko1@a...            ] akr:r42641 (trunk): * process.c: POSIX_GETTIMEOFDAY_CLOCK_REALTIME is renamed to
  30563 2013-08-21 20:36 [ko1@a...            ] akr:r42642 (trunk): * process.c (get_clk_tck): Extracted from rb_proc_times.
  30564 2013-08-21 21:05 [ko1@a...            ] akr:r42643 (trunk): * process.c (rb_proc_times): Use RB_GC_GUARD to guard objects from GC.
  30565 2013-08-21 22:34 [ko1@a...            ] akr:r42644 (trunk): * process.c (rb_clock_gettime): clock() based CLOCK_PROCESS_CPUTIME_ID
  30566 2013-08-22 06:28 [ko1@a...            ] akr:r42645 (trunk): * process.c (make_clock_result): Extracted from rb_clock_gettime.
  30567 2013-08-22 06:28 [ko1@a...            ] svn:r42646 (trunk): * 2013-08-22        
  30568 2013-08-22 06:57 [ko1@a...            ] akr:r42647 (trunk): * process.c (rb_clock_gettime): Change emulation symbols for
  30569 2013-08-22 07:18 [ko1@a...            ] akr:r42648 (trunk): Exchange order of ISO_C_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID and
  30570 2013-08-22 15:50 [ko1@a...            ] ko1:r42649 (trunk): * compile.c (rb_iseq_compile_node): accept NODE_IFUNC to support
  30571 2013-08-22 16:23 [ko1@a...            ] ko1:r42650 (trunk): * compile.c (build_postexe_iseq): fix to setup the local table.
  30572 2013-08-22 20:19 [ko1@a...            ] akr:r42651 (trunk): * process.c (unsigned_clock_t): Defined.
  30573 2013-08-22 22:04 [ko1@a...            ] akr:r42652 (trunk): * process.c (rb_clock_gettime): Strip "s" from unit names.
  30574 2013-08-23 01:15 [ko1@a...            ] nagachika:r42653 (ruby_2_0_0): merge revision(s) 42639: [Backport #8805]
  30575 2013-08-23 01:19 [ko1@a...            ] nagachika:r42654 (ruby_2_0_0): merge revision(s) 42100: [Backport #8806]
  30576 2013-08-23 11:07 [ko1@a...            ] nobu:r42655 (trunk): Makefile.sub: SIZEOF_CLOCK_T
  30577 2013-08-23 11:07 [ko1@a...            ] svn:r42656 (trunk): * 2013-08-23        
  30578 2013-08-23 11:17 [ko1@a...            ] nobu:r42657 (trunk): process.c: suppress warnings
  30579 2013-08-23 11:27 [ko1@a...            ] ko1:r42658 (trunk): * array.c: introduce ARY_SHARED_OCCUPIED(shared).
  30580 2013-08-23 17:17 [ko1@a...            ] nobu:r42659 (trunk): win32ole.c: fix type
  30581 2013-08-23 17:17 [ko1@a...            ] nobu:r42660 (trunk): win32ole.c: no copy string
  30582 2013-08-23 17:18 [ko1@a...            ] nobu:r42662 (trunk): win32ole.c: check method name length
  30583 2013-08-23 17:18 [ko1@a...            ] nobu:r42661 (trunk): win32ole.c: suppress warnings
  30584 2013-08-23 17:18 [ko1@a...            ] nobu:r42663 (trunk): win32ole.c: suppress a warning
  30585 2013-08-23 17:18 [ko1@a...            ] nobu:r42664 (trunk): win32ole.c: store directly
  30586 2013-08-23 18:42 [ko1@a...            ] ko1:r42665 (trunk): * array.c (ary_make_shared): shared ary as shady. Need more effort to
  30587 2013-08-23 19:44 [ko1@a...            ] akr:r42666 (trunk): * process.c (gcd_ul): New function.
  30588 2013-08-23 20:53 [ko1@a...            ] akr:r42667 (trunk): Fix the previous commit.
  30589 2013-08-23 21:06 [ko1@a...            ] akr:r42668 (trunk): * process.c (timetick_int_t): Renamed from timetick_giga_count_t.
  30590 2013-08-23 21:46 [ko1@a...            ] akr:r42669 (trunk): * process.c (reduce_factors): New function.
  30591 2013-08-23 22:08 [ko1@a...            ] nobu:r42670 (trunk): configure.in: clock_t
  30592 2013-08-23 22:12 [ko1@a...            ] nobu:r42671 (trunk): process.c: no symbol cache
  30593 2013-08-23 22:25 [ko1@a...            ] akr:r42672 (trunk): * process.c (rb_clock_gettime): Add a cast to fix compile error by
  30594 2013-08-23 22:46 [ko1@a...            ] akr:r42673 (trunk): add tests.          
  30595 2013-08-23 23:09 [ko1@a...            ] nobu:r42674 (trunk): win32ole.c: ID overflow
  30596 2013-08-24 10:38 [ko1@a...            ] akr:r42675 (trunk): * process.c (rb_clock_gettime): The emulated clock names changed.
  30597 2013-08-24 10:38 [ko1@a...            ] svn:r42676 (trunk): * 2013-08-24        
  30598 2013-08-24 11:01 [ko1@a...            ] akr:r42677 (trunk): [DOC]               
  30599 2013-08-24 11:19 [ko1@a...            ] akr:r42678 (trunk): [DOC]               
  30600 2013-08-25 01:51 [ko1@a...            ] akr:r42679 (trunk): * bignum.c (BARY_SHORT_MUL): Renamed from BARY_MUL1.

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