[pcre-dev] [Bug 1295] add 32-bit library

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1295] add 32-bit library
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1295




--- Comment #1 from Philip Hazel <ph10@???> 2012-09-15 09:49:33 ---
On Fri, 14 Sep 2012, Christian Persch wrote:

> PCRE should add support to handle 32-bit character strings.


Good work!

> The docs have already been updated to included the 32-bit library (except the
> new values for pcre32_fullinfo), but the html docs haven't been updated yet (is
> there some automation for that?).


The html docs are created automatically from the man pages when the
script PrepareRelease is run. I will check this all out once your
patches make it into the svn repo. I guess we'll have to do a bit of
merging because independent changes are happening. (I'm currently
tidying up code for OP_HSPACE and OP_VSPACE so that the case lists of
values are defined only once, in a macro.)

I don't know if you've already picked this up, but I recently noticed in
the code a few places where

#ifdef COMPILE_PCRE16

should be changed to

#ifndef COMPILE_PCRE8
^
^

so that it applies to 32-bit as well as 16-bit.

Regards,
Philip


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email