regex: Add BSR_ANYCRLF and BSR_ANY match options
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 14:44:52 +0000 (16:44 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 13:59:39 +0000 (15:59 +0200)
commit26d91ddc08b41533a6952014fd9c19c80865e840
tree4195b278756ece724692ee9d424c33df02d7673e
parent88ac3839f5d3d8d05ea7ea391209dff378866f57
regex: Add BSR_ANYCRLF and BSR_ANY match options

These flags override the compile option at match time. They use PCRE_BSR_ANYCRLF
and PCRE_BSR_UNICODE, resp., which make \R match only CR, LF and CRLF, or any
Unicode newline character or character sequences, resp.
glib/gregex.c
glib/gregex.h