akr 
								
							 
						 
						
							
							
							
							
								
							
							
								37679ee584 
								
							 
						 
						
							
							
								
								supress warnings.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2010-01-25 23:12:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								c76e698fd8 
								
							 
						 
						
							
							
								
								* compile.c (iseq_compile_each): op_asgn to aref should return rhs.  
							
							... 
							
							
							
							[ruby-core:25387]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2009-09-05 06:21:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								8a9960a374 
								
							 
						 
						
							
							
								
								* compile.c (iseq_compile_each): &&= and ||= should return rhs.  
							
							... 
							
							
							
							[ruby-dev:39163] (#1996 ), [ruby-core:25143]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2009-09-05 01:50:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								96c50e47c5 
								
							 
						 
						
							
							
								
								* compile.c (iseq_compile_each): &&= and ||= should return rhs.  
							
							... 
							
							
							
							[ruby-dev:39163] (#1996 ), [ruby-core:25143]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2009-09-05 01:38:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								287a34ae0d 
								
							 
						 
						
							
							
								
								* {ext,lib,test}/**/*.rb: removed trailing spaces.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2009-03-06 03:56:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									matz 
								
							 
						 
						
							
							
							
							
								
							
							
								4ab384be2d 
								
							 
						 
						
							
							
								
								* test/ruby/test_basicinstructions.rb: updated for new class  
							
							... 
							
							
							
							behavior.  [ruby-dev:32192]
* encoding.c (enc_name): Encoding should not rely on ENCODING in
  the FL_USERS flags.
* encoding.c (rb_enc_from_encoding): do not call rb_enc_associate
  for encoding itself.
* encoding.c (enc_register_at): ditto.
* marshal.c (r_ivar): do not set real instance variable for
  encoding data associated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-11-09 04:37:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								ad272173cd 
								
							 
						 
						
							
							
								
								* test/ruby/test_basicinstructions.rb: fix old tests.  
							
							... 
							
							
							
							class variables should be inherited.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-08-17 13:11:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								6a858e554c 
								
							 
						 
						
							
							
								
								* test/ruby/test_basicinstructions.rb: remove an assertion using  
							
							... 
							
							
							
							unsupported hash literal (such as {1, 2}).
* test/ruby/test_hash.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-07-05 10:18:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								7567fbf080 
								
							 
						 
						
							
							
								
								* vm.c (th_yield_setup_args): |v| should work as |v,|.  
							
							... 
							
							
							
							ex) def m;yield 1, 2; end; m{|v| p v} #=> 1
* parse.y: apply above change for "for" statement.
* test/ruby/test_assignment.rb: ditto
* test/ruby/test_basicinstructions.rb: ditto.
* test/ruby/test_iterator.rb: ditto.
* test/ruby/test_yield.rb: ditto.
* compile.c (iseq_compile_each): fix debug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-06-15 03:27:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								a3e1b1ce7e 
								
							 
						 
						
							
							
								
								* Merge YARV  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2006-12-31 15:02:22 +00:00