regex: Add NEWLINE_ANYCRLF compile option
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 13:23:37 +0000 (15:23 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 12:17:34 +0000 (14:17 +0200)
commitc8c049b177dc40c0242409389ddccfa59ba88953
tree177bf8478774fc026b79dda11cb0ebb18e4d83a4
parent7e8b5ea442f235f5e272b0fe7a4768bf897b6aad
regex: Add NEWLINE_ANYCRLF compile option

The PCRE_NEWLINE_ANYCRLF option is new in PCRE 7.1. With it set, the only
only newline sequences recognised are CR, LF and CRLF.
glib/gregex.c
glib/gregex.h
glib/tests/regex.c