]> granicus.if.org Git - onig/commitdiff
add the fact that onig_new_deluxe() is obsolete
authorK.Kosako <kosako@sofnec.co.jp>
Thu, 27 Jun 2019 08:45:15 +0000 (17:45 +0900)
committerK.Kosako <kkosako0@gmail.com>
Sat, 6 Jul 2019 12:40:33 +0000 (21:40 +0900)
doc/API
doc/API.ja

diff --git a/doc/API b/doc/API
index 2309e5ec612457865491312b1ea44eb3c32577af..bc72e72283c664a92b60a86beb05a645e4b59bbc 100644 (file)
--- a/doc/API
+++ b/doc/API
@@ -1,4 +1,4 @@
-Oniguruma API  Version 6.9.2  2019/03/25
+Oniguruma API  Version 6.9.3  2019/06/27
 
 #include <oniguruma.h>
 
@@ -168,6 +168,10 @@ Oniguruma API  Version 6.9.2  2019/03/25
 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
                       OnigCompileInfo* ci, OnigErrorInfo* einfo)
 
+  From 6.9.3:
+    This function is obsolete, and it does not allow the case where
+    the encoding of pattern and target is different.
+
   Create a regex object.
   This function is deluxe version of onig_new().
 
index 164d0b86f575ee38bdc82c0f7c1b78f79b6c3540..a7e597c65afde9fe8bc488fe03f69d259c4e73b0 100644 (file)
@@ -1,4 +1,4 @@
-鬼車インターフェース Version 6.9.2   2019/03/29
+鬼車インターフェース Version 6.9.3   2019/06/27
 
 #include <oniguruma.h>
 
 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
                       OnigCompileInfo* ci, OnigErrorInfo* einfo)
 
+  6.9.3から:
+    この関数は廃止された。
+    パターンと対象文字列の文字エンコーディングが異なる場合を許さなくなった。
+
+
   正規表現オブジェクト(regex)を作成する。
   この関数は、onig_new()のデラックス版。