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

ruby-changes:31601-31700

  31601 2013-11-15 01:06 [ko1@a...            ] svn:r43680 (trunk): * 2013-11-15        
  31602 2013-11-15 17:07 [ko1@a...            ] nobu:r43681 (trunk): iseq.c: fix values for true
  31603 2013-11-15 17:07 [ko1@a...            ] nobu:r43682 (trunk): delegate.rb: get rid of global function interference
  31604 2013-11-15 22:21 [ko1@a...            ] nobu:r43683 (trunk): hash.c: iteration level with reentering
  31605 2013-11-15 23:08 [ko1@a...            ] nobu:r43684 (trunk): eval.c: refactor exception cause
  31606 2013-11-16 00:29 [ko1@a...            ] glass:r43685 (trunk): * eval_jump.c (rb_exec_end_proc): fix double free or corruption error
  31607 2013-11-16 00:29 [ko1@a...            ] svn:r43686 (trunk): * 2013-11-16        
  31608 2013-11-16 02:09 [ko1@a...            ] tarui:r43687 (trunk): revert r43675 and r43683 without tests for applying rollback patch.
  31609 2013-11-16 02:15 [ko1@a...            ] tarui:r43688 (trunk): * cont.c : Introdule ensure rollback mechanism. Please see below.
  31610 2013-11-16 03:37 [ko1@a...            ] zzak:r43689 (trunk): ChangeLog typos from r43688
  31611 2013-11-16 05:54 [ko1@a...            ] nobu:r43690 (trunk): test_beginendblock.rb: assert_normal_exit
  31612 2013-11-16 07:14 [ko1@a...            ] nobu:r43691 (trunk): envutil.rb: crash report on Mac OS X
  31613 2013-11-16 09:24 [ko1@a...            ] tarui:r43692 (trunk): * test/ruby/test_hash.rb (class TestHash): add tests for  [Bug #9105]
  31614 2013-11-16 18:31 [ko1@a...            ] kou:r43693 (trunk): * lib/rexml/parsers/ultralightparser.rb
  31615 2013-11-17 01:49 [ko1@a...            ] akr:r43694 (trunk): * thread_pthread.c (rb_thread_create_timer_thread): Show error
  31616 2013-11-17 01:49 [ko1@a...            ] svn:r43695 (trunk): * 2013-11-17        
  31617 2013-11-17 01:57 [ko1@a...            ] akr:r43696 (trunk): * thread_pthread.c (thread_create_core): Ditto.
  31618 2013-11-17 06:37 [ko1@a...            ] sorah:r43697 (trunk): * configure.in: Use $LIBS for base of $SOLIBS, also in darwin
  31619 2013-11-17 06:46 [ko1@a...            ] sorah:r43698 (trunk): Explain fix in r43697
  31620 2013-11-17 23:34 [ko1@a...            ] nobu:r43699 (trunk): string.c: constify 
  31621 2013-11-17 23:34 [ko1@a...            ] nobu:r43700 (trunk): hash.c: static internal functions
  31622 2013-11-17 23:34 [ko1@a...            ] nobu:r43701 (trunk): compile.c: tailcall on super
  31623 2013-11-18 11:30 [ko1@a...            ] nobu:r43702 (trunk): vm_core.h: extract VM_STACK_OVERFLOWED_P
  31624 2013-11-18 11:30 [ko1@a...            ] svn:r43703 (trunk): * 2013-11-18        
  31625 2013-11-18 13:04 [ko1@a...            ] nobu:r43704 (trunk): configure.in: -Werror=division-by-zero
  31626 2013-11-18 22:45 [ko1@a...            ] nobu:r43705 (trunk): eval_jump.c: refix [Bug #9110]
  31627 2013-11-18 22:47 [ko1@a...            ] nobu:r43706 (trunk): thread_pthread.c: use get_main_stack properly
  31628 2013-11-18 22:48 [ko1@a...            ] nobu:r43707 (trunk): eval_intern.h: refine stack overflow detection
  31629 2013-11-18 23:19 [ko1@a...            ] nobu:r43708 (trunk): ext/rbconfig/sizeof: move to an extension library
  31630 2013-11-18 23:21 [ko1@a...            ] nobu:r43709: * properties.              
  31631 2013-11-19 04:02 [ko1@a...            ] headius:r43710 (trunk): * test/bigdecimal/test_bigdecimal.rb: incorporate BigMath.log
  31632 2013-11-19 04:02 [ko1@a...            ] svn:r43711 (trunk): * 2013-11-19        
  31633 2013-11-19 05:55 [ko1@a...            ] drbrain:r43712 (trunk): * lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by
  31634 2013-11-19 07:24 [ko1@a...            ] akr:r43713 (trunk): * configure.in (LOCALTIME_OVERFLOW_PROBLEM): Define it for cross
  31635 2013-11-19 09:34 [ko1@a...            ] drbrain:r43714 (trunk): * lib/rubygems: Update to RubyGems master 6a3d9f9. Changes include:
  31636 2013-11-19 09:47 [ko1@a...            ] drbrain:r43715 (trunk): * lib/rdoc: Update to RDoc master a1195ce. Changes include:
  31637 2013-11-19 09:51 [ko1@a...            ] nobu:r43716 (trunk): * remove trailing spaces.
  31638 2013-11-19 16:03 [ko1@a...            ] nobu:r43717 (trunk): ext/rbconfig/sizeof/sizes.c: ignore
  31639 2013-11-19 18:48 [ko1@a...            ] ko1:r43718 (trunk): * gc.c (rb_gc_resurrect): added.
  31640 2013-11-19 18:50 [ko1@a...            ] ko1:r43719 (trunk): * gc.c (rb_objspace_reachable_objects_from_root): do major marking.
  31641 2013-11-19 18:52 [ko1@a...            ] ko1:r43720 (trunk): * gc.c (heap_is_swept_object): use heap_page::before_sweep flag.
  31642 2013-11-19 21:29 [ko1@a...            ] akr:r43721 (trunk): * test/net/http/utils.rb (spawn_server): Specify zero for port to
  31643 2013-11-19 23:00 [ko1@a...            ] nobu:r43722 (trunk): bignum.c: suppress warning
  31644 2013-11-19 23:00 [ko1@a...            ] nobu:r43724 (trunk): rubygems/util.rb: fix Gem::Util.popen
  31645 2013-11-19 23:00 [ko1@a...            ] nobu:r43723 (trunk): rubygems/source/git.rb: discard output
  31646 2013-11-19 23:34 [ko1@a...            ] nobu:r43725 (trunk): test_rdoc_generator_darkfish.rb: ignore nlink is not provided
  31647 2013-11-19 23:38 [ko1@a...            ] nobu:r43726 (trunk): configure.in: --with-os-version-style
  31648 2013-11-20 01:27 [ko1@a...            ] nobu:r43727 (trunk): delegate.rb: refix r43682
  31649 2013-11-20 01:27 [ko1@a...            ] svn:r43728 (trunk): * 2013-11-20        
  31650 2013-11-20 01:39 [ko1@a...            ] nobu:r43729 (trunk): rdoc/constant.rb: reapply r43006 for workaround of NoMethodError
  31651 2013-11-20 02:01 [ko1@a...            ] nobu:r43730 (trunk): eval_jump.c: reuse same tag
  31652 2013-11-20 11:55 [ko1@a...            ] naruse:r43731 (trunk): * ext/json: merge JSON 1.8.1.
  31653 2013-11-20 15:25 [ko1@a...            ] nagachika:r43732 (ruby_2_0_0): * test/ruby/test_thread.rb (test_mutex_unlock_on_trap): extend waiting
  31655 2013-11-20 17:41 [ko1@a...            ] ko1:r43734 (trunk): * parse.y (rb_gc_mark_symbols): set global_symbols.minor_marked only
  31656 2013-11-20 18:01 [ko1@a...            ] nobu:r43735 (trunk): test_exception.rb: enclose hash defininition
  31657 2013-11-20 20:05 [ko1@a...            ] akr:r43736 (trunk): * random.c (rand_init): Make it possible to specify arbitrary array
  31658 2013-11-20 20:56 [ko1@a...            ] tarui:r43737 (trunk): * tool/instruction.rb : fix typo.
  31659 2013-11-21 10:32 [ko1@a...            ] zzak:r43738 (trunk): * test/digest/test_digest.rb: Add test for Digest::SHA256.bubblebabble
  31660 2013-11-21 10:32 [ko1@a...            ] svn:r43739 (trunk): * 2013-11-21        
  31661 2013-11-21 10:46 [ko1@a...            ] zzak:r43740 (trunk): * ext/openssl/lib/openssl/buffering.rb: Remove unused arguments from
  31662 2013-11-21 13:31 [ko1@a...            ] nagachika:r43741 (ruby_2_0_0): * version.h (RUBY_PATCHLEVEL): update patchlevel to 351.
  31663 2013-11-21 13:37 [ko1@a...            ] zzak:r43742 (trunk): * ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Engine
  31664 2013-11-21 13:44 [ko1@a...            ] zzak:r43743 (trunk): * lib/observer.rb: [DOC] Clarify default observer method.
  31665 2013-11-21 13:57 [ko1@a...            ] ko1:r43744 (trunk): * gc.c: change RGENGC_CHECK_MODE (>= 2) logic.
  31666 2013-11-21 14:01 [ko1@a...            ] nobu:r43745 (trunk): * remove trailing spaces.
  31667 2013-11-21 14:07 [ko1@a...            ] ko1:r43746 (trunk): * gc.c (gc_marks_check): do not dump all refs.
  31668 2013-11-21 14:19 [ko1@a...            ] zzak:r43747 (trunk): * object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]
  31669 2013-11-21 15:33 [ko1@a...            ] usa:r43748 (trunk): * eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of
  31670 2013-11-21 15:35 [ko1@a...            ] zzak:r43749 (trunk): Add link to pull request from r43742
  31671 2013-11-21 15:37 [ko1@a...            ] zzak:r43750 (trunk): * ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment for
  31672 2013-11-21 16:27 [ko1@a...            ] knu:r43751 (trunk): * test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)
  31673 2013-11-21 16:33 [ko1@a...            ] nobu:r43752 (trunk): delegate.rb: try private methods after the target
  31674 2013-11-21 16:51 [ko1@a...            ] zzak:r43753 (trunk): * test/digest/test_digest.rb: Add more tests for digest/bubblebabble
  31675 2013-11-21 16:53 [ko1@a...            ] zzak:r43754 (trunk): * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble
  31676 2013-11-21 17:20 [ko1@a...            ] ko1:r43755 (trunk): * gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.
  31677 2013-11-21 17:21 [ko1@a...            ] nobu:r43756 (trunk): * remove trailing spaces.
  31678 2013-11-21 17:50 [ko1@a...            ] ko1:r43757 (trunk): * gc.c: rename initial_xxx variables to gc_params.xxx.
  31679 2013-11-21 18:28 [ko1@a...            ] nobu:r43758 (trunk): tempfile.rb: get rid of warnings
  31680 2013-11-21 18:47 [ko1@a...            ] nobu:r43759 (trunk): delegate.rb: check if target is set
  31681 2013-11-21 18:49 [ko1@a...            ] nobu:r43760 (trunk): gc.c: malloc_usable_size
  31682 2013-11-21 18:51 [ko1@a...            ] nobu:r43761 (trunk): test_tempfile.rb: suppress warnings
  31683 2013-11-21 18:52 [ko1@a...            ] nobu:r43762 (trunk): gc.c: malloc_usable_size
  31684 2013-11-21 20:41 [ko1@a...            ] nobu:r43763 (trunk): * gc.c: needs malloc.h if malloc_usable_size() is available.
  31685 2013-11-21 21:37 [ko1@a...            ] mrkn:r43764 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_sqrt): Fix the precision of
  31686 2013-11-21 21:42 [ko1@a...            ] mrkn:r43765 (trunk): * ext/bigdecimal/bigdecimal.c (VpAlloc): Fix the expr to adjust the size
  31687 2013-11-21 22:34 [ko1@a...            ] ko1:r43766 (trunk): * gc.c: RGENGC_CHECK_MODE should be 0.
  31688 2013-11-22 08:27 [ko1@a...            ] svn:r43768 (trunk): * 2013-11-22        
  31689 2013-11-22 08:27 [ko1@a...            ] drbrain:r43767 (trunk): * lib/rubygems: Update to RubyGems master 50a8210. Important changes
  31690 2013-11-22 09:05 [ko1@a...            ] naruse:r43769 (trunk): * gc.c: fix build failure on FreeBSD introduced by r43763.
  31691 2013-11-22 09:43 [ko1@a...            ] zzak:r43770 (trunk): * test/digest/test_digest.rb: Reverse order of assert_equal
  31692 2013-11-22 10:38 [ko1@a...            ] ko1:r43771 (trunk): * vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeing
  31693 2013-11-22 11:06 [ko1@a...            ] naruse:r43772 (trunk): don't call gem method if Test::Unit is defined
  31694 2013-11-22 12:03 [ko1@a...            ] akr:r43773 (trunk): * test/ruby/test_settracefunc.rb: Ignore events from other threads.
  31695 2013-11-22 12:17 [ko1@a...            ] nobu:r43774 (trunk): openssl/buffering.rb: call super
  31696 2013-11-22 12:44 [ko1@a...            ] nobu:r43775 (trunk): util.c: ignore too long fraction part
  31697 2013-11-22 12:51 [ko1@a...            ] usa:r43776 (ruby_1_9_3): merge revision(s) 43775:
  31698 2013-11-22 12:52 [ko1@a...            ] usa:r43777: add tag v1_9_3_483          
  31699 2013-11-22 13:00 [ko1@a...            ] nagachika:r43778 (ruby_2_0_0): merge revision(s) 43775:
  31700 2013-11-22 13:01 [ko1@a...            ] nagachika:r43779: add tag v2_0_0_352    

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