mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* README.EXT.ja: rb_tainted_str_new_cstr() is an alias of
rb_tainted_str_new2(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									7694956ef7
								
							
						
					
					
						commit
						d4c63f862b
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,3 +1,8 @@ | |||
| Tue Aug 10 17:24:56 2010  NAKAMURA Usaku  <usa@ruby-lang.org> | ||||
| 
 | ||||
| 	* README.EXT.ja: rb_tainted_str_new_cstr() is an alias of | ||||
| 	  rb_tainted_str_new2(). | ||||
| 
 | ||||
| Tue Aug 10 15:24:30 2010  Kenta Murata  <mrkn@mrkn.jp> | ||||
| 
 | ||||
| 	* ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, | ||||
|  |  | |||
|  | @ -208,13 +208,13 @@ Ruby | |||
|     rb_str_new(ptr, strlen(ptr))と同等である. | ||||
| 
 | ||||
|   rb_tainted_str_new(const char *ptr, long len) | ||||
|   rb_tainted_str_new_cstr(const char *ptr) | ||||
| 
 | ||||
|     汚染マークが付加された新しいRubyの文字列を生成する.外部 | ||||
|     からのデータに基づく文字列には汚染マークが付加されるべき | ||||
|     である. | ||||
| 
 | ||||
|   rb_tainted_str_new2(const char *ptr) | ||||
|   rb_tainted_str_new_cstr(const char *ptr) | ||||
| 
 | ||||
|     Cの文字列から汚染マークが付加されたRubyの文字列を生成する. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 usa
						usa