summaryrefslogtreecommitdiff
path: root/glib/gmarkup.c
Commit message (Expand)AuthorAgeFilesLines
* Doc additionMatthias Clasen2005-10-051-1/+1
* Clarify docs.Matthias Clasen2005-09-121-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Fix error reporting in gmarkupMatthias Clasen2005-03-061-1/+7
* Add a test with a long entity name.Matthias Clasen2005-01-241-22/+11
* Define empty for gcc 2.95.Matthias Clasen2004-11-291-22/+26
* Remove leftover noinline attributes. (is_name_start_char, is_name_char):Matthias Clasen2004-11-291-20/+20
* Remove leftover noinline attributes.Matthias Clasen2004-11-291-3/+0
* Optimizations; don't scan the entire text in find_current_text_end(),Matthias Clasen2004-11-281-297/+380
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Tests for handling of whitespace inside tags.Matthias Clasen2004-07-281-115/+125
* Fix an off-by-one error in g_markup_parse_context_parse(). (#142794,Matthias Clasen2004-06-021-1/+6
* Document as 2.4 additions. (unescape_text): Implement newline andMatthias Clasen2003-10-081-2/+37
* Add g_markup_printf_escaped(), g_markup_vprintf_escaped().Owen Taylor2003-09-121-1/+304
* Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen2003-03-301-3/+3
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+3
* Mark 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* Use g_return_val_if_fail, no g_return_if_fail.Matthias Clasen2002-08-071-1/+1
* New function to get the currently open element. (#70448)Matthias Clasen2002-07-151-0/+18
* New testcases.Matthias Clasen2002-05-181-4/+25
* Report unfinished entity references as errors rather than running into anMatthias Clasen2002-05-071-3/+21
* 1.3.14GLIB_1_3_14Owen Taylor2002-02-171-0/+2
* New. (skip_spaces): g_unichar_isspace -> xml_isspace isspace ->Darin Adler2002-02-101-2/+8
* Test attribute value delimiters.Matthias Clasen2002-02-091-12/+33
* Change the order in which some error conditions are checked to improveMatthias Clasen2002-01-301-13/+13
* NULL-terminate context->attr_values so g_strfreev() is safe. WouldHavoc Pennington2002-01-291-2/+7
* Fix a typo.Kjartan Maraas2001-06-271-1/+1
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-6/+5
* back out change by mitch@convergence.de and apply patch in bug id #52067CEST 2001 Paolo Molaro2001-05-241-137/+64
* don't g_strdup()/g_free() all parsed attributes and their values twice butMichael Natterer2001-05-181-8/+8
* Add gettext support.Owen Taylor2001-01-161-2/+1
* touchups.Elliot Lee2000-11-291-2/+2
* Fix warnings.Elliot Lee2000-11-281-2/+2
* Patches by Hans Breuer:Tor Lillqvist2000-11-281-1/+1
* Handle a long stream of bytes containing no UTF-8 character startsHavoc Pennington2000-11-111-0/+11
* rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAGHavoc Pennington2000-11-051-1/+1
* inline docs (unescape_text): properly check strtoul for failure.Havoc Pennington2000-11-051-5/+83
* AddedHavoc Pennington2000-11-051-2/+2
* New module to parse a simple markup languageHavoc Pennington2000-10-271-0/+1721