summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-31 15:19:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-31 15:19:04 +0000
commit74eb3434599c95a3ee8a52dcd9a5d3a62946dc23 (patch)
tree788a07031b25597cf42d94badf2d9fc2edc9a09f /NON-UNIX-USE
parent1b855e2c5e3447b1d6ea7d9301988828141ce3c4 (diff)
downloadpcre-74eb3434599c95a3ee8a52dcd9a5d3a62946dc23.tar.gz
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and
RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE22
1 files changed, 11 insertions, 11 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index fef073b..26ed0ee 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -106,7 +106,7 @@ hand":
pcre_newline.c
pcre_ord2utf8.c
pcre_refcount.c
- pcre_string_utils.c
+ pcre_string_utils.c
pcre_study.c
pcre_tables.c
pcre_ucd.c
@@ -118,7 +118,7 @@ hand":
an unusual compiler) so that all included PCRE header files are first
sought in the current directory. Otherwise you run the risk of picking up
a previously-installed file from somewhere else.
-
+
(6) If you have defined SUPPORT_JIT in config.h, you must also compile
pcre_jit_compile.c
@@ -130,8 +130,8 @@ hand":
your system keeps such libraries. This is the basic PCRE C 8-bit library.
If your system has static and shared libraries, you may have to do this
once for each type.
-
- (8) If you want to build a 16-bit library (as well as, or instead of the 8-bit
+
+ (8) If you want to build a 16-bit library (as well as, or instead of the 8-bit
library) repeat steps 5-7 with the following files:
pcre16_byte_order.c
@@ -148,16 +148,16 @@ hand":
pcre16_newline.c
pcre16_ord2utf16.c
pcre16_refcount.c
- pcre16_string_utils.c
+ pcre16_string_utils.c
pcre16_study.c
pcre16_tables.c
pcre16_ucd.c
- pcre16_utf16_utils.c
+ pcre16_utf16_utils.c
pcre16_valid_utf16.c
pcre16_version.c
pcre16_xclass.c
- (9) If you want to build the POSIX wrapper functions (which apply only to the
+ (9) If you want to build the POSIX wrapper functions (which apply only to the
8-bit library), ensure that you have the pcreposix.h file and then compile
pcreposix.c (remembering -DHAVE_CONFIG_H if necessary). Link the result
(on its own) as the pcreposix library.
@@ -170,10 +170,10 @@ hand":
you compiled it with -DNOPOSIX.
(11) Run pcretest on the testinput files in the testdata directory, and check
- that the output matches the corresponding testoutput files. If you
- compiled both an 8-bit and a 16-bit library, you need to run pcretest with
+ that the output matches the corresponding testoutput files. If you
+ compiled both an 8-bit and a 16-bit library, you need to run pcretest with
the -16 option to do 16-bit tests.
-
+
Some tests are relevant only when certain build-time options are selected.
For example, test 4 is for UTF-8 or UTF-16 support, and will not run if
you have built PCRE without it. See the comments at the start of each
@@ -199,7 +199,7 @@ hand":
THE C++ WRAPPER FUNCTIONS
-The PCRE distribution also contains some C++ wrapper functions and tests,
+The PCRE distribution also contains some C++ wrapper functions and tests,
applicable to the 8-bit library, which were contributed by Google Inc. On a
system that can use "configure" and "make", the functions are automatically
built into a library called pcrecpp. It should be straightforward to compile