Add a note about casting the results of g_new() and g_new0().
[platform/upstream/glib.git] / glib / gkeyfile.c
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...