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 
								
							 
						 
						
							
							
							
							
								
							
							
								1eee78b876 
								
							 
						 
						
							
							
								
								* eval.c (rb_f_send): allow send/__send__ to call methods of all  
							
							 
							
							... 
							
							
							
							visibility again.  we no longer provide __send, __send!.
* eval.c (rb_invoke_method): new method to honor private
  visibility.  if it's invoked in a function call style, it calls
  private methods as well (previous 1.9 send behavior).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-11-04 20:36:20 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								966a25465a 
								
							 
						 
						
							
							
								
								* lib/rss, test/rss:  
							
							 
							
							... 
							
							
							
							- supported Atom.
  - bumped version 0.1.6 to 0.1.7.
* sample/rss/convert.rb: added new sample.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2007-03-17 10:13:25 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								456ba712fe 
								
							 
						 
						
							
							
								
								* lib/rss/rss.rb: improved type conversion.  
							
							 
							
							... 
							
							
							
							* lib/rss/1.0.rb: ditto.
* lib/rss/0.9.rb: ditto.
* lib/rss/2.0.rb: ditto.
* lib/rss/image.rb: ditto.
* lib/rss/syndication.rb: ditto.
* test/rss/test_2.0.rb: added type conversion tests.
* test/rss/test_accessor.rb: ditto.
* test/rss/test_to_s.rb: ditto.
* test/rss/test_syndication.rb: ditto.
* test/rss/test_setup_maker_2.0.rb: ditto.
* test/rss/test_setup_maker_1.0.rb: ditto.
* test/rss/test_setup_maker_0.9.rb: ditto.
* test/rss/test_maker_sy.rb: ditto.
* test/rss/test_maker_image.rb: ditto.
* test/rss/test_maker_2.0.rb: ditto.
* test/rss/test_maker_0.9.rb: ditto.
* test/rss/test_image.rb: ditto.
* test/rss/test_maker_1.0.rb: use assert instead of assert_equal.
* test/rss/rss-assertions.rb: improved type conversion assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2005-11-25 03:43:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								73cd292fcd 
								
							 
						 
						
							
							
								
								* lib/rss/: use #__send__ instead of #send.  
							
							 
							
							... 
							
							
							
							* test/rss/: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2005-11-23 09:49:02 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								0cfe16bc21 
								
							 
						 
						
							
							
								
								* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,  
							
							 
							
							... 
							
							
							
							ext/tk/sample/tkextlib/treectrl/demo.rb, lib/net/imap.rb,
  lib/rss/parser.rb, test/rss/test_content.rb,
  test/rss/test_dublincore.rb, test/rss/test_syndication.rb,
  test/rss/test_trackback.rb, test/ruby/test_eval.rb,
  test/socket/test_socket.rb, test/socket/test_udp.rb:
  Object#fcall was renamed as Object#funcall.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2005-10-22 04:48:34 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								9b9a3dc54e 
								
							 
						 
						
							
							
								
								* test/rss/test_content.rb, test/rss/test_syndication.rb: use fcall  
							
							 
							
							... 
							
							
							
							instead of send in order to override visibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2005-09-24 23:20:15 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								d5b6a7b169 
								
							 
						 
						
							
							
								
								* test/rss/*.rb: removed tab width configuration headers.  
							
							 
							
							... 
							
							
							
							* test/rss/test_maker_{0.9,1.0}.rb: sort -> do_sort.
* lib/rss/maker/*.rb: changed API to RSS version independence.
* lib/rss/maker/base.rb
  (RSS::Maker::XMLStyleSheets::XMLStyleSheet): checked required
  (pseudo) attributes.
* lib/rss/maker/base.rb (RSS::Maker::Items): sort -> do_sort.
* lib/rss/rss.rb (RSS::BaseModel.install_date_element): avoided warning.
* lib/rss/0.9.rb (RSS::Rss#textinput): added convenience method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-11-03 06:43:18 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								891ad83098 
								
							 
						 
						
							
							
								
								* lib/rss/: untabified.  
							
							 
							
							... 
							
							
							
							* test/rss/: untabified.
* lib/rss/0.9.rb (RSS::Rss#to_s): inent -> indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-10-16 04:51:15 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								abe876ed4e 
								
							 
						 
						
							
							
								
								* test/rss/*: Test::Unit::TestCase -> RSS::TestCase and  
							
							 
							
							... 
							
							
							
							Test::Unit::Assertions -> RSS::Assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-03-21 10:03:17 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								8f2057e33d 
								
							 
						 
						
							
							
								
								* lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:  
							
							 
							
							... 
							
							
							
							warn with caller position.
* test/rss/test_content.rb, test/rss/test_dublincore.rb,
  test/rss/test_syndication.rb, test/rss/test_trackback.rb: use cgi
  instead of cgi-lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-02-25 11:44:58 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									kou 
								
							 
						 
						
							
							
							
							
								
							
							
								1a235738a8 
								
							 
						 
						
							
							
								
								* lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,  
							
							 
							
							... 
							
							
							
							lib/rss/rss.rb, lib/rss/syndication.rb: removed warnings.
* lib/rss/converter.rb: removed handling load error of nkf.
* test/rss/test_syndication.rb, test/rss/test_trackback.rb,
  test/rss/test_dublincore.rb, test/rss/test_content.rb: replaced
	'require "rss/parser"' by 'require "rss/1.0"'.
* test/rss/test_parser.rb, test/rss/test_accessor.rb: removed
  'require "rss/parser"'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-02-03 14:01:42 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									nahi 
								
							 
						 
						
							
							
							
							
								
							
							
								04b5228aba 
								
							 
						 
						
							
							
								
								* test/*: remove $: trick.  [ruby-dev:22763]  use test/runner.rb to  
							
							 
							
							... 
							
							
							
							run test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-01-29 13:22:27 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									nahi 
								
							 
						 
						
							
							
							
							
								
							
							
								a84fc19203 
								
							 
						 
						
							
							
								
								* test/rss/test_*: do $: trick while searching a module in the current  
							
							 
							
							... 
							
							
							
							directory.
        * test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb,
          test/soap/helloworld/test_helloworld.rb,
          test/soap/calc/{test_calc.rb,test_calc2.rb}: do File.expand_path
          before using __FILE__.
        * test/yaml/test_yaml.rb: assert_equals -> assert_equal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-01-29 02:54:21 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								202bf6618f 
								
							 
						 
						
							
							
								
								* test/rss/*.rb: remove "test/" prefix.  
							
							 
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-01-28 06:09:27 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									matz 
								
							 
						 
						
							
							
							
							
								
							
							
								8640f16308 
								
							 
						 
						
							
							
								
								* lib/rss: rss library imported. [ruby-dev:22726]  
							
							 
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2004-01-28 03:46:13 +00:00