From f42b61800a1a1b360c5ac915ec1caf34bf1fb86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Apr 2017 19:36:01 +0200 Subject: New upstream version 6.2.0 --- doc/API | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/API') diff --git a/doc/API b/doc/API index c639432..d12a46b 100644 --- a/doc/API +++ b/doc/API @@ -629,6 +629,20 @@ Oniguruma API Version 6.1.0 2016/08/22 normal return: ONIG_NORMAL +# unsigned int onig_get_parse_depth_limit(void) + + Return the maximum depth of parser recursion. + (default: DEFAULT_PARSE_DEPTH_LIMIT defined in regint.h. Currently 4096.) + + +# int onig_set_parse_depth_limit(unsigned int depth) + + Set the maximum depth of parser recursion. + (depth = 0: Set to the default value defined in regint.h.) + + normal return: ONIG_NORMAL + + # int onig_end(void) The use of this library is finished. -- cgit v1.2.3