mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* Makefile.in (enc/unicode/name2ctype.kwd):
remove rules to generate name2ctype.kwd from UnicodeData.txt and Scripts.txt. if you want to generate, use tool/enc-unicode.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									6e6a28183a
								
							
						
					
					
						commit
						6cd8f907cf
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		|  | @ -1,3 +1,10 @@ | |||
| Thu Aug 27 02:06:11 2009  NARUSE, Yui  <naruse@ruby-lang.org> | ||||
| 
 | ||||
| 	* Makefile.in (enc/unicode/name2ctype.kwd): | ||||
| 	  remove rules to generate name2ctype.kwd from | ||||
| 	  UnicodeData.txt and Scripts.txt. | ||||
| 	  if you want to generate, use tool/enc-unicode.rb. | ||||
| 
 | ||||
| Thu Aug 27 02:00:09 2009  NARUSE, Yui  <naruse@ruby-lang.org> | ||||
| 
 | ||||
| 	* unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH. | ||||
|  |  | |||
|  | @ -207,8 +207,6 @@ lex.c: defs/keywords | |||
| 	  $(CP) $? $(srcdir)/defs/lex.c.src && \
 | ||||
| 	  $(CP) $@ $(srcdir)/lex.c.blt; \
 | ||||
| 	fi | ||||
| $(srcdir)/enc/unicode/name2ctype.kwd: enc/unicode/UnicodeData.txt enc/unicode/Scripts.txt | ||||
| 	$(BASERUBY) $(srcdir)/tool/enc-unicode.rb $? > $@ | ||||
| 
 | ||||
| NAME2CTYPE_OPTIONS = -7 -c -j1 -i1 -t -C -P -T -H uniname2ctype_hash -Q uniname2ctype_pool -N uniname2ctype_p | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 naruse
						naruse