Add new error codes for when compilation fails and make compilation error
[platform/upstream/glib.git] / glib / gregex.c
2007-12-03 Marco BarisioneAdd new error codes for when compilation fails and...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-19 Marco BarisionePass an unsigned long instead of an int to pcre_fullinf...
2007-11-19 Marco BarisioneWhen the compilation of a pattern fails in the error...
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-09-10 Marco Barisionechange the type of ref_count from guint to gint, so...
2007-09-10 Marco Barisioneuse pcre_get_stringnumber() in get_matched_substring_nu...
2007-09-10 Marco Barisionedefine PCRE_ERROR_NULLWSLIMIT if it's not defined by...
2007-09-05 Behdad EsfahbodFix header inclusion. (#473879, Peter Kjellerstedt)
2007-08-20 Behdad EsfahbodFix typos
2007-08-04 Matthias ClasenRevert the J handling change
2007-08-03 Matthias ClasenFix a C99ism
2007-08-03 Matthias ClasenHandle J changes in the pattern correctly. (#444765...
2007-07-31 Matthias Clasenremove debug spew
2007-07-22 Matthias ClasenDocumentation cleanups
2007-06-15 Cody RussellAdded GRegex boxed type. (#445065, Carlos Garnacho)
2007-06-15 Sebastian WilhelmiReplaced & by &amp; in <programlisting> to make gtk...
2007-06-03 Yevgen Muntyanfixed g_regex_fetch_named* for cases when (?J) is used...
2007-06-03 Yevgen MuntyanNew functions: g_regex_ref(), g_regex_unref() which...
2007-05-29 Marco BarisioneFix g_regex_fetch_named() and g_regex_fetch_named_pos...
2007-05-02 Marco BarisioneMade more clear that the string passed to the match...
2007-04-30 Matthias ClasenAdd g_regex_get_max_backref() and g_regex_get_capture_c...
2007-04-30 Matthias ClasenSplit GRegex into GRegex and GMatchInfo. (#419368,...
2007-03-18 Matthias ClasenCosmetic fixes
2007-03-15 Marco BarisioneAdd GRegex for regular expression matching. (#50075)