aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2024-06-26 22:03:23 +0900
committerK.Kosako <kkosako0@gmail.com>2024-06-26 22:03:23 +0900
commitab444e085f30e8466329b86d836c6e05546e2e15 (patch)
tree15094c17984d049c60a3226f354975555a4f47c2
parent25cf18bf40e7983be287174e109a1bc96c7a1029 (diff)
downloadoniguruma-ab444e085f30e8466329b86d836c6e05546e2e15.zip
oniguruma-ab444e085f30e8466329b86d836c6e05546e2e15.tar.gz
oniguruma-ab444e085f30e8466329b86d836c6e05546e2e15.tar.bz2
update doc/API
-rw-r--r--doc/API4
-rw-r--r--doc/API.ja4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/API b/doc/API
index 600aa96..2990793 100644
--- a/doc/API
+++ b/doc/API
@@ -1,4 +1,4 @@
-Oniguruma API Version 6.9.9 2022/10/28
+Oniguruma API Version 6.9.10 2024/06/26
#include <oniguruma.h>
@@ -277,6 +277,7 @@ Oniguruma API Version 6.9.9 2022/10/28
# int onig_set_retry_limit_in_match_of_match_param(OnigMatchParam* mp, unsigned long limit)
Set a retry limit count of a match process.
+ 0 means unlimited.
arguments
1 mp: match-param pointer
@@ -985,6 +986,7 @@ Oniguruma API Version 6.9.9 2022/10/28
# int onig_set_retry_limit_in_match(unsigned long limit)
Set the limit of retry counts in matching process.
+ 0 means unlimited.
normal return: ONIG_NORMAL
diff --git a/doc/API.ja b/doc/API.ja
index af02b33..781ffea 100644
--- a/doc/API.ja
+++ b/doc/API.ja
@@ -1,4 +1,4 @@
-鬼車インターフェース Version 6.9.9 2022/11/16
+鬼車インターフェース Version 6.9.10 2024/05/26
#include <oniguruma.h>
@@ -275,6 +275,7 @@
# int onig_set_retry_limit_in_match_of_match_param(OnigMatchParam* mp, unsigned long limit)
一回のマッチでのリトライ数の制限値をセットする。
+ 0は無制限を意味する。
引数
1 mp: マッチパラメタオブジェクトアドレス
@@ -987,6 +988,7 @@
# int onig_set_retry_limit_in_match(unsigned long limit)
一回のマッチング内でのリトライ数の制限値を指定する。
+ 0は無制限を意味する。
正常終了戻り値: ONIG_NORMAL