regex: Add JavaScript compat mode
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 18:12:11 +0000 (20:12 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 13:59:39 +0000 (15:59 +0200)
commit0a2967030af2a5cce9fd6ae916a535f26239bcd3
tree90ac5fa950e375fc342f1530132ceaa6e16762a5
parente5550a24db48ce6f67b0f3b8df9dc467087c941b
regex: Add JavaScript compat mode

Since PCRE 7.7, there's a flag that changes the behaviour to be more
JavaScript compatible. Since it's no effort to expose it, just do so.
glib/gregex.c
glib/gregex.h
glib/tests/regex.c