regex: Add accessor for PCRE_INFO_HASCRORLF
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 13:57:15 +0000 (15:57 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 13:59:34 +0000 (15:59 +0200)
commit69a12e3275c6e068929d2ed69ba1af87df0f851b
tree153c9c85e9fa31c0279dbda6e4d281b987167f25
parent7ada9765160ce8a41fae0a0e0435ad00a8037601
regex: Add accessor for PCRE_INFO_HASCRORLF

This flag is new in PCRE 7.3, and checks whether there is an explicit
CR or LF reference in the pattern.
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gregex.c
glib/gregex.h
glib/tests/regex.c