| 24 |
Shared libraries on Unix-like systems |
Shared libraries on Unix-like systems |
| 25 |
Cross-compiling on Unix-like systems |
Cross-compiling on Unix-like systems |
| 26 |
Using HP's ANSI C++ compiler (aCC) |
Using HP's ANSI C++ compiler (aCC) |
| 27 |
Using PCRE from MySQL |
Using PCRE from MySQL |
| 28 |
Making new tarballs |
Making new tarballs |
| 29 |
Testing PCRE |
Testing PCRE |
| 30 |
Character tables |
Character tables |
| 477 |
running the "configure" script: |
running the "configure" script: |
| 478 |
|
|
| 479 |
CXXLDFLAGS="-lstd_v2 -lCsup_v2" |
CXXLDFLAGS="-lstd_v2 -lCsup_v2" |
| 480 |
|
|
| 481 |
|
|
| 482 |
Using PCRE from MySQL |
Using PCRE from MySQL |
| 483 |
--------------------- |
--------------------- |
| 484 |
|
|
| 485 |
On systems where both PCRE and MySQL are installed, it is possible to make use |
On systems where both PCRE and MySQL are installed, it is possible to make use |
| 486 |
of PCRE from within MySQL, as an alternative to the built-in pattern matching. |
of PCRE from within MySQL, as an alternative to the built-in pattern matching. |
| 487 |
There is a web page that tells you how to do this: |
There is a web page that tells you how to do this: |
| 488 |
|
|
| 489 |
http://www.mysqludf.org/lib_mysqludf_preg/index.php |
http://www.mysqludf.org/lib_mysqludf_preg/index.php |
| 490 |
|
|
| 491 |
|
|
| 492 |
Making new tarballs |
Making new tarballs |
| 564 |
|
|
| 565 |
The fourth test checks the UTF-8 support. It is not run automatically unless |
The fourth test checks the UTF-8 support. It is not run automatically unless |
| 566 |
PCRE is built with UTF-8 support. To do this you must set --enable-utf8 when |
PCRE is built with UTF-8 support. To do this you must set --enable-utf8 when |
| 567 |
running "configure". This file can be also fed directly to the perltest script, |
running "configure". This file can be also fed directly to the perltest.pl |
| 568 |
provided you are running Perl 5.8 or higher. (For Perl 5.6, a small patch, |
script, provided you are running Perl 5.8 or higher. |
|
commented in the script, can be be used.) |
|
| 569 |
|
|
| 570 |
The fifth test checks error handling with UTF-8 encoding, and internal UTF-8 |
The fifth test checks error handling with UTF-8 encoding, and internal UTF-8 |
| 571 |
features of PCRE that are not relevant to Perl. |
features of PCRE that are not relevant to Perl. |
| 572 |
|
|
| 573 |
The sixth test checks the support for Unicode character properties. It it not |
The sixth test (which is Perl-5.10 compatible) checks the support for Unicode |
| 574 |
run automatically unless PCRE is built with Unicode property support. To to |
character properties. It it not run automatically unless PCRE is built with |
| 575 |
this you must set --enable-unicode-properties when running "configure". |
Unicode property support. To to this you must set --enable-unicode-properties |
| 576 |
|
when running "configure". |
| 577 |
|
|
| 578 |
The seventh, eighth, and ninth tests check the pcre_dfa_exec() alternative |
The seventh, eighth, and ninth tests check the pcre_dfa_exec() alternative |
| 579 |
matching function, in non-UTF-8 mode, UTF-8 mode, and UTF-8 mode with Unicode |
matching function, in non-UTF-8 mode, UTF-8 mode, and UTF-8 mode with Unicode |
| 580 |
property support, respectively. The eighth and ninth tests are not run |
property support, respectively. The eighth and ninth tests are not run |
| 581 |
automatically unless PCRE is build with the relevant support. |
automatically unless PCRE is build with the relevant support. |
| 582 |
|
|
| 583 |
|
The tenth test checks some internal offsets and code size features; it is run |
| 584 |
|
only when the default "link size" of 2 is set (in other cases the sizes |
| 585 |
|
change). |
| 586 |
|
|
| 587 |
|
The eleventh test checks out features that are new in Perl 5.10, and the |
| 588 |
|
twelfth test checks a number internals and non-Perl features concerned with |
| 589 |
|
Unicode property support. It it not run automatically unless PCRE is built with |
| 590 |
|
Unicode property support. To to this you must set --enable-unicode-properties |
| 591 |
|
when running "configure". |
| 592 |
|
|
| 593 |
|
|
| 594 |
Character tables |
Character tables |
| 595 |
---------------- |
---------------- |
| 742 |
doc/perltest.txt plain text documentation of Perl test program |
doc/perltest.txt plain text documentation of Perl test program |
| 743 |
install-sh a shell script for installing files |
install-sh a shell script for installing files |
| 744 |
libpcre.pc.in template for libpcre.pc for pkg-config |
libpcre.pc.in template for libpcre.pc for pkg-config |
| 745 |
libpcreposix.pc.in template for libpcreposix.pc for pkg-config |
libpcreposix.pc.in template for libpcreposix.pc for pkg-config |
| 746 |
libpcrecpp.pc.in template for libpcrecpp.pc for pkg-config |
libpcrecpp.pc.in template for libpcrecpp.pc for pkg-config |
| 747 |
ltmain.sh file used to build a libtool script |
ltmain.sh file used to build a libtool script |
| 748 |
missing ) common stub for a few missing GNU programs while |
missing ) common stub for a few missing GNU programs while |
| 786 |
Philip Hazel |
Philip Hazel |
| 787 |
Email local part: ph10 |
Email local part: ph10 |
| 788 |
Email domain: cam.ac.uk |
Email domain: cam.ac.uk |
| 789 |
Last updated: 16 September 2009 |
Last updated: 05 October 2009 |