--- code/trunk/doc/pcre_config.3 2007/04/16 15:28:08 149 +++ code/trunk/doc/pcre_config.3 2007/09/11 11:15:33 231 @@ -25,12 +25,15 @@ PCRE_CONFIG_MATCH_LIMIT Internal resource limit PCRE_CONFIG_MATCH_LIMIT_RECURSION Internal recursion depth limit - PCRE_CONFIG_NEWLINE Value of the newline sequence: + PCRE_CONFIG_NEWLINE Value of the default newline sequence: 13 (0x000d) for CR 10 (0x000a) for LF 3338 (0x0d0a) for CRLF -2 for ANYCRLF -1 for ANY + PCRE_CONFIG_BSR Indicates what \eR matches by default: + 0 all Unicode line endings + 1 CR, LF, or CRLF only PCRE_CONFIG_POSIX_MALLOC_THRESHOLD Threshold of return slots, above which \fBmalloc()\fR is used by