GRand: move docs from tmpl to inline comments
[platform/upstream/glib.git] / glib / gkeyfile.c
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-05-30 Hans BreuerDefine fstat() for msvc build
2009-05-23 Christian PerschFix grammar in error message
2009-05-03 Matthias ClasenAccept NULL as empty string list
2008-12-31 Matthias ClasenFix some compiler warnings
2008-12-02 Matthias ClasenSome more documentation additions
2008-11-28 Matthias ClasenExplain the difference to g_key_file_get_value(). Point...
2008-11-28 Matthias ClasenImprove docs
2008-11-23 Christian PerschBug 560568 – gkeyfile docs buglet
2008-11-23 Christian PerschBug 560569 – gkeyfile doesn't use the set list_separato...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-06-11 Matthias ClasenImprove the docs
2008-02-23 Matthias ClasenReturn NULL when the key is not found. (#513171, Дилян
2007-12-23 Matthias ClasenRemove wrong documentation about start group handling...
2007-12-13 Matthias ClasenFree group_hash. (#503420, Christian Persch)
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-12-03 Matthias ClasenDon't call g_get_language_names() per-key. (#500638...
2007-12-03 Matthias ClasenSpeed up group lookups
2007-11-23 Matthias ClasenSet length out param in list-returning functions to...
2007-11-10 Matthias ClasenOne more
2007-11-10 Matthias ClasenCoding style cleanups and doc improvements. (#491979...
2007-11-08 Matthias ClasenMake some functions that take a GError return boolean...
2007-06-05 Matthias ClasenDon't assume the string is valid UTF-8, since it may...
2007-06-04 Matthias Clasen2.13.3 GLIB_2_13_3
2007-05-04 Dan WinshipDocument the error return values rather than calling...
2007-04-19 William Jon McCannAdd g_key_file_load_from_dirs for looking through a...
2007-03-22 Chris WilsonTrack whether the last key=value pair in a group is...
2007-03-16 Chris WilsonConvert to GSlice and check for redundant clears. ...
2007-03-15 Matthias ClasenFix a small typo. (#417947, Bobby Jack)
2007-03-06 Matthias ClasenRemove a NULL check that didn't do any good. (#360904...
2007-01-12 Matthias ClasenRework the handling of invalid keys/groups again. We...
2007-01-10 Matthias ClasenGrr, allow '*' in keys, too. (#394262)
2006-12-19 Matthias ClasenAccept '/', '+' and '.' in key names, since gnome-vfs...
2006-12-18 Matthias ClasenAccept '@' in locale names.
2006-12-18 Matthias ClasenTighten up the check for allowed key and group names...
2006-12-14 Matthias ClasenIf the group is already there, make it current. (#38591...
2006-08-26 Matthias ClasenFix the pthread compiler flag detection.
2006-08-16 Matthias ClasenAdd Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-08-05 Matthias ClasenDon't insert unnecessary newlines in keyfiles. (#349825...
2006-06-14 Matthias ClasenFix 344868
2006-06-01 Behdad EsfahbodCleanup. Use return value of g_string_free(...). (...
2006-05-08 Matthias ClasenAdd some tests for invalid floating point numbers.
2006-05-07 Matthias ClasenFix invalid memory reads. (#340816, Nick Treleaven)
2006-04-25 Matthias ClasenRemove redundant code. (g_key_file_get_group_comment...
2006-04-19 Matthias ClasenAdd api to get and set doubles and lists of doubles...
2006-04-19 Matthias ClasenAccept duplicate groups. (#157877, Sebastien Bacher)
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-01-18 Matthias ClasenAdd a note about casting the results of g_new() and...
2005-09-14 Matthias ClasenAdd a test for grup names of length 1.
2005-09-05 Matthias ClasenThe return value of read() is signed. (#315273, Kjartan...
2005-07-01 Matthias ClasenAnd remove a redundant cast
2005-07-01 Matthias ClasenFix an extra indirection
2005-07-01 Matthias ClasenDon't reverse the order of multiline comments.
2005-06-23 Matthias ClasenDon't leak memory here.
2005-06-23 Matthias ClasenDon't leak output_path. (#308546, Kjartan Maraas)
2005-06-10 Matthias ClasenForgotten file
2005-03-17 Matthias ClasenUpdate the documentation, reflecting the fact that...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-09 Matthias ClasenDon't leak path
2005-02-08 Matthias ClasenDon't write out of bounds.
2005-02-02 Matthias ClasenAdd test case for key removal.
2005-02-01 Matthias ClasenDoc clarifications. (#165907, Vincent Untz)
2005-02-01 Matthias ClasenAdd test case for group removal.
2005-01-20 Matthias ClasenDon't interpret leading zeros as octal. The specificati...
2005-01-20 Matthias ClasenAdd some more tests.
2005-01-19 Matthias ClasenAccept \r\n as line end. (#163030, Bastian Nocera)
2005-01-18 Matthias ClasenFix a sparse warning. (#164467, Kjartan Maraas)
2004-11-27 Matthias ClasenDon't access invalid memory address if p wasn't increas...
2004-11-17 Matthias Clasen*** empty log message ***
2004-11-15 Matthias ClasenUse S_ISREG(), since S_IFMT and S_IFREG are apprarently...
2004-11-01 Ray Strodedon't return an error if we come across a value with...
2004-10-28 Ray Strodeclean up a leak (#156652, Morten Welinder) (g_key_file_...
2004-10-28 Ray StrodeDon't use S_ISREG macro (#156728, Kazuki IWAMOTO)
2004-10-28 Matthias ClasenAdd a missing "Since: 2.6" comment.
2004-10-28 Tor LillqvistInclude gstdio.h and use g_open().
2004-10-27 Ray StrodeMove file is regular check to load_from_file to use...
2004-10-27 Matthias ClasenFix includes. (#156500, #156499, Kazuki IWAMOTO)
2004-10-26 Matthias ClasenAdd a missing include.
2004-10-26 Matthias ClasenDocumentation fixes.
2004-10-26 Ray StrodeAdd Matthias to "Written by" lines (GKeyFileGroup)...
2004-10-26 Matthias ClasenDon't include ctype.h needlessly. (#156424, Morten...
2004-10-24 Matthias ClasenDon't destroy the lookup map if it is NULL.
2004-10-23 Matthias ClasenAdd a parser for desktop entries and similar files...