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

ruby-changes:31701-31800

  31701 2013-11-22 13:11 [ko1@a...            ] nobu:r43780 (trunk): util.c: more precision
  31702 2013-11-22 13:17 [ko1@a...            ] nagachika:r43781: remove tag v2_0_0_352 
  31703 2013-11-22 13:19 [ko1@a...            ] usa:r43782 (ruby_1_9_3): merge revision(s) 43780:
  31704 2013-11-22 13:19 [ko1@a...            ] nagachika:r43783 (ruby_2_0_0): merge revision(s) 43780:
  31705 2013-11-22 13:21 [ko1@a...            ] nagachika:r43784: add tag v2_0_0_353    
  31706 2013-11-22 13:22 [ko1@a...            ] usa:r43785: remove tag v1_9_3_483       
  31707 2013-11-22 13:22 [ko1@a...            ] usa:r43786: add tag v1_9_3_484          
  31708 2013-11-22 14:17 [ko1@a...            ] naruse:r43787 (trunk): * ext/nkf: merge nkf 2.1.3 2a2f2c5.
  31709 2013-11-22 14:21 [ko1@a...            ] nobu:r43788 (trunk): * remove trailing spaces.
  31710 2013-11-22 14:50 [ko1@a...            ] mrkn:r43789 (trunk): * ext/bigdecimal/bigdecimal.c: Fix indentation.
  31711 2013-11-22 14:54 [ko1@a...            ] mrkn:r43790 (trunk): * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix the inserting points
  31712 2013-11-22 14:55 [ko1@a...            ] mrkn:r43791 (trunk): * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Insert rb_thread_check_ints.
  31713 2013-11-22 15:32 [ko1@a...            ] nobu:r43792 (trunk): test_string.rb: refine assertions
  31714 2013-11-22 15:38 [ko1@a...            ] naruse:r43793 (trunk): Update NEWS      
  31715 2013-11-22 16:27 [ko1@a...            ] nari:r43794 (trunk): * include/ruby/intern.h (rb_gc_set_params): Deprecate
  31716 2013-11-22 16:40 [ko1@a...            ] ko1:r43795 (trunk): * gc.c (heap_set_increment): accept minumum additional page number.
  31717 2013-11-22 16:52 [ko1@a...            ] mrkn:r43796 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.
  31718 2013-11-22 16:56 [ko1@a...            ] nobu:r43797 (trunk): * gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.
  31719 2013-11-22 17:06 [ko1@a...            ] mrkn:r43798 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type):
  31720 2013-11-22 17:07 [ko1@a...            ] mrkn:r43799 (trunk): * ext/bigdecimal/bigdecimal.gemspec: version 1.2.2.
  31721 2013-11-22 17:17 [ko1@a...            ] nari:r43800 (trunk): * include/ruby/intern.h, internal.h: Expose rb_gc_count().
  31722 2013-11-22 17:22 [ko1@a...            ] kazu:r43801 (trunk): fix a typo         
  31723 2013-11-22 17:50 [ko1@a...            ] naruse:r43802 (trunk): * transcode.c (str_transcode0): don't scrub invalid chars if
  31724 2013-11-22 22:31 [ko1@a...            ] mrkn:r43803 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_power):
  31725 2013-11-23 03:23 [ko1@a...            ] tarui:r43804 (trunk): * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.
  31726 2013-11-23 03:23 [ko1@a...            ] svn:r43805 (trunk): * 2013-11-23        
  31727 2013-11-23 03:53 [ko1@a...            ] drbrain:r43806 (trunk): * lib/rubygems: Update to RubyGems master dcce4ff. Important changes
  31728 2013-11-23 05:13 [ko1@a...            ] naruse:r43807: tags trunk@r43806 as v2_1_0_preview2
  31729 2013-11-23 08:50 [ko1@a...            ] tmm1:r43808 (trunk): * lib/set.rb (class SortedSet): Fix source_location for methods defined via eval.
  31730 2013-11-23 08:50 [ko1@a...            ] tmm1:r43809 (trunk): * gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify meaning (number of slots, not pages).
  31731 2013-11-23 09:46 [ko1@a...            ] tmm1:r43810 (trunk): * marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.h
  31732 2013-11-23 12:33 [ko1@a...            ] ko1:r43811 (trunk): * gc.c: fix gloval variable name.
  31733 2013-11-23 12:40 [ko1@a...            ] tarui:r43812 (trunk): fix typo          
  31734 2013-11-23 13:46 [ko1@a...            ] nari:r43813 (trunk): add NEWS about rb_gc_set_params() and rb_gc_count()
  31735 2013-11-23 13:51 [ko1@a...            ] nobu:r43814 (trunk): * append newline at EOF.
  31736 2013-11-23 19:36 [ko1@a...            ] mrkn:r43815 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): The signature was
  31737 2013-11-23 19:49 [ko1@a...            ] mrkn:r43816 (trunk): exp                
  31738 2013-11-23 19:52 [ko1@a...            ] mrkn:r43817 (trunk): * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.
  31739 2013-11-23 22:25 [ko1@a...            ] akr:r43818 (trunk): * include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value to
  31740 2013-11-24 00:35 [ko1@a...            ] nagachika:r43819 (trunk): * ChangeLog: fix a typo at r43744.
  31741 2013-11-24 00:35 [ko1@a...            ] svn:r43820 (trunk): * 2013-11-24        
  31742 2013-11-24 00:44 [ko1@a...            ] nobu:r43821 (trunk): ruby.h: define RBIGNUM_EMBED_LEN_MAX by macros
  31743 2013-11-24 01:08 [ko1@a...            ] mrkn:r43822 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_power): Use FIX2LONG instead
  31744 2013-11-24 08:12 [ko1@a...            ] jeg2:r43823 (trunk): * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexp
  31745 2013-11-24 09:22 [ko1@a...            ] tmm1:r43824 (trunk): * ext/objspace/objspace_dump.c: test fixes and win32 compatibility
  31746 2013-11-24 09:44 [ko1@a...            ] jeg2:r43825 (trunk): * lib/csv.rb: Optimize header hashes by freezing string keys.
  31747 2013-11-24 10:21 [ko1@a...            ] tmm1:r43826 (trunk): * NEWS: Add details about new debugging features and APIs.
  31748 2013-11-24 13:51 [ko1@a...            ] akr:r43827 (trunk): * include/ruby/defines.h: Don't use int128_t for Bignum.
  31749 2013-11-24 16:17 [ko1@a...            ] nobu:r43828 (trunk): * ChangeLog: adjust timezone and encoding.
  31750 2013-11-24 18:15 [ko1@a...            ] akr:r43829 (trunk): * include/ruby/defines.h (SIZEOF_ACTUAL_BDIGIT): Defined.
  31751 2013-11-24 22:27 [ko1@a...            ] akr:r43830 (trunk): * bignum.c (bigxor_int): Apply BIGLO for long in a BDIGIT expression.
  31752 2013-11-25 01:03 [ko1@a...            ] glass:r43831 (trunk): * internal.h: use __builtin_bswap16() if possible.
  31754 2013-11-25 03:13 [ko1@a...            ] ko1:r43833 (trunk): * gc.c: change terminology OLDSPACE -> OLDMALLOC.
  31755 2013-11-25 04:01 [ko1@a...            ] ko1:r43834 (trunk): * test/ruby/test_gc.rb: catch up last commit.
  31756 2013-11-25 04:08 [ko1@a...            ] ko1:r43835 (trunk): * gc.c (gc_stat): add internal information.
  31757 2013-11-25 04:18 [ko1@a...            ] ko1:r43836 (trunk): * gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.
  31758 2013-11-25 04:49 [ko1@a...            ] ko1:r43837 (trunk): * gc.c: continue to change OLDSPACE -> OLDMALLOC.
  31759 2013-11-25 05:06 [ko1@a...            ] ko1:r43838 (trunk): * test/-ext-/tracepoint/test_tracepoint.rb: catch up GC.stat changes
  31760 2013-11-25 10:13 [ko1@a...            ] ko1:r43839 (trunk): * internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()
  31761 2013-11-25 13:22 [ko1@a...            ] kazu:r43840 (trunk): fix typos          
  31762 2013-11-25 14:26 [ko1@a...            ] zzak:r43841 (trunk): * ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date
  31763 2013-11-25 14:35 [ko1@a...            ] zzak:r43842 (trunk): * ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 for
  31764 2013-11-25 19:49 [ko1@a...            ] zzak:r43843 (trunk): * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]
  31765 2013-11-25 22:23 [ko1@a...            ] zzak:r43844 (trunk): * lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148]
  31766 2013-11-26 04:15 [ko1@a...            ] svn:r43846 (trunk): * 2013-11-26        
  31767 2013-11-26 04:15 [ko1@a...            ] drbrain:r43845 (trunk): * lib/rubygems: Update to RubyGems master 612f85a. Notable changes:
  31768 2013-11-26 06:46 [ko1@a...            ] tmm1:r43847 (trunk): * NEWS: Add ObjectSpace.after_gc_{start, end}_hook=
  31769 2013-11-26 10:58 [ko1@a...            ] nobu:r43848 (trunk): bigdecimal.gemspec: date
  31770 2013-11-26 11:20 [ko1@a...            ] nobu:r43849 (trunk): * properties: ext/bigdecimal/bigdecimal.gemspec
  31771 2013-11-26 11:23 [ko1@a...            ] nobu:r43850 (trunk): * properties: ext/bigdecimal/bigdecimal.gemspec
  31772 2013-11-26 11:45 [ko1@a...            ] glass:r43851 (trunk): * ruby_atomic.h: use __atomic builtin functions supported by GCC.
  31773 2013-11-26 14:27 [ko1@a...            ] tmm1:r43852 (trunk): * ext/objspace/objspace_dump.c (dump_append_string_value): Escape
  31774 2013-11-26 16:30 [ko1@a...            ] nobu:r43853 (trunk): file.c: fix buffer overflow
  31775 2013-11-26 17:41 [ko1@a...            ] ko1:r43854 (trunk): * vm_trace.c: prohibit to specify normal events and internal events
  31776 2013-11-26 18:42 [ko1@a...            ] ko1:r43855 (trunk): * vm_trace.c: skip "exception check" and "reentrant check (only normal
  31777 2013-11-26 19:26 [ko1@a...            ] ko1:r43856 (trunk): * ext/objspace/object_tracing.c (newobj_i): skip class_path if class
  31778 2013-11-26 19:30 [ko1@a...            ] ko1:r43857 (trunk): * common.mk: add useful config "set breakpoint pending on"
  31779 2013-11-26 20:04 [ko1@a...            ] ko1:r43858 (trunk): * test/ruby/test_settracefunc.rb: add tests for a_call/a_return
  31780 2013-11-26 22:43 [ko1@a...            ] nobu:r43859 (trunk): hash.c: cut off if recursion
  31781 2013-11-27 02:20 [ko1@a...            ] nobu:r43860 (trunk): should not ignore the rest of recursive constructs
  31782 2013-11-27 02:20 [ko1@a...            ] svn:r43861 (trunk): * 2013-11-27        
  31783 2013-11-27 02:27 [ko1@a...            ] nobu:r43862 (trunk): string.c: fix memsize of frozen shared string
  31784 2013-11-27 04:48 [ko1@a...            ] tenderlove:r43863 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIME
  31785 2013-11-27 06:47 [ko1@a...            ] tenderlove:r43864 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: fix support for negative
  31786 2013-11-27 07:14 [ko1@a...            ] tenderlove:r43865 (trunk): * ext/psych/lib/psych.rb: psych version 2.0.2
  31787 2013-11-27 08:30 [ko1@a...            ] tmm1:r43866 (trunk): * compile.c: Use rb_fstring() to de-duplicate string literals in code.  [Bug #9159] 
  31788 2013-11-27 09:32 [ko1@a...            ] nobu:r43867 (trunk): test_bug_reporter.rb: remove core
  31789 2013-11-27 10:42 [ko1@a...            ] tmm1:r43868 (trunk): * gc.c: Rename rb_heap_t members:
  31790 2013-11-27 12:28 [ko1@a...            ] headius:r43869 (trunk): * test/ruby/test_string.rb: Add test for error when appending a
  31791 2013-11-27 14:29 [ko1@a...            ] tmm1:r43870 (trunk): * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash string
  31792 2013-11-27 14:39 [ko1@a...            ] tmm1:r43871 (trunk): * test/ruby/test_eval.rb (class TestEval): Add test for shared eval
  31793 2013-11-27 14:50 [ko1@a...            ] drbrain:r43872 (trunk): * lib/rinda/ring.rb: Announce RingServer for the same process.
  31794 2013-11-27 15:03 [ko1@a...            ] tmm1:r43873 (trunk): * test/ruby/test_eval.rb (class TestEval): Use assert_same instead of
  31795 2013-11-27 15:10 [ko1@a...            ] ko1:r43874 (trunk): * gc.c (gc_stat): add new information heap_eden_page_length and
  31796 2013-11-27 15:13 [ko1@a...            ] ko1:r43875 (trunk): * gc.c (gc_page_sweep): disable debug print.
  31797 2013-11-27 15:24 [ko1@a...            ] tmm1:r43876 (trunk): * gc.c (gc_page_sweep): Fix compile warning from last commit.
  31798 2013-11-27 15:57 [ko1@a...            ] tmm1:r43877 (trunk): * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information about
  31799 2013-11-27 16:08 [ko1@a...            ] tmm1:r43878 (trunk): * test/ruby/test_gc.rb (class TestGc): Fix warning in
  31800 2013-11-27 17:56 [ko1@a...            ] ko1:r43879 (trunk): * gc.c (gc_mark_stacked_objects): check only when check_mode > 0.

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