summaryrefslogtreecommitdiff
path: root/doc/API
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-03-16 12:06:04 +0100
committerJörg Frings-Fürst <debian@jff.email>2025-03-16 12:06:04 +0100
commit23c9de60f30041419f3925221d4faff4e7a54717 (patch)
tree357c045bdafe11674151335bf4f7d65ae179478f /doc/API
parent35e13e4c9637f5bf7bef6039c8c813207780a174 (diff)
New upstream version 6.9.10upstream/6.9.10upstream
Diffstat (limited to 'doc/API')
-rw-r--r--doc/API4
1 files changed, 3 insertions, 1 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