summaryrefslogtreecommitdiff
path: root/backends/xml-entry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsHEADmasterRobert Ancell2015-10-141-7/+4
* Bug 498934 - Change config.h include syntaxGilles Dartiguelongue2009-05-031-1/+1
* Bug 578877 – Update FSF addressTobias Mueller2009-04-211-2/+2
* Clean up includes and fix a couple compiler warnings.Kjartan Maraas2008-06-281-1/+2
* g_free and friends handles NULL just fine. Closes bug #371087 reported byKjartan Maraas2008-01-101-9/+5
* Reviewed by: Ray StrodeJaap Haitsma2007-07-181-23/+24
* ensure we don't print a NULL.Michael Meeks2002-05-091-1/+1
* make the internal functions staticHavoc Pennington2002-04-271-15/+15
* be sure we use only NODE elements as a fallback, and that we always use aHavoc Pennington2002-03-211-11/+18
* don't call gconf_value_get_int on a bool. WTF.Havoc Pennington2002-03-201-0/+4
* fix obnoxious typo (s/mi/this_mi/), also needed to fix bug reported byHavoc Pennington2002-03-101-1/+10
* Include libxml/globals to get xmlFree Without it we call a NULL functionJody Goldberg2002-02-111-1/+1
* Merging from stable.GCONF2_BEFORE_UTF8Havoc Pennington2001-10-121-1/+1
* Merge from stable.Havoc Pennington2001-08-131-4/+6
* Fix a bunch of warnings.Darin Adler2001-07-131-6/+6
* add ORBIT_IDL check.Michael Meeks2001-07-041-0/+1
* Removed. Removed. Removed.Martin Baulig2001-03-231-13/+13
* Merge from branch. Use xmlFree(). Merge from branch. Use xmlFree() andKjartan Maraas2001-03-131-20/+21
* change version to 1.1Havoc Pennington2001-01-211-2/+9
* s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;Havoc Pennington2000-09-131-10/+10
* Actually use gettext. Involves checking in configure.in, linking to it inHavoc Pennington2000-09-111-14/+0
* Move gconf-backend.h here, I don't see why it was in the public headersHavoc Pennington2000-09-091-12/+12
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-311-21/+21
* Set the list_type and car_type and cdr_type from the schema. Unset theseGeorge Lebl2000-08-031-0/+52
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-191-2/+7
* fix a double-freeHavoc Pennington2000-07-131-3/+2
* fix the no-debug caseHavoc Pennington2000-01-271-1/+1
* never return errors, just log them.Havoc Pennington2000-01-241-0/+1
* Back to all tests passedHavoc Pennington2000-01-241-2/+57
* Detect case where a pair is missing car and/or cdr and do an error insteadHavoc Pennington2000-01-211-5/+33
* warn if the error is set to GCONF_ERROR_SUCCESSHavoc Pennington2000-01-201-4/+4
* amazing how trying to use a library reveals bugs...Havoc Pennington2000-01-151-12/+25
* destroy entries before the xml doc, since they hold pointers into the xmlHavoc Pennington2000-01-151-14/+28
* remove bad assertion that the value in an entry was non-NULLHavoc Pennington2000-01-151-1/+1
* Change copyrights to 2000, just for funHavoc Pennington2000-01-081-1/+1
* Complete cleanup of XML backend, all test suite passes, code is much moreHavoc Pennington1999-12-301-41/+109
* work on the XML backend cleanupHavoc Pennington1999-12-231-16/+48
* Documented the methods in the backend vtable.Havoc Pennington1999-12-211-0/+1020