Don't return duplicate matches when matching empty strings. (#515944) Add
authorMarco Barisione <marco@barisione.org>
Sun, 17 Feb 2008 14:07:32 +0000 (14:07 +0000)
committerMarco Barisione <mbari@src.gnome.org>
Sun, 17 Feb 2008 14:07:32 +0000 (14:07 +0000)
commit7e0677b076c2f81194783fe8cb58e61386525a1f
treec4cbf4e0a6cf0c9c1461ff99cb0117d9c1cece8f
parent521e741d56080c21aa8c00923a4a94b3a8baa854
Don't return duplicate matches when matching empty strings. (#515944) Add

2008-02-17  Marco Barisione  <marco@barisione.org>

* glib/gregex.c: (match_info_new), (g_match_info_next): Don't return
duplicate matches when matching empty strings.  (#515944)
* tests/regex-test.c: Add tests.

svn path=/trunk/; revision=6527
ChangeLog
glib/gregex.c
tests/regex-test.c