diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-07 13:43:11 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-07 13:43:11 +0200 |
commit | 66dfd6613394a8903701840bbc9d67de537e597e (patch) | |
tree | 3b0943539a09fe5322b0b984222abb7c60ddfacb /doc/CALLOUTS.API | |
parent | 6bf91b141b7b3e3524f422d4c18bccf7f87aecd1 (diff) | |
parent | 52796af94a055f1c704a604f4eac567242c845b7 (diff) |
Merge branch 'release/debian/6.9.0-1'debian/6.9.0-1
Diffstat (limited to 'doc/CALLOUTS.API')
-rw-r--r-- | doc/CALLOUTS.API | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/CALLOUTS.API b/doc/CALLOUTS.API index 6003532..057a054 100644 --- a/doc/CALLOUTS.API +++ b/doc/CALLOUTS.API @@ -1,4 +1,4 @@ -Callouts API Version 6.8.2 2018/04/14 +Callouts API Version 6.8.2 2018/06/08 #include <oniguruma.h> @@ -24,9 +24,9 @@ Callouts API Version 6.8.2 2018/04/14 * Callout function return value (int) - ONIG_CALLOUT_FAIL(1): fail - ONIG_CALLOUT_SUCCESS(0): success - less than -1: error code (terminate search/match) + ONIG_CALLOUT_FAIL (== 1): fail + ONIG_CALLOUT_SUCCESS (== 0): success + less than -1: error code (terminate search/match) ONIG_CALLOUT_FAIL/SUCCESS values are ignored in retractions, because retraction is a part of recovery process after failure. @@ -196,7 +196,7 @@ Callouts API Version 6.8.2 2018/04/14 # const OnigUChar* onig_get_string_by_callout_args(OnigCalloutArgs* args) - Returns the subject string adress. + Returns the subject string address. This is the second argument(str) of onig_search(). |