regex: Add PARTIAL_HARD match option
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 20:50:52 +0000 (22:50 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 13:59:39 +0000 (15:59 +0200)
commit1171215014bb9406ff8ae1ea91b1c251b4e7d71b
tree58660c539234dd04d939f80bbdd7fbfc0fd5ce76
parent0a2967030af2a5cce9fd6ae916a535f26239bcd3
regex: Add PARTIAL_HARD match option

Since PCRE 8.00 it supports a new partial matching method PCRE_PARTIAL_HARD.
glib/gregex.c
glib/gregex.h
glib/tests/regex.c