]> granicus.if.org Git - onig/commitdiff
small change
authorkosako <kosako@sofnec.co.jp>
Fri, 6 May 2016 08:06:55 +0000 (17:06 +0900)
committerkosako <kosako@sofnec.co.jp>
Fri, 6 May 2016 08:06:55 +0000 (17:06 +0900)
doc/API
doc/API.ja

diff --git a/doc/API b/doc/API
index e598988a6b68c84aa3a138714ca0afae37bb0547..9904a06a011599e9c5bfd60864762b4462c48f74 100644 (file)
--- a/doc/API
+++ b/doc/API
@@ -594,6 +594,7 @@ Oniguruma API  Version 6.0.0  2016/05/06
 # int onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges))
 
   Define new Unicode property.
+  (This function is not thread safe.)
 
   arguments
   1 name:    property name (ASCII only. character ' ', '-', '_' are ignored.)
index 45c2e096adaf9c27a06c4e8a946ab916c6dd0510..ac8cc6abee8b41bb0f2a6f22d22e8a5900734200 100644 (file)
 # int onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges))
 
   ¿·¤·¤¤Unicode¥×¥í¥Ñ¥Æ¥£¤òÄêµÁ¤¹¤ë¡£
+  (¤³¤Î´Ø¿ô¤Ï¥¹¥ì¥Ã¥É¥»¡¼¥Õ¤Ç¤Ï¤Ê¤¤)
 
   °ú¿ô
   1 name:    ¥×¥í¥Ñ¥Æ¥£Ì¾ (ASCII¥³¡¼¥É¤Î¤ß¡£ Ê¸»ú ' ', '-', '_' ¤Ï̵»ë¤µ¤ì¤ë¡£)