Imported Upstream version 2.74.3
[platform/upstream/glib.git] / glib / gregex.c
2024-02-02 Mateusz MajewskiImported Upstream version 2.74.1
2024-02-02 Mateusz MajewskiImported Upstream version 2.74.0
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.1 upstream/2.67.1
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2019-12-03 Hyunjee KimImported Upstream version 2.61.3
2019-12-03 Hyunjee KimImported Upstream version 2.59.0
2019-12-03 Hyunjee KimImported Upstream version 2.57.1
2019-12-03 Hyunjee KimImported Upstream version 2.55.0
2017-05-19 DongHun KwakImported Upstream version 2.51.1 03/130003/1
2017-05-19 DongHun KwakImported Upstream version 2.51.0 02/130002/1
2017-02-03 DongHun KwakImported Upstream version 2.50.2 02/112802/1 upstream/2.50.2
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-06-09 Simon McVittieregex: if PCRE is 8.34 or later, disable auto-possessif...
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.
next