--- code/trunk/doc/html/pcre_config.html 2007/02/24 21:40:37 75 +++ code/trunk/doc/html/pcre_config.html 2007/03/08 16:53:09 111 @@ -36,7 +36,13 @@
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 PCRE_CONFIG_MATCH_LIMIT Internal resource limit - PCRE_CONFIG_NEWLINE Value of the newline character + PCRE_CONFIG_MATCH_LIMIT_RECURSION + Internal recursion depth limit + PCRE_CONFIG_NEWLINE Value of the newline sequence: + 13 (0x000d) for CR + 10 (0x000a) for LF + 3338 (0x0d0a) for CRLF + -1 for ANY PCRE_CONFIG_POSIX_MALLOC_THRESHOLD Threshold of return slots, above which malloc() is used by