[前][次][番号順一覧][スレッド一覧]

ruby-changes:26046

From: nobu <ko1@a...>
Date: Sat, 1 Dec 2012 12:58:51 +0900 (JST)
Subject: [ruby-changes:26046] nobu:r38103 (trunk): * properties.

nobu	2012-12-01 12:58:39 +0900 (Sat, 01 Dec 2012)

  New Revision: 38103

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38103

  Log:
    * properties.

  Modified files:
    trunk/ChangeLog
    trunk/benchmark/bm_vm1_yield.rb
    trunk/benchmark/bm_vm2_dstr.rb
    trunk/benchmark/bm_vm2_method_missing.rb
    trunk/benchmark/bm_vm2_method_with_block.rb
    trunk/ext/psych/yaml/config.h
    trunk/ext/psych/yaml/yaml.h
    trunk/ext/psych/yaml/yaml_private.h
    trunk/lib/rdoc/markdown.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38102)
+++ ChangeLog	(revision 38103)
@@ -18,10 +18,10 @@
 	* variable.c (rb_class_path_no_cache): add a function to get the class
 	  path without caching the computed path. Some classes are frozen, and
 	  will raise an exception without this.
-	
+
 	* probes.d (cmethod-entry, cmethod-return): separate cmethods from
 	  regular methods to match set trace func.
-	
+
 	* probes_helper.h: refactor macros.  Fix probes to avoid calling
 	  #inspect when profiling.
 
@@ -691,7 +691,7 @@
 
 Thu Nov 29 14:56:30 2012  Koichi Sasada  <ko1@a...>
 
-	* vm_trace.c (rb_tracepoint_attr_method_id): 
+	* vm_trace.c (rb_tracepoint_attr_method_id):
 	  rename TracePoint#id to TracePoint#method_id.
 
 	* include/ruby/debug.h: ditto.
@@ -700,7 +700,7 @@
 
 Thu Nov 29 14:49:10 2012  Koichi Sasada  <ko1@a...>
 
-	* vm_trace.c (rb_tracepoint_attr_defined_class): 
+	* vm_trace.c (rb_tracepoint_attr_defined_class):
 	  rename TracePoint#klass to TracePoint#defined_class.
 	  [ruby-core:50187] Re: [ruby-trunk - Feature #6895]
 

Property changes on: lib/rdoc/markdown.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: ext/psych/yaml/yaml_private.h
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: ext/psych/yaml/yaml.h
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: ext/psych/yaml/config.h
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: benchmark/bm_vm2_method_with_block.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: benchmark/bm_vm2_method_missing.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: benchmark/bm_vm2_dstr.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: benchmark/bm_vm1_yield.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]