summaryrefslogtreecommitdiff
path: root/doc/pcretest.txt
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-06-13 16:53:16 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-06-13 16:53:16 +0000
commit9e744d9e9a0f37eb6346ab7551f9e6ad8e3a0848 (patch)
tree1a3aa4bba94e0b6d5e5bc078c05277cd7674f267 /doc/pcretest.txt
parentb82c2fee81bb27e760339beb8124aa0f948ecbd5 (diff)
downloadpcre-9e744d9e9a0f37eb6346ab7551f9e6ad8e3a0848.tar.gz
File tidies for 8.41-RC1 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1703 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcretest.txt')
-rw-r--r--doc/pcretest.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/pcretest.txt b/doc/pcretest.txt
index 55de502..6d7305c 100644
--- a/doc/pcretest.txt
+++ b/doc/pcretest.txt
@@ -39,6 +39,10 @@ INPUT DATA FORMAT
For maximum portability, therefore, it is safest to use only ASCII
characters in pcretest input files.
+ The input is processed using using C's string functions, so must not
+ contain binary zeroes, even though in Unix-like environments, fgets()
+ treats any bytes other than newline as data characters.
+
PCRE's 8-BIT, 16-BIT AND 32-BIT LIBRARIES
@@ -1083,5 +1087,5 @@ AUTHOR
REVISION
- Last updated: 09 February 2014
- Copyright (c) 1997-2014 University of Cambridge.
+ Last updated: 23 February 2017
+ Copyright (c) 1997-2017 University of Cambridge.