[前][次][スレッド一覧][上]
ruby-changes:32001-32100
32001 2013-12-09 02:12 [ko1@a... ] svn:r44080 (trunk): * 2013-12-09
32002 2013-12-09 04:32 [ko1@a... ] drbrain:r44081 (trunk): * lib/rubygems: Update to RubyGems master 096db36. Changes include
32003 2013-12-09 04:44 [ko1@a... ] drbrain:r44082 (trunk): * ext/.document: Add syslog/lib and thread/thread.c to documentable
32004 2013-12-09 04:52 [ko1@a... ] drbrain:r44083 (trunk): * NEWS: Update RubyGems entry with notable features.
32005 2013-12-09 08:07 [ko1@a... ] tmm1:r44084 (trunk): vm.c: fix compile issue on 32bit freebsd
32006 2013-12-09 08:41 [ko1@a... ] drbrain:r44085 (trunk): * lib/rubygems: Update to RubyGems master bf37240. Fixes useless
32007 2013-12-09 11:14 [ko1@a... ] nobu:r44086 (trunk): date_parse.c: get rid of backtrack explosion
32008 2013-12-09 12:25 [ko1@a... ] nobu:r44087 (trunk): variable.c: rb_class_path_cached
32009 2013-12-09 12:26 [ko1@a... ] nobu:r44088 (trunk): object_tracing.c: fix allocation from NEWOBJ hook
32010 2013-12-09 13:39 [ko1@a... ] shugo:r44089 (trunk): * ext/curses, sample/curses: removed curses.
32011 2013-12-09 15:26 [ko1@a... ] shugo:r44090 (trunk): removed.
32012 2013-12-09 16:04 [ko1@a... ] a_matsuda:r44091 (trunk): * lib/xmlrpc/httpserver.rb: [DOC] Fix typo
32013 2013-12-09 16:13 [ko1@a... ] nobu:r44092 (trunk): test_weakmap.rb: add
32014 2013-12-09 16:13 [ko1@a... ] nobu:r44093 (trunk): gc.c: ObjectSpace::WeakMap#size
32015 2013-12-09 17:51 [ko1@a... ] hsbt:r44094 (trunk): * marshal.c: [DOC] Wordsmith marshal.c documentation. by @vipulnsward [fix GH-470]
32016 2013-12-09 18:12 [ko1@a... ] ko1:r44095 (trunk): * vm.c (vm_stat): renamed from ruby_vm_stat.
32017 2013-12-09 19:06 [ko1@a... ] tmm1:r44096 (trunk): hash.c: fix segv in Hash#replace
32018 2013-12-09 19:51 [ko1@a... ] charliesome:r44097 (trunk): * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,
32019 2013-12-09 20:00 [ko1@a... ] charliesome:r44098 (trunk): * internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience
32020 2013-12-10 00:47 [ko1@a... ] ktsj:r44099 (trunk): * ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc.
32021 2013-12-10 00:47 [ko1@a... ] svn:r44100 (trunk): * 2013-12-10
32022 2013-12-10 04:56 [ko1@a... ] zzak:r44101 (trunk): * ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digest
32023 2013-12-10 06:16 [ko1@a... ] drbrain:r44102 (trunk): * ext/.document: Remove curses from documentable directories.
32024 2013-12-10 07:50 [ko1@a... ] tmm1:r44103 (trunk): vm_method.c: add new ruby::method-cache-clear dtrace probe
32025 2013-12-10 10:51 [ko1@a... ] nobu:r44104 (trunk): * properties.
32026 2013-12-10 11:26 [ko1@a... ] tmm1:r44105 (trunk): objspace_dump.c: include object's gc flags in dump
32027 2013-12-10 12:25 [ko1@a... ] tmm1:r44106 (trunk): gc.c: fix typo in function name
32028 2013-12-10 14:02 [ko1@a... ] nobu:r44107 (trunk): gc.c: fix WeakMap#inspect
32029 2013-12-10 14:17 [ko1@a... ] nobu:r44108 (trunk): gc.c: check arguments first
32030 2013-12-10 14:46 [ko1@a... ] tmm1:r44109 (trunk): gc.c: build complete object graph for RGENGC_CHECK_MODE
32031 2013-12-10 15:22 [ko1@a... ] ko1:r44110 (trunk): * gc.c (gc_marks_check): disable GC during checking and
32032 2013-12-10 15:26 [ko1@a... ] nobu:r44111 (trunk): * remove trailing spaces.
32033 2013-12-10 15:44 [ko1@a... ] ko1:r44112 (trunk): * gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.
32034 2013-12-10 15:47 [ko1@a... ] ko1:r44113 (trunk): * gc.c (allrefs_add): push obj only if allrefs table doesn't have
32035 2013-12-10 15:58 [ko1@a... ] tmm1:r44114 (trunk): gc.c: speed up RGENGC_CHECK_MODE by removing unncessary check
32036 2013-12-10 16:16 [ko1@a... ] nobu:r44116 (trunk): openssl/digest.rb: check by lambda
32037 2013-12-10 16:16 [ko1@a... ] nobu:r44115 (trunk): openssl/digest.rb: get rid of deprecated class
32038 2013-12-10 16:16 [ko1@a... ] nobu:r44117 (trunk): gc.c: ruby_sized_xrealloc2
32039 2013-12-10 16:16 [ko1@a... ] nobu:r44118 (trunk): gc.c: use st_update
32040 2013-12-10 17:21 [ko1@a... ] nobu:r44119 (trunk): gc.c: simple array for wmap
32041 2013-12-10 18:22 [ko1@a... ] hsbt:r44120 (trunk): * man/ruby.1: [DOC] Use www.ruby-toolbox.com instead of RAA.
32042 2013-12-10 20:22 [ko1@a... ] a_matsuda:r44121 (trunk): * doc/contributing.rdoc: [DOC] curses is no more in the stdlib
32043 2013-12-10 20:26 [ko1@a... ] nobu:r44122 (trunk): * properties.
32044 2013-12-10 23:02 [ko1@a... ] nobu:r44123 (trunk): envutil.rb: ensure errors
32045 2013-12-10 23:02 [ko1@a... ] nobu:r44124 (trunk): test_exception.rb: ignore SystemStackError
32046 2013-12-10 23:44 [ko1@a... ] nobu:r44125 (trunk): array.c, hash.c: add salt
32047 2013-12-10 23:58 [ko1@a... ] nobu:r44126 (trunk): date_strptime.c: get rid of backtrack explosion
32048 2013-12-11 03:19 [ko1@a... ] marcandRe: r44127 (trunk): * insns.def: Fix optimization bug of Float#/ [Bug #9238]
32049 2013-12-11 03:19 [ko1@a... ] svn:r44128 (trunk): * 2013-12-11
32050 2013-12-11 04:54 [ko1@a... ] drbrain:r44129 (trunk): * lib/rubygems: Update to RubyGems master ec8ed22. Notable changes
32051 2013-12-11 10:48 [ko1@a... ] nobu:r44130 (trunk): envutil.rb: backtrace may not be present
32052 2013-12-11 12:11 [ko1@a... ] hsbt:r44131 (trunk): * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA.
32053 2013-12-11 12:36 [ko1@a... ] hsbt:r44132 (trunk): * ext/tk/lib/tkextlib/SUPPORT_STATUS: [DOC] remove link of RAA.
32054 2013-12-11 12:39 [ko1@a... ] ko1:r44133 (trunk): * eval.c (rb_raise_jump): pop frame after setup exception.
32055 2013-12-11 12:58 [ko1@a... ] a_matsuda:r44134 (trunk): * ext/win32ole/sample/olegen.rb: Fix typo
32056 2013-12-11 13:01 [ko1@a... ] nobu:r44135 (trunk): * remove trailing spaces.
32057 2013-12-11 15:38 [ko1@a... ] tmm1:r44136 (trunk): compile.c: add opt_aset instruction for faster Hash#[]= and Array#[]=
32058 2013-12-11 16:01 [ko1@a... ] nobu:r44137 (trunk): hash.c: reject should return a plain hash
32059 2013-12-11 16:41 [ko1@a... ] ko1:r44138 (trunk): revert r44133. See https://bugs.ruby-lang.org/issues/8886 details
32060 2013-12-11 16:53 [ko1@a... ] ko1:r44139 (trunk): * eval.c (rb_raise_jump): call c_return hook immediately after
32062 2013-12-12 04:56 [ko1@a... ] svn:r44141 (trunk): * 2013-12-12
32063 2013-12-12 11:01 [ko1@a... ] nobu:r44142 (trunk): gc.c: live keys only
32064 2013-12-12 12:09 [ko1@a... ] hsbt:r44143 (trunk): * lib/xmlrpc.rb: [DOC] fix typo.
32065 2013-12-12 13:43 [ko1@a... ] tmm1:r44144 (trunk): gc.c: fix typo (RVALUE_OLDEGN_BITMAP -> RVALUE_OLDGEN_BITMAP)
32066 2013-12-12 15:05 [ko1@a... ] a_matsuda:r44145 (trunk): [DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474]
32067 2013-12-12 15:17 [ko1@a... ] nobu:r44146 (trunk): test_weakref.rb: use single level WeakRef
32068 2013-12-12 15:17 [ko1@a... ] a_matsuda:r44147 (trunk): * lib/resolv.rb: Fix typo in an error message
32069 2013-12-12 16:21 [ko1@a... ] a_matsuda:r44148 (trunk): * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]
32070 2013-12-12 16:43 [ko1@a... ] nobu:r44149 (trunk): gc.c: no deletion in wmap_mark
32071 2013-12-13 01:02 [ko1@a... ] nagachika:r44150 (ruby_2_0_0): merge revision(s) 39722: [Backport #9178]
32072 2013-12-13 02:02 [ko1@a... ] mrkn:r44151 (trunk): * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support another
32073 2013-12-13 02:02 [ko1@a... ] mrkn:r44152 (trunk): * ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch from
32074 2013-12-13 02:02 [ko1@a... ] svn:r44154 (trunk): * 2013-12-13
32075 2013-12-13 02:02 [ko1@a... ] mrkn:r44153 (trunk): * ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resulting
32076 2013-12-13 02:08 [ko1@a... ] mrkn:r44155 (trunk): Append [Bug #7458] in the previous Changelog entry
32077 2013-12-13 08:19 [ko1@a... ] tmm1:r44156 (trunk): object.c: use RCLASS_M_TBL_WRAPPER for equality checks
32078 2013-12-13 09:51 [ko1@a... ] drbrain:r44157 (trunk): * lib/rubygems: Update to RubyGems master ddac51f. Changes:
32079 2013-12-13 09:56 [ko1@a... ] nobu:r44158 (trunk): * remove trailing spaces.
32080 2013-12-13 10:04 [ko1@a... ] drbrain:r44159 (trunk): * lib/rubygems/request_set/lockfile.rb: Import RubyGems master a8d0669
32081 2013-12-13 10:36 [ko1@a... ] nobu:r44160 (trunk): .gdbinit: initialize
32082 2013-12-13 10:36 [ko1@a... ] nobu:r44161 (trunk): proc.c: local variable
32083 2013-12-13 11:21 [ko1@a... ] a_matsuda:r44162 (trunk): * doc/contributing.rdoc: [DOC] Fix typo by @dvsuresh [Fixes GH-476]
32084 2013-12-13 11:38 [ko1@a... ] ko1:r44163 (trunk): * gc.c: rename *shady* func/macros.
32085 2013-12-13 11:39 [ko1@a... ] a_matsuda:r44164 (trunk): * lib/net/pop.rb: [DOC] Fix typo
32086 2013-12-13 11:53 [ko1@a... ] ko1:r44165 (trunk): * array.c: fix comment to remove the word "shady".
32087 2013-12-13 12:02 [ko1@a... ] ko1:r44166 (trunk): * gc.c (garbage_collect_body): use rb_bug() and explicit error message
32088 2013-12-13 12:23 [ko1@a... ] nobu:r44167 (trunk): vm.c: reduce clearing method cache
32089 2013-12-13 12:53 [ko1@a... ] nobu:r44168 (trunk): eval.c: indent
32090 2013-12-13 12:53 [ko1@a... ] nobu:r44169 (trunk): eval.c: clear cache
32091 2013-12-13 13:31 [ko1@a... ] ko1:r44170 (trunk): * error.c: add Exception#backtrace_locations.
32092 2013-12-13 16:30 [ko1@a... ] tmm1:r44171 (trunk): gc.c: GC.latest_gc_info reports most interesting major_by flag
32093 2013-12-13 18:18 [ko1@a... ] nobu:r44172 (trunk): assertions.rb: last match in assert_raise_with_message
32095 2013-12-13 22:29 [ko1@a... ] nobu:r44174 (trunk): test_weakmap.rb: fix test
32096 2013-12-13 22:29 [ko1@a... ] nobu:r44175 (trunk): proc.c, vm_method.c: fix super and alias
32097 2013-12-13 23:03 [ko1@a... ] nobu:r44176 (trunk): test_weakmap.rb: fix test
32098 2013-12-13 23:21 [ko1@a... ] nobu:r44177 (trunk): test/ruby: better assertions
32099 2013-12-13 23:50 [ko1@a... ] nobu:r44178 (trunk): test_weakmap.rb: fix test
32100 2013-12-14 00:18 [ko1@a... ] nobu:r44179 (trunk): proc.c: fix inherited owner
[前][次][スレッド一覧][上]