From c9b3c26db59d89e320a6eb86d9558051ecba0900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 5 Sep 2018 22:06:58 +0200 Subject: New upstream version 6.9.0 --- doc/CALLOUTS.API | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/CALLOUTS.API') 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 @@ -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(). -- cgit v1.2.3