summaryrefslogtreecommitdiff
path: root/backends/markup-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsHEADmasterRobert Ancell2015-10-141-2/+1
* Implement replacement fsync() on windows, where it is not presentFridrich Štrba2010-05-281-0/+37
* Silence some gcc compiler warningsColin Walters2009-07-151-3/+3
* Bug 498934 - Change config.h include syntaxGilles Dartiguelongue2009-05-031-1/+1
* Revert accidental string changeMatthias Clasen2009-04-251-1/+1
* Avoid O(n^2) overhead in attribute lookup and speed up whitespace handlingMichael Meeks2009-04-251-28/+16
* Bug 578877 – Update FSF addressTobias Mueller2009-04-211-2/+2
* turn off a bogus error message for missing types, which we don't use,Michael Meeks2009-02-121-2/+3
* close empty value elements immediately to save parsing time.Michael Meeks2009-02-101-6/+13
* instead of indenting with spaces, use tabs for a 50% size saving in theMichael Meeks2009-02-101-47/+26
* Use fsync instead of fdatasync for portability (bug 563401). Also flushRay Strode2008-12-081-0/+8
* Clean up includes and fix a couple compiler warnings.Kjartan Maraas2008-06-281-2/+3
* g_free and friends handles NULL just fine. Closes bug #371087 reported byKjartan Maraas2008-01-101-4/+2
* Plug a few leaks found and fixed by Matthias Clasen (bug 475970)Ray Strode2007-12-021-0/+2
* Patch from Loïc Minier to take care of fallout from bug 314343.Ray Strode2007-03-051-19/+16
* Patch from Paolo Borelli <pborelli@katamail.com>Ray Strode2007-03-021-1/+1
* Patch from Narayana Pattipati <narayana.pattipati@wipro.com>Ray Strode2007-03-021-0/+22
* Use the right variable in test. Closes coverity #1238 and GNOME bugKjartan Maraas2006-05-051-1/+1
* Patch from Matthias Clasen to fix my leak fix to not crash. Closes bugKjartan Maraas2006-03-101-2/+3
* Free the parse context in some more cases. Fixes bug #332528.Kjartan Maraas2006-03-061-2/+1
* Switch on "subtree merging" by default in the defaults database.Mark McLoughlin2006-01-031-1/+33
* re-work the logic for finding the best schema for the given locales.Mark McLoughlin2005-12-111-299/+983
* Based on patch from Lorenzo Colitti <lorenzo@colitti.com> in bug #316672Mark McLoughlin2005-10-091-17/+45
* Require GLib 2.6.0 so we can use the "gstdio wrappers".Tor Lillqvist2005-06-091-28/+26
* Port to Windows:Tor Lillqvist2005-03-181-1/+28
* Read the schema file until a matching locale is found and the C one. ThisFernando Herrera de las Heras2004-11-021-1/+1
* don't abort if we find no local schema to match any locales - there mayMark McLoughlin2004-08-251-6/+4
* Revert the patch to make use of the merge-subtree feature at specificMark McLoughlin2004-08-191-103/+1
* Fixes bug #149518.Danilo Šegan2004-08-071-1/+1
* Fixup some bugs with the merge files support which was causing unsetMark McLoughlin2004-07-021-27/+74
* Fix for bug #145141.Mark McLoughlin2004-07-021-2/+6
* fix tiny typo which was causing /schemas/apps to be saved as one giganticMark McLoughlin2004-06-221-1/+1
* Fix for bug #138498 - turn on "subtree-in-a-file" for the subdirectoriesMark McLoughlin2004-06-221-14/+139
* 64-bit fix from Joe Marcus Clarke <marcus@freebsd.org>Mark McLoughlin2004-06-121-1/+1
* Patch to allow a single XML file to represent an arbitrary GConf treeMark McLoughlin2003-10-271-332/+616
* include <stdio.h>Michael Meeks2003-05-311-0/+1
* Basically the same patch as the previous one .. but for the markupMark McLoughlin2003-03-131-14/+50
* fix a logic error causing us to deref a null pointer, reported by BrianHavoc Pennington2002-12-041-1/+1
* Merge gconf-markup-hacking branchHavoc Pennington2002-09-191-102/+1214
* implement all the tree reading stuff, need to implementHavoc Pennington2002-05-271-226/+1596
* sync some initial noncompiling hackingHavoc Pennington2002-05-261-0/+989