Diff for /embedaddon/pcre/doc/html/pcre_compile2.html between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:18
Line 57  The option bits are: Line 57  The option bits are:
   PCRE_DOLLAR_ENDONLY     $ not to match newline at end    PCRE_DOLLAR_ENDONLY     $ not to match newline at end
   PCRE_DOTALL             . matches anything including NL    PCRE_DOTALL             . matches anything including NL
   PCRE_DUPNAMES           Allow duplicate names for subpatterns    PCRE_DUPNAMES           Allow duplicate names for subpatterns
  PCRE_EXTENDED           Ignore whitespace and # comments  PCRE_EXTENDED           Ignore white space and # comments
   PCRE_EXTRA              PCRE extra features    PCRE_EXTRA              PCRE extra features
                             (not much use currently)                              (not much use currently)
   PCRE_FIRSTLINE          Force matching to be before newline    PCRE_FIRSTLINE          Force matching to be before newline

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>