summaryrefslogtreecommitdiff
path: root/glib/gkeyfile.c
Commit message (Expand)AuthorAgeFilesLines
* GKeyFile: allow loading from empty stringsRyan Lortie2012-01-261-3/+2
* GKeyFile: make list separators effective againMatthias Clasen2012-01-251-1/+7
* GKeyFile: remove approximate_size optimisationRyan Lortie2012-01-241-33/+7
* glib/*: Use g_list_free_full()Javier Jardón2012-01-031-8/+2
* g_key_file_get_string_list: don't leak the pieces on errorSimon McVittie2011-12-141-0/+1
* GKeyFile: free group comments when the group is removedSimon McVittie2011-12-141-0/+6
* GKeyFile: Accept empty filesJürg Billeter2011-11-171-8/+0
* GKeyFile: improve introspection annotationsGiovanni Campagna2011-10-151-30/+30
* GKeyFile: Add refcounting APIChristian Persch2011-10-151-5/+54
* Move keyfile docs inlineMatthias Clasen2011-10-011-3/+361
* GKeyFile: Unify error messsages a bitMatthias Clasen2011-09-101-12/+14
* g_key_file_parse_value_as_integer: Integers can have trailing whitespaces or ...Kushal Das2011-09-081-4/+4
* Revert addition of g_key_file_has_key_fullColin Walters2011-07-221-52/+38
* move 'Since:' tags downRyan Lortie2011-07-221-2/+1
* Document how to free return values from g_key_file_get_*_listDan Williams2011-07-211-6/+12
* Update annotations from gobject-introspection/gir/glib-2.0.cColin Walters2011-06-071-7/+8
* gkeyfile: Only test file descriptors against -1Hanro2011-06-021-6/+6
* Documentation fixupsMatthias Clasen2011-05-291-1/+2
* Revert "g_key_file_has_key_full: Clarify the docs"Matthias Clasen2011-05-211-3/+2
* g_key_file_has_key_full: Clarify the docsMatthias Clasen2011-05-211-2/+3
* g_key_file_has_key_full: New function to fix g_key_file_has_key()'s GError se...Colin Walters2011-05-181-3/+51
* keyfile: fill parse buffer in line sized chunksJohn Lindgren2011-05-161-2/+19
* keyfile: avoid needless allocations on file loadJohn Lindgren2011-05-161-7/+29
* Ensure g_key_file_load_from_file() strips a \r on a 4 KB boundaryBenjamin Gilbert2011-01-271-1/+3
* Add g_get_locale_variants()Christian Persch2011-01-051-3/+2
* Make _g_compute_locale_variants return a char** directlyChristian Persch2011-01-051-11/+2
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Support 64bit integers in GKeyFileSimon McVittie2010-05-081-0/+152
* Internally use the _stati64 API explicitly on WindowsTor Lillqvist2010-02-041-3/+2
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-2/+1
* Define fstat() for msvc buildHans Breuer2009-05-301-0/+4
* Fix grammar in error messageChristian Persch2009-05-231-1/+1
* Accept NULL as empty string listMatthias Clasen2009-05-021-3/+3
* Fix some compiler warningsMatthias Clasen2008-12-311-4/+0
* Some more documentation additionsMatthias Clasen2008-12-021-4/+11
* Explain the difference to g_key_file_get_value(). Pointed out by MartMatthias Clasen2008-11-281-1/+3
* Improve docsMatthias Clasen2008-11-281-4/+4
* Bug 560568 – gkeyfile docs bugletChristian Persch2008-11-231-2/+2
* Bug 560569 – gkeyfile doesn't use the set list_separator in some casesChristian Persch2008-11-231-7/+11
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-26/+26
* Improve the docsMatthias Clasen2008-06-111-0/+3
* Return NULL when the key is not found. (#513171, ДилянMatthias Clasen2008-02-231-0/+2
* Remove wrong documentation about start group handling. (#476856, AregMatthias Clasen2007-12-231-5/+3
* Free group_hash. (#503420, Christian Persch)Matthias Clasen2007-12-131-0/+3
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-16/+17
* Don't call g_get_language_names() per-key. (#500638, Michael Meeks)Matthias Clasen2007-12-031-7/+16
* Speed up group lookupsMatthias Clasen2007-12-031-12/+12
* Set length out param in list-returning functions to 0 when returning NULL.Matthias Clasen2007-11-231-2/+18
* One moreMatthias Clasen2007-11-101-2/+2
* Coding style cleanups and doc improvements. (#491979, Areg Beketovski)Matthias Clasen2007-11-101-65/+63