add g_regex_escape_nul
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Apr 2010 06:23:00 +0000 (08:23 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jul 2011 04:02:22 +0000 (00:02 -0400)
commit5eee90fbbc76ee129d7f846633a667889149ab03
tree5264d40ea8d7377b5905850691522d8bddc94836
parent653c2f701a3e0a07a808f4e4fca7b846c50c93fa
add g_regex_escape_nul

The function can be used to let regex compile non-NUL-terminated
strings without redesigning the way the pattern is stored in GRegex
objects and retrieved with g_regex_get_pattern.

https://bugzilla.gnome.org/show_bug.cgi?id=615895
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gregex.c
glib/gregex.h
glib/tests/regex.c