[前][次][番号順一覧][上]
ruby-changes:31901-32000
31901 2013-12-03 22:18 [ko1@a... ] nobu:r43980 (trunk): hash.c: detect recursion for all
31902 2013-12-03 22:32 [ko1@a... ] nobu:r43981 (trunk): hash.c: same hash value for similar constructs
31903 2013-12-03 23:14 [ko1@a... ] nari:r43982 (trunk): * object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of a
31904 2013-12-03 23:48 [ko1@a... ] nobu:r43983 (trunk): gc.c: use malloc_size
31905 2013-12-04 12:48 [ko1@a... ] nobu:r43984 (trunk): delegate.rb: ignore unset target
31906 2013-12-04 12:48 [ko1@a... ] svn:r43985 (trunk): * 2013-12-04
31907 2013-12-04 13:05 [ko1@a... ] tmm1:r43986 (trunk): * string.c (fstr_update_callback): Improve implementation in r43968
31908 2013-12-04 13:05 [ko1@a... ] tmm1:r43987 (trunk): * vm_trace.c (rb_suppress_tracing): Fix initialization of stack
31909 2013-12-04 13:20 [ko1@a... ] nobu:r43988 (trunk): string.c: fix declaration-after-statement
31910 2013-12-04 13:59 [ko1@a... ] nobu:r43989 (trunk): * test/ruby/test_array.rb (test_recursive_hash_value): rename.
31911 2013-12-04 23:07 [ko1@a... ] a_matsuda:r43990 (trunk): * lib/webrick/httpproxy.rb: [DOC] Fix typo
31912 2013-12-05 09:19 [ko1@a... ] tmm1:r43991 (trunk): gc.c: Load GC tuning settings earlier during boot.
31913 2013-12-05 09:19 [ko1@a... ] svn:r43992 (trunk): * 2013-12-05
31914 2013-12-05 10:16 [ko1@a... ] nobu:r43993 (trunk): gc.c: rb_gc_set_params
31915 2013-12-05 10:47 [ko1@a... ] nobu:r43994 (trunk): gc.c: flush all deferred finalizers
31916 2013-12-05 10:48 [ko1@a... ] nobu:r43995 (trunk): ruby_atomic.h: duplicate code
31917 2013-12-05 10:48 [ko1@a... ] nobu:r43996 (trunk): ruby_atomic.h: ATOMIC_PTR_EXCHANGE
31918 2013-12-05 13:26 [ko1@a... ] tmm1:r43997 (trunk): gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEP
31919 2013-12-05 13:54 [ko1@a... ] ko1:r43998 (trunk): * gc.c (vm_malloc_size): added.
31920 2013-12-05 14:26 [ko1@a... ] nobu:r43999 (trunk): vm_eval.c: suppress warning
31921 2013-12-05 14:35 [ko1@a... ] nobu:r44000 (trunk): test_gc.rb: shorten
31922 2013-12-05 14:38 [ko1@a... ] nobu:r44001 (trunk): test_hash.rb: move tests
31923 2013-12-05 14:38 [ko1@a... ] nobu:r44002 (trunk): test_hash.rb: import tests from rubyspec
31924 2013-12-05 14:40 [ko1@a... ] nobu:r44003 (trunk): hash.c: bail out to the outermost frame
31925 2013-12-05 15:56 [ko1@a... ] nobu:r44004 (trunk): ChangeLog: about malloc_size(3) availability
31926 2013-12-05 16:45 [ko1@a... ] tmm1:r44005 (trunk): gc.c: expose GC.stat() to C-api via rb_gc_stat()
31927 2013-12-05 17:52 [ko1@a... ] ko1:r44006 (trunk): * gc.c: change function names vm_ prefix to objspace_ prefix.
31928 2013-12-05 18:24 [ko1@a... ] tmm1:r44007 (trunk): ext/objspace: remove OS.after_gc_start_hook= and move internal test
31929 2013-12-05 19:30 [ko1@a... ] tmm1:r44008 (trunk): gc.c: add GC.latest_gc_info()
31930 2013-12-05 19:35 [ko1@a... ] duerst:r44009 (trunk): st.c: tweaked comment
31931 2013-12-05 20:32 [ko1@a... ] a_matsuda:r44010 (trunk): * lib/webrick/httpresponse.rb: [DOC] Fix typo
31932 2013-12-05 20:57 [ko1@a... ] nobu:r44011 (trunk): test_gc.rb: expand timeout
31933 2013-12-05 21:07 [ko1@a... ] ko1:r44012 (trunk): * gc.c (gc_info_decode): fix to avoid syntax error on VS2012.
31934 2013-12-05 21:34 [ko1@a... ] tmm1:r44013 (trunk): gc.c: [DOC] minor typo
31935 2013-12-05 21:49 [ko1@a... ] nobu:r44014 (trunk): * remove trailing spaces.
31936 2013-12-05 21:53 [ko1@a... ] nobu:r44015 (trunk): array.c: prefer lhs elements
31937 2013-12-05 21:59 [ko1@a... ] nobu:r44016 (trunk): fix matching
31938 2013-12-05 22:02 [ko1@a... ] nobu:r44017 (trunk): strip-rdoc.rb: binmode
31939 2013-12-05 22:05 [ko1@a... ] nobu:r44018 (trunk): * string.c (rb_str_scrub): [DOC] add param str.
31940 2013-12-05 22:18 [ko1@a... ] nobu:r44019 (trunk): mkmf.rb: strip destdir from prefix
31941 2013-12-05 22:30 [ko1@a... ] nobu:r44020 (trunk): test_objspace.rb: show error
31942 2013-12-06 01:35 [ko1@a... ] mrkn:r44021 (trunk): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):
31943 2013-12-06 01:35 [ko1@a... ] svn:r44022 (trunk): * 2013-12-06
31944 2013-12-06 10:56 [ko1@a... ] hsbt:r44023 (trunk): * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466]
31945 2013-12-06 11:10 [ko1@a... ] hsbt:r44024 (trunk): * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipulnsward [fix GH-464]
31946 2013-12-06 11:55 [ko1@a... ] hsbt:r44025 (trunk): * lib/erb.rb: [DOC] fix broken link.
31947 2013-12-06 13:34 [ko1@a... ] a_matsuda:r44026 (trunk): * lib/webrick/httpstatus.rb: [DOC] Fix typo
31948 2013-12-06 14:12 [ko1@a... ] tmm1:r44027 (trunk): gc.c: add minor marking and lazy sweeping options to GC.start
31949 2013-12-06 14:32 [ko1@a... ] tmm1:r44028 (trunk): gc.c: add note about experimental nature of new GC.start flags
31950 2013-12-06 15:26 [ko1@a... ] ko1:r44029 (trunk): * gc.c (gc_start_internal, rb_gc): do not need
31951 2013-12-06 15:31 [ko1@a... ] nobu:r44030 (trunk): * remove trailing spaces.
31952 2013-12-06 16:22 [ko1@a... ] ko1:r44031 (trunk): * gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().
31953 2013-12-06 16:47 [ko1@a... ] nobu:r44032 (trunk): gc.c: indent
31954 2013-12-06 16:47 [ko1@a... ] nobu:r44033 (trunk): ruby-mode.el: expand/unexpand block
31955 2013-12-06 16:50 [ko1@a... ] nobu:r44034 (trunk): thread.c: compare_by_id
31956 2013-12-06 17:10 [ko1@a... ] nobu:r44035 (trunk): vm_insnhelper.c: rb_get_kwargs
31957 2013-12-06 17:53 [ko1@a... ] ko1:r44036 (trunk): * gc.c (atomic_sub_nounderflow): added to simplify atomic sub with
31958 2013-12-06 18:34 [ko1@a... ] ko1:r44037 (trunk): * gc.c (garbage_collect_body): bug fix.
31959 2013-12-06 18:38 [ko1@a... ] ko1:r44038 (trunk): * gc.c (rb_objspace_alloc, Init_heap): initialize
31960 2013-12-06 19:09 [ko1@a... ] ko1:r44039 (trunk): * gc.c (atomic_sub_nounderflow): not 0 but val itself.
31961 2013-12-06 19:27 [ko1@a... ] ko1:r44040 (trunk): * gc.c: change oldmalloc meaning.
31962 2013-12-06 19:33 [ko1@a... ] nobu:r44041 (trunk): class.c: move kwarg functions
31964 2013-12-07 08:25 [ko1@a... ] svn:r44043 (trunk): * 2013-12-07
31965 2013-12-07 08:32 [ko1@a... ] charliesome:r44044 (trunk): * ChangeLog: fix spelling of contributor's name
31966 2013-12-07 10:44 [ko1@a... ] nobu:r44045 (trunk): test_struct.rb: use assert_predicate
31967 2013-12-07 10:47 [ko1@a... ] nobu:r44046 (trunk): test_struct.rb: use assert_same
31968 2013-12-07 11:16 [ko1@a... ] nobu:r44047 (trunk): hash.c: rb_hash_reject without dup
31969 2013-12-07 19:25 [ko1@a... ] hsbt:r44048 (trunk): * lib/fileutils.rb: remove unnecessary initialization. by @vipulnsward [fix GH-463]
31970 2013-12-07 19:27 [ko1@a... ] a_matsuda:r44049 (trunk): * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)
31971 2013-12-07 19:33 [ko1@a... ] hsbt:r44050 (trunk): * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and array values. Thanks @bjhaid [fix GH-467]
31972 2013-12-07 22:01 [ko1@a... ] charliesome:r44051 (trunk): * gc.c (gc_mark_children): use nd_clss and nd_next for code clarity
31973 2013-12-08 09:41 [ko1@a... ] charliesome:r44052 (trunk): * array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBL
31974 2013-12-08 09:41 [ko1@a... ] svn:r44053 (trunk): * 2013-12-08
31975 2013-12-08 10:22 [ko1@a... ] drbrain:r44054 (trunk): * lib/rubygems: Update to RubyGems master 14749ce. This fixes bugs
31976 2013-12-08 10:25 [ko1@a... ] drbrain:r44055 (trunk): * lib/rubygems.rb: Update version for upcoming ruby 2.1.0 RC.
31977 2013-12-08 10:32 [ko1@a... ] nobu:r44056 (trunk): class.c: fix uninitialized value
31978 2013-12-08 10:39 [ko1@a... ] tmm1:r44057 (trunk): parse.y: use rb_fstring() for strings stored in the symbol table
31979 2013-12-08 10:52 [ko1@a... ] tmm1:r44058 (trunk): hash.c: revert r43870 and add alternative parser patch for literal keys
31980 2013-12-08 11:28 [ko1@a... ] tmm1:r44059 (trunk): gc.c: promote long-lived NODE_CREF objects to oldgen
31981 2013-12-08 12:03 [ko1@a... ] tmm1:r44060 (trunk): hash.c: fix WB miss issue in Hash#replace
31982 2013-12-08 12:51 [ko1@a... ] a_matsuda:r44061 (trunk): * lib/xmlrpc/client.rb: [DOC] Fix typo
31983 2013-12-08 13:06 [ko1@a... ] tmm1:r44062 (trunk): vm.c: add RubyVM.stat for accessing cache serials
31984 2013-12-08 13:06 [ko1@a... ] nobu:r44063 (trunk): * properties.
31985 2013-12-08 14:02 [ko1@a... ] ktsj:r44064 (trunk): * array.c (rb_ary_shuffle_bang, rb_ary_sample): check
31986 2013-12-08 14:58 [ko1@a... ] ktsj:r44065 (trunk): * array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.
31987 2013-12-08 15:47 [ko1@a... ] nobu:r44066 (trunk): array.c: id_random
31988 2013-12-08 16:17 [ko1@a... ] nobu:r44067 (trunk): test_keyword.rb: check error messages
31989 2013-12-08 16:17 [ko1@a... ] nobu:r44068 (trunk): class.c: optimization just one key
31990 2013-12-08 16:19 [ko1@a... ] nobu:r44069 (trunk): class.c, vm_insnhelper.c: check unknown keywords
31991 2013-12-08 17:54 [ko1@a... ] ktsj:r44070 (trunk): * object.c: [DOC] document Module#singleton_class?.
31992 2013-12-08 18:34 [ko1@a... ] ktsj:r44071 (trunk): * NEWS: [DOC] update NEWS about GC.
31993 2013-12-08 20:05 [ko1@a... ] naruse:r44072 (trunk): edit NEWS to move texts correct places
31994 2013-12-08 20:20 [ko1@a... ] mrkn:r44073 (trunk): * bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal instead
31995 2013-12-08 20:25 [ko1@a... ] nobu:r44074 (trunk): hash.c: reject shoult infect
31996 2013-12-08 20:34 [ko1@a... ] kanemoto:r44075 (trunk): avoid circular dependency on AIX
31997 2013-12-08 20:38 [ko1@a... ] nobu:r44076 (trunk): variable.c: frozen class name
31998 2013-12-08 20:47 [ko1@a... ] nobu:r44077 (trunk): class.c: rest kwargs
31999 2013-12-08 23:30 [ko1@a... ] mrkn:r44078 (trunk): Fix the description in ChangeLog
32000 2013-12-09 02:11 [ko1@a... ] naruse:r44079 (trunk): * lib/net/http/responses.rb:
[前][次][番号順一覧][上]