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

ruby-changes:26201-26300

  26201 2012-12-07 16:08 [ko1@a...            ] zzak:r38258 (trunk): * doc/etc.rd: Removed stale documentation file
  26202 2012-12-07 16:10 [ko1@a...            ] zzak:r38259: Remove file from r38201    
  26203 2012-12-07 19:38 [ko1@a...            ] kosaki:r38260 (trunk): Revert r38216 and r38221. Release manager mark this feature as "next minor".
  26204 2012-12-07 23:44 [ko1@a...            ] shugo:r38261 (trunk): * ext/refinement/refinement.c: include ruby/ruby.h instead of the
  26205 2012-12-08 00:49 [ko1@a...            ] shugo:r38262 (trunk): * vm_eval.c (yield_under, eval_under): do not activate refinements
  26206 2012-12-08 00:49 [ko1@a...            ] svn:r38263 (trunk): * 2012-12-08        
  26207 2012-12-08 01:27 [ko1@a...            ] nobu:r38264 (trunk): unit.rb: no need to check all reports
  26208 2012-12-08 02:42 [ko1@a...            ] jeg2:r38265 (trunk): * lib/csv.rb: A fix for row comparison by Stephen Wattam.  [Bug #7528]
  26209 2012-12-08 09:19 [ko1@a...            ] ko1:r38266 (trunk): * ext/objspace/objspace.c (iow_size): return size of internal object
  26210 2012-12-08 09:25 [ko1@a...            ] nobu:r38267 (trunk): ChangeLog: fix indent
  26211 2012-12-08 09:27 [ko1@a...            ] drbrain:r38268 (trunk): * ext/openssl/ossl_x509name.c:  Completed documentation for
  26212 2012-12-08 11:37 [ko1@a...            ] shugo:r38269 (trunk): * eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):
  26213 2012-12-08 12:06 [ko1@a...            ] shugo:r38270 (trunk): * eval.c (rb_mod_refine): raise an ArgumentError if a given
  26214 2012-12-08 12:37 [ko1@a...            ] shugo:r38271 (trunk): * vm_insnhelper.c (vm_search_normal_superclass): super in a
  26215 2012-12-08 15:02 [ko1@a...            ] drbrain:r38272 (trunk): * lib/rubygems/commands/cleanup_command.rb:  Skip default gems when
  26216 2012-12-08 16:06 [ko1@a...            ] marcandRe: r38273 (trunk): Improve rdoc for Ripper, based on a patch by Oscar Del Ben 
  26217 2012-12-08 22:36 [ko1@a...            ] shugo:r38274 (trunk): * eval.c (top_using): raise a RuntimeError if using is called in a
  26218 2012-12-08 22:37 [ko1@a...            ] shugo:r38275 (trunk): * eval.c: remove Module#refinements.
  26219 2012-12-08 22:41 [ko1@a...            ] shugo:r38276 (trunk): * eval.c (rb_mod_refine): don't override Module#include.  It's
  26220 2012-12-09 06:19 [ko1@a...            ] drbrain:r38277 (trunk): * lib/rdoc/markdown/entities.rb:  Added documentation.
  26221 2012-12-09 06:20 [ko1@a...            ] svn:r38278 (trunk): * 2012-12-09        
  26222 2012-12-09 17:48 [ko1@a...            ] shugo:r38279 (trunk): * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not use
  26223 2012-12-09 23:36 [ko1@a...            ] nobu:r38280 (trunk): envutil.rb: kill child
  26224 2012-12-10 09:13 [ko1@a...            ] drbrain:r38281 (trunk): * lib/rubygems/package.rb:  Omit directories when packaging gems like
  26225 2012-12-10 09:15 [ko1@a...            ] svn:r38282 (trunk): * 2012-12-10        
  26226 2012-12-10 09:40 [ko1@a...            ] drbrain:r38283 (trunk): * lib/rubygems/ext/cmake_builder.rb:  Added a builder for cmake.
  26227 2012-12-10 09:42 [ko1@a...            ] nobu:r38284 (trunk): * properties.      
  26228 2012-12-10 11:07 [ko1@a...            ] nari:r38285 (trunk): * lib/irb/magic-file.rb: set a encoding, which is detected from
  26229 2012-12-10 11:50 [ko1@a...            ] nobu:r38286 (trunk): test_gem_rdoc.rb: shut up skipping warnings
  26230 2012-12-10 11:51 [ko1@a...            ] nobu:r38287 (trunk): KNOWNBUGS.rb: exceptions in event hooks
  26231 2012-12-10 13:18 [ko1@a...            ] nobu:r38288 (trunk): mkconfig.rb: newlines
  26232 2012-12-10 13:18 [ko1@a...            ] nobu:r38289 (trunk): configure.in, mkmf.rb: sign extensions
  26233 2012-12-10 13:32 [ko1@a...            ] nobu:r38290 (trunk): * enc/depend (link_so): prefix $(Q) for each commands.
  26234 2012-12-10 14:05 [ko1@a...            ] nobu:r38291 (trunk): * Makefile.in (LIBRUBY_SO): sign also.
  26235 2012-12-10 15:11 [ko1@a...            ] nobu:r38292 (trunk): compile.c, vm_insnhelper.c: flip-flop without hidden string key
  26236 2012-12-10 15:25 [ko1@a...            ] nobu:r38293 (trunk): vm_trace.c: exceptions in event hooks
  26237 2012-12-10 18:01 [ko1@a...            ] usa:r38294 (trunk): * ext/fiddle/win32/*: library ports from DL to Fiddle.
  26238 2012-12-10 18:03 [ko1@a...            ] nobu:r38295 (trunk): * properties.      
  26239 2012-12-10 18:29 [ko1@a...            ] naruse:r38296 (trunk): Add debug print to debug make dist error on rubyci FreeBSD
  26240 2012-12-10 22:03 [ko1@a...            ] shugo:r38297 (trunk): * vm_method.c (rb_method_entry_without_refinements): use
  26241 2012-12-11 01:05 [ko1@a...            ] shugo:r38298 (trunk): * fix the behavior when a module is included into a refinement.
  26242 2012-12-11 01:05 [ko1@a...            ] svn:r38299 (trunk): * 2012-12-11        
  26243 2012-12-11 01:54 [ko1@a...            ] marcandRe: r38300 (trunk): * lib/matrix: alias {row|column}_size to {row|column}_count and use the latter.
  26244 2012-12-11 01:59 [ko1@a...            ] naruse:r38301 (trunk): More debug print for r38296
  26245 2012-12-11 11:32 [ko1@a...            ] naruse:r38302 (trunk): Revert r38296 and r38301
  26246 2012-12-11 11:38 [ko1@a...            ] naruse:r38303 (trunk): * common.mk ($(MINIPRELUDE_C)): -I may break make dist.
  26247 2012-12-11 11:59 [ko1@a...            ] naruse:r38304 (trunk): Experimentally revert r38041
  26248 2012-12-11 12:02 [ko1@a...            ] naruse:r38305 (trunk): * ext/dl/win32/extconf.rb: Fix typo
  26249 2012-12-11 12:37 [ko1@a...            ] nobu:r38306 (trunk): test_settracefunc.rb: envutil
  26250 2012-12-11 12:37 [ko1@a...            ] nobu:r38307 (trunk): probes_helper.h: RUBY_DTRACE_HOOK
  26251 2012-12-11 15:13 [ko1@a...            ] naruse:r38308 (trunk): Revert r38301    
  26252 2012-12-11 15:13 [ko1@a...            ] naruse:r38309 (trunk): * tool/make-snapshot (BASERUBY): add --disable-gem to avoid load gems.
  26253 2012-12-11 15:26 [ko1@a...            ] drbrain:r38310 (trunk): * ext/pathname/lib/pathname.rb:  Hide private methods from RDoc.
  26254 2012-12-11 16:45 [ko1@a...            ] drbrain:r38311 (trunk): * lib/rdoc/options.rb:  Added --page-dir option for moving pages in
  26255 2012-12-11 16:58 [ko1@a...            ] drbrain:r38312 (trunk): * common.mk:  Added --pages-dir to rdoc creation.  Now doc/ items show
  26256 2012-12-11 17:48 [ko1@a...            ] usa:r38313 (ruby_1_9_3): merge revision(s) 38285: [Backport #4281]
  26257 2012-12-11 17:51 [ko1@a...            ] usa:r38314 (ruby_1_9_3): [Backport #5634]
  26258 2012-12-11 17:52 [ko1@a...            ] usa:r38315 (ruby_1_9_3): merge revision(s) 36138: [Backport #6607]
  26259 2012-12-11 18:31 [ko1@a...            ] kazu:r38316 (trunk): fix typos for r38298
  26260 2012-12-11 18:51 [ko1@a...            ] usa:r38317 (ruby_1_9_3): merge revision(s) 38292: [Backport #6899]
  26261 2012-12-11 19:14 [ko1@a...            ] usa:r38318 (ruby_1_9_3): merge revision(s) 37594: [Backport #7046]
  26262 2012-12-11 19:17 [ko1@a...            ] usa:r38319 (ruby_1_9_3): merge revision(s) 38235: [Backport #7255]
  26263 2012-12-11 19:18 [ko1@a...            ] usa:r38320 (ruby_1_9_3): merge revision(s) 37625: [Backport #7333]
  26264 2012-12-11 19:20 [ko1@a...            ] usa:r38321 (ruby_1_9_3): merge revision(s) 37692,37700,37706: [Backport #7381]
  26265 2012-12-11 19:41 [ko1@a...            ] ngoto:r38322 (trunk): * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to set the name attribute.
  26266 2012-12-11 21:38 [ko1@a...            ] kazu:r38323 (trunk): fix a typo         
  26267 2012-12-12 00:24 [ko1@a...            ] ngoto:r38324 (trunk): * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodError when Fiddle is available.  [Bug #7543]
  26268 2012-12-12 00:24 [ko1@a...            ] svn:r38325 (trunk): * 2012-12-12        
  26269 2012-12-12 00:44 [ko1@a...            ] ngoto:r38326 (trunk): * test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call unbind to release the callback closure because maximum number of callbacks is limited to DL::MAX_CALLBACK (== 5) with pure DL without Fiddle.
  26270 2012-12-12 01:18 [ko1@a...            ] naruse:r38327 (trunk): * tool/make-snapshot: add --disable-rubygem to both MINIRUBY and RUBY.
  26271 2012-12-12 01:48 [ko1@a...            ] shugo:r38328 (trunk): * eval.c (rb_using_refinement): make the method table of an iclass
  26272 2012-12-12 02:13 [ko1@a...            ] naruse:r38329 (trunk): Experimentally recommit of r38041: specify smaller max length
  26273 2012-12-12 03:09 [ko1@a...            ] nobu:r38330 (trunk): test.rb: show messages in one line
  26274 2012-12-12 03:45 [ko1@a...            ] nobu:r38331 (trunk): vm.c: pass exceptions while handling an exception
  26275 2012-12-12 06:18 [ko1@a...            ] naruse:r38332 (trunk): Experimental: don't use $.*s of fprintf
  26276 2012-12-12 06:45 [ko1@a...            ] eregon:r38333 (trunk): * iseq.c (rb_iseq_parameters): fix limit for optional arguments.
  26277 2012-12-12 09:44 [ko1@a...            ] naruse:r38334 (trunk): Experimental fix for r38041
  26278 2012-12-12 12:12 [ko1@a...            ] naruse:r38335 (trunk): Specify rlimits_core to prevent making core file
  26279 2012-12-12 13:39 [ko1@a...            ] nobu:r38336 (trunk): vm_insnhelper.c: common code
  26280 2012-12-12 13:41 [ko1@a...            ] nobu:r38337 (trunk): vm_insnhelper.c: no warnings for non-object
  26281 2012-12-12 14:17 [ko1@a...            ] drbrain:r38338 (trunk): * lib/rdoc/class_module.rb:  Added RDoc::ClassModule#documented? which
  26282 2012-12-12 14:32 [ko1@a...            ] nobu:r38337 (trunk): vm_insnhelper.c: no warnings for non-object
  26283 2012-12-12 14:38 [ko1@a...            ] nobu:r38337 (trunk): vm_insnhelper.c: no warnings for non-object
  26284 2012-12-12 14:49 [ko1@a...            ] nobu:r38337 (trunk): vm_insnhelper.c: no warnings for non-object
  26285 2012-12-12 14:50 [ko1@a...            ] nobu:r38337 (trunk): vm_insnhelper.c: no warnings for non-object
  26286 2012-12-12 14:50 [ko1@a...            ] nobu:r38337 (trunk): vm_insnhelper.c: no warnings for non-object
  26287 2012-12-12 14:52 [ko1@a...            ] URL                                     
  26288 2012-12-12 16:06 [ko1@a...            ] nobu:r38339 (trunk): proc.c: move misplaced case
  26289 2012-12-12 16:07 [ko1@a...            ] nobu:r38340 (trunk): method.h: NOEX_SAFE_SHIFT_OFFSET
  26290 2012-12-12 16:08 [ko1@a...            ] nobu:r38341 (trunk): test_rdoc_rdoc.rb: use File::NULL
  26291 2012-12-12 16:36 [ko1@a...            ] naruse:r38342 (trunk): * configure.in: add -fno-omit-frame-pointer if libexecinfo is used.
  26292 2012-12-12 18:27 [ko1@a...            ] nobu:r38343 (trunk): time.c: st_update  
  26293 2012-12-12 18:36 [ko1@a...            ] shugo:r38344 (trunk): * class.c (rb_prepend_module): move refined methods from the origin
  26294 2012-12-12 19:07 [ko1@a...            ] naruse:r38345 (trunk): Suppress warning: too long path
  26295 2012-12-12 19:52 [ko1@a...            ] naruse:r38346 (trunk): * ext/json: merge JSON 1.7.5.
  26296 2012-12-12 19:56 [ko1@a...            ] nobu:r38347 (trunk): * properties.      
  26297 2012-12-12 21:41 [ko1@a...            ] nobu:r38348 (trunk): tmpdir.rb: not expand tilde
  26298 2012-12-13 11:28 [ko1@a...            ] ko1:r38349 (trunk): * method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.
  26299 2012-12-13 11:28 [ko1@a...            ] svn:r38350 (trunk): * 2012-12-13        
  26300 2012-12-13 12:09 [ko1@a...            ] shugo:r38351 (trunk): * include/ruby/ruby.h (RB_UNUSED_VAR): new macro to suppress

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