125 |
(the Unix standard). You can specify the default newline indicator by adding |
(the Unix standard). You can specify the default newline indicator by adding |
126 |
--newline-is-cr or --newline-is-lf or --newline-is-crlf or --newline-is-any |
--newline-is-cr or --newline-is-lf or --newline-is-crlf or --newline-is-any |
127 |
to the "configure" command, respectively. |
to the "configure" command, respectively. |
128 |
|
|
129 |
|
If you specify --newline-is-cr or --newline-is-crlf, some of the standard |
130 |
|
tests will fail, because the lines in the test files end with LF. Even if |
131 |
|
the files are edited to change the line endings, there are likely to be some |
132 |
|
failures. With --newline-is-any, many tests should succeed, but there may be |
133 |
|
some failures. |
134 |
|
|
135 |
. When called via the POSIX interface, PCRE uses malloc() to get additional |
. When called via the POSIX interface, PCRE uses malloc() to get additional |
136 |
storage for processing capturing parentheses if there are more than 10 of |
storage for processing capturing parentheses if there are more than 10 of |
458 |
pcre_valid_utf8.c ) |
pcre_valid_utf8.c ) |
459 |
pcre_version.c ) |
pcre_version.c ) |
460 |
pcre_xclass.c ) |
pcre_xclass.c ) |
|
ucptable.c ) |
|
461 |
|
|
462 |
pcre_printint.src ) debugging function that is #included in pcretest, and |
pcre_printint.src ) debugging function that is #included in pcretest, and |
463 |
) can also be #included in pcre_compile() |
) can also be #included in pcre_compile() |
467 |
pcre_internal.h header for internal use |
pcre_internal.h header for internal use |
468 |
ucp.h ) headers concerned with |
ucp.h ) headers concerned with |
469 |
ucpinternal.h ) Unicode property handling |
ucpinternal.h ) Unicode property handling |
470 |
|
ucptable.h ) (this one is the data table) |
471 |
config.in template for config.h, which is built by configure |
config.in template for config.h, which is built by configure |
472 |
|
|
473 |
pcrecpp.h the header file for the C++ wrapper |
pcrecpp.h the header file for the C++ wrapper |
510 |
mkinstalldirs script for making install directories |
mkinstalldirs script for making install directories |
511 |
pcretest.c comprehensive test program |
pcretest.c comprehensive test program |
512 |
pcredemo.c simple demonstration of coding calls to PCRE |
pcredemo.c simple demonstration of coding calls to PCRE |
513 |
perltest Perl test program |
perltest.pl Perl test program |
514 |
pcregrep.c source of a grep utility that uses PCRE |
pcregrep.c source of a grep utility that uses PCRE |
515 |
pcre-config.in source of script which retains PCRE information |
pcre-config.in source of script which retains PCRE information |
516 |
pcrecpp_unittest.c ) |
pcrecpp_unittest.c ) |
532 |
Philip Hazel |
Philip Hazel |
533 |
Email local part: ph10 |
Email local part: ph10 |
534 |
Email domain: cam.ac.uk |
Email domain: cam.ac.uk |
535 |
November 2006 |
March 2007 |