Imported Upstream version 2.74.3
[platform/upstream/glib.git] / glib / gmarkup.c
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.67.1 upstream/2.67.1
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.61.2
2019-12-03 Hyunjee KimImported Upstream version 2.61.0
2019-12-03 Hyunjee KimImported Upstream version 2.60.5
2019-12-03 Hyunjee KimImported Upstream version 2.59.2
2019-12-03 Hyunjee KimImported Upstream version 2.59.0
2019-12-03 Hyunjee KimImported Upstream version 2.58.2
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.57.1
2019-12-03 Hyunjee KimImported Upstream version 2.56.4
2019-12-03 Hyunjee KimImported Upstream version 2.56.3
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-05-19 DongHun KwakImported Upstream version 2.51.5 07/130007/1
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
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-04-28 Hans Petter Janssongmarkup: Make append_escaped_text() slightly more robust.
2014-05-09 Sébastien Wilmetdoc: various improvements
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
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: Big entity cleanup
2014-02-01 Matthias Clasengmarkup: Convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2013-10-29 Ryan LortieGMarkup: clear attributes on ignorned tags
2013-10-28 Ryan LortieGMarkup: add G_MARKUP_IGNORE_QUALIFIED
2013-10-28 Ryan LortieGMarkup: share some common code for closing tags
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 John RallsMore -Werror=format-nonliteral fixes
2013-01-19 Matthias ClasenFix build with -Werror=format
2013-01-13 Henrique Dante de... Add G_GNUC_PRINTF on all functions with format strings
2013-01-01 Jasper St. Pierregmarkup: Make GMarkupParseContext a boxed type
2012-11-10 Matthias ClasenRemove trailing space from some translated strings
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenAdd missing includes
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-08-20 Ryan LortieRevert the GMarkup attribute collect changes
2012-08-19 Matthias ClasenExterminate 'the the'
2012-08-17 Chun-wei FanFix build on Visual C++
2012-08-17 Matthias Clasengmarkup: Add g_markup_collect_known_attributes()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-08 Matthias ClasenRemove a bit of dead code
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-04 Matthias ClasenFix doc typos
2011-05-29 Matthias ClasenDocumentation fixups
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-12 Matthias ClasenGMarkupParseContext: Improve struct packing
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-11 Matthias ClasenFix cleanup in g_markup_collect
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-18 Matthias ClasenMove GMarkup docs inline
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-13 Ryan LortieConst 'parser' arg to g_markup_parse_context_push
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-15 Matthias ClasenReword a doc comment
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
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'
2010-01-04 Piotr EljasiakFix a typo in the docs
2009-06-09 Michael Meeksmove start_element emission out into a new (inlined...
2009-05-01 Michael MeeksPatch originally committed only to the ChangeLog &...
2009-02-06 Murray CummingCorrect the grammar in some property documentation.
2008-10-13 Christian PerschBug 555311 – format not a string literal and no format...
2008-10-10 Matthias ClasenFix gcc warnings
2008-10-08 Christian PerschBug 555314 – mem leak in gmarkup
2008-08-08 Ryan LortieBug 546876 -- also update documentation for escape_text
2008-08-08 Ryan LortieBug 546876 - Modify GMarkup parser to accept &#x1;...
2008-07-28 Matthias ClasenAdd g_markup_context_get_user_data
2008-07-16 Matthias ClasenImprove an error message
2008-07-10 Ryan Lortieadd functions g_markup_parse_context_{push,pop} in...
2008-04-03 Matthias ClasenFix the docs
2008-03-11 Murray CummingBug 521591 – g_markup_parse_context_parse() creates...
2008-01-04 Mathias HasselmannResolve 64 bit-shift bug in g_markup_collect_attributes.
2007-12-03 Hans Breueradded glib_gettext (in use by gio) also try building gio
2007-11-29 Matthias ClasenDoc improvements
2007-11-29 Matthias ClasenAdd Since tags
2007-11-27 Ryan LortieAdd new function g_markup_collect_attributes (bug ...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-16 Ryan Lortienew flag G_MARKUP_PREFIX_ERROR_POSITION to cause the...
2007-11-08 Matthias ClasenNew function, to get the stack of open elements. (...
2007-08-09 Matthias ClasenHandle restricted characters by converting them to...
2007-07-08 Matthias ClasenHandle all states. (#454473)
2007-03-06 Matthias ClasenReport more accurate position for invalid UTF-8. (...
2006-09-30 Matthias ClasenFix PLT issues
2006-08-30 Matthias ClasenDon't call va_end on caller-provided va_args. (#353584...
2006-05-29 Matthias ClasenSmall optimizations
next