diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 12:06:26 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 12:06:26 +0100 |
commit | 048f2aabecc8adf1fcc76ecf0dcad9ef07c0ae98 (patch) | |
tree | 6e32c4075b0bef0cfa7a9c3ece4294db7a10c046 /doc/API | |
parent | b0e9d5f1322c403a2ba1df7f86e27d2514f576da (diff) | |
parent | e6ce8c11c114a794f5523eaaec52688716873b72 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc/API')
-rw-r--r-- | doc/API | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |