Bug 555311 – format not a string literal and no format arguments
[platform/upstream/glib.git] / glib / gmarkup.c
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 ...
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
2006-05-29 Matthias ClasenAdd a GMarkupParseFlags flag for treating CDATA as...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-10-05 Matthias ClasenDoc addition
2005-09-12 Matthias ClasenClarify docs.
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-06 Matthias ClasenFix error reporting in gmarkup
2005-01-24 Matthias ClasenAdd a test with a long entity name.
2004-11-29 Matthias ClasenDefine empty for gcc 2.95.
2004-11-29 Matthias ClasenRemove leftover noinline attributes. (is_name_start_cha...
2004-11-29 Matthias ClasenRemove leftover noinline attributes.
2004-11-28 Matthias ClasenOptimizations; don't scan the entire text in find_curre...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-07-28 Matthias ClasenTests for handling of whitespace inside tags.
2004-06-02 Matthias ClasenFix an off-by-one error in g_markup_parse_context_parse...
2003-10-08 Matthias ClasenDocument as 2.4 additions. (unescape_text): Implement...
2003-09-12 Owen TaylorAdd g_markup_printf_escaped(), g_markup_vprintf_escaped().
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-08-07 Matthias ClasenUse g_return_val_if_fail, no g_return_if_fail.
2002-07-15 Matthias ClasenNew function to get the currently open element. (#70448)
2002-05-18 Matthias ClasenNew testcases.
2002-05-07 Matthias ClasenReport unfinished entity references as errors rather...
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2002-02-10 Darin AdlerNew. (skip_spaces): g_unichar_isspace -> xml_isspace...
2002-02-09 Matthias ClasenTest attribute value delimiters.
2002-01-30 Matthias ClasenChange the order in which some error conditions are...
2002-01-29 Havoc PenningtonNULL-terminate context->attr_values so g_strfreev(...
2001-06-27 Kjartan MaraasFix a typo.
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-24 CEST 2001 Paolo... back out change by mitch@convergence.de and apply patch...
2001-05-18 Michael Nattererdon't g_strdup()/g_free() all parsed attributes and...
2001-01-16 Owen TaylorAdd gettext support.
2000-11-29 Elliot Leetouchups.
2000-11-28 Elliot LeeFix warnings.
2000-11-28 Tor LillqvistPatches by Hans Breuer:
2000-11-11 Havoc PenningtonHandle a long stream of bytes containing no UTF-8 chara...
2000-11-05 Havoc Penningtonrename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPO...
2000-11-05 Havoc Penningtoninline docs (unescape_text): properly check strtoul...
2000-11-05 Havoc PenningtonAdded
2000-10-27 Havoc PenningtonNew module to parse a simple markup language