Use S_ISREG(), since S_IFMT and S_IFREG are apprarently missing on some
[platform/upstream/glib.git] / glib / gkeyfile.c
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...