[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gregex.c
2014-02-15 Matthias Clasendocs: let go of *
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias Clasendocs: Stop using the function tag
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias Clasengregex: Convert docs to markdown
2013-07-23 Sébastien WilmetGRegex: add g_regex_get_max_lookbehind()
2013-07-20 Sébastien WilmetGRegex: update documentation for partial matching
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-08-17 Matthias ClasenMiscellaneous string fixes
2012-07-13 Matthias ClasenFix doc build
2012-07-12 Krzesimir NowakGRegex, GConvert: Add some missing annotations.
2012-07-07 Christian Perschregex: Add new GRegexError code from PCRE 8.31
2012-07-02 Daniel MustielesFixed a a «big bug» in a string ;-)
2012-07-02 Christian Perschregex: Add FIRSTLINE compile flag
2012-07-02 Christian Perschregex: Add NOTEMPTY_ATSTART match option
2012-07-02 Christian Perschregex: Add PARTIAL_HARD match option
2012-07-02 Christian Perschregex: Add JavaScript compat mode
2012-07-02 Christian Perschregex: Don't leak internal PCRE options
2012-07-02 Christian Perschregex: Add BSR_ANYCRLF and BSR_ANY match options
2012-07-02 Christian Perschregex: Add BSR_ANYCRLF compile option
2012-07-02 Christian Perschregex: Fix newline definition for system PCRE
2012-07-02 Christian Perschregex: Don't return from inside a g_once_init_enter...
2012-07-02 Christian Perschregex: Add accessor for PCRE_INFO_HASCRORLF
2012-07-02 Christian Perschregex: Remove message for unused error code
2012-07-02 Christian Perschregex: Add NEWLINE_ANYCRLF match option
2012-07-02 Christian Perschregex: Add NEWLINE_ANYCRLF compile option
2012-07-02 Christian Perschregex: Assert that our flags values are the same as...
2012-07-01 Christian Perschregex: Handle PCRE_ERROR_RECURSIONLOOP
2012-07-01 Christian Perschregex: Update GRegexError with newer PCRE error codes
2012-07-01 Christian Perschregex: Deprecate an obsolete error code
2012-07-01 Christian Perschregex: Fix PCRE error code conversion
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-03 Javier Jardónglib/*: Use g_list_free_full()
2011-09-25 Chun-wei FanFix warning/error C4013 (implicit declarations)
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieGRegex: fix thread-unsafe initialiser code
2011-08-29 Matthias ClasenSpelling fixes
2011-07-11 Paolo Bonziniadd g_regex_escape_nul
2011-06-23 Christian PerschTypo fix
2011-06-23 Christian PerschMake GMatchInfo refcounted
2011-05-23 Matthias ClasenCosmetic changes
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-12 Matthias ClasenGMatchInfo: improve struct packing
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-22 Matthias ClasenUpdate the included copy of PCRE
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-18 Ryan LortieFix header cleaup fallout when using system pcre
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-08-16 Matthias ClasenFix a doc format issue
2010-08-14 Matthias ClasenFix doc format errors
2010-08-09 Matthias ClasenMove GRegex docs inline
2010-08-09 Matthias ClasenWhitespace cleanup
2010-08-09 Matthias ClasenMinor cleanup
2010-08-09 Matthias ClasenAdd introspection annotations in gregex.c
2010-08-09 Matthias ClasenTrivial typo fix
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-01 Christian PerschAdd API to get the compile and match flags from a GRegex
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-04-03 Paolo BorelliRegex leak on error path
2009-02-06 Murray CummingCorrect the grammar in some property documentation.
2009-01-11 Matthias ClasenImprove docs
2009-01-11 Matthias ClasenDocs improvement
2009-01-03 Matthias ClasenAdd docs
2008-11-29 Matthias ClasenImprove docs
2008-10-10 Matthias ClasenFix gcc warnings
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-02-17 Marco BarisioneAvoid some useless casts from const gchar * to gchar...
2008-02-17 Marco BarisioneDon't return duplicate matches when matching empty...
2008-01-07 Matthias ClasenAdd a translator comment (#503051, Pedro de Medeiros)
2007-12-13 Mathias HasselmannGive exmples in error message unsupported case-changing...
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...
next