diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-05 22:07:01 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-05 22:07:01 +0200 |
commit | bff9867dafed1bf5aa196614ec6cf2c83022c482 (patch) | |
tree | 13260e2b0cd22ff5327f9a56be748739ae5754ca /doc/CALLOUTS.API | |
parent | a38d6e8f8417b777925660269969ce2d353808ef (diff) | |
parent | c9b3c26db59d89e320a6eb86d9558051ecba0900 (diff) |
Update upstream source from tag 'upstream/6.9.0'
Update to upstream version '6.9.0'
with Debian dir 3b2adce63a2dab0d7e0e9124b922c348d239c1ec
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(). |