mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* intern.h (rb_disable_super, rb_enable_super): replace with dummy
expressions instead of prototypes. the functions remain yet for binary compatibility. [ruby-talk:81758] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									1a98699db6
								
							
						
					
					
						commit
						ecf0c48d5a
					
				
					 3 changed files with 13 additions and 4 deletions
				
			
		
							
								
								
									
										10
									
								
								ChangeLog
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								ChangeLog
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
Fri Sep 12 12:30:41 2003  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* intern.h (rb_disable_super, rb_enable_super): replace with dummy
 | 
			
		||||
	  expressions instead of prototypes.  the functions remain yet for
 | 
			
		||||
	  binary compatibility.  [ruby-talk:81758]
 | 
			
		||||
 | 
			
		||||
Fri Sep 12 12:09:54 2003  Yukihiro Matsumoto  <matz@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* bignum.c (rb_big_and): convert argument using 'to_int'.
 | 
			
		||||
| 
						 | 
				
			
			@ -16,7 +22,7 @@ Thu Sep 11 08:43:44 2003  Yukihiro Matsumoto  <matz@ruby-lang.org>
 | 
			
		|||
	* eval.c (rb_f_require): allow "require" on $SAFE>0, if feature
 | 
			
		||||
	  name is not tainted.
 | 
			
		||||
 | 
			
		||||
	* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::stream): 
 | 
			
		||||
	* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::stream):
 | 
			
		||||
	  Supports StringIO.
 | 
			
		||||
 | 
			
		||||
Wed Sep 10 22:47:30 2003  GOTOU Yuuzou  <gotoyuzo@notwork.org>
 | 
			
		||||
| 
						 | 
				
			
			@ -29,7 +35,7 @@ Wed Sep 10 22:47:30 2003  GOTOU Yuuzou  <gotoyuzo@notwork.org>
 | 
			
		|||
 | 
			
		||||
	* ext/openssl/ossl_config.c (ossl_config_add_value): ditto.
 | 
			
		||||
 | 
			
		||||
	* ext/openssl/ossl_config.c (set_conf_section_i): should check 
 | 
			
		||||
	* ext/openssl/ossl_config.c (set_conf_section_i): should check
 | 
			
		||||
	  if the argument is Array.
 | 
			
		||||
 | 
			
		||||
Wed Sep 10 22:41:54 2003  Tietew <tietew@tietew.net>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								eval.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								eval.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -460,6 +460,9 @@ rb_mod_remove_method(argc, argv, mod)
 | 
			
		|||
    return mod;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#undef rb_disable_super
 | 
			
		||||
#undef rb_enable_super
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
rb_disable_super(klass, name)
 | 
			
		||||
    VALUE klass;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								intern.h
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								intern.h
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -146,8 +146,8 @@ NORETURN(void rb_exc_fatal _((VALUE)));
 | 
			
		|||
VALUE rb_f_exit _((int,VALUE*));
 | 
			
		||||
VALUE rb_f_abort _((int,VALUE*));
 | 
			
		||||
void rb_remove_method _((VALUE, const char*));
 | 
			
		||||
void rb_disable_super _((VALUE, const char*));
 | 
			
		||||
void rb_enable_super _((VALUE, const char*));
 | 
			
		||||
#define rb_disable_super(klass, name) ((void)0)
 | 
			
		||||
#define rb_enable_super(klass, name) ((void)0)
 | 
			
		||||
#define HAVE_RB_DEFINE_ALLOC_FUNC 1
 | 
			
		||||
void rb_define_alloc_func _((VALUE, VALUE (*)(VALUE)));
 | 
			
		||||
void rb_undef_alloc_func _((VALUE));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue