On Tue, 17 Apr 2007, Sheri wrote:
> typo in pcretest.html*
>
> /<anycrlf>* PCRE_NEWLINE_ANY
Fixed, thank you.
> Also, reminder about an unresolved reference to _pcre_free in
> pcreposix. GCC resolves by autoimporting, but this won't happen for
> those who try to build the libraries on MSVC.
>
> Info: resolving _pcre_free by linking to __imp__pcre_free (auto-import)
I don't know what I am supposed to do about that. But hang on, there's
no mention of _pcre_free in that module. There's just this:
PCREPOSIX_EXP_DEFN void
regfree(regex_t *preg)
{
(pcre_free)(preg->re_pcre);
}
which is a reference to pcre_free, not _pcre_free. Aarrgghh!!
> There were also a couple unresolved references in pcrecpp
>
> Info: resolving pcrecpp::no_arg by linking to
> __imp___ZN7pcrecpp6no_argE (auto-import)
>
>
> Info: resolving pcrecpp::no_arg by linking to
> __imp___ZN7pcrecpp6no_argE (auto-import)
Craig, are you watching this? Anything you can do about that?
> I think you took care of the typesetting codes I found in some of the
> html documents -- I checked a couple and don't see them anymore.
I did. Mostly typos.
Philip
--
Philip Hazel, University of Cambridge Computing Service.