After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 419371 - Wrap pcre_fullinfo() in GRegex
Wrap pcre_fullinfo() in GRegex
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.13.x
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-03-17 14:53 UTC by Marco Barisione
Modified: 2007-04-30 16:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch (2.08 KB, patch)
2007-03-23 06:28 UTC, Matthias Clasen
none Details | Review
Another patch (2.12 KB, patch)
2007-04-17 16:53 UTC, Marco Barisione
none Details | Review

Description Marco Barisione 2007-03-17 14:53:24 UTC
GtkSourceView needs at least an equivalent to PCRE_INFO_BACKREFMAX and PCRE_INFO_CAPTURECOUNT, maybe adding accessors like g_regex_get_max_backref() g_regex_get_capture_count().
Comment 1 Matthias Clasen 2007-03-23 06:28:47 UTC
Created attachment 85161 [details] [review]
 a patch
Comment 2 Matthias Clasen 2007-04-11 12:18:06 UTC
Marco, any further comments from you ? Otherwise, I'm going to commit my patch soon.
Comment 3 Marco Barisione 2007-04-11 17:33:04 UTC
Your patch is ok, I didn't add any comment waiting for a decision on bug #419368.

If you want get_max_backref() and get_capture_count() now just commit it, otherwise I can modify and commit it after closing bug #419368.
Comment 4 Marco Barisione 2007-04-17 16:53:19 UTC
Created attachment 86515 [details] [review]
Another patch

Modified patch that can be applied after attachment #86309 [details] when comment #419368 will be closed.
Comment 5 Matthias Clasen 2007-04-30 16:36:17 UTC
2007-04-30  Matthias Clasen  <mclasen@redhat.com>

        * glib/glib.symbols:
        * glib/gregex.[hc]: Add g_regex_get_max_backref() and
        g_regex_get_capture_count().  (#419371, Marco Barisione)