hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gstdio.c
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use the structname tag
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRemove alleged support for BeOS
2013-09-01 Matthias ClasenAdd Since tag for g_close
2013-01-29 Colin WaltersAdd g_close(), use it
2012-08-27 Colin Waltersgstdio: Harden g_open() against EINTR
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Stef Walterdocumentation fixes
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Matthias ClasenMore include cleanups
2010-07-12 Ryan LortieFix some glib docs warnings
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-30 Tor LillqvistDefine a public documented type for the struct stat...
2010-02-04 Tor LillqvistClarify use of struct stat on Windows
2008-07-30 Tor LillqvistBug 545485 - Implicit declaration of utime()
2008-06-21 Tor LillqvistImprove Windows-specific parts of documentation. Mentio...
2008-06-07 Tor LillqvistDefine X_OK if not defined (MSVC).
2008-05-29 Tor LillqvistMask out X_OK to avoid problem on Vista. X_OK was just...
2008-05-29 Tor Lillqvistglib/gstdio.h Add g_utime(). No need to include <sys...
2007-08-20 Behdad EsfahbodFix typos
2007-04-26 Tor LillqvistDocument that the mode argument is ignored on Windows...
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...