Add g_key_file_load_from_dirs for looking through a search path for a
[platform/upstream/glib.git] / glib / gstdio.c
2006-09-10 Matthias ClasenInitialize save_errno. (#355206, Mike Edenfield)
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-03-31 Tor LillqvistRevert change below. It wasn't a good idea after all...
2006-03-31 Tor Lillqvist[Win32] call rmdir() only if remove() fails with errno...
2005-12-01 Tor LillqvistDon't call g_path_skip_root() unless the path is absolute.
2005-12-01 Tor Lillqvistg_rename() doc comment update.
2005-12-01 Tor LillqvistIn the Win32 implementation, strip trailing slash(es...
2005-08-03 Ross BurtonFix Docbook tag typo
2005-06-30 Matthias ClasenApply a patch which may make GLib work on BeOS again...
2005-06-09 Tor Lillqvistglib/gstdio.h glib/gstdio.c Add a chdir() wrapper,...
2005-05-01 Matthias ClasenDoc fixes
2005-04-08 Tor Lillqvistglib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285)
2005-04-08 Tor Lillqvistglib/gstdio.h glib/gstdio.c Wrap also access() and...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-23 Manish SinghOn G_OS_UNIX, simple #define g_open and co. as aliases...
2005-02-02 Tor LillqvistIn the Win32 part of all functions, handle invalid...
2004-12-13 Tor LillqvistUpdate.
2004-12-11 Tor LillqvistAdd doc comments about Windows restrictions on renaming...
2004-11-01 Tor LillqvistImplement correctly also on Unix systems without lstat...
2004-10-31 Tor LillqvistAdd g_lstat().
2004-10-29 Tor LillqvistInclude also <direct.h> for mkdir() prototype with...
2004-10-28 Matthias ClasenInclude galias.h before glib.h (#156697, Christian...
2004-10-28 Tor LillqvistInclude glib.h early to get G_OS_WIN32. Include errno...
2004-10-27 Matthias Clasen2.5.4 GTK_2_5_4
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...