[Pcre-svn] [1106] code/trunk/doc/pcre32.3: pcre32: docs: Tak…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [1106] code/trunk/doc/pcre32.3: pcre32: docs: Take credit for the 32-bit library
Revision: 1106
          http://vcs.pcre.org/viewvc?view=rev&revision=1106
Author:   chpe
Date:     2012-10-16 16:56:48 +0100 (Tue, 16 Oct 2012)


Log Message:
-----------
pcre32: docs: Take credit for the 32-bit library

Modified Paths:
--------------
    code/trunk/doc/pcre32.3


Modified: code/trunk/doc/pcre32.3
===================================================================
--- code/trunk/doc/pcre32.3    2012-10-16 15:56:45 UTC (rev 1105)
+++ code/trunk/doc/pcre32.3    2012-10-16 15:56:48 UTC (rev 1106)
@@ -149,14 +149,14 @@
 .sp
 Starting with release 8.32, it is possible to compile a PCRE library that
 supports 32-bit character strings, including UTF-32 strings, as well as or
-instead of the original 8-bit library. The majority of the work to make this
-possible was done by Zoltan Herczeg for the 16-bit library. All three libraries
-contain identical sets of functions, used in exactly the same way. Only the
-names of the functions and the data types of their arguments and results are
-different. To avoid over-complication and reduce the documentation maintenance
-load, most of the PCRE documentation describes the 8-bit library, with only
-occasional references to the 16-bit and 32-bit libraries. This page describes
-what is different when you use the 32-bit library.
+instead of the original 8-bit library. This work was done by Christian Persch,
+based on the work done by Zoltan Herczeg for the 16-bit library. All three 
+libraries contain identical sets of functions, used in exactly the same way.
+Only the names of the functions and the data types of their arguments and
+results are different. To avoid over-complication and reduce the documentation
+maintenance load, most of the PCRE documentation describes the 8-bit library,
+with only occasional references to the 16-bit and 32-bit libraries. This page
+describes what is different when you use the 32-bit library.
 .P
 WARNING: A single application can be linked with all or any of the three
 libraries, but you must take care when processing any particular pattern