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

ruby-changes:32101-32200

  32101 2013-12-14 00:18 [ko1@a...            ] svn:r44180 (trunk): * 2013-12-14        
  32102 2013-12-14 00:22 [ko1@a...            ] nobu:r44181 (trunk): thread.c: reduce tags and stack
  32103 2013-12-14 00:33 [ko1@a...            ] nagachika:r44182 (ruby_2_0_0): merge revision(s) 41427:
  32104 2013-12-14 00:44 [ko1@a...            ] ngoto:r44183 (trunk): * internal.h (ruby_sized_xrealloc2): fix typo introduced in r44117, which cause compile error on Solaris.
  32105 2013-12-14 01:11 [ko1@a...            ] akr:r44184 (trunk): * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because
  32106 2013-12-14 01:19 [ko1@a...            ] tarui:r44185 (trunk): * gc.c (wmap_final_func): Bugfix. Should update *value to new pointer.
  32107 2013-12-14 01:32 [ko1@a...            ] nobu:r44186 (trunk): eval.c: reuse tag  
  32108 2013-12-14 08:22 [ko1@a...            ] hsbt:r44187 (trunk): * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]
  32109 2013-12-14 10:19 [ko1@a...            ] a_matsuda:r44188 (trunk): * ext/psych/yaml/emitter.c: Fix typo in the variable name
  32110 2013-12-14 10:50 [ko1@a...            ] nobu:r44189 (trunk): object.c: optimize rb_mod_const_get for symbol
  32111 2013-12-14 11:11 [ko1@a...            ] nobu:r44190 (trunk): object.c: fix r44189
  32112 2013-12-14 11:12 [ko1@a...            ] nobu:r44191 (trunk): ChangeLog: fix commit miss
  32113 2013-12-14 11:24 [ko1@a...            ] nobu:r44192 (trunk): object.c: fix typo 
  32114 2013-12-14 11:24 [ko1@a...            ] nobu:r44193 (trunk): object.c: remove unnecessary assignment
  32115 2013-12-14 11:26 [ko1@a...            ] nobu:r44194 (trunk): object.c: nested path const_defined?
  32116 2013-12-14 11:45 [ko1@a...            ] nobu:r44195 (trunk): util.c: bump stack size in ruby_qsort()
  32117 2013-12-14 11:55 [ko1@a...            ] nobu:r44196 (trunk): scanf.rb: fix rescue modifier
  32118 2013-12-14 12:38 [ko1@a...            ] nobu:r44197 (trunk): object.c: check const names
  32119 2013-12-14 13:02 [ko1@a...            ] nobu:r44198 (trunk): proc.c: method by respond_to_missing?
  32120 2013-12-14 13:17 [ko1@a...            ] nobu:r44199 (trunk): Additional test coverage to DateTime comparison (sub millisecond).
  32121 2013-12-14 13:17 [ko1@a...            ] nobu:r44200 (trunk): Additional test coverage to Dir class. Dir['**/*'] should not resolve symlinks.
  32122 2013-12-14 13:17 [ko1@a...            ] nobu:r44201 (trunk): Additional test coverage to Enumerator#peek.
  32123 2013-12-14 14:43 [ko1@a...            ] nobu:r44202 (trunk): envutil.rb: refine messages
  32124 2013-12-14 14:43 [ko1@a...            ] nobu:r44203 (trunk): logger.rb: fix extra log ratation
  32125 2013-12-14 16:26 [ko1@a...            ] a_matsuda:r44204 (trunk): * doc/contributing.rdoc: [DOC] Correct spelling by @dvsuresh [Fixes GH-481]
  32126 2013-12-14 16:26 [ko1@a...            ] nobu:r44205 (trunk): configure.in: unexpand exec_prefix in rubylibprefix
  32127 2013-12-14 16:38 [ko1@a...            ] nobu:r44206 (trunk): * properties.      
  32128 2013-12-14 17:39 [ko1@a...            ] nobu:r44207 (trunk): vm_insnhelper.c: post arguments as mandatory
  32129 2013-12-14 19:55 [ko1@a...            ] a_matsuda:r44208 (trunk): [DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]
  32130 2013-12-14 19:56 [ko1@a...            ] nobu:r44209 (trunk): * remove trailing spaces.
  32131 2013-12-14 23:48 [ko1@a...            ] a_matsuda:r44210 (trunk): * lib/debug.rb: [DOC] Fix typo
  32132 2013-12-15 03:27 [ko1@a...            ] a_matsuda:r44211 (trunk): [DOC] Fix output of Shellwords.escape() by @anatol [Fixes GH-483]
  32133 2013-12-15 03:27 [ko1@a...            ] svn:r44212 (trunk): * 2013-12-15        
  32134 2013-12-15 05:28 [ko1@a...            ] drbrain:r44213 (trunk): * lib/rubygems/basic_specification.rb: Update to RubyGems master
  32135 2013-12-15 05:46 [ko1@a...            ] nobu:r44214 (trunk): test_fiber.rb: remove core
  32136 2013-12-15 07:03 [ko1@a...            ] nobu:r44215 (trunk): test_thread.rb: assert_operator for comparison
  32137 2013-12-15 07:03 [ko1@a...            ] nobu:r44216 (trunk): test_thread.rb: timing issues
  32138 2013-12-15 07:09 [ko1@a...            ] drbrain:r44217 (trunk): * lib/rdoc: Update to RDoc master 263a9e5. This improves the
  32139 2013-12-15 07:34 [ko1@a...            ] nobu:r44218 (trunk): test_process.rb: handshake
  32140 2013-12-15 07:34 [ko1@a...            ] nobu:r44219 (trunk): envutil.rb: reduce wait
  32141 2013-12-15 09:51 [ko1@a...            ] drbrain:r44220 (trunk): * lib/rubygems/basic_specification.rb (class Gem): Revert r44213, it
  32142 2013-12-15 11:09 [ko1@a...            ] a_matsuda:r44221 (trunk): * lib/shell/filter.rb: [DOC] Fix typo
  32143 2013-12-15 13:42 [ko1@a...            ] ko1:r44222 (trunk): * ext/objspace/objspace.c (reachable_object_from_root_i):
  32144 2013-12-15 16:42 [ko1@a...            ] nobu:r44223 (trunk): test_dir.rb: fix system dependent test
  32145 2013-12-15 18:25 [ko1@a...            ] nobu:r44224 (trunk): test_logger.rb: fix system dependent test
  32146 2013-12-16 11:50 [ko1@a...            ] tmm1:r44225 (trunk): gc.c: fix build with RGENGC_ESTIMATE_OLDMALLOC=0
  32147 2013-12-16 11:51 [ko1@a...            ] svn:r44226 (trunk): * 2013-12-16        
  32148 2013-12-16 11:51 [ko1@a...            ] tmm1:r44227 (trunk): typo: wheb -> when
  32149 2013-12-16 13:12 [ko1@a...            ] ko1:r44228 (trunk): * gc.c: introduce GC.verify_internal_consistency method to verify GC
  32150 2013-12-16 14:04 [ko1@a...            ] naruse:r44229 (trunk): suppress warning: SAFE=3 does no sandboxing
  32151 2013-12-16 14:04 [ko1@a...            ] naruse:r44230 (trunk): * process.c (make_clock_result): add :second as a unit for
  32152 2013-12-16 14:18 [ko1@a...            ] ko1:r44231 (trunk): * gc.c: use gc_verify_internal_consistency() instead of
  32153 2013-12-16 14:21 [ko1@a...            ] nobu:r44232 (trunk): * remove trailing spaces.
  32154 2013-12-16 15:11 [ko1@a...            ] a_matsuda:r44233 (trunk): * ChangeLog: [DOC] Fix typo
  32155 2013-12-16 16:46 [ko1@a...            ] ko1:r44234 (trunk): * vm_method.c (rb_method_entry_make): fix WB miss.
  32156 2013-12-16 18:02 [ko1@a...            ] ko1:r44235 (trunk): * gc.c (rb_objspace_each_objects): should not clear dont_lazy_sweep
  32157 2013-12-16 18:06 [ko1@a...            ] ko1:r44236 (trunk): * gc.c (rb_objspace_markable_object_p): it should be live objects.
  32158 2013-12-16 18:07 [ko1@a...            ] ko1:r44237 (trunk): * gc.c (rb_objspace_markable_object_p): fix last commit (build error).
  32159 2013-12-16 18:19 [ko1@a...            ] ko1:r44238 (trunk): * gc.c (gc_verify_internal_consistency): should not use
  32160 2013-12-16 18:21 [ko1@a...            ] nobu:r44239 (trunk): * remove trailing spaces.
  32161 2013-12-16 19:09 [ko1@a...            ] a_matsuda:r44240 (trunk): * sample/exyacc.rb: Fix typo in a variable name
  32162 2013-12-16 19:16 [ko1@a...            ] ko1:r44241 (trunk): * ext/objspace/objspace.c (reachable_object_from_root_i): use
  32163 2013-12-16 19:22 [ko1@a...            ] ko1:r44242 (trunk): * gc.c (rb_objspace_markable_object_p): should check special_const_p
  32164 2013-12-16 19:25 [ko1@a...            ] nobu:r44243 (trunk): test_io.rb: IO.write test
  32165 2013-12-16 19:25 [ko1@a...            ] nobu:r44244 (trunk): class.c: fix option hash
  32166 2013-12-16 21:21 [ko1@a...            ] nobu:r44245 (trunk): test_process.rb: fix for 32bit platforms
  32167 2013-12-16 22:40 [ko1@a...            ] nobu:r44246 (trunk): hash.c: refactor loop
  32168 2013-12-16 22:40 [ko1@a...            ] nobu:r44247 (trunk): hash.c: warnings in rb_hash_reject
  32169 2013-12-16 22:45 [ko1@a...            ] nobu:r44248 (trunk): * NEWS: mention about Hash#reject.
  32170 2013-12-16 22:59 [ko1@a...            ] kazu:r44249 (trunk): fix typos          
  32171 2013-12-16 23:36 [ko1@a...            ] nobu:r44250 (trunk): hash.c: typo       
  32172 2013-12-17 05:14 [ko1@a...            ] drbrain:r44251 (trunk): * NEWS (RDoc): Update version number so I don't have to change it
  32173 2013-12-17 05:15 [ko1@a...            ] svn:r44252 (trunk): * 2013-12-17        
  32174 2013-12-17 05:18 [ko1@a...            ] drbrain:r44253 (trunk): * lib/rubygems: Update to RubyGems master 1c5f4b3. Allows rubygems
  32175 2013-12-17 11:03 [ko1@a...            ] tmm1:r44254 (trunk): configure.in: build probes with systemtap's dtrace wrapper
  32176 2013-12-17 13:32 [ko1@a...            ] nobu:r44255 (trunk): Makefile.in, configure.in: cppflags
  32177 2013-12-17 14:29 [ko1@a...            ] nobu:r44256 (trunk): gc.c: prototype    
  32178 2013-12-17 14:29 [ko1@a...            ] nobu:r44257 (trunk): configure.in: move opt-dir option
  32179 2013-12-17 14:52 [ko1@a...            ] nobu:r44258 (trunk): configure.in: use $DTRACE
  32180 2013-12-17 14:52 [ko1@a...            ] nobu:r44259 (trunk): configure.in: add $CPPFLAGS
  32181 2013-12-17 16:19 [ko1@a...            ] nobu:r44260 (trunk): vm_trace.c: isolate exceptions
  32182 2013-12-17 17:33 [ko1@a...            ] knu:r44261 (trunk): misc/ruby-electric.el: Import version 2.1.1.
  32183 2013-12-17 20:01 [ko1@a...            ] nobu:r44262 (trunk): hash.c: add warnings
  32184 2013-12-17 20:15 [ko1@a...            ] nobu:r44263 (trunk): hash.c: revert     
  32185 2013-12-17 20:18 [ko1@a...            ] a_matsuda:r44264 (trunk): * ext/objspace/object_tracing.c: Fix typo in a variable name
  32186 2013-12-17 20:20 [ko1@a...            ] a_matsuda:r44265 (trunk): * lib/e2mmap.rb: Fix typo in an error message
  32187 2013-12-17 20:23 [ko1@a...            ] hsbt:r44266 (trunk): * .gitignoRe: ignored *.old files.
  32188 2013-12-17 23:47 [ko1@a...            ] ktsj:r44267 (trunk): * test/ruby/test_io.rb: fix duplicated test name.
  32189 2013-12-18 09:01 [ko1@a...            ] ko1:r44268 (trunk): * test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.
  32191 2013-12-18 10:03 [ko1@a...            ] drbrain:r44270 (trunk): * lib/rubygems: Update to RubyGems master d8f12e2. This increases the
  32192 2013-12-18 13:20 [ko1@a...            ] a_matsuda:r44271 (trunk): * lib/test/unit/assertions.rb: [DOC] Fix typo
  32193 2013-12-18 13:24 [ko1@a...            ] nobu:r44272 (trunk): test_io.rb: duplicated test
  32194 2013-12-18 13:36 [ko1@a...            ] nobu:r44273 (trunk): test_gc.rb: refine assertion
  32195 2013-12-18 13:49 [ko1@a...            ] nobu:r44274 (trunk): test_gc.rb: fix syntax error
  32196 2013-12-18 14:33 [ko1@a...            ] ko1:r44275 (trunk): * vm_exec.h (VM_DEBUG_STACKOVERFLOW): added.
  32197 2013-12-18 16:58 [ko1@a...            ] ko1:r44276 (trunk): * gc.c (gc_profile_clear, gc_profile_enable): remove rest_sweep().
  32198 2013-12-18 17:04 [ko1@a...            ] ko1:r44277 (trunk): * gc.c (gc_profile_record_get): should return an empty array
  32199 2013-12-18 23:34 [ko1@a...            ] ko1:r44278 (trunk): * gc.c (gc_profile_dump_major_reason): fix this function because major_reason
  32200 2013-12-19 00:27 [ko1@a...            ] ko1:r44279 (trunk): * gc.c (garbage_collect_body): lazy_sweep setting should work

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